Age | Commit message (Expand) | Author | Files | Lines |
2021-02-10 | locking/mutex: Kill mutex_trylock_recursive() | Sebastian Andrzej Siewior | 1 | -10/+0 |
2021-02-10 | lockdep: Noinstr annotate warn_bogus_irq_restore() | Peter Zijlstra | 1 | -1/+3 |
2021-02-05 | locking/lockdep: Avoid unmatched unlock | Peter Zijlstra | 1 | -1/+2 |
2021-01-29 | locking/rwsem: Remove empty rwsem.h | Nikolay Borisov | 1 | -0/+0 |
2021-01-28 | locking/rtmutex: Add missing kernel-doc markup | Alex Shi | 1 | -6/+11 |
2021-01-28 | futex: Remove unneeded gotos | Jangwoong Kim | 1 | -4/+3 |
2021-01-28 | futex: Change utime parameter to be 'const ... *' | Alejandro Colomar | 1 | -3/+3 |
2021-01-22 | lockdep: report broken irq restoration | Mark Rutland | 2 | -0/+12 |
2021-01-14 | locking/lockdep: Exclude local_lock_t from IRQ inversions | Boqun Feng | 1 | -4/+53 |
2021-01-14 | locking/lockdep: Clean up check_redundant() a bit | Peter Zijlstra | 1 | -42/+49 |
2021-01-14 | locking/lockdep: Add a skip() function to __bfs() | Boqun Feng | 1 | -10/+19 |
2021-01-14 | locking/lockdep: Mark local_lock_t | Peter Zijlstra | 1 | -7/+9 |
2021-01-01 | Merge tag 'io_uring-5.11-2021-01-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
2020-12-30 | kernel/io_uring: cancel io_uring before task works | Pavel Begunkov | 1 | -0/+2 |
2020-12-28 | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -3/+10 |
2020-12-28 | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2 | -15/+17 |
2020-12-27 | Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -4/+6 |
2020-12-27 | Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -15/+4 |
2020-12-27 | Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -33/+20 |
2020-12-25 | genirq: Fix export of irq_to_desc() for powerpc KVM | Michael Ellerman | 1 | -1/+1 |
2020-12-24 | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -20/+67 |
2020-12-22 | Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -30/+76 |
2020-12-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2020-12-22 | Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 6 | -8/+384 |
2020-12-22 | kasan: rename (un)poison_shadow to (un)poison_range | Andrey Konovalov | 1 | -2/+2 |
2020-12-22 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -30/+76 |
2020-12-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+16 |
2020-12-19 | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn | 1 | -0/+2 |
2020-12-18 | timekeeping: Fix spelling mistake in Kconfig "fullfill" -> "fulfill" | Colin Ian King | 1 | -1/+1 |
2020-12-18 | softirq: Avoid bad tracing / lockdep interaction | Peter Zijlstra | 1 | -1/+1 |
2020-12-18 | jump_label: Fix usage in module __init | Peter Zijlstra | 1 | -3/+5 |
2020-12-17 | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 36 | -352/+662 |
2020-12-17 | Merge tag 'modules-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -89/+121 |
2020-12-17 | Merge tag 'fsnotify_for_v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -3/+3 |
2020-12-16 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2020-12-16 | Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+18 |
2020-12-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -67/+0 |
2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -136/+45 |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -51/+1 |
2020-12-16 | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -3/+293 |
2020-12-16 | Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -29/+18 |
2020-12-16 | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -119/+170 |
2020-12-16 | cgroup: Fix memory leak when parsing multiple source parameters | Qinglang Miao | 1 | -0/+2 |
2020-12-16 | tick/sched: Remove bogus boot "safety" check | Thomas Gleixner | 1 | -7/+0 |
2020-12-16 | tick: Remove pointless cpu valid check in hotplug code | Thomas Gleixner | 1 | -7/+3 |
2020-12-16 | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 7 | -60/+48 |
2020-12-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -135/+271 |
2020-12-15 | fault-injection: handle EI_ETYPE_TRUE | Barnabás Pőcze | 1 | -3/+3 |
2020-12-15 | reboot: hide from sysfs not applicable settings | Matteo Croce | 1 | -23/+31 |
2020-12-15 | reboot: allow to override reboot type if quirks are found | Matteo Croce | 1 | -0/+6 |