summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* lockdep: move state bit definitions aroundPeter Zijlstra2009-02-142-0/+52
* lockdep: simplify mark_lock()Peter Zijlstra2009-02-141-12/+7
* lockdep: simplify mark_held_locksPeter Zijlstra2009-02-141-24/+14
* lockdep: lockdep_states.hPeter Zijlstra2009-02-141-0/+3
* lockdep: sanitize reclaim bit namesPeter Zijlstra2009-02-141-19/+19
* lockdep: sanitize bit namesPeter Zijlstra2009-02-142-48/+48
* lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-143-16/+222
* timer: implement lockdep deadlock detectionJohannes Berg2009-02-141-11/+57
* Merge branch 'linus' into core/lockingIngo Molnar2009-02-0753-440/+637
|\
| * fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan2009-02-061-0/+1
| * wait: prevent exclusive waiter starvationJohannes Weiner2009-02-052-9/+54
| * revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton2009-02-051-12/+4
| * kernel/async.c: fix printk warningsAndrew Morton2009-02-051-4/+8
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-041-1/+6
| |\
| | * Merge branch 'core/xen' into x86/urgentIngo Molnar2009-02-0453-460/+680
| | |\
| | * | irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu2009-02-011-1/+6
| * | | ftrace: do_each_pid_task() needs rcu lockOleg Nesterov2009-02-031-0/+5
| | |/ | |/|
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-02-024-14/+45
| |\ \
| | * | sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell2009-02-011-2/+2
| | * | sched: fix buddie group latencyPeter Zijlstra2009-02-011-2/+8
| | * | sched: clear buddies more aggressivelyMike Galbraith2009-02-011-1/+12
| | * | sched: symmetric sync vs avg_overlapPeter Zijlstra2009-02-011-3/+9
| | * | sched: fix sync wakeupsPeter Zijlstra2009-02-012-9/+6
| | * | cpuset: fix possible deadlock in async_rebuild_sched_domainsMiao Xie2009-01-191-1/+12
| * | | modules: Use a better scheme for refcountingEric Dumazet2009-02-021-10/+25
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-312-3/+35
| |\ \ \
| | * | | generic-ipi: use per cpu data for single cpu ipi callsSteven Rostedt2009-01-301-3/+33
| | * | | signals, debug: fix BUG: using smp_processor_id() in preemptible code in prin...Ed Swierk2009-01-271-0/+2
| * | | | Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-311-0/+2
| |\ \ \ \
| | * | | | irq: export __set_irq_handler() and handle_level_irq()Ingo Molnar2009-01-141-0/+2
| * | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-312-8/+59
| |\ \ \ \ \
| | * | | | | hrtimer: prevent negative expiry value after clock_was_set()Thomas Gleixner2009-01-301-0/+7
| | * | | | | hrtimers: allow the hot-unplugging of all cpusSebastien Dugue2009-01-302-7/+23
| | * | | | | hrtimers: increase clock min delta threshold while interrupt hangingFrederic Weisbecker2009-01-301-1/+29
| * | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-01-315-8/+41
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ring-buffer: reset timestamps when ring buffer is resetSteven Rostedt2009-01-221-0/+3
| | * | | | | trace: set max latency variable to zero on defaultSteven Rostedt2009-01-213-1/+3
| | * | | | | trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt2009-01-211-0/+1
| | * | | | | trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt2009-01-211-1/+1
| | * | | | | ring_buffer: reset write when reserve buffer failLai Jiangshan2009-01-211-5/+5
| | * | | | | tracing/function-graph-tracer: fix a regression while suspend to diskFrederic Weisbecker2009-01-211-0/+27
| | * | | | | ring-buffer: fix alignment problemSteven Rostedt2009-01-201-1/+1
| | | |_|/ / | | |/| | |
| * | | | | cgroup: fix root_count when mount fails due to busy subsystemPaul Menage2009-01-291-2/+4
| * | | | | cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs()Paul Menage2009-01-291-2/+5
| * | | | | cgroups: fix lock inconsistency in cgroup_clone()Li Zefan2009-01-291-6/+7
| * | | | | cgroups: use hierarchy mutex in creation failure pathKAMEZAWA Hiroyuki2009-01-291-0/+2
| * | | | | cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2009-01-272-8/+16
| * | | | | Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney2009-01-271-1/+1
| * | | | | Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-01-271-0/+10
| |\ \ \ \ \
| | * | | | | Hibernation: Introduce system_entering_hibernationRafael J. Wysocki2009-01-271-0/+10
| | |/ / / /
OpenPOWER on IntegriCloud