summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / / /
* | | | | | | Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXLRavi Bangoria2022-10-271-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds2022-10-291-1/+2
|\ \ \ \ \ \ \
| * | | | | | | blk-mq: don't add non-pt request with ->end_io to batchMing Lei2022-10-271-1/+2
* | | | | | | | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-293-5/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-282-2/+36
| * | | | | | | | mm/uffd: fix vma check on userfault for wpPeter Xu2022-10-281-3/+3
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'sound-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-10-282-0/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'asoc-fix-v6.1-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2022-10-271-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ASoC: jz4752b: Capture fixesMark Brown2022-10-19623-7594/+15500
| | |\| | | | | | |
| | * | | | | | | | ASoC: simple-card: Fix up checks for HW param fixupsAidan MacDonald2022-10-191-0/+1
| * | | | | | | | | ALSA: control: add snd_ctl_rename()Maciej S. Szmigiero2022-10-211-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'drm-fixes-2022-10-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-281-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge tag 'amd-drm-fixes-6.1-2022-10-26-1' of https://gitlab.freedesktop.org/...Dave Airlie2022-10-271-0/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | drm/amd: Add IMU fw version to fw version queriesDavid Francis2022-10-241-0/+2
* | | | | | | | | Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-272-2/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan2022-10-271-1/+1
| * | | | | | | | | genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski2022-10-241-1/+9
* | | | | | | | | | Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-271-22/+16
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | overflow: Fix kern-doc markup for functionsKees Cook2022-10-251-22/+16
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'media/v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-271-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'Hans Verkuil2022-10-251-1/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2022-10-271-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fscrypt: fix keyring memory leak on mount failureEric Biggers2022-10-191-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-261-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | spi: spi-mem: Fix typo (of -> or)Jonathan Neuschäfer2022-10-101-1/+1
* | | | | | | | | Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-10-242-2/+14
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | net-memcg: avoid stalls when under memory pressureJakub Kicinski2022-10-241-1/+1
| * | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-10-241-1/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa2022-10-201-1/+13
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-231-0/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | kvm: Add support for arch compat vm ioctlsAlexander Graf2022-10-221-0/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | kernel/utsname_sysctl.c: Fix hostname pollingLinus Torvalds2022-10-231-0/+1
* | | | | | | | | Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-231-4/+15
|\ \ \ \ \ \ \ \ \