summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* random: add back async readiness notifierJason A. Donenfeld2022-11-221-0/+1
* random: always mix cycle counter in add_latent_entropy()Jason A. Donenfeld2022-11-181-3/+3
* hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld2022-11-181-1/+1
* random: remove early archrandom abstractionJason A. Donenfeld2022-11-181-20/+0
* stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-182-19/+19
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-2/+2
* random: add helpers for random numbers with given floor or rangeJason A. Donenfeld2022-11-181-0/+25
* random: use rejection sampling for uniform bounded random integersJason A. Donenfeld2022-11-172-16/+42
* Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-131-0/+1
|\
| * arm64: efi: Force the use of SetVirtualAddressMap() on Altra machinesArd Biesheuvel2022-11-101-0/+1
* | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-111-0/+7
|\ \
| * | maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+7
* | | Merge tag 'io_uring-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds2022-11-111-1/+1
|\ \ \
| * | | io_uring: fix typo in io_uring.h commentJens Axboe2022-11-061-1/+1
* | | | Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-111-1/+1
|\ \ \ \
| * | | | vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor2022-11-081-1/+1
* | | | | Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-11-111-0/+9
|\ \ \ \ \
| * | | | | clocksource/drivers/hyperv: add data structure for reference TSC MSRAnirudh Rayabharam2022-11-031-0/+9
* | | | | | Merge tag 'dmaengine-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-111-0/+1
|\ \ \ \ \ \
| * | | | | | dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...Fenghua Yu2022-10-191-0/+1
* | | | | | | Merge tag 'drm-fixes-2022-11-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-11-111-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-misc-fixes-2022-11-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-11-111-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | drm/panfrost: Remove type name from internal struct againSteven Price2022-11-071-1/+1
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-103-1/+18
|\ \ \ \ \ \ \
| * | | | | | | can: dev: fix skb drop checkOliver Hartkopp2022-11-071-0/+16
| * | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-032-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-031-1/+1
| | * | | | | | | net/ipv4: Fix linux/in.h header dependenciesAndrii Nakryiko2022-11-031-0/+1
* | | | | | | | | Merge tag 'slab-for-6.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-11-091-23/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka2022-11-041-23/+0
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'audit-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | audit: fix undefined behavior in bit shift for AUDIT_BITGaosheng Cui2022-10-311-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'lsm-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-11-081-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | capabilities: fix undefined behavior in bit shift for CAP_TO_MASKGaosheng Cui2022-11-051-1/+1
| |/ / / / / / /
* | | | | | | | Merge tag 'hardening-v6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-11-041-4/+9
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | fortify: Capture __bos() results in const temp varsKees Cook2022-10-281-4/+9
* | | | | | | | Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-041-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | efi: random: reduce seed size to 32 bytesArd Biesheuvel2022-10-241-1/+1
* | | | | | | Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-11-032-21/+34
|\ \ \ \ \ \ \
| * | | | | | | netlink: introduce bigendian integer typesFlorian Westphal2022-11-011-9/+10
| | |_|_|_|/ / | |/| | | | |
| * | | | | | net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov2022-10-281-0/+7
| * | | | | | netlink: hide validation union fields from kdocJakub Kicinski2022-10-281-13/+18
* | | | | | | Merge tag 'powerpc-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-11-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual()Andreas Schwab2022-11-011-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-011-7/+17
|\ \ \ \ \ \ \
| * | | | | | | KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj2022-10-271-7/+17
* | | | | | | | Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fbdev: MIPS supports iomem addressesKees Cook2022-10-171-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-301-3/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_arrayWilliam Breathitt Gray2022-10-171-3/+2
| |/ / / / / / /