summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra1-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot1-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot2-20/+97
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-12/+19
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra4-50/+43
2018-03-09sched/fair: Update blocked load from NEWIDLEPeter Zijlstra3-6/+45
2018-03-09sched/fair: Add NOHZ stats balancingPeter Zijlstra1-12/+19
2018-03-09sched/fair: Restructure nohz_balance_kick()Peter Zijlstra1-107/+111
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra3-19/+41
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra3-16/+24
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2-43/+40
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+2
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey1-1/+1
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar18-75/+141
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-16/+26
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+6
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar1-0/+2
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2-15/+15
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar3-120/+125
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar28-213/+94
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+10
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar28-710/+706
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber1-1/+4
2018-03-02memremap: fix softlockup reports at teardownDan Williams1-5/+10
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-16/+26
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-1/+2
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar1-0/+6
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek1-1/+2
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+23
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+14
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-22/+34
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2018-02-23bpf: allow xadd only on aligned memoryDaniel Borkmann1-16/+26
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds1-0/+16
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner1-9/+14
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song1-2/+1
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet1-1/+4
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris1-2/+4
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+3
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony1-0/+3
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen1-2/+4
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton1-13/+2
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+16
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-19/+29
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf2-4/+2
2018-02-21jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf1-5/+8
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf1-0/+16
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker4-46/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker8-1/+136