summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann
2017-06-29bpf: Fix out-of-bound access on interpreters[]Martin KaFai Lau
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-06-29sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner
2017-06-29timers: Make the cpu base lock rawSebastian Andrzej Siewior
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo
2017-06-27PM / hibernate: Drop redundant parameter of swsusp_alloc()BaoJun Luo
2017-06-27PM / hibernate: Use CONFIG_HAVE_SET_MEMORY for include conditionBalbir Singh
2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook
2017-06-26seccomp: Clean up core dump logicKees Cook
2017-06-26genirq: Avoid unnecessary low level irq function callsJeffy Chen
2017-06-26genirq: Set irq masked state when initializing irq_descJeffy Chen
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesDeepa Dinamani
2017-06-25time: introduce {get,put}_itimerspec64Deepa Dinamani
2017-06-25time: add get_timespec64 and put_timespec64Deepa Dinamani
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-06-24sched/fair: Remove effective_load()Rik van Riel
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner