summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-17lockdep: Fix missing entry in /proc/lock_statLi Zefan1-1/+1
2009-08-02lockdep: Fix memory usage info of BFSMing Lei1-1/+2
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei1-5/+6
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra1-12/+77
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra2-0/+35
2009-08-02lockdep: Fix style nitsPeter Zijlstra1-3/+8
2009-08-02lockdep: Fix backtracesPeter Zijlstra1-1/+11
2009-08-02lockdep: Fix BFS buildIngo Molnar1-0/+2
2009-07-24lockdep: BFS cleanupPeter Zijlstra2-209/+172
2009-07-24lockdep: Add statistics info for max bfs queue depthMing Lei3-2/+9
2009-07-24lockdep: Update memory usage introduced by BFSMing Lei1-1/+5
2009-07-24lockdep: Implement lockdep_count_*ward_deps by BFSMing Lei1-27/+25
2009-07-24lockdep: Introduce print_shortest_lock_dependenciesMing Lei2-28/+69
2009-07-24lockdep: Implement find_usage_*wards by BFSMing Lei1-108/+72
2009-07-24lockdep: Implement check_noncircular() by BFSMing Lei1-52/+37
2009-07-24lockdep: Introduce match function to BFSMing Lei1-17/+26
2009-07-24lockdep: Improve implementation of BFSMing Lei2-19/+39
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei2-9/+189
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-100/+94
2009-07-22Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+63
2009-07-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2009-07-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+46
2009-07-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+17
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard1-1/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-61/+31
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra1-2/+21
2009-07-22perf: Fix stack data leakArjan van de Ven1-0/+1
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra1-19/+17
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra1-1/+63
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner3-9/+46
2009-07-19clocksource: Prevent NULL pointer dereferenceThomas Gleixner1-1/+1
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin1-1/+1
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner1-0/+7
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner1-2/+2
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard1-6/+3
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard1-4/+15
2009-07-18sched: Account for vruntime wrappingFabio Checconi1-2/+8
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+52
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-57/+64
2009-07-14Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt1-3/+2
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson1-7/+3
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-1/+2
2009-07-11futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao1-0/+1
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner1-1/+2
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1