Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | signal, perf: Add missing TRAP_PERF case in siginfo_layout() | Marco Elver | 2021-04-23 | 1 | -0/+2 | |
| * | | | | | | | | | | | | perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHE | Kan Liang | 2021-04-19 | 1 | -3/+16 | |
| * | | | | | | | | | | | | perf: Add support for SIGTRAP on perf events | Marco Elver | 2021-04-16 | 1 | -1/+48 | |
| * | | | | | | | | | | | | signal: Introduce TRAP_PERF si_code and si_perf to siginfo | Marco Elver | 2021-04-16 | 1 | -0/+11 | |
| * | | | | | | | | | | | | perf: Add support for event removal on exec | Marco Elver | 2021-04-16 | 1 | -8/+62 | |
| * | | | | | | | | | | | | perf: Support only inheriting events if cloned with CLONE_THREAD | Marco Elver | 2021-04-16 | 2 | -8/+15 | |
| * | | | | | | | | | | | | perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children | Marco Elver | 2021-04-16 | 1 | -1/+21 | |
| * | | | | | | | | | | | | perf: Rework perf_event_exit_event() | Peter Zijlstra | 2021-04-16 | 1 | -63/+79 | |
| * | | | | | | | | | | | | perf: Cap allocation order at aux_watermark | Alexander Shishkin | 2021-04-16 | 1 | -16/+18 | |
| * | | | | | | | | | | | | perf/core: Fix unconditional security_locked_down() call | Ondrej Mosnacek | 2021-03-16 | 1 | -6/+6 | |
| * | | | | | | | | | | | | perf core: Allocate perf_event in the target node memory | Namhyung Kim | 2021-03-16 | 1 | -1/+4 | |
| * | | | | | | | | | | | | perf core: Add a kmem_cache for struct perf_event | Namhyung Kim | 2021-03-16 | 1 | -3/+6 | |
| * | | | | | | | | | | | | perf core: Allocate perf_buffer in the target node memory | Namhyung Kim | 2021-03-16 | 1 | -3/+6 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-04-28 | 27 | -764/+707 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | kcsan: Fix printk format string | Arnd Bergmann | 2021-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2021-04-11 | 9 | -74/+92 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kcsan: Add missing license and copyright headers | Marco Elver | 2021-03-08 | 7 | -1/+32 | |
| | * | | | | | | | | | | | | kcsan: Switch to KUNIT_CASE_PARAM for parameterized tests | Marco Elver | 2021-03-08 | 1 | -62/+54 | |
| | * | | | | | | | | | | | | kcsan: Make test follow KUnit style recommendations | Marco Elver | 2021-03-08 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | kcsan, debugfs: Move debugfs file creation out of early init | Marco Elver | 2021-03-08 | 3 | -8/+3 | |
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | static_call: Relax static_call_update() function argument type | Peter Zijlstra | 2021-04-09 | 1 | -9/+9 | |
| * | | | | | | | | | | | | static_call: Fix unused variable warn w/o MODULE | Matthieu Baerts | 2021-04-09 | 1 | -2/+2 | |
| * | | | | | | | | | | | | locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock() | Thomas Gleixner | 2021-03-29 | 1 | -12/+7 | |
| * | | | | | | | | | | | | locking/rtmutex: Restrict the trylock WARN_ON() to debug | Thomas Gleixner | 2021-03-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | locking/rtmutex: Fix misleading comment in rt_mutex_postunlock() | Thomas Gleixner | 2021-03-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | locking/rtmutex: Consolidate the fast/slowpath invocation | Thomas Gleixner | 2021-03-29 | 1 | -85/+59 | |
| * | | | | | | | | | | | | locking/rtmutex: Make text section and inlining consistent | Thomas Gleixner | 2021-03-29 | 1 | -76/+76 | |
| * | | | | | | | | | | | | locking/rtmutex: Move debug functions as inlines into common header | Thomas Gleixner | 2021-03-29 | 5 | -119/+25 | |
| * | | | | | | | | | | | | locking/rtmutex: Decrapify __rt_mutex_init() | Thomas Gleixner | 2021-03-29 | 2 | -6/+11 | |
| * | | | | | | | | | | | | locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs | Thomas Gleixner | 2021-03-29 | 1 | -42/+20 | |
| * | | | | | | | | | | | | locking/rtmutex: Inline chainwalk depth check | Thomas Gleixner | 2021-03-29 | 1 | -8/+3 | |
| * | | | | | | | | | | | | locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c | Thomas Gleixner | 2021-03-29 | 2 | -6/+8 | |
| * | | | | | | | | | | | | locking/rtmutex: Remove empty and unused debug stubs | Thomas Gleixner | 2021-03-29 | 4 | -32/+0 | |
| * | | | | | | | | | | | | locking/rtmutex: Remove output from deadlock detector | Sebastian Andrzej Siewior | 2021-03-29 | 5 | -123/+1 | |
| * | | | | | | | | | | | | locking/rtmutex: Remove rtmutex deadlock tester leftovers | Sebastian Andrzej Siewior | 2021-03-29 | 5 | -14/+1 | |
| * | | | | | | | | | | | | locking/rtmutex: Remove rt_mutex_timed_lock() | Sebastian Andrzej Siewior | 2021-03-29 | 1 | -46/+0 | |
| * | | | | | | | | | | | | Merge tag 'v5.12-rc5' into locking/core, to pick up fixes | Ingo Molnar | 2021-03-29 | 23 | -122/+402 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | locking: Fix typos in comments | Ingo Molnar | 2021-03-22 | 8 | -13/+13 | |
| * | | | | | | | | | | | | | locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test | Waiman Long | 2021-03-19 | 1 | -12/+27 | |
| * | | | | | | | | | | | | | locking/locktorture: Pass thread id to lock/unlock functions | Waiman Long | 2021-03-19 | 1 | -36/+58 | |
| * | | | | | | | | | | | | | locking/locktorture: Fix false positive circular locking splat in ww_mutex test | Waiman Long | 2021-03-19 | 1 | -3/+14 | |
| * | | | | | | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent commits | Ingo Molnar | 2021-03-19 | 11 | -144/+232 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | locking/rwsem: Fix comment typo | Bhaskar Chowdhury | 2021-03-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | kernel/futex: Explicitly document pi_lock for pi_state owner fixup | Davidlohr Bueso | 2021-03-11 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | kernel/futex: Move hb unlock out of unqueue_me_pi() | Davidlohr Bueso | 2021-03-11 | 1 | -7/+3 | |
| * | | | | | | | | | | | | | | kernel/futex: Make futex_wait_requeue_pi() only call fixup_owner() | Davidlohr Bueso | 2021-03-11 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | kernel/futex: Kill rt_mutex_next_owner() | Davidlohr Bueso | 2021-03-11 | 3 | -23/+5 | |
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | lockdep: Add lockdep lock state defines | Shuah Khan | 2021-03-06 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | lockdep: Add lockdep_assert_not_held() | Shuah Khan | 2021-03-06 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | locking/csd_lock: Add more data to CSD lock debugging | Juergen Gross | 2021-03-06 | 1 | -4/+222 |