| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-10-06 | 5 | -520/+372 |
|\ |
|
| * | watchdog/core: Put softlockup_threads_initialized under ifdef guard | Thomas Gleixner | 2017-10-04 | 1 | -1/+1 |
| * | watchdog/core: Rename some softlockup_* functions | Thomas Gleixner | 2017-10-04 | 1 | -9/+9 |
| * | powerpc/watchdog: Make use of watchdog_nmi_probe() | Thomas Gleixner | 2017-10-04 | 1 | -1/+4 |
| * | watchdog/core, powerpc: Lock cpus across reconfiguration | Thomas Gleixner | 2017-10-04 | 2 | -3/+10 |
| * | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure() | Thomas Gleixner | 2017-10-04 | 1 | -15/+18 |
| * | watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently" | Colin Ian King | 2017-09-28 | 1 | -1/+1 |
| * | watchdog/hardlockup/perf: Cure UP damage | Thomas Gleixner | 2017-09-25 | 1 | -1/+6 |
| * | watchdog/hardlockup: Clean up hotplug locking mess | Thomas Gleixner | 2017-09-14 | 1 | -6/+0 |
| * | watchdog/hardlockup/perf: Simplify deferred event destroy | Thomas Gleixner | 2017-09-14 | 1 | -5/+2 |
| * | watchdog/hardlockup/perf: Use new perf CPU enable mechanism | Thomas Gleixner | 2017-09-14 | 2 | -84/+8 |
| * | watchdog/hardlockup/perf: Implement CPU enable replacement | Thomas Gleixner | 2017-09-14 | 1 | -0/+11 |
| * | watchdog/hardlockup/perf: Implement init time detection of perf | Thomas Gleixner | 2017-09-14 | 1 | -1/+12 |
| * | watchdog/hardlockup/perf: Implement init time perf validation | Thomas Gleixner | 2017-09-14 | 1 | -0/+37 |
| * | watchdog/core: Get rid of the racy update loop | Thomas Gleixner | 2017-09-14 | 1 | -48/+47 |
| * | watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stage | Thomas Gleixner | 2017-09-14 | 1 | -9/+22 |
| * | watchdog/sysctl: Clean up sysctl variable name space | Thomas Gleixner | 2017-09-14 | 2 | -29/+28 |
| * | watchdog/sysctl: Get rid of the #ifdeffery | Thomas Gleixner | 2017-09-14 | 1 | -5/+1 |
| * | watchdog/core: Further simplify sysctl handling | Thomas Gleixner | 2017-09-14 | 1 | -20/+7 |
| * | watchdog/core: Get rid of the thread teardown/setup dance | Thomas Gleixner | 2017-09-14 | 1 | -171/+19 |
| * | watchdog/core: Create new thread handling infrastructure | Thomas Gleixner | 2017-09-14 | 1 | -0/+75 |
| * | smpboot/threads, watchdog/core: Avoid runtime allocation | Thomas Gleixner | 2017-09-14 | 2 | -31/+12 |
| * | watchdog/core: Split out cpumask write function | Thomas Gleixner | 2017-09-14 | 1 | -19/+21 |
| * | watchdog/core: Clean up the #ifdef maze | Thomas Gleixner | 2017-09-14 | 1 | -20/+13 |
| * | watchdog/core: Clean up stub functions | Thomas Gleixner | 2017-09-14 | 1 | -46/+22 |
| * | watchdog/core: Remove the park_in_progress obfuscation | Thomas Gleixner | 2017-09-14 | 2 | -25/+19 |
| * | watchdog/hardlockup/perf: Prevent CPU hotplug deadlock | Thomas Gleixner | 2017-09-14 | 3 | -6/+59 |
| * | watchdog/hardlockup/perf: Remove broken self disable on failure | Thomas Gleixner | 2017-09-14 | 2 | -28/+7 |
| * | watchdog/core: Mark hardlockup_detector_disable() __init | Thomas Gleixner | 2017-09-14 | 1 | -1/+1 |
| * | watchdog/core: Rename watchdog_proc_mutex | Thomas Gleixner | 2017-09-14 | 1 | -8/+7 |
| * | watchdog/core: Rework CPU hotplug locking | Thomas Gleixner | 2017-09-14 | 1 | -6/+6 |
| * | watchdog/core: Remove broken suspend/resume interfaces | Thomas Gleixner | 2017-09-14 | 1 | -88/+1 |
| * | watchdog/core: Provide interface to stop from poweroff() | Thomas Gleixner | 2017-09-14 | 1 | -1/+13 |
| * | watchdog/hardlockup: Provide interface to stop/restart perf events | Peter Zijlstra | 2017-09-14 | 1 | -0/+41 |
* | | Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-10-06 | 1 | -7/+11 |
|\ \ |
|
| * \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2017-10-06 | 1 | -7/+11 |
| |\ \ |
|
| | * | | PM / s2idle: Invoke the ->wake() platform callback earlier | Rafael J. Wysocki | 2017-09-29 | 1 | -7/+11 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-10-05 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | bpf: fix bpf_tail_call() x64 JIT | Alexei Starovoitov | 2017-10-04 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-10-04 | 5 | -23/+38 |
|\ \ \ \ |
|
| * | | | | kernel/params.c: improve STANDARD_PARAM_DEF readability | Jean Delvare | 2017-10-04 | 1 | -8/+8 |
| * | | | | kernel/params.c: fix an overflow in param_attr_show | Jean Delvare | 2017-10-04 | 1 | -10/+7 |
| * | | | | kernel/params.c: fix the maximum length in param_get_string | Jean Delvare | 2017-10-04 | 1 | -1/+1 |
| * | | | | kernel/kcmp.c: drop branch leftover typo | Cyrill Gorcunov | 2017-10-04 | 1 | -1/+1 |
| * | | | | memremap: add scheduling point to devm_memremap_pages | Michal Hocko | 2017-10-04 | 1 | -1/+3 |
| * | | | | kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv() | Luis R. Rodriguez | 2017-10-04 | 1 | -2/+0 |
| * | | | | android: binder: drop lru lock in isolate callback | Sherry Yang | 2017-10-04 | 1 | -0/+18 |
| * | | | | kernel/params.c: align add_sysfs_param documentation with code | Jean Delvare | 2017-10-04 | 1 | -1/+1 |
* | | | | | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-10-04 | 2 | -16/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}() | Paul E. McKenney | 2017-10-03 | 1 | -2/+2 |