summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
19 hoursdriver core: Add kernel-doc for DEV_FLAG_COUNT enum valueDouglas Anderson
19 hoursmm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)
19 hoursfirmware: exynos-acpm: Drop fake 'const' on handle pointerKrzysztof Kozlowski
19 hoursrandomize_kstack: Maintain kstack_offset per taskRyan Roberts
19 hourslsm: add backing_file LSM hooksPaul Moore
19 hoursfbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann
19 hourstpm: avoid -Wunused-but-set-variableArnd Bergmann
19 hoursmm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park
19 hoursmm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park
19 hoursmm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge
19 hoursmm: prevent droppable mappings from being lockedAnthony Yznaga
19 hoursdevice property: Make modifications of fwnode "flags" thread safeDouglas Anderson
19 hoursdriver core: Don't let a device probe until it's readyDouglas Anderson
19 hoursusb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio
2026-04-22mm/userfaultfd: fix hugetlb fault mutex hash calculationJianhui Zhou
2026-04-22KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson
2026-04-22x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-04-22KVM: SEV: Disallow LAUNCH_FINISH if vCPUs are actively being createdSean Christopherson
2026-04-12Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-10clockevents: Prevent timer interrupt starvationThomas Gleixner
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09Merge tag 'pmdomain-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-04-08x86: shadow stacks: proper error handling for mmap lockLinus Torvalds
2026-04-06Merge tag 'soc-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-05Merge tag 'char-misc-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-05Merge tag 'usb-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley
2026-04-03Merge tag 'gpio-fixes-for-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin
2026-04-01Merge tag 'qcom-drivers-fixes-for-7.0' of ssh://gitolite.kernel.org/pub/scm/l...Krzysztof Kozlowski
2026-04-01firmware: thead: Fix buffer overflow and use standard endian macrosMichal Wilczynski
2026-04-01netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal
2026-04-01lis3lv02d: fix kernel-doc warningsRandy Dunlap
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-03-29Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-29Merge tag 'iio-fixes-for-7.0b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-03-28Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-27mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu
2026-03-27Merge tag 'spi-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-03-27mpage: Provide variant of mpage_writepages() with own optional folio handlerJan Kara
2026-03-27iommu: Do not call drivers for empty gathersJason Gunthorpe
2026-03-26netdevsim: fix build if SKB_EXTENSIONS=nQingfang Deng