summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner1-1/+1
2020-01-04dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin1-7/+9
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet1-0/+1
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-31bpf: Provide better register bounds after jmp32 instructionsYonghong Song1-0/+19
2019-12-31perf/core: Fix the mlock accounting, againAlexander Shishkin1-4/+2
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider2-4/+4
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-12-31cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang1-0/+9
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19
2019-12-13time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov1-1/+2
2019-11-29futex: Prevent exit livelockThomas Gleixner1-15/+91
2019-11-29futex: Provide distinct return value when owner is exitingThomas Gleixner1-7/+9
2019-11-29futex: Add mutex around futex exitThomas Gleixner1-0/+16
2019-11-29futex: Provide state handling for exec() as wellThomas Gleixner1-4/+34
2019-11-29futex: Sanitize exit state handlingThomas Gleixner1-7/+10
2019-11-29futex: Mark the begin of futex exit explicitlyThomas Gleixner2-13/+37
2019-11-29futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2-1/+1
2019-11-29futex: Split futex_mm_release() for exit/execThomas Gleixner2-4/+8
2019-11-29exit/exec: Seperate mm_release()Thomas Gleixner2-2/+12
2019-11-29futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2-28/+15
2019-11-29futex: Move futex exit handling into futex codeThomas Gleixner2-26/+32
2019-11-29futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+3
2019-11-22Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+7
2019-11-20fork: fix pidfd_poll()'s return typeLuc Van Oostenryck1-3/+3
2019-11-20PM: QoS: Invalidate frequency QoS requests after removalRafael J. Wysocki1-1/+7
2019-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+3
2019-11-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+23
2019-11-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2019-11-16Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+19
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-13perf/core: Fix missing static inline on perf_cgroup_switch()Ben Dooks (Codethink)1-1/+1
2019-11-13perf/core: Consistently fail fork on allocation failuresAlexander Shishkin1-1/+1
2019-11-13perf/aux: Disallow aux_output for kernel eventsAlexander Shishkin1-0/+7
2019-11-13perf/core: Reattach a misplaced commentAlexander Shishkin1-4/+3
2019-11-13perf/aux: Fix the aux_output group inheritance fixAlexander Shishkin1-1/+1
2019-11-13perf/core: Disallow uncore-cgroup eventsPeter Zijlstra1-0/+9
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+26
2019-11-12ntp/y2038: Remove incorrect time_t truncationArnd Bergmann1-1/+1