summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-23bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh
2021-02-23tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)
2021-02-23tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)
2021-02-23futex: Cure exit raceThomas Gleixner
2021-02-23futex: Change locking rulesPeter Zijlstra
2021-02-23futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner
2021-02-23fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
2021-02-10elfcore: fix building with clangArnd Bergmann
2021-02-10futex: Handle faults correctly for PI futexesThomas Gleixner
2021-02-10futex: Simplify fixup_pi_state_owner()Thomas Gleixner
2021-02-10futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner
2021-02-10rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner
2021-02-10futex: Provide and use pi_state_update_owner()Thomas Gleixner
2021-02-10futex: Replace pointless printk in fixup_owner()Thomas Gleixner
2021-02-10futex: Avoid violating the 10th rule of futexPeter Zijlstra
2021-02-10futex: Rework inconsistent rt_mutex/futex_q statePeter Zijlstra
2021-02-10futex: Remove rt_mutex_deadlock_account_*()Peter Zijlstra
2021-02-10futex,rt_mutex: Provide futex specific rt_mutex APIPeter Zijlstra
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-30bpf: Fix buggy rsh min/max bounds trackingDaniel Borkmann
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-29kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-12-11ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao
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-18perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)
2020-11-18perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier
2020-11-18perf/core: Fix bad use of igrab()Song Liu
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-18genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier
2020-11-18ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)