aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-7/+37
2017-06-20livepatch: Fix stacking of patches with respect to RCUGravatar Petr Mladek 2-7/+37
2017-06-18Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-6/+14
2017-06-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+2
2017-06-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Gravatar Rafael J. Wysocki 136-3847/+8988
2017-06-13genirq: Release resources in __setup_irq() error pathGravatar Heiner Kallweit 1-1/+3
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticGravatar Stephen Boyd 2-3/+3
2017-06-12Revert "cpufreq: schedutil: Reduce frequencies slower"Gravatar Rafael J. Wysocki 1-3/+0
2017-06-11sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Gravatar Andy Lutomirski 1-1/+1
2017-06-11sched/fair: Fix typo in printk messageGravatar Marcin Nowakowski 1-1/+1
2017-06-10Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2017-06-10Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-9/+8
2017-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+21
2017-06-09Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 3-9/+8
2017-06-08Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-26/+5
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Gravatar Rafael J. Wysocki 2-26/+5
2017-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-36/+10
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextGravatar Paolo Bonzini 1-3/+2
2017-06-08srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextGravatar Paolo Bonzini 2-6/+6
2017-06-08Revert "printk: fix double printing with earlycon"Gravatar Petr Mladek 1-36/+10
2017-06-08perf/core: Drop kernel samples even though :u is specifiedGravatar Jin Yao 1-0/+21
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Gravatar Rafael J. Wysocki 2-26/+5
2017-06-05Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+7
2017-06-04alarmtimer: Rate limit periodic intervalsGravatar Thomas Gleixner 1-0/+8
2017-06-04alarmtimer: Prevent overflow of relative timersGravatar Thomas Gleixner 1-3/+3
2017-06-03cpu/hotplug: Drop the device lock on errorGravatar Sebastian Andrzej Siewior 1-2/+2
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-0/+1
2017-05-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+16
2017-05-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-6/+18
2017-05-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+12
2017-05-27Merge tag 'trace-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-2/+2
2017-05-26kprobes/x86: Fix to set RWX bits correctly before releasing trampolineGravatar Masami Hiramatsu 1-1/+1
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Gravatar Luis Henriques 1-1/+1
2017-05-27livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMSGravatar Miroslav Benes 1-0/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-30/+29
2017-05-25bpf: fix wrong exposure of map_flags into fdinfo for lpmGravatar Daniel Borkmann 3-0/+3
2017-05-25bpf: properly reset caller saved regs after helper call and ld_abs/indGravatar Daniel Borkmann 1-21/+16
2017-05-25bpf: fix incorrect pruning decision when alignment must be trackedGravatar Daniel Borkmann 1-9/+10
2017-05-24cpuset: consider dying css as offlineGravatar Tejun Heo 1-2/+2
2017-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-7/+13
2017-05-23posix-timers: Make signal printks conditionalGravatar Thomas Gleixner 1-8/+16
2017-05-23ptrace: Properly initialize ptracer_cred on forkGravatar Eric W. Biederman 1-7/+13
2017-05-22Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-5/+4
2017-05-22kthread: Fix use-after-free if kthread fork failsGravatar Vegard Nossum 1-5/+12
2017-05-22futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()Gravatar Peter Zijlstra 1-6/+18
2017-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+8
2017-05-22Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+1
2017-05-22Merge branches 'intel_pstate', 'pm-cpufreq' and 'pm-cpufreq-sched'Gravatar Rafael J. Wysocki 1-4/+3
2017-05-22net: Make IP alignment calulations clearer.Gravatar David S. Miller 1-4/+8