summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2017-06-08rcu: Print out rcupdate.c non-default boot-time settingsPaul E. McKenney-1/+42
2017-06-08rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()Paul E. McKenney-0/+2
2017-06-08rcuperf: Add writer_holdoff boot parameterPaul E. McKenney-0/+3
2017-06-08rcuperf: Set more user-friendly defaultsPaul E. McKenney-2/+3
2017-06-08srcu: Shrink Tiny SRCU a bit morePaul E. McKenney-1/+1
2017-06-08srcu: Make Classic and Tree SRCU announce themselves at bootupPaul E. McKenney-0/+14
2017-06-08rcuperf: Add test for dynamically initialized srcu_structPaul E. McKenney-1/+30
2017-06-08rcu: Make sync_rcu_preempt_exp_done() return boolPaul E. McKenney-1/+1
2017-06-08rcuperf: Add ability to performance-test call_rcu() and friendsPaul E. McKenney-5/+64
2017-06-08rcu: Remove obsolete reference to synchronize_kernel()Paul E. McKenney-8/+7
2017-06-08rcuperf: Defer expedited/normal check to end of testPaul E. McKenney-10/+9
2017-06-08rcu: Complain if blocking in preemptible RCU read-side critical sectionPaul E. McKenney-4/+5
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