summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-203-146/+63
| | * | | | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells2008-07-181-0/+2
| * | | | | cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky2008-07-181-0/+10
| * | | | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-185-70/+80
| * | | | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-07-181-28/+40
| |/ / / /
| * | | | sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
| * | | | Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-181-0/+2
| | |/ / | |/| |
* | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2313-46/+48
|\ \ \ \
| * | | | cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis2008-07-181-7/+7
| * | | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-182-2/+5
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1810-292/+442
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1660-867/+11047
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-0625-741/+559
| |\ \ \ \ \
| * | | | | | clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-232-4/+3
| * | | | | | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-238-34/+34
| * | | | | | sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-05-231-9/+9
* | | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-233-13/+56
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto2008-07-181-1/+1
| * | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-07-1558-797/+10087
| |\ \ \ \ \ \
| * | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-07-011-4/+1
| * | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-06-301-2/+5
| * | | | | | | softlockup: show irqtraceVegard Nossum2008-06-251-0/+2
| * | | | | | | Merge commit 'v2.6.26-rc8' into core/softlockupIngo Molnar2008-06-257-64/+164
| |\ \ \ \ \ \ \
| * | | | | | | | softlockup: print a module list on being stuckArjan van de Ven2008-06-181-0/+1
| * | | | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-06-1617-666/+330
| |\ \ \ \ \ \ \ \
| * | | | | | | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-021-5/+10
| * | | | | | | | | softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ...Ingo Molnar2008-05-301-2/+2
| * | | | | | | | | softlockup: fix softlockup_thresh fixIngo Molnar2008-05-251-1/+1
| * | | | | | | | | softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich2008-05-252-6/+15
| * | | | | | | | | softlockup: allow panic on lockupIngo Molnar2008-05-252-0/+32
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | set_irq_wake: fix return code and wake status trackingUwe Kleine-König2008-07-231-12/+27
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-224-137/+207
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove CONFIG_KMOD from core kernel codeJohannes Berg2008-07-223-4/+4
| * | | | | | | | | modules: Take a shortcut for checking if an address is in a moduleRusty Russell2008-07-221-2/+22
| * | | | | | | | | module: turn longs into ints for module sizesDenys Vlasenko2008-07-221-2/+2
| * | | | | | | | | Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko2008-07-221-15/+34
| * | | | | | | | | module: generic each_symbol iterator functionRusty Russell2008-07-221-110/+134
| * | | | | | | | | module: don't use stop_machine for waiting rmmodRusty Russell2008-07-221-4/+11
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-223-7/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-213-7/+16
| |/ / / / / / / / /
* | | | | | | | | | Fix build on COMPAT platforms when CONFIG_EPOLL is disabledAtsushi Nemoto2008-07-221-0/+1
* | | | | | | | | | cpusets: fix wrong domain attr updatesMiao Xie2008-07-221-1/+3
|/ / / / / / / / /
* | | | | | | | | Merge branch 'linus' into xen-64bitIngo Molnar2008-07-1710-292/+442
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-171-2/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ftrace: do not trace scheduler functionsIngo Molnar2008-07-171-2/+1
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | fix dangling zombie when new parent ignores childrenRoland McGrath2008-07-161-0/+26
| * | | | | | | | do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath2008-07-161-10/+20
| * | | | | | | | ptrace children revampRoland McGrath2008-07-163-123/+146
| * | | | | | | | do_wait reorganizationRoland McGrath2008-07-161-80/+135
| * | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-162-18/+48
| |\ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud