summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-12-19Merge branch 'github.com/Freescale/linux-fslc/4.14-2.0.x-imx' into toradex_4....Marcel Ziswiler
2019-12-18Merge tag 'v4.14.159' into 4.14-2.0.x-imxMarcel Ziswiler
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-13timer: Convert schedule_timeout() to use from_timer()Kees Cook
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
2019-12-01audit: print empty EXECVE argsRichard Guy Briggs
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo
2019-12-01printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky
2019-11-24printk: Give error on attempt to set log buffer length to over 2GHe Zhe
2019-11-24kexec: Allocate decrypted control pages for kdump if SME is enabledLianbo Jiang
2019-11-24cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov
2019-11-20kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu
2019-11-20signal: Properly deliver SIGILL from uprobesEric W. Biederman
2019-11-20signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman
2019-11-12cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-11-10sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-10-17ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)
2019-10-17tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)
2019-10-17tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)
2019-10-17kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko
2019-10-17panic: ensure preemption is disabled during panic()Will Deacon