summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* locking: Make owner_on_cpu() into <linux/sched.h>Kefeng Wang2021-12-043-21/+4
* lockdep: Remove softirq accounting on PREEMPT_RT.Thomas Gleixner2021-12-041-0/+2
* locking/rtmutex: Add rt_mutex_lock_nest_lock() and rt_mutex_lock_killable().Sebastian Andrzej Siewior2021-12-041-4/+26
* locking/rtmutex: Squash self-deadlock check for ww_rt_mutex.Peter Zijlstra2021-12-041-1/+4
* locking: Remove rt_rwlock_is_contended().Sebastian Andrzej Siewior2021-12-041-6/+0
* sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior2021-12-041-0/+3
* futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-253-63/+0
* kernel/locking: Use a pointer in ww_mutex_trylock().Sebastian Andrzej Siewior2021-11-171-1/+1
* Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-142-2/+18
|\
| * posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-022-2/+18
* | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-141-2/+2
|\ \
| * | PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-2/+2
* | | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-146-40/+76
|\ \ \
| * | | preempt: Restore preemption model selection configsValentin Schneider2021-11-112-24/+24
| * | | sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-115-16/+49
| * | | sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-111-0/+3
| |/ /
* | | Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-141-5/+5
|\ \ \
| * | | perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-111-5/+5
| |/ /
* | | Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-132-6/+9
|\ \ \
| * | | tracing/histogram: Fix check for missing operands in an expressionKalesh Singh2021-11-121-1/+2
| * | | tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-121-4/+5
| * | | tracing/osnoise: Make osnoise_instances staticDaniel Bristot de Oliveira2021-11-121-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-0/+1
|\ \ \ \
| * | | | reboot: export symbol 'reboot_mode'Shawn Guo2021-10-171-0/+1
* | | | | Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-125-111/+183
|\ \ \ \ \
| * | | | | kcsan: selftest: Cleanup and add missing __initMarco Elver2021-09-141-42/+30
| * | | | | kcsan: Move ctx to start of argument listMarco Elver2021-09-141-4/+4
| * | | | | kcsan: Support reporting scoped read-write access typeMarco Elver2021-09-142-3/+9
| * | | | | kcsan: Start stack trace with explicit location if providedMarco Elver2021-09-142-13/+61
| * | | | | kcsan: Save instruction pointer for scoped accessesMarco Elver2021-09-141-3/+9
| * | | | | kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver2021-09-143-38/+45
| * | | | | kcsan: test: Fix flaky test caseMarco Elver2021-09-141-4/+18
| * | | | | kcsan: test: Use kunit_skip() to skip testsMarco Elver2021-09-141-4/+7
| * | | | | kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver2021-09-141-1/+1
* | | | | | Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-112-1/+7
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
| * | | | | ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)2021-11-101-0/+5
* | | | | | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-112-35/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2021-11-062-23/+21
| * | | | | bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau2021-11-031-12/+6
* | | | | | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-114-16/+33
|\ \ \ \ \ \
| * | | | | | signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedEric W. Biederman2021-11-031-1/+7
| * | | | | | exit/syscall_user_dispatch: Send ordinary signals on failureEric W. Biederman2021-10-291-4/+8
| * | | | | | signal: Implement force_fatal_sigEric W. Biederman2021-10-291-9/+17
| * | | | | | exit/kthread: Have kernel threads return instead of calling do_exitEric W. Biederman2021-10-291-1/+1
| * | | | | | reboot: Remove the unreachable panic after do_exit in reboot(2)Eric W. Biederman2021-10-201-1/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-111-0/+4
|\ \ \ \ \ \
| * | | | | | uapi/linux/prctl: provide macro definitions for the PR_SCHED_CORE type argumentEugene Syromiatnikov2021-09-291-0/+4
* | | | | | | Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2021-11-111-0/+36
|\ \ \ \ \ \ \
| * | | | | | | pid: add pidfd_get_task() helperChristian Brauner2021-10-141-0/+36