Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2008-07-24 | 3 | -13/+56 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | softlockup: fix invalid proc_handler for softlockup_panic | Hiroshi Shimamoto | 2008-07-18 | 1 | -1/+1 | |
| * | | | | | | Merge branch 'linus' into core/softlockup | Ingo Molnar | 2008-07-15 | 58 | -797/+10087 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | softlockup: fix watchdog task wakeup frequency | Johannes Weiner | 2008-07-01 | 1 | -4/+1 | |
| * | | | | | | | softlockup: fix watchdog task wakeup frequency | Johannes Weiner | 2008-06-30 | 1 | -2/+5 | |
| * | | | | | | | softlockup: show irqtrace | Vegard Nossum | 2008-06-25 | 1 | -0/+2 | |
| * | | | | | | | Merge commit 'v2.6.26-rc8' into core/softlockup | Ingo Molnar | 2008-06-25 | 7 | -64/+164 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | softlockup: print a module list on being stuck | Arjan van de Ven | 2008-06-18 | 1 | -0/+1 | |
| * | | | | | | | | Merge branch 'linus' into core/softlockup | Ingo Molnar | 2008-06-16 | 17 | -666/+330 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | softlockup: fix NMI hangs due to lock race - 2.6.26-rc regression | Jason Wessel | 2008-06-02 | 1 | -5/+10 | |
| * | | | | | | | | | softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ... | Ingo Molnar | 2008-05-30 | 1 | -2/+2 | |
| * | | | | | | | | | softlockup: fix softlockup_thresh fix | Ingo Molnar | 2008-05-25 | 1 | -1/+1 | |
| * | | | | | | | | | softlockup: fix softlockup_thresh unaligned access and disable detection at r... | Dimitri Sivanich | 2008-05-25 | 2 | -6/+15 | |
| * | | | | | | | | | softlockup: allow panic on lockup | Ingo Molnar | 2008-05-25 | 2 | -0/+32 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | set_irq_wake: fix return code and wake status tracking | Uwe Kleine-König | 2008-07-23 | 1 | -12/+27 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-07-22 | 4 | -137/+207 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | remove CONFIG_KMOD from core kernel code | Johannes Berg | 2008-07-22 | 3 | -4/+4 | |
| * | | | | | | | | | modules: Take a shortcut for checking if an address is in a module | Rusty Russell | 2008-07-22 | 1 | -2/+22 | |
| * | | | | | | | | | module: turn longs into ints for module sizes | Denys Vlasenko | 2008-07-22 | 1 | -2/+2 | |
| * | | | | | | | | | Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs | Denys Vlasenko | 2008-07-22 | 1 | -15/+34 | |
| * | | | | | | | | | module: generic each_symbol iterator function | Rusty Russell | 2008-07-22 | 1 | -110/+134 | |
| * | | | | | | | | | module: don't use stop_machine for waiting rmmod | Rusty Russell | 2008-07-22 | 1 | -4/+11 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2008-07-22 | 3 | -7/+16 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sysdev: Pass the attribute to the low level sysdev show/store function | Andi Kleen | 2008-07-22 | 3 | -7/+16 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Fix build on COMPAT platforms when CONFIG_EPOLL is disabled | Atsushi Nemoto | 2008-07-22 | 1 | -0/+1 | |
* | | | | | | | | | | cpusets: fix wrong domain attr updates | Miao Xie | 2008-07-22 | 1 | -1/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'linus' into xen-64bit | Ingo Molnar | 2008-07-17 | 10 | -292/+442 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-07-17 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ftrace: do not trace scheduler functions | Ingo Molnar | 2008-07-17 | 1 | -2/+1 | |
| | | |_|_|_|_|/ / | | |/| | | | | | | ||||||
| * | | | | | | | | fix dangling zombie when new parent ignores children | Roland McGrath | 2008-07-17 | 1 | -0/+26 | |
| * | | | | | | | | do_wait: return security_task_wait() error code in place of -ECHILD | Roland McGrath | 2008-07-17 | 1 | -10/+20 | |
| * | | | | | | | | ptrace children revamp | Roland McGrath | 2008-07-17 | 3 | -123/+146 | |
| * | | | | | | | | do_wait reorganization | Roland McGrath | 2008-07-17 | 1 | -80/+135 | |
| * | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-17 | 2 | -18/+48 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Suspend-related patches for 2.6.27 | Rafael J. Wysocki | 2008-06-12 | 2 | -9/+29 | |
| | * | | | | | | | | Introduce new top level suspend and hibernation callbacks | Rafael J. Wysocki | 2008-06-10 | 2 | -9/+19 | |
| * | | | | | | | | | snapshot: Use pm_mutex for mutual exclusion | Rafael J. Wysocki | 2008-07-16 | 1 | -26/+42 | |
| * | | | | | | | | | snapshot: Push BKL down into ioctl handlers | Alan Cox | 2008-07-16 | 1 | -4/+7 | |
| * | | | | | | | | | Freezer: Introduce PF_FREEZER_NOSIG | Rafael J. Wysocki | 2008-07-16 | 2 | -56/+43 | |
| * | | | | | | | | | force offline the processor during hot-removal | Zhang Rui | 2008-07-16 | 1 | -0/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | x86, xen, power: fix up config dependencies on PM | Jeremy Fitzhardinge | 2008-07-17 | 1 | -1/+1 | |
* | | | | | | | | | Revert "suspend, xen: enable PM_SLEEP for CONFIG_XEN" | Ingo Molnar | 2008-07-16 | 1 | -1/+1 | |
* | | | | | | | | | suspend, xen: enable PM_SLEEP for CONFIG_XEN | Jeremy Fitzhardinge | 2008-07-16 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | generic ipi function calls: wait on alloc failure fallback | Jeremy Fitzhardinge | 2008-07-15 | 1 | -0/+1 | |
* | | | | | | | | Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-07-15 | 7 | -8/+391 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 7 | -8/+390 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | * | | | | | | | fix: "smp_call_function: get rid of the unused nonatomic/retry argument" | Ingo Molnar | 2008-06-27 | 1 | -1/+1 | |
| | * | | | | | | | on_each_cpu(): kill unused 'retry' parameter | Jens Axboe | 2008-06-26 | 4 | -6/+6 | |
| | * | | | | | | | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 | 3 | -6/+4 | |
| | * | | | | | | | Add generic helpers for arch IPI function calls | Jens Axboe | 2008-06-26 | 2 | -0/+384 | |
| | | |_|_|/ / / | | |/| | | | | |