summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-03-06PM: EM: Consify two parameters of em_dev_register_perf_domain()Rafael J. Wysocki1-4/+4
2025-03-06mm/migrate: Add migrate_device_pfnsMatthew Brost1-0/+1
2025-03-06fwctl: FWCTL_RPC to execute a Remote Procedure Call to device firmwareJason Gunthorpe1-0/+8
2025-03-06taint: Add TAINT_FWCTLJason Gunthorpe1-1/+2
2025-03-06fwctl: FWCTL_INFO to return basic information about the deviceJason Gunthorpe1-0/+12
2025-03-06fwctl: Basic ioctl dispatch for the character deviceJason Gunthorpe1-0/+46
2025-03-06fwctl: Add basic structure for a class subsystem with a cdevJason Gunthorpe1-0/+69
2025-03-06tracing: Remove orphaned event_trace_printkHengqi Chen1-18/+0
2025-03-06Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-8/+2
2025-03-06fs/pipe: express 'pipe_empty()' in terms of 'pipe_occupancy()'Linus Torvalds1-6/+6
2025-03-06Merge tag 'ffa-updates-6.15' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-2/+20
2025-03-06Merge tag 'smccc-update-6.15' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+40
2025-03-06Merge tag 'asahi-soc-rtkit-6.15' of https://github.com/AsahiLinux/linux into ...Arnd Bergmann1-1/+1
2025-03-06badblocks: use sector_t instead of int to avoid truncation of badblocks lengthZheng Qixing1-4/+4
2025-03-06badblocks: return boolean from badblocks_set() and badblocks_clear()Zheng Qixing1-3/+3
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-0/+2
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei1-4/+0
2025-03-06iomap: Support SW-based atomic writesJohn Garry1-1/+7
2025-03-06iomap: Rename IOMAP_ATOMIC -> IOMAP_ATOMIC_HWJohn Garry1-1/+1
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner1-0/+1
2025-03-06PCI: dwc: Add Rockchip to the RAS DES allowed vendor listNiklas Cassel1-0/+2
2025-03-06PCI: Add Rockchip Vendor IDShawn Lin1-0/+2
2025-03-06PCI: dwc: Add debugfs based Silicon Debug support for DWCShradha Todi1-0/+2
2025-03-06gpiolib: fix kerneldocBartosz Golaszewski1-1/+1
2025-03-06include/linux/log2.h: mark is_power_of_2() with __always_inlineSu Hui1-1/+1
2025-03-06NFS: fix nfs_release_folio() to not deadlock via kcompactd writebackMike Snitzer2-1/+6
2025-03-06mm/hugetlb: wait for hugetlb folios to be freedGe Yang1-0/+5
2025-03-06net: phy: remove remaining PHY package related definitions from phy.hHeiner Kallweit1-38/+0
2025-03-06net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit1-86/+0
2025-03-06net: stmmac: configure SerDes on mac_finishChoong Yong Liang1-0/+4
2025-03-06arch: x86: add IPC mailbox accessor function and add SoC register accessDavid E. Box1-0/+94
2025-03-05ASoC: Merge up fixesMark Brown16-37/+102
2025-03-05fs/pipe: remove buggy and unused 'helper' functionLinus Torvalds1-9/+0
2025-03-05file: add fput and file_ref_put routines optimized for use when closing a fdMateusz Guzik1-0/+34
2025-03-05include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" memberK Prateek Nayak1-0/+1
2025-03-05fs/pipe: Fix pipe_occupancy() with 16-bit indexesLinus Torvalds1-1/+1
2025-03-05treewide: fix typo 'unsigned __init128' -> 'unsigned __int128'Vincent Mailhol1-1/+1
2025-03-05gpio: Hide valid_mask from direct assignmentsMatti Vaittinen1-8/+0
2025-03-05gpio: Add a valid_mask getterMatti Vaittinen1-0/+1
2025-03-05posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko1-1/+5
2025-03-05pidfs: record exit code and cgroupid at exitChristian Brauner1-0/+1
2025-03-05fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folioMatthew Wilcox (Oracle)1-8/+4
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-2/+2
2025-03-05nfs: change mkdir inode_operation to return alternate dentry if needed.NeilBrown1-1/+1
2025-03-05mm/slab: call kmalloc_noprof() unconditionally in kmalloc_array_noprof()Ye Bin1-2/+0
2025-03-05Merge branches 'docs.2025.02.04a', 'lazypreempt.2025.03.04a', 'misc.2025.03.0...Boqun Feng8-36/+213
2025-03-05rcu: Use _full() API to debug synchronize_rcu()Uladzislau Rezki (Sony)1-0/+3
2025-03-05Flush console log from kernel_power_off()Paul E. McKenney1-0/+6
2025-03-05rcu-tasks: Move RCU Tasks self-tests to core_initcall()Paul E. McKenney1-6/+0
2025-03-05ppp: use IFF_NO_QUEUE in virtual interfacesQingfang Deng1-2/+1