summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-03-20sched/wait: Introduce wait_var_event()Peter Zijlstra
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-03-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-03-04sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar
2018-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber
2018-03-02memremap: fix softlockup reports at teardownDan Williams
2018-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek
2018-02-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-23bpf: allow xadd only on aligned memoryDaniel Borkmann
2018-02-23Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song
2018-02-22bpf: add schedule points in percpu arrays managementEric Dumazet
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris
2018-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-02-22efivarfs: Limit the rate for non-root to read filesLuck, Tony
2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-02-21include/linux/sched/mm.h: re-inline mmdrop()Andrew Morton
2018-02-22Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-21extable: Make init_kernel_text() globalJosh Poimboeuf
2018-02-21jump_label: Warn on failed jump_label patching attemptJosh Poimboeuf
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker
2018-02-21nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman
2018-02-21Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar
2018-02-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds