summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-04-01sched_rt: don't allocate cpumask in fastpathRusty Russell2-13/+7
2009-03-31cpuacct: make cpuacct hierarchy walk in cpuacct_charge() safe when rcupreempt...Bharata B Rao1-0/+5
2009-03-30lockdep: fix deadlock in lockdep_trace_allocPeter Zijlstra1-2/+19
2009-02-15lockdep: build fix for !PROVE_LOCKINGPeter Zijlstra1-0/+4
2009-02-14lockstat: warn about disabled lock debuggingPeter Zijlstra1-0/+4
2009-02-14lockdep: use stringify.hPeter Zijlstra1-9/+7
2009-02-14lockdep: simplify check_prev_add_irq()Peter Zijlstra1-93/+61
2009-02-14lockdep: get_user_chars() redoPeter Zijlstra3-18/+19
2009-02-14lockdep: simplify get_user_chars()Peter Zijlstra1-41/+24
2009-02-14lockdep: add comments to mark_lock_irq()Peter Zijlstra1-7/+30
2009-02-14lockdep: remove macro usage from mark_held_locks()Peter Zijlstra1-15/+5
2009-02-14lockdep: fully reduce mark_lock_irq()Peter Zijlstra1-78/+8
2009-02-14lockdep: merge the !_READ mark_lock_irq() helpersPeter Zijlstra1-43/+15
2009-02-14lockdep: merge the _READ mark_lock_irq() helpersPeter Zijlstra1-38/+23
2009-02-14lockdep: simplify mark_lock_irq() helpers #3Peter Zijlstra1-38/+27
2009-02-14lockdep: further simplify mark_lock_irq() helpersPeter Zijlstra1-16/+31
2009-02-14lockdep: simplify the mark_lock_irq() helpersPeter Zijlstra1-16/+44
2009-02-14lockdep: split up mark_lock_irq()Peter Zijlstra1-225/+147
2009-02-14lockdep: generate usage stringsPeter Zijlstra1-13/+13
2009-02-14lockdep: generate the state bit definitionsPeter Zijlstra1-27/+20
2009-02-14lockdep: move state bit definitions aroundPeter Zijlstra2-0/+52
2009-02-14lockdep: simplify mark_lock()Peter Zijlstra1-12/+7
2009-02-14lockdep: simplify mark_held_locksPeter Zijlstra1-24/+14
2009-02-14lockdep: lockdep_states.hPeter Zijlstra1-0/+3
2009-02-14lockdep: sanitize reclaim bit namesPeter Zijlstra1-19/+19
2009-02-14lockdep: sanitize bit namesPeter Zijlstra2-48/+48
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin3-16/+222
2009-02-14timer: implement lockdep deadlock detectionJohannes Berg1-11/+57
2009-02-07Merge branch 'linus' into core/lockingIngo Molnar53-440/+637
2009-02-06fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan1-0/+1
2009-02-05wait: prevent exclusive waiter starvationJohannes Weiner2-9/+54
2009-02-05revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton1-12/+4
2009-02-05kernel/async.c: fix printk warningsAndrew Morton1-4/+8
2009-02-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+6
2009-02-04Merge branch 'core/xen' into x86/urgentIngo Molnar53-460/+680
2009-02-03ftrace: do_each_pid_task() needs rcu lockOleg Nesterov1-0/+5
2009-02-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+45
2009-02-02modules: Use a better scheme for refcountingEric Dumazet1-10/+25
2009-02-01irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu1-1/+6
2009-02-01sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell1-2/+2
2009-02-01sched: fix buddie group latencyPeter Zijlstra1-2/+8
2009-02-01sched: clear buddies more aggressivelyMike Galbraith1-1/+12
2009-02-01sched: symmetric sync vs avg_overlapPeter Zijlstra1-3/+9
2009-02-01sched: fix sync wakeupsPeter Zijlstra2-9/+6
2009-01-31Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+35
2009-01-31Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-01-31Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+59
2009-01-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-8/+41
2009-01-30hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner1-0/+7
2009-01-30hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2-7/+23