index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-07
Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-5
/
+13
2011-09-07
Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip
Linus Torvalds
1
-15
/
+26
2011-08-31
perf_event: Fix broken calc_timer_values()
Eric B Munson
1
-2
/
+2
2011-08-29
perf events: Fix slow and broken cgroup context switch code
Stephane Eranian
2
-11
/
+54
2011-08-29
sched: Fix a memory leak in __sdt_free()
WANG Cong
1
-0
/
+1
2011-08-29
sched: Move blk_schedule_flush_plug() out of __schedule()
Thomas Gleixner
1
-10
/
+15
2011-08-29
sched: Separate the scheduler entry for preemption
Thomas Gleixner
1
-5
/
+10
2011-08-26
All Arch: remove linkage for sys_nfsservctl system call
NeilBrown
1
-1
/
+0
2011-08-25
kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon
Nishanth Aravamudan
1
-1
/
+1
2011-08-25
Add a personality to report 2.6.x version numbers
Andi Kleen
1
-0
/
+38
2011-08-23
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2
-2
/
+2
2011-08-23
Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"
Linus Torvalds
1
-1
/
+0
2011-08-19
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+16
2011-08-18
irqdesc: fix new kernel-doc warning
Randy Dunlap
1
-0
/
+1
2011-08-17
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-0
/
+4
2011-08-17
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+7
2011-08-17
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-18
/
+40
2011-08-14
PM / Domains: Fix build for CONFIG_PM_RUNTIME unset
Rafael J. Wysocki
1
-0
/
+4
2011-08-12
xfs: remove subdirectories
Christoph Hellwig
2
-2
/
+2
2011-08-11
move RLIMIT_NPROC check from set_user() to do_execve_common()
Vasiliy Kulikov
3
-8
/
+14
2011-08-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+3
2011-08-11
blktrace: add FLUSH/FUA support
Namhyung Kim
1
-5
/
+16
2011-08-10
alarmtimers: Avoid possible denial of service with high freq periodic timers
John Stultz
1
-0
/
+9
2011-08-10
alarmtimers: Memset itimerspec passed into alarm_timer_get
John Stultz
1
-0
/
+2
2011-08-10
alarmtimers: Avoid possible null pointer traversal
John Stultz
1
-5
/
+2
2011-08-09
cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warning
Jonathan Nieder
1
-2
/
+4
2011-08-09
lockdep: Fix wrong assumption in match_held_lock
Peter Zijlstra
1
-1
/
+7
2011-08-05
jump label: Reduce the cycle count by changing the link order
Jason Baron
1
-1
/
+2
2011-08-05
Merge branch 'linus' into perf/urgent
Ingo Molnar
84
-1890
/
+3135
2011-08-04
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-31
/
+60
2011-08-04
lockdep: Clear whole lockdep_map on initialization
Tejun Heo
1
-4
/
+1
2011-08-04
lockdep: Fix up warning
Peter Zijlstra
1
-1
/
+1
2011-08-04
lockdep: Fix trace_hardirqs_on_caller()
Peter Zijlstra
1
-14
/
+16
2011-08-03
Boot up with usermodehelper disabled
Linus Torvalds
1
-1
/
+1
2011-08-04
Merge branch 'linus' into core/urgent
Ingo Molnar
83
-1906
/
+3247
2011-08-03
taskstats: add_del_listener() should ignore !valid listeners
Oleg Nesterov
1
-1
/
+1
2011-08-03
taskstats: add_del_listener() shouldn't use the wrong node
Oleg Nesterov
1
-9
/
+7
2011-08-01
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
7
-42
/
+53
2011-08-01
kdb,kgdb: Allow arbitrary kgdb magic knock sequences
Jason Wessel
1
-8
/
+20
2011-08-01
kdb: Remove all references to DOING_KGDB2
Jason Wessel
4
-7
/
+3
2011-08-01
kdb,kgdb: Implement switch and pass buffer from kdb -> gdb
Jason Wessel
4
-21
/
+29
2011-08-01
kdb: cleanup unused variables missed in the original kdb merge
Jason Wessel
3
-8
/
+3
2011-07-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
1
-0
/
+21
2011-07-30
resources: Add lookup_resource()
Geert Uytterhoeven
1
-0
/
+21
2011-07-30
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2011-07-29
Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/l...
Linus Torvalds
3
-0
/
+185
2011-07-28
Merge branch 'imx/dt' into next/dt
Arnd Bergmann
27
-105
/
+120
2011-07-28
irq: Track the owner of irq descriptor
Sebastian Andrzej Siewior
2
-16
/
+37
2011-07-28
irq: Always set IRQF_ONESHOT if no primary handler is specified
Sebastian Andrzej Siewior
1
-0
/
+1
2011-07-28
dt/irq: add irq_domain_generate_simple() helper
Grant Likely
1
-0
/
+58
[next]