summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-121-2/+2
|\
| * kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-281-1/+1
| * driver core: make kobj_type constant.Wedson Almeida Filho2021-12-271-1/+1
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-122-36/+10
|\ \
| * | blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa2021-12-201-9/+9
| * | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-291-1/+1
| * | fork: move copy_io to block/blk-ioc.cChristoph Hellwig2021-11-291-26/+0
* | | Merge tag 'dma-mapping-5.17' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-01-121-100/+140
|\ \ \
| * | | dma-direct: add a dma_direct_use_pool helperChristoph Hellwig2021-12-081-6/+12
| * | | dma-direct: factor the swiotlb code out of __dma_direct_alloc_pagesChristoph Hellwig2021-12-071-9/+15
| * | | dma-direct: drop two CONFIG_DMA_RESTRICTED_POOL conditionalsChristoph Hellwig2021-12-071-4/+2
| * | | dma-direct: warn if there is no pool for force unencrypted allocationsChristoph Hellwig2021-12-071-4/+5
| * | | dma-direct: fail allocations that can't be made coherentChristoph Hellwig2021-12-071-2/+3
| * | | dma-direct: refactor the !coherent checks in dma_direct_allocChristoph Hellwig2021-12-071-25/+41
| * | | dma-direct: factor out a helper for DMA_ATTR_NO_KERNEL_MAPPING allocationsChristoph Hellwig2021-12-071-11/+20
| * | | dma-direct: clean up the remapping checks in dma_direct_allocChristoph Hellwig2021-12-071-22/+26
| * | | dma-direct: always leak memory that can't be re-encryptedChristoph Hellwig2021-12-071-4/+10
| * | | dma-direct: don't call dma_set_decrypted for remapped allocationsChristoph Hellwig2021-12-071-7/+6
| * | | dma-direct: factor out dma_set_{de,en}crypted helpersChristoph Hellwig2021-12-071-31/+25
* | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-1111-96/+40
|\ \ \ \
| * \ \ \ Merge branch 'locking/urgent' into locking/coreThomas Gleixner2021-12-181-1/+1
| |\ \ \ \
| * \ \ \ \ Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-1329-198/+335
| |\ \ \ \ \
| * | | | | | 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 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-1111-180/+325
|\ \ \ \ \ \ \
| * | | | | | | sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann2021-12-114-69/+50
| * | | | | | | sched/fair: Cleanup task_util and capacity typeVincent Donnefort2021-12-081-2/+3
| * | | | | | | sched/rt: Try to restart rt period timer when rt runtime exceededLi Hua2021-12-071-5/+18
| * | | | | | | sched/fair: Document the slow path and fast path in select_task_rq_fairBarry Song2021-12-071-0/+5
| * | | | | | | sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacityVincent Donnefort2021-12-041-1/+2
| * | | | | | | sched/fair: Fix detection of per-CPU kthreads waking a taskVincent Donnefort2021-12-041-0/+1
| * | | | | | | sched/cpuacct: Make user/system times in cpuacct.stat more preciseAndrey Ryabinin2021-11-231-10/+15
| * | | | | | | sched/cpuacct: Fix user/system in shown cpuacct.usage*Andrey Ryabinin2021-11-231-47/+32
| * | | | | | | cpuacct: Convert BUG_ON() to WARN_ON_ONCE()Andrey Ryabinin2021-11-231-1/+2
| * | | | | | | cputime, cpuacct: Include guest time in user time in cpuacct.statAndrey Ryabinin2021-11-231-2/+2
| * | | | | | | psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen2021-11-172-18/+32
| * | | | | | | sched/core: Forced idle accountingJosh Don2021-11-175-24/+162
| * | | | | | | psi: Add a missing SPDX license headerLiu Xinpeng2021-11-171-0/+1
| * | | | | | | psi: Remove repeated verbose commentLiu Xinpeng2021-11-171-1/+0
| |/ / / / / /
* | | | | | | Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-113-6/+22
|\ \ \ \ \ \ \
| * | | | | | | audit: use struct_size() helper in audit_[send|make]_reply()Xiu Jianfeng2021-12-202-2/+2
| * | | | | | | audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore2021-12-151-1/+17
| * | | | | | | audit: use struct_size() helper in kmalloc()Xiu Jianfeng2021-12-143-3/+3
| |/ / / / / /
* | | | | | | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-113-5/+13
|\ \ \ \ \ \ \