summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-03-09sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra
2018-03-09sched/core: Convert nohz_flags to atomic_tPeter Zijlstra
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra
2018-03-09sched/fair: Add ';' after label attributesNorbert Manthey
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs
2018-03-08module: propagate error in modules_open()Leon Yu
2018-03-08Merge tag 'mips_fixes_4.16_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-08panic: Add closing panic marker parenthesisBorislav Petkov
2018-03-08bpf: add support to read sample address in bpf programTeng Qin
2018-03-07usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...Stephen Smalley
2018-03-06kernel/memremap: Remove stale devres_free() callOliver O'Halloran
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards
2018-03-06Merge tag 'v4.16-rc4' into perf/core, to pick up fixesIngo Molnar
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-02signals: Move put_compat_sigset to compat.h to silence hardened usercopyMatt Redfearn
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-28genirq: Add wakeup sysfs node to show IRQ wakeup stateAndy Shevchenko
2018-02-28locking/lockdep: Show unadorned pointersBorislav Petkov
2018-02-28clocksource: Use ATTRIBUTE_GROUPSBaolin Wang
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang
2018-02-28clocksource: Don't walk the clocksource list for empty overrideBaolin Wang
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-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-02-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-23Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.2...Paul E. McKenney
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney
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-23audit: track the owner of the command mutex ourselvesPaul Moore
2018-02-22genirq/matrix: Handle CPU offlining properThomas Gleixner
2018-02-22bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song