summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev
2025-03-06net: hold netdev instance lock during sysfs operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during rtnetlink operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during nft ndo_setup_tcStanislav Fomichev
2025-03-06net: hold netdev instance lock during ndo_open/ndo_stopStanislav Fomichev
2025-03-06Merge tag 'amd-pstate-v6.15-2025-03-06' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki
2025-03-06mm/migrate: Add migrate_device_pfnsMatthew Brost
2025-03-06fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmwareJason Gunthorpe
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe
2025-03-06fwctl: FWCTL_INFO to return basic information about the deviceJason Gunthorpe
2025-03-06fwctl: Basic ioctl dispatch for the character deviceJason Gunthorpe
2025-03-06fwctl: Add basic structure for a class subsystem with a cdevJason Gunthorpe
2025-03-06tracing: Remove orphaned event_trace_printkHengqi Chen
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds
2025-03-06Merge tag 'ffa-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2025-03-06Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann
2025-03-06Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into ...Arnd Bergmann
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing
2025-03-06dma-buf: drop caching of sg_tablesChristian König
2025-03-06dma-buf: dma-buf: stop mapping sg_tables on attach v2Christian König
2025-03-06dma-buf/dma-fence: remove unnecessary callbacksChristian König
2025-03-06dma-buf: fix incorrect dma-fence documentation v2Christian König
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei
2025-03-06iomap: Support SW-based atomic writesJohn Garry
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner
2025-03-06PCI: dwc: Add Rockchip to the RAS DES allowed vendor listNiklas Cassel
2025-03-06PCI: Add Rockchip Vendor IDShawn Lin
2025-03-06PCI: dwc: Add debugfs based Silicon Debug support for DWCShradha Todi
2025-03-06gpiolib: fix kerneldocBartosz Golaszewski
2025-03-05include/linux/log2.h: mark is_power_of_2() with __always_inlineSu Hui
2025-03-05NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer
2025-03-05mm/hugetlb: wait for hugetlb folios to be freedGe Yang
2025-03-05net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit
2025-03-05net: stmmac: configure SerDes on mac_finishChoong Yong Liang
2025-03-05arch: x86: add IPC mailbox accessor function and add SoC register accessDavid E. Box
2025-03-05ASoC: Merge up fixesMark Brown
2025-03-05fs/pipe: remove buggy and unused 'helper' functionLinus Torvalds
2025-03-05file: add fput and file_ref_put routines optimized for use when closing a fdMateusz Guzik
2025-03-05include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" memberK Prateek Nayak
2025-03-05fs/pipe: Fix pipe_occupancy() with 16-bit indexesLinus Torvalds
2025-03-05treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'Vincent Mailhol