summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-06-13block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)1-2/+5
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)1-1/+1
2025-06-13padata: Fix pd UAF once and for allHerbert Xu1-3/+0
2025-06-13dma-fence: Add safe access helpers and document the rulesTvrtko Ursulin1-9/+22
2025-06-13sched/smp: Use the SMP version of sched_exec()Ingo Molnar1-4/+0
2025-06-13sched/smp: Always define is_percpu_thread() and scheduler_ipi()Ingo Molnar1-8/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar6-93/+2
2025-06-13sched/smp: Always define sched_domains_mutex_lock()/unlock(), def_root_domain...Ingo Molnar1-5/+0
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-2/+4
2025-06-13net: phy: simplify phy_get_internal_delay()Russell King (Oracle)1-2/+2
2025-06-13net: phy: move definition of genphy_c45_driver to phy_device.cHeiner Kallweit1-3/+0
2025-06-13net: phy: assign default match function for non-PHY MDIO devicesHeiner Kallweit1-1/+0
2025-06-13net: ethtool: add dedicated callbacks for getting and setting rxfh fieldsJakub Kicinski1-0/+20
2025-06-13net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski1-0/+3
2025-06-13bpf: include backedges in peak_states statEduard Zingerman1-0/+2
2025-06-13bpf: remove {update,get}_loop_entry functionsEduard Zingerman1-15/+0
2025-06-13bpf: propagate read/precision marks over state graph backedgesEduard Zingerman1-0/+38
2025-06-13bpf: compute SCCs in program control flow graphEduard Zingerman1-0/+5
2025-06-13Revert "bpf: use common instruction history across all states"Eduard Zingerman1-11/+8
2025-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-117/+378
2025-06-12scatterlist: fix extraneous '@'-sign kernel-doc notationRandy Dunlap1-2/+2
2025-06-12eth: Update rmon hist rangeMohsin Bashir1-1/+1
2025-06-12make securityfs_remove() remove the entire subtreeAl Viro1-1/+2
2025-06-11KEYS: Invert FINAL_PUT bitHerbert Xu1-1/+1
2025-06-11kill simple_dentry_operationsAl Viro1-1/+0
2025-06-11make d_set_d_op() staticAl Viro1-1/+0
2025-06-11set_default_d_op(): calculate the matching value for ->d_flagsAl Viro1-0/+1
2025-06-11fs: add missing values to TRACE_IOCB_STRINGSChristoph Hellwig1-1/+3
2025-06-11mntns: use stable inode number for initial mount nsChristian Brauner1-0/+1
2025-06-11netns: use stable inode number for initial mount nsChristian Brauner1-0/+1
2025-06-11nsfs: move root inode number to uapiChristian Brauner1-6/+7
2025-06-11Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)1-7/+1
2025-06-11x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)1-5/+0
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann332-2928/+6985
2025-06-11crypto: ahash - Add support for drivers with no fallbackHerbert Xu1-0/+3
2025-06-11new helper: set_default_d_op()Al Viro2-1/+3
2025-06-11new helper: d_splice_alias_ops()Al Viro1-0/+3
2025-06-11procfs: kill ->proc_dopsAl Viro1-0/+2
2025-06-11Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-3/+3
2025-06-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis1-4/+3
2025-06-10filelock: add new locks_wake_up_waiter() helperJeff Layton1-1/+6
2025-06-10gpiolib: Move GPIO_DYNAMIC_* constants to its only userAndy Shevchenko1-13/+0
2025-06-10gpio: Remove unused 'struct gpio' definitionAndy Shevchenko1-12/+0
2025-06-10gpiolib: Remove unused devm_gpio_request()Andy Shevchenko1-8/+0
2025-06-10can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()Vincent Mailhol1-1/+1
2025-06-10can: bittiming: rename CAN_CTRLMODE_TDC_MASK into CAN_CTRLMODE_FD_TDC_MASKVincent Mailhol2-2/+2
2025-06-10bpf: Fall back to nospec for Spectre v1Luis Gerhorst1-0/+1
2025-06-10bpf: Rename sanitize_stack_spill to nospec_resultLuis Gerhorst1-1/+1
2025-06-10bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst1-1/+1
2025-06-10bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst1-2/+9