summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-24err.h: move IOMEM_ERR_PTR() to err.hRaag Jadav2-2/+3
2025-02-24gpiolib: sanitize the return value of gpio_chip::set_config()Bartosz Golaszewski1-1/+2
2025-02-24gpiolib: sanitize the return value of gpio_chip::request()Bartosz Golaszewski1-1/+2
2025-02-24Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski23-63/+230
2025-02-24cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar1-0/+3
2025-02-23net/mlx5: Change POOL_NEXT_SIZE define value and make it globalPatrisious Haddad1-0/+2
2025-02-23net/mlx5: Add new health syndrome error and crr bit offsetShahar Shitrit2-0/+2
2025-02-22Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+4
2025-02-22iio: imu: adis: Add DIAG_STAT registerRobert Budai1-0/+3
2025-02-22iio: imu: adis: Add reset to custom opsRobert Budai1-0/+3
2025-02-22iio: imu: adis: Add custom ops structRobert Budai1-7/+21
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu1-1/+1
2025-02-22crypto: hash - Add request chaining APIHerbert Xu1-0/+24
2025-02-22usb: Add base USB MCTP definitionsJeremy Kerr1-0/+30
2025-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-3/+10
2025-02-22PCI/ERR: Handle TLP Log in Flit modeIlpo Järvinen1-2/+10
2025-02-22PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-0/+1
2025-02-22rtnetlink: Pack newlink() params into structXiao Liang1-2/+4
2025-02-21Merge tag 'block-6.14-20250221' of git://git.kernel.dk/linuxLinus Torvalds2-7/+35
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 Molnar17-51/+185
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 Molnar18-52/+186
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 R1-3/+5
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ßschuh1-3/+0
2025-02-21vdso: Add generic time data storageThomas Weißschuh2-0/+11
2025-02-21vdso: Introduce vdso/align.hThomas Weißschuh1-9/+1
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-21net: phy: remove unused feature array declarationsHeiner Kallweit1-3/+0
2025-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov20-53/+191
2025-02-21Merge tag 'tags/ib-mfd-power-v6.15' into psy-nextSebastian Reichel1-0/+1
2025-02-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+2
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-1/+3
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_SW_CB callbackJason Xing1-1/+1
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SCHED_CB callbackJason Xing1-1/+5