summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* random: use random.trust_{bootloader,cpu} command line option onlyJason A. Donenfeld2022-11-188-60/+14
* stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-189-81/+9
* stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-187-23/+24
* treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-1824-62/+54
* treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld2022-11-185-24/+5
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-18132-280/+280
* random: add helpers for random numbers with given floor or rangeJason A. Donenfeld2022-11-182-1/+42
* random: use rejection sampling for uniform bounded random integersJason A. Donenfeld2022-11-173-16/+64
* kcsan: remove rng selftestJason A. Donenfeld2022-11-171-8/+0
* Linux 6.1-rc5v6.1-rc5Linus Torvalds2022-11-131-1/+1
* Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-138-21/+26
|\
| * MIPS: pic32: treat port as signed integerJason A. Donenfeld2022-11-113-9/+8
| * MIPS: jump_label: Fix compat branch range checkJiaxun Yang2022-11-111-1/+1
| * mips: alchemy: gpio: Include the right headerLinus Walleij2022-11-111-1/+1
| * MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedLiao Chang2022-11-111-0/+10
| * MIPS: fix duplicate definitions for exported symbolsRongwei Zhang2022-11-111-10/+5
| * mips: boot/compressed: use __NO_FORTIFYJohn Thomson2022-11-111-0/+1
* | Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-136-20/+128
|\ \
| * | arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel2022-11-101-18/+34
| * | arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel2022-11-105-2/+94
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-11-123-7/+27
|\ \ \
| * | | scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBCBart Van Assche2022-11-081-0/+7
| * | | scsi: scsi_transport_sas: Fix error handling in sas_phy_add()Yang Yingliang2022-11-081-4/+9
| * | | scsi: ibmvfc: Avoid path failures during live migrationBrian King2022-11-071-3/+11
* | | | Merge tag 'sound-fix-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-121-4/+3
|\ \ \ \
| * | | | ALSA: memalloc: Try dma_alloc_noncontiguous() at firstTakashi Iwai2022-11-121-4/+3
* | | | | Merge tag 'ata-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2022-11-112-4/+28
|\ \ \ \ \
| * | | | | ata: libata-core: do not issue non-internal commands once EH is pendingNiklas Cassel2022-11-121-0/+10
| * | | | | ata: libata-transport: fix error handling in ata_tdev_add()Yang Yingliang2022-11-111-1/+7
| * | | | | ata: libata-transport: fix error handling in ata_tlink_add()Yang Yingliang2022-11-111-1/+4
| * | | | | ata: libata-transport: fix error handling in ata_tport_add()Yang Yingliang2022-11-111-1/+4
| * | | | | ata: libata-transport: fix double ata_host_put() in ata_tport_add()Yang Yingliang2022-11-111-1/+0
| * | | | | ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failureShin'ichiro Kawasaki2022-11-081-0/+3
* | | | | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-1130-35795/+36120
|\ \ \ \ \ \
| * | | | | | docs: kmsan: fix formatting of "Example report"Alexander Potapenko2022-11-081-0/+1
| * | | | | | mm/damon/dbgfs: check if rm_contexts input is for a real contextSeongJae Park2022-11-081-0/+7
| * | | | | | maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett2022-11-081-2/+1
| * | | | | | maple_tree: fix depth tracking in maple_stateLiam Howlett2022-11-081-1/+2
| * | | | | | arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi2022-11-081-0/+4
| * | | | | | fs: fix leaked psi pressure stateJohannes Weiner2022-11-082-13/+19
| * | | | | | nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-082-9/+8
| * | | | | | x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko2022-11-081-0/+7
| * | | | | | kmsan: make sure PREEMPT_RT is offAlexander Potapenko2022-11-081-0/+1
| * | | | | | Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko2022-11-081-1/+1
| * | | | | | x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko2022-11-081-0/+3
| * | | | | | kmsan: core: kmsan_in_runtime() should return true in NMI contextAlexander Potapenko2022-11-081-0/+2
| * | | | | | mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik2022-11-081-0/+1
| * | | | | | mm/shmem: use page_mapping() to detect page cache for uffd continuePeter Xu2022-11-081-1/+1
| * | | | | | mm/memremap.c: map FS_DAX device memory as decryptedPankaj Gupta2022-11-081-0/+1
| * | | | | | Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"Peter Xu2022-11-081-3/+6