summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-12-16Merge linux-5.4.y tag 'v5.4.3' into lf-5.4.yJason Liu
2019-12-13time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov
2019-12-12LF-226 cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-11-29futex: Prevent exit livelockThomas Gleixner
2019-11-29futex: Provide distinct return value when owner is exitingThomas Gleixner
2019-11-29futex: Add mutex around futex exitThomas Gleixner
2019-11-29futex: Provide state handling for exec() as wellThomas Gleixner
2019-11-29futex: Sanitize exit state handlingThomas Gleixner
2019-11-29futex: Mark the begin of futex exit explicitlyThomas Gleixner
2019-11-29futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner
2019-11-29futex: Split futex_mm_release() for exit/execThomas Gleixner
2019-11-29exit/exec: Seperate mm_release()Thomas Gleixner
2019-11-29futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2019-11-29futex: Move futex exit handling into futex codeThomas Gleixner
2019-11-29futex: Prevent robust futex exit raceYang Tao
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-22Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2019-11-20fork: fix pidfd_poll()'s return typeLuc Van Oostenryck
2019-11-20PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann
2019-11-11Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-10audit_get_nd(): don't unlock parent too earlyAl Viro
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef
2019-11-07bpf, offload: Unlock on error in bpf_offload_dev_create()Dan Carpenter
2019-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-11-05Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-05clone3: validate stack argumentsChristian Brauner
2019-11-05irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentationYi Wang