Age | Commit message (Expand) | Author |
2015-04-14 | kernel, cpuset: remove exception for __GFP_THISNODE | David Rientjes |
2015-04-14 | watchdog: introduce the hardlockup_detector_disable() function | Ulrich Obergfell |
2015-04-14 | watchdog: clean up some function names and arguments | Ulrich Obergfell |
2015-04-14 | watchdog: enable the new user interface of the watchdog mechanism | Ulrich Obergfell |
2015-04-14 | watchdog: implement error handling for failure to set up hardware perf events | Ulrich Obergfell |
2015-04-14 | watchdog: introduce separate handlers for parameters in /proc/sys/kernel | Ulrich Obergfell |
2015-04-14 | watchdog: introduce proc_watchdog_common() | Ulrich Obergfell |
2015-04-14 | watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog() | Ulrich Obergfell |
2015-04-14 | watchdog: introduce the proc_watchdog_update() function | Ulrich Obergfell |
2015-04-14 | watchdog: new definitions and variables, initialization | Ulrich Obergfell |
2015-04-13 | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2015-04-13 | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds |
2015-04-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-13 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-04-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-04-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-04-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-04-11 | Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux... | Thomas Gleixner |
2015-04-09 | Merge tag 'pm+acpi-4.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2015-04-09 | Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle' | Rafael J. Wysocki |
2015-04-09 | locking/mutex: Further simplify mutex_spin_on_owner() | Jason Low |
2015-04-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2015-04-08 | Copy the kernel module data from user space in chunks | Linus Torvalds |
2015-04-08 | genirq: Allow the irqchip state of an IRQ to be save/restored | Marc Zyngier |
2015-04-08 | genirq: MSI: Fix freeing of unallocated MSI | Marc Zyngier |
2015-04-08 | Merge branch 'linus' into irq/core to get the GIC updates which | Thomas Gleixner |
2015-04-07 | mm: numa: disable change protection for vma(VM_HUGETLB) | Naoya Horiguchi |
2015-04-07 | Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions" | Rafael J. Wysocki |
2015-04-06 | workqueue: Reorder sysfs code | Frederic Weisbecker |
2015-04-03 | timers/PM: Drop unnecessary braces from tick_freeze() | Rafael J. Wysocki |
2015-04-03 | timers/PM: Fix up tick_unfreeze() | Rafael J. Wysocki |
2015-04-03 | sched/core: Drop debugging leftover trace_printk call | Borislav Petkov |
2015-04-03 | timekeeping: Get rid of stale comment | Thomas Gleixner |
2015-04-03 | clockevents: Cleanup dead cpu explicitely | Thomas Gleixner |
2015-04-03 | clockevents: Make tick handover explicit | Thomas Gleixner |
2015-04-03 | clockevents: Remove broadcast oneshot control leftovers | Rafael J. Wysocki |
2015-04-03 | sched/idle: Use explicit broadcast oneshot control function | Thomas Gleixner |
2015-04-03 | clockevents: Provide explicit broadcast oneshot control functions | Thomas Gleixner |
2015-04-03 | clockevents: Remove the broadcast control leftovers | Thomas Gleixner |
2015-04-03 | clockevents: Provide explicit broadcast control functions | Thomas Gleixner |
2015-04-03 | clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ... | John Stultz |
2015-04-03 | time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksource | Xunlei Pang |
2015-04-03 | time: Fix a bug in timekeeping_suspend() with no persistent clock | Xunlei Pang |
2015-04-03 | time: Don't build timekeeping_inject_sleeptime64() if no one uses it | Xunlei Pang |
2015-04-03 | time: Add y2038 safe update_persistent_clock64() | Xunlei Pang |
2015-04-03 | time: Add y2038 safe read_persistent_clock64() | Xunlei Pang |
2015-04-03 | time: Add y2038 safe read_boot_clock64() | Xunlei Pang |
2015-04-02 | timer: Further simplify the SMP and HOTPLUG logic | Peter Zijlstra |
2015-04-02 | timer: Don't initialize 'tvec_base' on hotplug | Viresh Kumar |
2015-04-02 | timer: Allocate per-cpu tvec_base's statically | Peter Zijlstra |