summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* locking/mutex: Add MUTEX_WARN_ONPeter Zijlstra2021-07-071-20/+10
* locking/mutex: Introduce __mutex_trylock_or_handoff()Peter Zijlstra2021-07-071-24/+36
* locking/mutex: Fix HANDOFF conditionPeter Zijlstra2021-07-071-10/+5
* locking/mutex: Use try_cmpxchg()Peter Zijlstra2021-07-071-21/+6
* locking/lockdep: Correct the description error for check_redundant()Xiongwei Song2021-06-221-1/+1
* futex: Provide FUTEX_LOCK_PI2 to support clock selectionThomas Gleixner2021-06-221-1/+6
* futex: Prepare futex_lock_pi() for runtime clock selectionThomas Gleixner2021-06-221-1/+2
* lockdep: Fix wait-type for empty stackPeter Zijlstra2021-06-221-1/+1
* lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()Boqun Feng2021-06-221-1/+11
* locking/lockdep: Remove the unnecessary trace savingBoqun Feng2021-06-221-3/+0
* locking/lockdep: Fix the dep path printing for backwards BFSBoqun Feng2021-06-221-2/+106
* futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov2021-05-251-5/+2
* locking: Fix comment typosIngo Molnar2021-05-121-6/+6
* Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-093-14/+36
|\
| * sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-061-3/+9
| * sched: Fix out-of-bound access in uclampQuentin Perret2021-05-061-1/+1
| * psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner2021-05-061-10/+26
* | Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-05-094-59/+57
|\ \
| * | futex: Make syscall entry points less convolutedThomas Gleixner2021-05-061-26/+37
| * | futex: Get rid of the val2 conditional danceThomas Gleixner2021-05-061-14/+2
| * | futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIThomas Gleixner2021-05-061-2/+2
| * | Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-061-2/+1
| * | locking/qrwlock: Cleanup queued_write_lock_slowpath()Waiman Long2021-05-061-3/+3
| * | smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-062-14/+14
| |/
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-082-5/+9
|\ \
| * | .gitignore: prefix local generated files with a slashMasahiro Yamada2021-05-021-1/+1
| * | kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2021-05-022-2/+8
| * | kernel/.gitgnore: remove stale timeconst.h and hz.bcMasahiro Yamada2021-05-021-2/+0
* | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-15/+18
|\ \ \
| * | | bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-031-10/+17
| * | | bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-031-8/+4
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0719-622/+394
|\ \ \ \
| * | | | kernel/sys.c: fix typoXiaofeng Cao2021-05-071-7/+7
| * | | | kernel/up.c: fix typoBhaskar Chowdhury2021-05-071-1/+1
| * | | | kernel/user_namespace.c: fix typosXiaofeng Cao2021-05-071-3/+3
| * | | | kernel/umh.c: fix some spelling mistakeszhouchuangao2021-05-071-3/+3
| * | | | drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-071-1/+0
| * | | | modules: add CONFIG_MODPROBE_PATHRasmus Villemoes2021-05-071-1/+1
| * | | | init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
| * | | | kernel/async.c: remove async_unregister_domain()Rasmus Villemoes2021-05-071-18/+0
| * | | | kernel/async.c: stop guarding pr_debug() statementsRasmus Villemoes2021-05-071-28/+20
| * | | | kernel/resource: fix locking in request_free_mem_regionAlistair Popple2021-05-071-7/+38
| * | | | kernel/resource: refactor __request_region to allow external lockingAlistair Popple2021-05-071-20/+32
| * | | | kernel/resource: allow region_intersects users to hold resource_lockAlistair Popple2021-05-071-21/+31
| * | | | kernel/resource: remove first_lvl / siblings_only logicDavid Hildenbrand2021-05-071-33/+12
| * | | | kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resourcesDavid Hildenbrand2021-05-071-1/+1
| * | | | kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...David Hildenbrand2021-05-071-1/+1
| * | | | gcov: clang: drop support for clang-10 and olderNick Desaulniers2021-05-072-103/+1
| * | | | gcov: use kvmalloc()Johannes Berg2021-05-073-12/+12
| * | | | gcov: simplify buffer allocationJohannes Berg2021-05-071-15/+9