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-03-15
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
15
-478
/
+1904
2011-03-15
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-267
/
+155
2011-03-15
Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-61
/
+64
2011-03-15
Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
3
-0
/
+18
2011-03-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-71
/
+38
2011-03-15
Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.k...
Linus Torvalds
2
-4
/
+10
2011-03-15
vfs: Add open by file handle support
Aneesh Kumar K.V
1
-0
/
+2
2011-03-15
vfs: Add name to file handle conversion support
Aneesh Kumar K.V
1
-0
/
+3
2011-03-14
futex: Deobfuscate handle_futex_death()
Thomas Gleixner
1
-3
/
+14
2011-03-14
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
1
-0
/
+1
2011-03-14
open-style analog of vfs_path_lookup()
Al Viro
1
-18
/
+1
2011-03-14
kill path_lookup()
Al Viro
1
-1
/
+1
2011-03-14
fix race in audit_get_nd()
Al Viro
1
-53
/
+32
2011-03-12
Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g...
Thomas Gleixner
1
-17
/
+23
2011-03-11
futex,plist: Remove debug lock assignment from plist_node
Lai Jiangshan
1
-9
/
+0
2011-03-11
futex,plist: Pass the real head of the priority list to plist_del()
Lai Jiangshan
1
-8
/
+23
2011-03-11
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
1
-30
/
+15
2011-03-11
futex: Avoid redudant evaluation of task_pid_vnr()
Thomas Gleixner
1
-8
/
+8
2011-03-10
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+9
2011-03-10
SUNRPC: Close a race in __rpc_wait_for_completion_task()
Trond Myklebust
1
-0
/
+1
2011-03-10
futex: Update futex_wait_setup comments about locking
Michel Lespinasse
1
-5
/
+6
2011-03-10
tracing: Fix irqoff selftest expanding max buffer
Steven Rostedt
1
-0
/
+9
2011-03-10
tracing: Align 4 byte ints together in struct tracer
Steven Rostedt
1
-1
/
+1
2011-03-10
tracing: Export trace_set_clr_event()
Yuanhan Liu
1
-0
/
+1
2011-03-10
tracing: Explain about unstable clock on resume with ring buffer warning
Jiri Olsa
1
-2
/
+10
2011-03-10
tracing: Adjust conditional expression latency formatting.
David Sharp
1
-8
/
+18
2011-03-10
tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup
David Sharp
1
-3
/
+3
2011-03-10
tracing: Remove lock_depth from event entry
Steven Rostedt
3
-14
/
+5
2011-03-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-5
/
+10
2011-03-09
ring-buffer: Remove unused #include <linux/trace_irq.h>
David Sharp
1
-1
/
+0
2011-03-09
tracing: Add an 'overwrite' trace_option.
David Sharp
3
-6
/
+23
2011-03-08
Merge commit 'v2.6.38-rc8' into perf/core
Ingo Molnar
6
-22
/
+26
2011-03-08
debugobjects: Add hint for better object identification
Stanislaw Gruszka
3
-0
/
+18
2011-03-08
unfuck proc_sysctl ->d_compare()
Al Viro
1
-5
/
+10
2011-03-04
cpuset: add a missing unlock in cpuset_write_resmask()
Li Zefan
1
-2
/
+5
2011-03-04
Mark ptrace_{traceme,attach,detach} static
Linus Torvalds
1
-3
/
+3
2011-03-04
perf: Fix cgroup vs jump_label problem
Peter Zijlstra
1
-13
/
+13
2011-03-04
perf cgroup: Clean up perf_cgroup_create()
Li Zefan
1
-10
/
+1
2011-03-04
perf cgroup: Fix unmatched call to perf_detach_cgroup()
Li Zefan
1
-3
/
+3
2011-03-04
perf cgroup: Fix leak of file reference count
Li Zefan
1
-2
/
+5
2011-03-04
perf: Fix the missing event initialization when pmu is found in idr
Lin Ming
1
-2
/
+7
2011-03-04
sched: Fix sched rt group scheduling when hierachy is enabled
Balbir Singh
1
-5
/
+9
2011-03-04
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
8
-25
/
+48
2011-03-03
blktrace: Remove blk_fill_rwbs_rq.
Tao Ma
1
-16
/
+0
2011-03-03
Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...
Frederic Weisbecker
2
-169
/
+754
2011-02-26
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
3
-1
/
+18
2011-02-23
perf: Simplify task_clock_event_read()
Peter Zijlstra
1
-10
/
+3
2011-02-23
perf_events: Fix rcu and locking issues with cgroup support
Stephane Eranian
1
-11
/
+29
2011-02-22
rtmutex: tester: Remove the remaining BKL leftovers
Thomas Gleixner
1
-3
/
+2
2011-02-22
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-3
/
+18
[next]