summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-02-10kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo
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-07Merge remote-tracking branch 'msm8998/lineage-18.1' into lineage-18.1Michael Bestas
2021-02-07Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-02-03Merge 4.4.255 into android-4.4-pGreg Kroah-Hartman
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-30Merge 4.4.254 into android-4.4-pGreg Kroah-Hartman
2021-01-30tracing: Fix race in trace_open and buffer resize callGaurav Kohli
2021-01-12Merge 4.4.251 into android-4.4-pGreg Kroah-Hartman
2021-01-12workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye
2021-01-09Merge 4.4.250 into android-4.4-pGreg Kroah-Hartman
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
2021-01-05UPSTREAM: locking/atomic, kref: Add KREF_INIT()Peter Zijlstra
2021-01-03Merge remote-tracking branch 'msm8998/lineage-18.1' into lineage-18.1Michael Bestas
2020-12-30Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-12-13Merge remote-tracking branch 'msm8998/lineage-17.1' into lineage-17.1Michael Bestas
2020-12-11Merge 4.4.248 into android-4.4-pGreg Kroah-Hartman
2020-12-11tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)
2020-12-09Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2020-11-18Merge 4.4.244 into android-4.4-pGreg Kroah-Hartman
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)