summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-151-19/+2Star
* watchdog: clean up some function names and argumentsUlrich Obergfell2015-04-151-8/+12
* watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell2015-04-152-76/+40Star
* watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell2015-04-151-0/+30
* watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2015-04-151-0/+59
* watchdog: introduce proc_watchdog_common()Ulrich Obergfell2015-04-151-0/+65
* watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell2015-04-151-1/+2
* watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell2015-04-151-0/+23
* watchdog: new definitions and variables, initializationUlrich Obergfell2015-04-151-1/+26
* Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-143-9/+18
|\
| * cpusets, isolcpus: exclude isolcpus from load balancing in cpusetsRik van Riel2015-03-191-2/+11
| * sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-3/+3
| * cgroup: Use kvfree in pidlist_free()Bandan Das2015-03-031-4/+1Star
| * cgroup: call cgroup_subsys->bind on cgroup subsys initializationVladimir Davydov2015-03-021-0/+3
* | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-04-141-333/+514
|\ \
| * | workqueue: Reorder sysfs codeFrederic Weisbecker2015-04-061-317/+318
| * | workqueue: dump workqueues on sysrq-tTejun Heo2015-03-091-0/+160
| * | workqueue: keep track of the flushing task and pool managerTejun Heo2015-03-091-0/+5
| * | workqueue: make the workqueues list RCU walkableTejun Heo2015-03-091-16/+31
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-143-4/+150
|\ \ \
| * \ \ Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2015-04-111-0/+16
| |\ \ \
| | * | | genirq: Add irqchip_set_wake_parentMarc Zyngier2015-03-151-0/+16
| * | | | genirq: Allow the irqchip state of an IRQ to be save/restoredMarc Zyngier2015-04-081-0/+91
| * | | | genirq: MSI: Fix freeing of unallocated MSIMarc Zyngier2015-04-081-2/+9
| * | | | Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-0816-85/+258
| |\ \ \ \
| * \ \ \ \ Merge tag 'v4.0-rc2' into irq/core, to refresh the tree before applying new c...Ingo Molnar2015-03-05117-1739/+3281
| |\ \ \ \ \
| * | | | | | genirq: Provide disable_hardirq()Peter Zijlstra2015-02-181-2/+34
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-1320-755/+1174
|\ \ \ \ \ \ \
| * | | | | | | timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki2015-04-031-3/+2Star
| * | | | | | | timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki2015-04-031-1/+1
| * | | | | | | timekeeping: Get rid of stale commentThomas Gleixner2015-04-031-4/+0Star
| * | | | | | | clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-036-60/+50Star
| * | | | | | | clockevents: Make tick handover explicitThomas Gleixner2015-04-035-12/+8Star
| * | | | | | | clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki2015-04-031-7/+0Star
| * | | | | | | sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2Star
| * | | | | | | clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-033-14/+20
| * | | | | | | clockevents: Remove the broadcast control leftoversThomas Gleixner2015-04-031-10/+0Star
| * | | | | | | clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-033-38/+32Star
| * | | | | | | clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz2015-04-031-2/+5
| * | | | | | | time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang2015-04-031-17/+49
| * | | | | | | time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang2015-04-031-17/+19
| * | | | | | | time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang2015-04-031-0/+2
| * | | | | | | time: Add y2038 safe update_persistent_clock64()Xunlei Pang2015-04-031-1/+12
| * | | | | | | time: Add y2038 safe read_persistent_clock64()Xunlei Pang2015-04-031-10/+12
| * | | | | | | time: Add y2038 safe read_boot_clock64()Xunlei Pang2015-04-031-2/+9
| * | | | | | | timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra2015-04-021-8/+15
| * | | | | | | timer: Don't initialize 'tvec_base' on hotplugViresh Kumar2015-04-021-55/+43Star
| * | | | | | | timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra2015-04-021-29/+19Star
| * | | | | | | clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-022-8/+13
| * | | | | | | tick: Further simplify tick-internal.hIngo Molnar2015-04-021-39/+40