summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-06-08srcu: Eliminate possibility of destructive counter overflowPaul E. McKenney-9/+24
2017-06-08rcu: Prevent rcu_barrier() from starting needless grace periodsPaul E. McKenney-2/+8
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini-3/+2
2017-06-08srcu: Allow use of Tiny/Tree SRCU from both process and interrupt contextPaolo Bonzini-6/+6
2017-06-08Revert "printk: fix double printing with earlycon"Petr Mladek-36/+10
2017-06-08rt_mutex: Add lockdep annotationsPeter Zijlstra-10/+36
2017-06-08sched/idle: Add deferrable vmstat_updater backAubrey Li-0/+1
2017-06-08sched/core: Omit building stop_sched_class when !SMPNicolas Pitre-32/+36
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira-12/+88
2017-06-08sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang-0/+2
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni-24/+72
2017-06-08sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni-18/+22
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni-34/+95
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni-2/+4
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni-1/+30
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni-2/+21
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni-39/+27
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni-15/+259
2017-06-08sched/deadline: Track the active utilizationLuca Abeni-4/+67
2017-06-08sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra-5/+17
2017-06-08perf/core: Remove unused perf_cgroup_event_cgrp_time() functionMatthias Kaehlcke-5/+0
2017-06-08perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra-5/+10
2017-06-08Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-60/+119
2017-06-08perf/core: Drop kernel samples even though :u is specifiedJin Yao-0/+21
2017-06-07ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu-1/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+56
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki-26/+5
2017-06-06bpf: cgroup skb progs cannot access ld_abs/indDaniel Borkmann-1/+0
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau-17/+146
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau-10/+85
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau-10/+81
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau-0/+38
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau-1/+33
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau-1/+39
2017-06-05Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+7
2017-06-05sysctl: switch to use uuid_tChristoph Hellwig-2/+2
2017-06-05nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker-19/+2
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov-54/+43
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner-110/+29
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner-0/+13
2017-06-04alarmtimer: Implement timer_rearm() callbackThomas Gleixner-1/+14
2017-06-04posix-timers: Make use of cancel/arm callbacksThomas Gleixner-81/+100
2017-06-04posix-timers: Add cancel/arm callbacksThomas Gleixner-0/+3
2017-06-04posix-timers: Zero settings value in common codeThomas Gleixner-6/+2
2017-06-04posix-timers: Make use of forward/remaining callbacksThomas Gleixner-15/+49
2017-06-04posix-timers: Add forward/remaining callbacksThomas Gleixner-0/+2
2017-06-04posix-timers: Add active flag to k_itimerThomas Gleixner-1/+7