summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-132-10/+15
|\
| * blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2022-12-081-1/+2
| * block: bdev & blktrace: use consistent function doc. notationRandy Dunlap2022-12-011-2/+2
| * Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe2022-11-301-20/+0
| * blk-cgroup: Flush stats at blkgs destruction pathWaiman Long2022-11-161-0/+20
| * wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi2022-11-161-7/+11
* | Merge tag 'audit-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-36/+39
|\ \
| * | audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora2022-10-171-37/+39
| * | audit: cache ctx->major in audit_filter_syscall()Ankur Arora2022-10-171-1/+2
* | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-132-24/+47
|\ \ \
| * | | dma-mapping: reject __GFP_COMP in dma_alloc_attrsChristoph Hellwig2022-11-211-0/+8
| * | | swiotlb: reduce the swiotlb buffer size on allocation failureAlexey Kardashevskiy2022-11-011-24/+39
* | | | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-2/+2
|\ \ \ \
| * | | | caps: use type safe idmapping helpersChristian Brauner2022-10-261-2/+2
| | |/ / | |/| |
* | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \ \ \
| * | | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | | | | Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ \
| * | | | | kill signal_pt_regs()Al Viro2022-10-231-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-128-18/+19
|\ \ \ \ \
| * | | | | relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia2022-12-111-2/+2
| * | | | | kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell2022-12-111-0/+1
| * | | | | relay: use strscpy() is more robust and saferXu Panda2022-12-111-2/+2
| * | | | | acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2022-11-301-0/+2
| * | | | | acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian2022-11-301-2/+2
| * | | | | vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan2022-11-301-0/+3
| * | | | | sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
| * | | | | kexec: replace crash_mem_range with rangeLi Chen2022-11-181-1/+1
| * | | | | kexec: remove the unneeded result variableye xingchen2022-11-181-8/+2
| * | | | | panic: use str_enabled_disabled() helperAndy Shevchenko2022-11-181-2/+3
* | | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-125-16/+8
|\ \ \ \ \ \
| * | | | | | stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
| * | | | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-184-7/+7
| * | | | | | kcsan: remove rng selftestJason A. Donenfeld2022-11-171-8/+0
* | | | | | | Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-121-27/+27
|\ \ \ \ \ \ \
| * | | | | | | livepatch: Move the result-invariant calculation out of the loopZhen Lei2022-10-181-27/+27
* | | | | | | | Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-122-11/+45
|\ \ \ \ \ \ \ \
| * | | | | | | | cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian2022-11-231-2/+0
| * | | | | | | | cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal2022-11-221-4/+8
| * | | | | | | | cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long2022-11-141-1/+23
| * | | | | | | | cgroup/cpuset: Skip spread flags update on v2Waiman Long2022-11-141-4/+8
| * | | | | | | | cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo2022-10-311-0/+1
| * | | | | | | | cgroup: Implement DEBUG_CGROUP_REFTejun Heo2022-10-281-0/+5
* | | | | | | | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-126-180/+603
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: Clear ttwu_pending after enqueue_task()Tianchen Ding2022-11-161-7/+11
| * | | | | | | | | sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou2022-10-302-19/+5
| * | | | | | | | | sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan2022-10-301-10/+52
| * | | | | | | | | sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2022-10-301-3/+27
| * | | | | | | | | sched/psi: Fix possible missing or delayed pending eventHao Lee2022-10-301-3/+5
| * | | | | | | | | sched: Always clear user_cpus_ptr in do_set_cpus_allowed()Waiman Long2022-10-271-1/+7