summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-06-17serial: 8250: sanitize uart_port::serial_{in,out}() typesJiri Slaby (SUSE)
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes
2025-06-17mm, slab: use frozen pages for large kmallocVlastimil Babka
2025-06-17driver core: Add device_link_test() for testing device link flagsRafael J. Wysocki
2025-06-17PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocationsShradha Gupta
2025-06-16net: phy: remove phy_driver_is_genphy_10gHeiner Kallweit
2025-06-16net: phy: improve phy_driver_is_genphyHeiner Kallweit
2025-06-16net: phy: add flag is_genphy_driven to struct phy_deviceHeiner Kallweit
2025-06-16octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep
2025-06-16netpoll: move netpoll_print_options to netconsoleBreno Leitao
2025-06-16netpoll: relocate netconsole-specific functions to netconsole moduleBreno Leitao
2025-06-16netpoll: expose netpoll logging macros in public headerBreno Leitao
2025-06-16netpoll: remove __netpoll_cleanup from exported APIBreno Leitao
2025-06-16audit,module: restore audit logging in load failure caseRichard Guy Briggs
2025-06-16x86,fs/resctrl: Remove inappropriate references to cacheinfo in the resctrl s...Qinyun Tan
2025-06-16misc: rp1: RaspberryPi RP1 misc driverAndrea della Porta
2025-06-16Merge tag 'x86_urgent_for_6.16-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-06-16workqueue: Basic memory allocation profiling supportKent Overstreet
2025-06-16Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-06-16coredump: rename do_coredump() to vfs_coredump()Christian Brauner
2025-06-16fs: move name_contains_dotdot() to headerChristian Brauner
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown
2025-06-16firmware: cs_dsp: Remove unused struct list_head from cs_dsp_coeff_ctlRichard Fitzgerald
2025-06-16fbdev/pxafb: Unexport symbolThomas Zimmermann
2025-06-15phy: use per-PHY lockdep keysDmitry Baryshkov
2025-06-15phy: exynos-mipi-video: introduce support for exynos7870Kaustabh Chakraborty
2025-06-15firewire: ohci: use workqueue to handle events of AT request/response contextsTakashi Sakamoto
2025-06-15firewire: core: allocate workqueue for AR/AT request/response contextsTakashi Sakamoto
2025-06-14net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)Yajun Deng
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-14phy: exynos5-usbdrd: Add support for the Exynos990 usbdrd phyIgor Belwon
2025-06-13dpll: add phase_offset_monitor_get/set callback opsArkadiusz Kubalewski
2025-06-13net: phy: improve rgmii_clock() documentationRussell King (Oracle)
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki
2025-06-13smp: Fix typo in comment for raw_smp_processor_id()Viresh Kumar
2025-06-13block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)
2025-06-13padata: Fix pd UAF once and for allHerbert Xu
2025-06-13dma-fence: Add safe access helpers and document the rulesTvrtko Ursulin
2025-06-13sched/smp: Use the SMP version of sched_exec()Ingo Molnar
2025-06-13sched/smp: Always define is_percpu_thread() and scheduler_ipi()Ingo Molnar
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar
2025-06-13sched/smp: Always define sched_domains_mutex_lock()/unlock(), def_root_domain...Ingo Molnar
2025-06-12mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes
2025-06-12net: phy: simplify phy_get_internal_delay()Russell King (Oracle)
2025-06-12net: phy: move definition of genphy_c45_driver to phy_device.cHeiner Kallweit
2025-06-12net: phy: assign default match function for non-PHY MDIO devicesHeiner Kallweit