summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2021-05-182-9/+15
* signal: Implement SIL_FAULT_TRAPNOEric W. Biederman2021-05-181-22/+12
* siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2021-05-181-0/+1
* Merge tag 'perf-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-284-111/+292
|\
| * signal, perf: Add missing TRAP_PERF case in siginfo_layout()Marco Elver2021-04-231-0/+2
| * perf: Extend PERF_TYPE_HARDWARE and PERF_TYPE_HW_CACHEKan Liang2021-04-191-3/+16
| * perf: Add support for SIGTRAP on perf eventsMarco Elver2021-04-161-1/+48
| * signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2021-04-161-0/+11
| * perf: Add support for event removal on execMarco Elver2021-04-161-8/+62
| * perf: Support only inheriting events if cloned with CLONE_THREADMarco Elver2021-04-162-8/+15
| * perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to childrenMarco Elver2021-04-161-1/+21
| * perf: Rework perf_event_exit_event()Peter Zijlstra2021-04-161-63/+79
| * perf: Cap allocation order at aux_watermarkAlexander Shishkin2021-04-161-16/+18
| * perf/core: Fix unconditional security_locked_down() callOndrej Mosnacek2021-03-161-6/+6
| * perf core: Allocate perf_event in the target node memoryNamhyung Kim2021-03-161-1/+4
| * perf core: Add a kmem_cache for struct perf_eventNamhyung Kim2021-03-161-3/+6
| * perf core: Allocate perf_buffer in the target node memoryNamhyung Kim2021-03-161-3/+6
* | Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-2827-764/+707
|\ \
| * | kcsan: Fix printk format stringArnd Bergmann2021-04-221-1/+1
| * | Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-04-119-74/+92
| |\ \
| | * | kcsan: Add missing license and copyright headersMarco Elver2021-03-087-1/+32
| | * | kcsan: Switch to KUNIT_CASE_PARAM for parameterized testsMarco Elver2021-03-081-62/+54
| | * | kcsan: Make test follow KUnit style recommendationsMarco Elver2021-03-082-3/+3
| | * | kcsan, debugfs: Move debugfs file creation out of early initMarco Elver2021-03-083-8/+3
| * | | static_call: Relax static_call_update() function argument typePeter Zijlstra2021-04-091-9/+9
| * | | static_call: Fix unused variable warn w/o MODULEMatthieu Baerts2021-04-091-2/+2
| * | | locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()Thomas Gleixner2021-03-291-12/+7
| * | | locking/rtmutex: Restrict the trylock WARN_ON() to debugThomas Gleixner2021-03-291-1/+1
| * | | locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()Thomas Gleixner2021-03-291-1/+1
| * | | locking/rtmutex: Consolidate the fast/slowpath invocationThomas Gleixner2021-03-291-85/+59
| * | | locking/rtmutex: Make text section and inlining consistentThomas Gleixner2021-03-291-76/+76
| * | | locking/rtmutex: Move debug functions as inlines into common headerThomas Gleixner2021-03-295-119/+25
| * | | locking/rtmutex: Decrapify __rt_mutex_init()Thomas Gleixner2021-03-292-6/+11
| * | | locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubsThomas Gleixner2021-03-291-42/+20
| * | | locking/rtmutex: Inline chainwalk depth checkThomas Gleixner2021-03-291-8/+3
| * | | locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.cThomas Gleixner2021-03-292-6/+8
| * | | locking/rtmutex: Remove empty and unused debug stubsThomas Gleixner2021-03-294-32/+0
| * | | locking/rtmutex: Remove output from deadlock detectorSebastian Andrzej Siewior2021-03-295-123/+1
| * | | locking/rtmutex: Remove rtmutex deadlock tester leftoversSebastian Andrzej Siewior2021-03-295-14/+1
| * | | locking/rtmutex: Remove rt_mutex_timed_lock()Sebastian Andrzej Siewior2021-03-291-46/+0
| * | | Merge tag 'v5.12-rc5' into locking/core, to pick up fixesIngo Molnar2021-03-2923-122/+402
| |\ \ \
| * | | | locking: Fix typos in commentsIngo Molnar2021-03-228-13/+13
| * | | | locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex testWaiman Long2021-03-191-12/+27
| * | | | locking/locktorture: Pass thread id to lock/unlock functionsWaiman Long2021-03-191-36/+58
| * | | | locking/locktorture: Fix false positive circular locking splat in ww_mutex testWaiman Long2021-03-191-3/+14
| * | | | Merge branch 'locking/urgent' into locking/core, to pick up dependent commitsIngo Molnar2021-03-1911-144/+232
| |\ \ \ \
| * | | | | locking/rwsem: Fix comment typoBhaskar Chowdhury2021-03-171-1/+1
| * | | | | kernel/futex: Explicitly document pi_lock for pi_state owner fixupDavidlohr Bueso2021-03-111-0/+1
| * | | | | kernel/futex: Move hb unlock out of unqueue_me_pi()Davidlohr Bueso2021-03-111-7/+3
| * | | | | kernel/futex: Make futex_wait_requeue_pi() only call fixup_owner()Davidlohr Bueso2021-03-111-6/+5