summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-12uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUSTYury Norov (NVIDIA)1-2/+0
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu1-1/+0
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+6
2025-11-12compiler.h: remove ARCH_SEL()Thomas Weißschuh1-6/+0
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski9-3289/+3464
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo1-0/+7
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo1-0/+2
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo1-0/+1
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo1-0/+11
2025-11-12platform/x86: asus-armoury: add panel_hd_mode attributeLuke D. Jones1-0/+1
2025-11-12platform/x86: asus-armoury: move existing tunings to asus-armoury moduleLuke D. Jones2-41/+53
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik1-6/+7
2025-11-12fs/pipe: stop duplicating union pipe_index declarationRasmus Villemoes1-16/+7
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques1-0/+2
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-3/+2
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong1-2/+0
2025-11-12docs: document iomap writeback's iomap_finish_folio_write() requirementJoanne Koong1-0/+4
2025-11-12fs: add iput_not_last()Mateusz Guzik1-0/+1
2025-11-12power: always freeze efivarfsChristian Brauner1-1/+2
2025-11-12vfs: expose delegation support to userlandJeff Layton1-0/+12
2025-11-12vfs: make vfs_symlink break delegations on parent dirJeff Layton1-1/+1
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-2/+2
2025-11-12vfs: make vfs_create break delegations on parent directoryJeff Layton1-1/+2
2025-11-12vfs: clean up argument list for vfs_create()Jeff Layton1-2/+1
2025-11-12vfs: allow rmdir to wait for delegation break on parentJeff Layton1-1/+2
2025-11-12vfs: allow mkdir to wait for delegation break on parentJeff Layton1-1/+1
2025-11-12filelock: add struct delegated_inodeJeff Layton3-15/+34
2025-11-12filelock: rework the __break_lease API to use flagsJeff Layton1-14/+38
2025-11-12net/mlx5: Expose definition for 1600Gbps link modeTariq Toukan1-0/+1
2025-11-12ethtool: fix incorrect kernel-doc style comment in ethtool.hKriish Sharma1-1/+1
2025-11-12coresight: Change device mode to atomic typeLeo Yan1-14/+11
2025-11-11efi/runtime-wrappers: Keep track of the efi_runtime_lock ownerArd Biesheuvel1-0/+2
2025-11-11efi/memattr: Convert efi_memattr_init() return type to voidBreno Leitao1-1/+1
2025-11-11net: export netdev_get_by_index_lock()David Wei1-0/+1
2025-11-11mlx5: Fix default values in create CQAkiva Goldberger1-0/+1
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh1-6/+0
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh1-2/+9
2025-11-11net/mlx5: E-Switch, support eswitch inactive modeSaeed Mahameed1-0/+1
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra1-6/+9
2025-11-11fs: move inode fields used during fast path lookup closer togetherMateusz Guzik1-3/+2
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner1-2/+2
2025-11-11pid: rely on common reference count behaviorChristian Brauner1-2/+1
2025-11-11ns: add asserts for initial namespace active reference countsChristian Brauner1-0/+4
2025-11-11ns: add asserts for initial namespace reference countsChristian Brauner1-9/+17
2025-11-11ns: make all reference counts on initial namespace a nopChristian Brauner1-3/+22
2025-11-11ns: rename is_initial_namespace()Christian Brauner1-1/+1
2025-11-11ns: make is_initial_namespace() argument constChristian Brauner1-1/+1
2025-11-11nstree: switch to new structuresChristian Brauner4-45/+54
2025-11-11nstree: add helper to operate on struct ns_tree_{node,root}Christian Brauner1-0/+8
2025-11-11nstree: move nstree types into separate headerChristian Brauner2-0/+37