aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-07-15
| |\ \ \ \ \ \
| * | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-07-01
| * | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-06-30
| * | | | | | | softlockup: show irqtraceVegard Nossum2008-06-25
| * | | | | | | Merge commit 'v2.6.26-rc8' into core/softlockupIngo Molnar2008-06-25
| |\ \ \ \ \ \ \
| * | | | | | | | softlockup: print a module list on being stuckArjan van de Ven2008-06-18
| * | | | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-06-16
| |\ \ \ \ \ \ \ \
| * | | | | | | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regressionJason Wessel2008-06-02
| * | | | | | | | | softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ...Ingo Molnar2008-05-30
| * | | | | | | | | softlockup: fix softlockup_thresh fixIngo Molnar2008-05-25
| * | | | | | | | | softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich2008-05-25
| * | | | | | | | | softlockup: allow panic on lockupIngo Molnar2008-05-25
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | set_irq_wake: fix return code and wake status trackingUwe Kleine-König2008-07-23
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remove CONFIG_KMOD from core kernel codeJohannes Berg2008-07-22
| * | | | | | | | | modules: Take a shortcut for checking if an address is in a moduleRusty Russell2008-07-22
| * | | | | | | | | module: turn longs into ints for module sizesDenys Vlasenko2008-07-22
| * | | | | | | | | Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko2008-07-22
| * | | | | | | | | module: generic each_symbol iterator functionRusty Russell2008-07-22
| * | | | | | | | | module: don't use stop_machine for waiting rmmodRusty Russell2008-07-22
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-22
| |/ / / / / / / / /
* | | | | | | | | | Fix build on COMPAT platforms when CONFIG_EPOLL is disabledAtsushi Nemoto2008-07-22
* | | | | | | | | | cpusets: fix wrong domain attr updatesMiao Xie2008-07-22
|/ / / / / / / / /
* | | | | | | | | Merge branch 'linus' into xen-64bitIngo Molnar2008-07-17
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-17
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ftrace: do not trace scheduler functionsIngo Molnar2008-07-17
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | fix dangling zombie when new parent ignores childrenRoland McGrath2008-07-16
| * | | | | | | | do_wait: return security_task_wait() error code in place of -ECHILDRoland McGrath2008-07-16
| * | | | | | | | ptrace children revampRoland McGrath2008-07-16
| * | | | | | | | do_wait reorganizationRoland McGrath2008-07-16
| * | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Suspend-related patches for 2.6.27Rafael J. Wysocki2008-06-12
| | * | | | | | | | Introduce new top level suspend and hibernation callbacksRafael J. Wysocki2008-06-10
| * | | | | | | | | snapshot: Use pm_mutex for mutual exclusionRafael J. Wysocki2008-07-16
| * | | | | | | | | snapshot: Push BKL down into ioctl handlersAlan Cox2008-07-16
| * | | | | | | | | Freezer: Introduce PF_FREEZER_NOSIGRafael J. Wysocki2008-07-16
| * | | | | | | | | force offline the processor during hot-removalZhang Rui2008-07-16
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | x86, xen, power: fix up config dependencies on PMJeremy Fitzhardinge2008-07-17
* | | | | | | | | Revert "suspend, xen: enable PM_SLEEP for CONFIG_XEN"Ingo Molnar2008-07-16
* | | | | | | | | suspend, xen: enable PM_SLEEP for CONFIG_XENJeremy Fitzhardinge2008-07-16
|/ / / / / / / /
* | | | | | | | generic ipi function calls: wait on alloc failure fallbackJeremy Fitzhardinge2008-07-15
* | | | | | | | Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-15
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | fix: "smp_call_function: get rid of the unused nonatomic/retry argument"Ingo Molnar2008-06-27
| | * | | | | | | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-26
| | * | | | | | | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-26
| | * | | | | | | Add generic helpers for arch IPI function callsJens Axboe2008-06-26
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | rcu classic: update qlen when cpu offlineLai Jiangshan2008-07-13