summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-11-12fs/pipe: stop duplicating union pipe_index declarationRasmus Villemoes-16/+7
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques-0/+2
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong-3/+2
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong-2/+0
2025-11-12docs: document iomap writeback's iomap_finish_folio_write() requirementJoanne Koong-0/+4
2025-11-12fs: add iput_not_last()Mateusz Guzik-0/+1
2025-11-12fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin-1/+1
2025-11-12RDMA/cm: Correct typedef and bad line warningsRandy Dunlap-2/+2
2025-11-12KVM: arm64: VM exit to userspace to handle SEAJiaqi Yan-0/+10
2025-11-12power: always freeze efivarfsChristian Brauner-1/+2
2025-11-12Expose definition for 1600Gbps link modeLeon Romanovsky-0/+1
2025-11-12vfs: expose delegation support to userlandJeff Layton-0/+23
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton-2/+2
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton-1/+2
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton-1/+2
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton-1/+1
2025-11-12filelock: add struct delegated_inodeJeff Layton-15/+34
2025-11-12filelock: rework the __break_lease API to use flagsJeff Layton-14/+38
2025-11-12net/mlx5: Expose definition for 1600Gbps link modeTariq Toukan-0/+1
2025-11-11Merge tag 'for-net-2025-11-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-0/+5
2025-11-11ethtool: fix incorrect kernel-doc style comment in ethtool.hKriish Sharma-1/+1
2025-11-11coresight: Change device mode to atomic typeLeo Yan-14/+11
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers-0/+3
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers-0/+8
2025-11-11lib/crypto: polyval: Add POLYVAL libraryEric Biggers-3/+168
2025-11-11efi/runtime-wrappers: Keep track of the efi_runtime_lock ownerArd Biesheuvel-0/+2
2025-11-11efi/memattr: Convert efi_memattr_init() return type to voidBreno Leitao-1/+1
2025-11-11reset: mpfs: add non-auxiliary bus probingConor Dooley-1/+2
2025-11-11dt-bindings: clock: document 8ULP's SIM LPAVLaurentiu Mihalcea-0/+21
2025-11-11net: export netdev_get_by_index_lock()David Wei-0/+1
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger-0/+1
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz-0/+5
2025-11-11ASoC: cs35l56: Allow restoring factory calibration through ALSA controlRichard Fitzgerald-0/+2
2025-11-11ASoC: cs35l56: Add control to read CAL_SET_STATUSRichard Fitzgerald-0/+9
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh-6/+0
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh-40/+24
2025-11-11net/mlx5: E-Switch, support eswitch inactive modeSaeed Mahameed-0/+1
2025-11-11devlink: Introduce switchdev_inactive eswitch modeSaeed Mahameed-0/+1
2025-11-11Merge tag 'v6.18-rc5' into media-nextMauro Carvalho Chehab-109/+364
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra-6/+9
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu-2/+7
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu-0/+24
2025-11-11fs: move inode fields used during fast path lookup closer togetherMateusz Guzik-3/+2
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing-0/+7
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner-2/+2
2025-11-11pid: rely on common reference count behaviorChristian Brauner-2/+1
2025-11-11ns: add asserts for initial namespace active reference countsChristian Brauner-0/+4
2025-11-11ns: add asserts for initial namespace reference countsChristian Brauner-9/+17