summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* cpumask: update cpumask_next_wrap() signatureSander Vanheule2022-07-171-1/+1
* cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule2022-07-171-80/+19
* cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule2022-07-171-0/+7
* kfifo: fix kfifo_to_user() return typeDan Carpenter2022-07-171-1/+1
* compiler-gcc.h: remove ancient workaround for gcc PR 58670Uros Bizjak2022-07-171-11/+0
* net, lib/once: remove {net_}get_random_once_wait macrowuchi2022-07-172-4/+0
* Merge branch 'master' into mm-nonmm-stableakpm2022-06-2725-505/+103
|\
| * Merge tag 'soc-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2022-06-261-4/+5
| |\
| | * Merge tag 'scmi-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2022-06-141-4/+5
| | |\
| | | * firmware: arm_scmi: Avoid using extended string-buffers sizes if not necessaryCristian Marussi2022-06-101-4/+5
| * | | Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-261-1/+2
| |\ \ \
| | * | | mm/memory-failure: disable unpoison once hw error happenszhenwei pi2022-06-161-0/+1
| | * | | mm: re-allow pinning of zero pfnsAlex Williamson2022-06-161-1/+1
| | |/ /
| * | | Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-241-13/+16
| |\ \ \
| | * | | gpio: Fix kernel-doc comments to nested unionAkira Yokosawa2022-06-231-13/+16
| | |/ /
| * | | Merge tag 'ata-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-06-241-0/+1
| |\ \ \
| | * | | ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu2022-06-171-0/+1
| * | | | Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-242-7/+6
| |\ \ \ \
| | * | | | nvme: fix the CRIMS and CRWMS definitions to match the specJoel Granados2022-06-231-2/+2
| | * | | | block: remove queue from struct blk_independent_access_rangeDamien Le Moal2022-06-191-1/+0
| | * | | | block: serialize all debugfs operations using q->debugfs_mutexChristoph Hellwig2022-06-171-4/+4
| * | | | | Merge tag 'io_uring-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-241-7/+35
| |\ \ \ \ \
| | * | | | | io_uring: move io_uring_get_opcode out of TP_printkDylan Yudaken2022-06-231-7/+35
| * | | | | | Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-242-33/+0
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-232-33/+0
| | |\ \ \ \ \ \
| | | * | | | | | Revert "printk: add functions to prefer direct printing"Petr Mladek2022-06-231-11/+0
| | | * | | | | | Revert "printk: add kthread console printers"Petr Mladek2022-06-231-2/+0
| | | * | | | | | Revert "printk: extend console_lock for per-console locking"Petr Mladek2022-06-231-15/+0
| | | * | | | | | Revert "printk: Wait for the global console lock when the system is going down"Petr Mladek2022-06-231-5/+0
| * | | | | | | | Merge tag 'random-5.19-rc4-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-231-4/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld2022-06-191-4/+8
| * | | | | | | | | Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-231-0/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+5
| * | | | | | | | | | Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-06-211-0/+3
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells2022-06-211-0/+3
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-191-0/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usageJosh Poimboeuf2022-06-061-0/+6
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge tag 'printk-for-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-171-0/+5
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-06-171-0/+5
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | * | | | | | | printk: Wait for the global console lock when the system is going downPetr Mladek2022-06-151-0/+5
| * | | | | | | | | Merge tag 'block-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-171-2/+2
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | blk-mq: avoid to touch q->elevator without any protectionMing Lei2022-06-161-2/+2
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge tag 'io_uring-5.19-2022-06-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-171-6/+0
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOTPavel Begunkov2022-06-141-6/+0
| | |/ / / / / /
| * | | | | | | Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-171-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | init: Initialize noop_backing_dev_info earlyJan Kara2022-06-161-0/+2
| | |/ / / / / /
| * | | | | | | Merge tag 'staging-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-171-344/+0
| |\ \ \ \ \ \ \
| | * | | | | | | staging: Also remove the Unisys visorbus.hPeter Robinson2022-06-101-344/+0
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge tag 'tty-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-171-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi2022-06-101-0/+1
| | |/ / / / / /