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