summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-06-17netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao1-1/+0
2025-06-17netpoll: expose netpoll logging macros in public headerBreno Leitao1-0/+7
2025-06-17netpoll: remove __netpoll_cleanup from exported APIBreno Leitao1-1/+0
2025-06-17audit,module: restore audit logging in load failure caseRichard Guy Briggs1-5/+4
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan1-2/+2
2025-06-16misc: rp1: RaspberryPi RP1 misc driverAndrea della Porta1-0/+3
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-12/+1
2025-06-16workqueue: Basic memory allocation profiling supportKent Overstreet1-4/+8
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2025-06-16coredump: rename do_coredump() to vfs_coredump()Christian Brauner1-2/+2
2025-06-16fs: move name_contains_dotdot() to headerChristian Brauner1-0/+16
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown1-4/+4
2025-06-16firmware: cs_dsp: Remove unused struct list_head from cs_dsp_coeff_ctlRichard Fitzgerald1-2/+0
2025-06-16fbdev/pxafb: Unexport symbolThomas Zimmermann1-1/+0
2025-06-15phy: use per-PHY lockdep keysDmitry Baryshkov1-0/+2
2025-06-15phy: exynos-mipi-video: introduce support for exynos7870Kaustabh Chakraborty1-0/+5
2025-06-15firewire: ohci: use workqueue to handle events of AT request/response contextsTakashi Sakamoto1-2/+9
2025-06-15firewire: core: allocate workqueue for AR/AT request/response contextsTakashi Sakamoto1-0/+1
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng1-1/+1
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds2-3/+6
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+6
2025-06-14phy: exynos5-usbdrd: Add support for the Exynos990 usbdrd phyIgor Belwon1-0/+3
2025-06-14dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski1-0/+8
2025-06-14net: phy: improve rgmii_clock() documentationRussell King (Oracle)1-2/+4
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+3
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+3
2025-06-13smp: Fix typo in comment for raw_smp_processor_id()Viresh Kumar1-1/+1
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