aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki2022-11-161-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-11-111-21/+39
|\
| * bpf: Fix offset calculation error in __copy_map_value and zero_map_valueXu Kuohai2022-11-111-2/+2
| * bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra2022-11-041-1/+38
| * bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-041-20/+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
| |/ / / / / /
* | | | | | | 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