summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-03-09Merge remote-tracking branch 'fslc/4.14-2.3.x-imx' into toradex_4.14-2.3.x-imxMarcel Ziswiler
2020-03-08Merge tag 'v4.14.170' into 4.14-2.3.x-imxMarcel Ziswiler
2020-02-12timer: Convert schedule_timeout() to use from_timer()Kees Cook
2020-02-07Merge tag 'v4.14.164' into 4.14-2.3.x-imxMarcel Ziswiler
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman
2020-01-27perf/ioctl: Add check for the sample_period valueRavi Bangoria
2020-01-27kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt
2020-01-09taskstats: fix data-raceChristian Brauner
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner
2019-12-17kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo
2019-12-17sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-12-17sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-12-17audit_get_nd(): don't unlock parent too earlyAl Viro
2019-12-05futex: Prevent exit livelockThomas Gleixner
2019-12-05futex: Provide distinct return value when owner is exitingThomas Gleixner
2019-12-05futex: Add mutex around futex exitThomas Gleixner
2019-12-05futex: Provide state handling for exec() as wellThomas Gleixner
2019-12-05futex: Sanitize exit state handlingThomas Gleixner
2019-12-05futex: Mark the begin of futex exit explicitlyThomas Gleixner
2019-12-05futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner
2019-12-05futex: Split futex_mm_release() for exit/execThomas Gleixner
2019-12-05exit/exec: Seperate mm_release()Thomas Gleixner
2019-12-05futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2019-12-05futex: Move futex exit handling into futex codeThomas Gleixner
2019-12-05futex: Prevent robust futex exit raceYang Tao
2019-12-05y2038: futex: Move compat implementation into futex.cArnd Bergmann
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang