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
2009-08-17
lockdep: Fix missing entry in /proc/lock_stat
Li Zefan
1
-1
/
+1
2009-08-02
lockdep: Fix memory usage info of BFS
Ming Lei
1
-1
/
+2
2009-08-02
lockdep: Reintroduce generation count to make BFS faster
Ming Lei
1
-5
/
+6
2009-08-02
lockdep: Deal with many similar locks
Peter Zijlstra
1
-12
/
+77
2009-08-02
lockdep: Introduce lockdep_assert_held()
Peter Zijlstra
2
-0
/
+35
2009-08-02
lockdep: Fix style nits
Peter Zijlstra
1
-3
/
+8
2009-08-02
lockdep: Fix backtraces
Peter Zijlstra
1
-1
/
+11
2009-08-02
lockdep: Fix BFS build
Ingo Molnar
1
-0
/
+2
2009-07-24
lockdep: BFS cleanup
Peter Zijlstra
2
-209
/
+172
2009-07-24
lockdep: Add statistics info for max bfs queue depth
Ming Lei
3
-2
/
+9
2009-07-24
lockdep: Update memory usage introduced by BFS
Ming Lei
1
-1
/
+5
2009-07-24
lockdep: Implement lockdep_count_*ward_deps by BFS
Ming Lei
1
-27
/
+25
2009-07-24
lockdep: Introduce print_shortest_lock_dependencies
Ming Lei
2
-28
/
+69
2009-07-24
lockdep: Implement find_usage_*wards by BFS
Ming Lei
1
-108
/
+72
2009-07-24
lockdep: Implement check_noncircular() by BFS
Ming Lei
1
-52
/
+37
2009-07-24
lockdep: Introduce match function to BFS
Ming Lei
1
-17
/
+26
2009-07-24
lockdep: Improve implementation of BFS
Ming Lei
2
-19
/
+39
2009-07-24
lockdep: Print the shortest dependency chain if finding a circle
Ming Lei
2
-9
/
+189
2009-07-22
genirq: Fix UP compile failure caused by irq_thread_check_affinity
Bruno Premont
1
-0
/
+5
2009-07-22
Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-100
/
+94
2009-07-22
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+63
2009-07-22
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2009-07-22
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-9
/
+46
2009-07-22
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-4
/
+17
2009-07-22
perf: fix stack data leak
Arjan van de Ven
1
-0
/
+1
2009-07-22
perf_counter: Fix throttle/unthrottle event logging
Anton Blanchard
1
-1
/
+4
2009-07-22
perf_counter: PERF_SAMPLE_ID and inherited counters
Peter Zijlstra
1
-61
/
+31
2009-07-22
perf_counter: Plug more stack leaks
Peter Zijlstra
1
-2
/
+21
2009-07-22
perf: Fix stack data leak
Arjan van de Ven
1
-0
/
+1
2009-07-22
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
Peter Zijlstra
1
-19
/
+17
2009-07-22
softirq: introduce tasklet_hrtimer infrastructure
Peter Zijlstra
1
-1
/
+63
2009-07-21
genirq: Delegate irq affinity setting to the irq thread
Thomas Gleixner
3
-9
/
+46
2009-07-19
clocksource: Prevent NULL pointer dereference
Thomas Gleixner
1
-1
/
+1
2009-07-18
timer: Avoid reading uninitialized data
Pavel Roskin
1
-1
/
+1
2009-07-18
sched: fix nr_uninterruptible accounting of frozen tasks really
Thomas Gleixner
1
-0
/
+7
2009-07-18
sched: fix load average accounting vs. cpu hotplug
Thomas Gleixner
1
-2
/
+2
2009-07-18
perf_counter: Log vfork as a fork event
Anton Blanchard
1
-6
/
+3
2009-07-18
perf_counter: Make sure we dont leak kernel memory to userspace
Anton Blanchard
1
-4
/
+15
2009-07-18
sched: Account for vruntime wrapping
Fabio Checconi
1
-2
/
+8
2009-07-16
tracing/function: Fix the return value of ftrace_trace_onoff_callback()
Xiao Guangrong
1
-1
/
+1
2009-07-16
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-12
/
+52
2009-07-14
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-57
/
+64
2009-07-14
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2009-07-13
tracing/function-profiler: do not free per cpu variable stat
Steven Rostedt
1
-3
/
+2
2009-07-13
perf_counter: Fix the tracepoint channel to perfcounters
Chris Wilson
1
-7
/
+3
2009-07-12
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-7
/
+0
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
3
-1
/
+2
2009-07-11
futexes: Fix infinite loop in get_futex_key() on huge page
Sonny Rao
1
-0
/
+1
2009-07-11
sched: Fix bug in SCHED_IDLE interaction with group scheduling
Paul Turner
1
-1
/
+2
2009-07-10
Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+1
[next]