summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-10elfcore: fix building with clangArnd Bergmann
2021-02-10ELF/MIPS build fixRalf Baechle
2021-02-10futex: Handle faults correctly for PI futexesLee Jones
2021-02-10futex: Simplify fixup_pi_state_owner()Lee Jones
2021-02-10futex: Use pi_state_update_owner() in put_pi_state()Lee Jones
2021-02-10rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Lee Jones
2021-02-10futex: Provide and use pi_state_update_owner()Lee Jones
2021-02-10futex: Replace pointless printk in fixup_owner()Lee Jones
2021-02-10futex: Avoid violating the 10th rule of futexLee Jones
2021-02-10futex: Rework inconsistent rt_mutex/futex_q stateLee Jones
2021-02-10futex: Remove rt_mutex_deadlock_account_*()Lee Jones
2021-02-10futex,rt_mutex: Provide futex specific rt_mutex APILee Jones
2021-02-03futex: Prevent exit livelockThomas Gleixner
2021-02-03futex: Provide distinct return value when owner is exitingThomas Gleixner
2021-02-03futex: Add mutex around futex exitThomas Gleixner
2021-02-03futex: Provide state handling for exec() as wellThomas Gleixner
2021-02-03futex: Sanitize exit state handlingThomas Gleixner
2021-02-03futex: Mark the begin of futex exit explicitlyThomas Gleixner
2021-02-03futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner
2021-02-03futex: Split futex_mm_release() for exit/execThomas Gleixner
2021-02-03exit/exec: Seperate mm_release()Thomas Gleixner
2021-02-03futex: Replace PF_EXITPIDONE with a stateThomas Gleixner
2021-02-03futex: Move futex exit handling into futex codeThomas Gleixner
2021-02-03y2038: futex: Move compat implementation into futex.cArnd Bergmann
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2021-01-12workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye
2021-01-09module: delay kobject uevent until after module init callJessica Yu
2021-01-09module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-11-18reboot: fix overflow parsing reboot cpu numberMatteo Croce
2020-11-18Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-11-18don't dump the threads that had been already exiting when zapped.Al Viro
2020-11-18perf: Fix get_recursion_context()Peter Zijlstra
2020-11-18ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-10fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2020-11-10ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-10ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-10ring-buffer: Return 0 on success from ring_buffer_resize()Qiujun Huang
2020-11-10kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson
2020-10-29PM: hibernate: remove the bogus call to get_gendisk() in software_resume()Christoph Hellwig
2020-10-29kdb: Fix pager search for multi-line stringsDaniel Thompson
2020-10-14usermodehelper: reset umask to default before executing user processLinus Torvalds
2020-10-10Merge tag 'v4.4.238' into toradex_vf_4.4-nextMax Krummenacher
2020-10-01kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu
2020-10-01printk: handle blank console arguments passed in.Shreyas Joshi
2020-10-01tracing: Use address-of operator on section symbolsNathan Chancellor
2020-10-01audit: CONFIG_CHANGE don't log internal bookkeeping as an eventSteve Grubb
2020-10-01tracing: Set kernel_stack's caller size properlyJosef Bacik