summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-02-15lockdep: simplify get_user_chars()Peter Zijlstra1-41/+24
2009-02-15lockdep: add comments to mark_lock_irq()Peter Zijlstra1-7/+30
2009-02-15lockdep: remove macro usage from mark_held_locks()Peter Zijlstra1-15/+5
2009-02-15lockdep: fully reduce mark_lock_irq()Peter Zijlstra1-78/+8
2009-02-15lockdep: merge the !_READ mark_lock_irq() helpersPeter Zijlstra1-43/+15
2009-02-15lockdep: merge the _READ mark_lock_irq() helpersPeter Zijlstra1-38/+23
2009-02-15lockdep: simplify mark_lock_irq() helpers #3Peter Zijlstra1-38/+27
2009-02-15lockdep: further simplify mark_lock_irq() helpersPeter Zijlstra1-16/+31
2009-02-15lockdep: simplify the mark_lock_irq() helpersPeter Zijlstra1-16/+44
2009-02-15lockdep: split up mark_lock_irq()Peter Zijlstra1-225/+147
2009-02-15lockdep: generate usage stringsPeter Zijlstra1-13/+13
2009-02-15lockdep: generate the state bit definitionsPeter Zijlstra1-27/+20
2009-02-15lockdep: move state bit definitions aroundPeter Zijlstra2-0/+52
2009-02-15lockdep: simplify mark_lock()Peter Zijlstra1-12/+7
2009-02-15lockdep: simplify mark_held_locksPeter Zijlstra1-24/+14
2009-02-15lockdep: lockdep_states.hPeter Zijlstra1-0/+3
2009-02-15lockdep: sanitize reclaim bit namesPeter Zijlstra1-19/+19
2009-02-15lockdep: sanitize bit namesPeter Zijlstra2-48/+48
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin3-16/+222
2009-02-15timer: 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-05Merge 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-04ftrace: do_each_pid_task() needs rcu lockOleg Nesterov1-0/+5
2009-02-03Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+45
2009-02-03modules: 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-02-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+35
2009-02-01Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2009-02-01Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-8/+59
2009-02-01Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-8/+41
2009-01-31hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner1-0/+7
2009-01-31hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2-7/+23
2009-01-31hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker1-1/+29
2009-01-30generic-ipi: use per cpu data for single cpu ipi callsSteven Rostedt1-3/+33
2009-01-30cgroup: fix root_count when mount fails due to busy subsystemPaul Menage1-2/+4
2009-01-30cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage1-2/+5
2009-01-30cgroups: fix lock inconsistency in cgroup_clone()Li Zefan1-6/+7
2009-01-30cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki1-0/+2
2009-01-28cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2-8/+16
2009-01-28Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney1-1/+1