aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-10-11Merge branch 'acpi-pm' into pm-sleepGravatar Rafael J. Wysocki 28-797/+967
2017-10-09Merge back suspend/resume/hibernate material for v4.15.Gravatar Rafael J. Wysocki 3-90/+77
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 5-520/+372
2017-10-05Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-7/+11
2017-10-06Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-7/+11
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+1
2017-10-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-23/+38
2017-10-04Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-16/+2
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardGravatar Thomas Gleixner 1-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsGravatar Thomas Gleixner 1-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Gravatar Thomas Gleixner 1-1/+4
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationGravatar Thomas Gleixner 2-3/+10
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Gravatar Thomas Gleixner 1-15/+18
2017-10-03kernel/params.c: improve STANDARD_PARAM_DEF readabilityGravatar Jean Delvare 1-8/+8
2017-10-03kernel/params.c: fix an overflow in param_attr_showGravatar Jean Delvare 1-10/+7
2017-10-03kernel/params.c: fix the maximum length in param_get_stringGravatar Jean Delvare 1-1/+1
2017-10-03kernel/kcmp.c: drop branch leftover typoGravatar Cyrill Gorcunov 1-1/+1
2017-10-03memremap: add scheduling point to devm_memremap_pagesGravatar Michal Hocko 1-1/+3
2017-10-03kernel/sysctl.c: remove duplicate UINT_MAX check on do_proc_douintvec_conv()Gravatar Luis R. Rodriguez 1-2/+0
2017-10-03android: binder: drop lru lock in isolate callbackGravatar Sherry Yang 1-0/+18
2017-10-03kernel/params.c: align add_sysfs_param documentation with codeGravatar Jean Delvare 1-1/+1
2017-10-03bpf: fix bpf_tail_call() x64 JITGravatar Alexei Starovoitov 1-1/+1
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+8
2017-10-03rcu: Remove extraneous READ_ONCE()s from rcu_irq_{enter,exit}()Gravatar Paul E. McKenney 1-2/+2
2017-10-03ftrace: Fix kmemleak in unregister_ftrace_graphGravatar Shu Wang 1-14/+0
2017-10-03PM: Use a more common logging styleGravatar Joe Perches 3-90/+77
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-142/+364
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 5-23/+35
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+15
2017-10-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-11/+49
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+6
2017-09-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-13/+10
2017-09-29fix infoleak in waitid(2)Gravatar Al Viro 1-13/+10
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgGravatar Ethan Zhao 1-1/+2
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WGravatar Peter Zijlstra 1-1/+23
2017-09-29sched/tracing: Use common task-state helpersGravatar Peter Zijlstra 2-19/+10
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadGravatar Prateek Sood 1-0/+27
2017-09-29sched/debug: Remove unused variableGravatar Peter Zijlstra 1-2/+0
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeGravatar Alexander Shishkin 1-5/+15
2017-09-29PM / s2idle: Invoke the ->wake() platform callback earlierGravatar Rafael J. Wysocki 1-7/+11
2017-09-28Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+16
2017-09-28watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Gravatar Colin Ian King 1-1/+1
2017-09-28irq/generic-chip: Don't replace domain's nameGravatar Jeffy Chen 1-1/+0
2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Gravatar Oleg Nesterov 1-7/+16
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+12
2017-09-25Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-29/+41
2017-09-25smp/hotplug: Hotplug state fail injectionGravatar Peter Zijlstra 1-1/+59
2017-09-25smp/hotplug: Differentiate the AP completion between up and downGravatar Peter Zijlstra 1-17/+32
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downGravatar Peter Zijlstra 1-9/+32
2017-09-25smp/hotplug: Callback vs state-machine consistencyGravatar Peter Zijlstra 1-4/+22