summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner2017-09-142-28/+7
| * | | | | | | watchdog/core: Mark hardlockup_detector_disable() __initThomas Gleixner2017-09-141-1/+1
| * | | | | | | watchdog/core: Rename watchdog_proc_mutexThomas Gleixner2017-09-141-8/+7
| * | | | | | | watchdog/core: Rework CPU hotplug lockingThomas Gleixner2017-09-141-6/+6
| * | | | | | | watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner2017-09-141-88/+1
| * | | | | | | watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner2017-09-141-1/+13
| * | | | | | | watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra2017-09-141-0/+41
* | | | | | | | Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-10-051-7/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2017-10-061-7/+11
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | PM / s2idle: Invoke the ->wake() platform callback earlierRafael J. Wysocki2017-09-291-7/+11
| | | |/ / / / | | |/| | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | bpf: fix bpf_tail_call() x64 JITAlexei Starovoitov2017-10-031-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-10-045-23/+38
|\ \ \ \ \ \ \
| * | | | | | | kernel/params.c: improve STANDARD_PARAM_DEF readabilityJean Delvare2017-10-031-8/+8
| * | | | | | | kernel/params.c: fix an overflow in param_attr_showJean Delvare2017-10-031-10/+7
| * | | | | | | kernel/params.c: fix the maximum length in param_get_stringJean Delvare2017-10-031-1/+1
| * | | | | | | kernel/kcmp.c: drop branch leftover typoCyrill Gorcunov2017-10-031-1/+1
| * | | | | | | memremap: add scheduling point to devm_memremap_pagesMichal Hocko2017-10-031-1/+3
| * | | | | | | kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Luis R. Rodriguez2017-10-031-2/+0
| * | | | | | | android: binder: drop lru lock in isolate callbackSherry Yang2017-10-031-0/+18
| * | | | | | | kernel/params.c: align add_sysfs_param documentation with codeJean Delvare2017-10-031-1/+1
* | | | | | | | Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-042-16/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Paul E. McKenney2017-10-031-2/+2
| * | | | | | | ftrace: Fix kmemleak in unregister_ftrace_graphShu Wang2017-10-031-14/+0
* | | | | | | | Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-031-0/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
* | | | | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-011-142/+364
|\ \ \ \ \ \ \ \
| * | | | | | | | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-251-1/+59
| * | | | | | | | smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
| * | | | | | | | smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
| * | | | | | | | smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
| * | | | | | | | smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
| * | | | | | | | smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-015-23/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2017-09-291-1/+2
| * | | | | | | | sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
| * | | | | | | | sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-292-19/+10
| * | | | | | | | sched/debug: Remove unused variablePeter Zijlstra2017-09-291-2/+0
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-011-5/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin2017-09-291-5/+15
| |/ / / / / / / /
* | | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-012-11/+49
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood2017-09-291-0/+27
| * | | | | | | | | futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-251-11/+22
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-3/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irq/generic-chip: Don't replace domain's nameJeffy Chen2017-09-281-1/+0
| * | | | | | | | | irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada2017-09-251-2/+2
| * | | | | | | | | genirq: Check __free_irq() return value for NULLAlexandru Moise2017-09-251-0/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-291-13/+10
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | fix infoleak in waitid(2)Al Viro2017-09-291-13/+10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-281-7/+16
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
OpenPOWER on IntegriCloud