summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-05Merge tag 'v7.1-rc7-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-06-05bpf: Replace scratch PTE atomically when allocating arena pagesTejun Heo
2026-06-05misc: fastrpc: fix use-after-free race in fastrpc_map_createZhenghang Xiao
2026-06-05misc: fastrpc: Fix NULL pointer dereference in rpmsg callbackMukesh Ojha
2026-06-05misc: fastrpc: fix DMA address corruption due to find_vma misuseJunrui Luo
2026-06-05misc: fastrpc: fix use-after-free of fastrpc_user in workqueue contextAnandu Krishnan E
2026-06-06ntfs: validate resident volume name values on lookupDaeMyung Kang
2026-06-06ntfs: reinit search context before volume information lookupDaeMyung Kang
2026-06-06ntfs: do not replace volume name after lookup errorsDaeMyung Kang
2026-06-06ntfs: validate attribute values on lookupDaeMyung Kang
2026-06-06ntfs: detect mapping-pairs LCN accumulator overflowSamuel Moelius
2026-06-06ntfs: Add WQ_PERCPU to alloc_workqueue usersMarco Crivellari
2026-06-06ntfs: serialize volume label accessesHyunchul Lee
2026-06-06ntfs: fix off-by-one in mapping pairs decoding bounds checksRon de Bruijn
2026-06-06ntfs: not change 0-byte $DATA attribute to non-residentHyunchul Lee
2026-06-05bpf: Reject fragmented frames in devmapZhao Zhang
2026-06-06ntfs: Fix spelling mistake "etnry" -> "entry"Colin Ian King
2026-06-06ntfs: free link name from ntfs_name_cacheDaeMyung Kang
2026-06-06ntfs: remove unnecessary NULL checks before kfreeNamjae Jeon
2026-06-06ntfs: remove unnecessary ternary boolean conversionNamjae Jeon
2026-06-06ntfs: remove unsupported quota handlingDaeMyung Kang
2026-06-06ntfs: use str_plural in ntfs_attr_make_non_residentThorsten Blum
2026-06-06ntfs: add bounds check before accessing EA entriesHyunchul Lee
2026-06-06ntfs: validate index entries on readingHyunchul Lee
2026-06-06ntfs: centalize $INDEX_ROOT header validationHyunchul Lee
2026-06-06ntfs: validate index block header more strictlyHyunchul Lee
2026-06-05slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lockBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGDBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: Initialize controller resources in controllerBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngdBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownershipBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: Fix probe error path orderingBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: Fix up platform_driver registrationBjorn Andersson
2026-06-05slimbus: qcom-ngd-ctrl: fix OF node refcountBartosz Golaszewski
2026-06-06ntfs: avoid heap allocation for free-cluster readahead stateDaeMyung Kang
2026-06-06ntfs: skip extent mft records in writeback to prevent deadlockHyunchul Lee
2026-06-06ntfs: only alias volume $UpCase to default on exact matchDaeMyung Kang
2026-06-06ntfs: free volume-wide resources on fill_super failureDaeMyung Kang
2026-06-05nvmem: core: fix use-after-free bugs in error pathsBartosz Golaszewski
2026-06-05nvmem: layouts: onie-tlv: fix hang on unknown typesAndre Heider
2026-06-05Merge tag 'svc_fixes_for_v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-06-05Merge tag 'usb-serial-7.1-rc7' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-06-05bpf: Reject registration of duplicated kfuncSong Chen
2026-06-05MAINTAINERS: BPF: Add self as reviewer and run parse_maintainers.plEmil Tsalapatis
2026-06-05Merge branch 'bpf-introduce-resizable-hash-map'Alexei Starovoitov
2026-06-05selftests/bpf: Add resizable hashmap to benchmarksMykyta Yatsenko
2026-06-05bpftool: Add rhash map documentationMykyta Yatsenko
2026-06-05selftests/bpf: Add BPF iterator tests for resizable hash mapMykyta Yatsenko
2026-06-05selftests/bpf: Add basic tests for resizable hash mapMykyta Yatsenko
2026-06-05libbpf: Support resizable hashtableMykyta Yatsenko