summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-02-22crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACKHerbert Xu1-6/+13
2025-02-22dt-bindings: reset: Add SCMI reset IDs for RK3588Nicolas Frattaroli1-1/+40
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves1-2/+13
2025-02-22hyperv: Convert hypercall statuses to linux error codesNuno Das Neves1-0/+1
2025-02-22usb: Add base USB MCTP definitionsJeremy Kerr2-0/+31
2025-02-22net: fib_rules: Add DSCP mask attributeIdo Schimmel1-0/+1
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-0/+1
2025-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski9-5/+79
2025-02-22PCI/ERR: Handle TLP Log in Flit modeIlpo Järvinen3-9/+21
2025-02-22PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-0/+1
2025-02-22rtnetlink: Remove "net" from newlink paramsXiao Liang1-2/+0
2025-02-22net: ip_tunnel: Use link netns in newlink() of rtnl_link_opsXiao Liang1-2/+3
2025-02-22net: Use link/peer netns in newlink() of rtnl_link_opsXiao Liang1-0/+17
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang2-6/+25
2025-02-22afs: Give an afs_server object a ref on the afs_cell object it points toDavid Howells1-0/+2
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds2-7/+35
2025-02-21Merge tag 'io_uring-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-02-21dt-bindings: clock: add clock definitions for Ralink SoCsSergio Paracuellos1-0/+130
2025-02-21coresight: core: Add provision for panic callbacksLinu Cherian1-0/+12
2025-02-21iommu: Turn fault_data to iommufd private pointerNicolin Chen1-2/+4
2025-02-21iommu: Make iommu_dma_prepare_msi() into a generic operationJason Gunthorpe1-14/+30
2025-02-21genirq/msi: Refactor iommu_dma_compose_msi_msg()Jason Gunthorpe2-6/+28
2025-02-21genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookieJason Gunthorpe1-21/+12
2025-02-21Merge tag 'v6.14-rc3' into x86/mm, to pick up fixes before merging new changesIngo Molnar34-64/+258
2025-02-21perf/core: Move perf_event sysctls into kernel/eventsJoel Granados1-9/+0
2025-02-21Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar36-66/+262
2025-02-21mm/filemap: fix miscalculated file range for filemap_fdatawrite_range_kick()Jingbo Xu1-2/+2
2025-02-21pps: generators: replace copy of pps-gen info struct with const pointerSubramanian Mohan1-2/+2
2025-02-21USB: core: Add eUSB2 descriptor and parsing in USB coreKannappan R2-3/+20
2025-02-21media: tuners: Constify struct tunertype, tuner_range and tuner_paramsChristophe JAILLET1-3/+3
2025-02-21media: uapi: rkisp1-config: Fix typo in extensible params exampleNiklas Söderlund1-1/+1
2025-02-21sysv: Remove the filesystemJan Kara1-214/+0
2025-02-21vfs: inline new_inode_pseudo() and de-staticize alloc_inode()Mateusz Guzik1-1/+5
2025-02-21vfs: inline getname()Mateusz Guzik1-1/+4
2025-02-21ioctl: Fix return type of several functions from long to intYuichiro Tsuji1-1/+1
2025-02-21open: Fix return type of several functions from long to intYuichiro Tsuji2-5/+5
2025-02-21fs: avoid mmap sem relocks when coredumping with many missing pagesMateusz Guzik1-1/+1
2025-02-21vfs: use the new debug macros in inode_set_cached_link()Mateusz Guzik1-0/+2
2025-02-21vfs: add initial support for CONFIG_DEBUG_VFSMateusz Guzik2-0/+46
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh4-41/+9
2025-02-21vdso: Remove remnants of architecture-specific random state storageThomas Weißschuh2-6/+0
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh1-0/+25
2025-02-21vdso: Add generic random data storageThomas Weißschuh2-0/+22
2025-02-21vdso: Add generic time data storageThomas Weißschuh4-8/+60
2025-02-21vdso: Introduce vdso/align.hThomas Weißschuh2-9/+16
2025-02-21gpio: regmap: Allow ngpio to be read from the propertyAndy Shevchenko1-1/+1
2025-02-21gpio: regmap: Group optional assignments together for better understandingAndy Shevchenko1-1/+1
2025-02-21xfrm: check for PMTU in tunnel mode for packet offloadLeon Romanovsky1-0/+9
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky1-2/+1
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky1-1/+10