summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/coreIngo Molnar2008-07-124-17/+14
|\
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-101-3/+4
| |\
| | * sched: fix cpu hotplug, cleanupLinus Torvalds2008-07-101-6/+5
| | * sched: fix cpu hotplugDmitry Adamushko2008-07-101-1/+3
| * | Fix PREEMPT_RCU without HOTPLUG_CPUNick Piggin2008-07-101-12/+8
| * | kernel/kprobes.c: Made kprobe_blacklist static.Daniel Guilak2008-07-101-1/+1
| * | kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak2008-07-081-1/+1
* | | printk: export console_driversIngo Molnar2008-07-081-0/+2
* | | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-081-9/+9
|\ \ \
| * | | sched, numa: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-07-081-9/+9
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
| \ \
*-----------. \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-0827-743/+566
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | Merge commit 'v2.6.26-rc8' into x86/xenIngo Molnar2008-06-258-69/+174
| | | | | | | |\ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | | | | * | Merge branch 'linus' into x86/xenIngo Molnar2008-06-1617-666/+330
| | | | | | | |\ \ | | | | | | |_|/ / | | | | | |/| | |
| | | | | | | * | xen: Enable console tty by default in domU if it's not a dummyMarkus Armbruster2008-05-271-0/+3
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | * | | | Merge commit 'v2.6.26-rc9' into x86/cpuIngo Molnar2008-07-0815-140/+338
| | | | |\ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | | | * | | | x86, clockevents: add C1E aware idle functionThomas Gleixner2008-07-081-2/+4
| * | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-051-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | softlockup: print a module list on being stuckArjan van de Ven2008-07-051-0/+1
| * | | | | | | | security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan2008-07-041-0/+21
| * | | | | | | | Christoph has movedChristoph Lameter2008-07-041-1/+1
| * | | | | | | | hrtimer: prevent migration for raising softirqSteven Rostedt2008-07-031-0/+8
| * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-021-0/+3
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | sched: fix divide error when trying to configure rt_period to zeroRaistlin2008-07-011-0/+3
| * | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-021-1/+15
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | rcu: fix hotplug vs rcu raceGautham R Shenoy2008-07-011-1/+15
| * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-06-301-0/+1
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | sched: fix cpu hotplugDmitry Adamushko2008-06-291-0/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge branch 'audit.b52' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-06-292-4/+5
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | [PATCH] remove useless argument type in audit_filter_user()Peng Haitao2008-06-242-2/+2
| | * | | | | | [PATCH] audit: fix kernel-doc parameter notationRandy Dunlap2008-06-241-0/+1
| | * | | | | | [PATCH] kernel/audit.c: nlh->nlmsg_type is gotten more than oncePeng Haitao2008-06-241-2/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | kgdb: sparse fixJason Wessel2008-06-241-1/+2
| * | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-231-20/+73
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | futexes: fix fault handling in futex_lock_piThomas Gleixner2008-06-231-20/+73
| | |/ / / /
| * | | | | Merge branch 'linus' into sched/urgentIngo Molnar2008-06-234-10/+18
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-06-204-10/+18
| | |\ \ \ \
| | | * | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-191-5/+10
| | | * | | | rcupreempt: remove export of rcu_batches_completed_bhSteven Rostedt2008-06-191-2/+0
| | | * | | | cpuset: limit the input of cpuset.sched_relax_domain_levelLi Zefan2008-06-192-3/+8
| | | | |_|/ | | | |/| |
| * | | | | sched: refactor wait_for_completion_timeout()Oleg Nesterov2008-06-201-18/+6
| * | | | | sched: fix wait_for_completion_timeout() spurious failure under heavy loadRoland Dreier2008-06-201-0/+10
| * | | | | sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra2008-06-201-1/+2
| |/ / / /
| * | | | sched, delay accounting: fix incorrect delay time when constantly waiting on ...Bharath Ravi2008-06-191-0/+6
| * | | | sched: CPU hotplug events must not destroy scheduler domains created by the c...Max Krasnyansky2008-06-192-0/+28
| * | | | sched: rt-group: fix RR bugletPeter Zijlstra2008-06-191-1/+3
| * | | | sched: rt-group: heirarchy aware throttlePeter Zijlstra2008-06-191-26/+33
| * | | | sched: rt-group: fix hierarchyPeter Zijlstra2008-06-191-1/+0
| * | | | sched: NULL pointer dereference while setting sched_rt_period_usDario Faggioli2008-06-191-1/+1
| * | | | sched: fix defined-but-unused warningRabin Vincent2008-06-171-0/+2
| |/ / /
| * | | kprobes: fix error checking of batch registrationMasami Hiramatsu2008-06-121-6/+9
OpenPOWER on IntegriCloud