summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-07-24uaccess: minimize INLINE_COPY_USER-related ifdeferyYury Norov1-14/+7
2026-07-24uaccess: unify inline vs outline copy_{from,to}_user() selectionYury Norov1-6/+6
2026-07-24gpu: host1x: Allow entries in BO caches to be freedMikko Perttunen1-0/+7
2026-07-24of: dynamic: Fix overlayed devices not probing because of fw_devlinkSaravana Kannan1-0/+1
2026-07-24firmware: smccc: Fix Arm SMCCC SOC_ID name callAndre Przywara1-0/+5
2026-07-24rhashtable: give each instance its own lockdep classChristian Brauner1-4/+18
2026-07-24sockptr: fix usize check in copy_struct_from_sockptr() for user pointersStefan Metzmacher1-1/+1
2026-07-24uaccess: fix ignored_trailing logic in copy_struct_to_user()Stefan Metzmacher1-1/+1
2026-07-24driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()Danilo Krummrich1-1/+4
2026-07-24hfsplus: Add a sanity check for btree node sizeEdward Adam Davis1-0/+1
2026-07-18svcrdma: wake sq waiters when the transport closesChuck Lever1-0/+1
2026-07-18KVM: SEV: Pin source page for write when adding CPUID data for SNP guestSean Christopherson1-1/+2
2026-07-18bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+4
2026-07-18mm: do file ownership checks with the proper mount idmapPedro Falcato1-0/+5
2026-07-18mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN ac...Ketan1-6/+13
2026-07-18tracing: Prevent out-of-bounds read in glob matchingHuihui Huang1-0/+1
2026-07-18HID: sensor-hub: Add sensor_hub_input_attr_read_values() for multi-byte readsSrinivas Pandruvada1-0/+25
2026-07-18mm/damon/ops-common: handle extreme intervals in damon_hot_score()SeongJae Park1-2/+6
2026-07-18vfio/pci: Fix racy bitfields and tighten struct layoutAlex Williamson1-5/+8
2026-07-18vfio/pci: Latch disable_idle_d3 per deviceAlex Williamson1-0/+1
2026-07-18vfio/pci: Use a private flag to prevent power state change with VFsRaghavendra Rao Ananta1-0/+1
2026-07-18bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+3
2026-07-18bpf: Support for hardening against JIT sprayingPawan Gupta1-0/+10
2026-07-18slab: recognize @GFP parameter as optional in kernel-docRandy Dunlap1-3/+3
2026-07-04KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping levelSean Christopherson1-1/+6
2026-07-04f2fs: validate orphan inode entry countWenjie Qi1-0/+1
2026-07-04userfaultfd: build __VMA_UFFD_FLAGS from config-gated masksKiryl Shutsemau (Meta)2-2/+41
2026-07-04err.h: use __always_inline on all error pointer helpersArnd Bergmann1-6/+6
2026-07-04block: invalidate cached plug timestamp after task switchUsama Arif1-10/+6
2026-07-04PCI/P2PDMA: Add Intel QAT, DSA, IAA devices to whitelistLukas Wunner1-0/+8
2026-07-04net: skmsg: preserve sg.copy across SG transformsYiming Qian1-4/+11
2026-06-11Merge tag 'net-7.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+2
2026-06-09net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_listDragos Tatulea1-2/+2
2026-06-08Merge tag 'hyperv-fixes-signed-20260607' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+7
2026-06-07Merge tag 'sched-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2026-06-07cfi: Include uaccess.h for get_kernel_nofault()Nathan Chancellor1-0/+1
2026-06-04Merge tag 'trace-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+8
2026-06-04tracing: Fix CFI violation in probestub being called by tprobesEva Kurchatova1-0/+8
2026-06-02Merge tag 'mm-hotfixes-stable-2026-06-01-20-58' of git://git.kernel.org/pub/s...Linus Torvalds2-16/+0
2026-06-02rseq: Fix using an uninitialized stack variable in rseq_exit_user_update()Qing Wang1-2/+3
2026-05-31Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2026-05-30Merge tag 'tty-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+13
2026-05-30Merge tag 'char-misc-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-05-30Merge tag 'clang-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-0/+18
2026-05-29Merge tag 'iommu-fixes-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+11
2026-05-29Merge tag 'hid-for-linus-2026052801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+0
2026-05-29mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma2-16/+0
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-3/+7
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor4-0/+18
2026-05-28dpll: export __dpll_device_change_ntf() for use under dpll_lockIvan Vecera1-0/+1