summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-10-30Merge branch 'work.fdtable' into vfs.fileChristian Brauner2-5/+1
2024-10-30fs: port files to file_refChristian Brauner1-5/+5
2024-10-30Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski3-9/+60
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-2/+3
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe1-5/+0
2024-10-29io_uring: add support for fixed wait regionsJens Axboe1-0/+10
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe1-0/+7
2024-10-29io_uring: kill 'imu' from struct io_kiocbJens Axboe1-3/+0
2024-10-29io_uring: clean up cqe trace pointsPavel Begunkov1-0/+5
2024-10-29io_uring/poll: get rid of per-hashtable bucket locksJens Axboe1-1/+0
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe1-5/+1
2024-10-29block: add a bdev_limits helperChristoph Hellwig1-5/+10
2024-10-29regmap: Merge up fixes from v6.12-rc3Mark Brown23-44/+391
2024-10-29platform/x86: wmi: Introduce to_wmi_driver()Armin Wolf1-0/+8
2024-10-29platform/x86: wmi: Replace dev_to_wdev() with to_wmi_device()Armin Wolf1-1/+1
2024-10-29iommu: Restore iommu_flush_iotlb_all()Joerg Roedel1-0/+10
2024-10-29iommu: Fix prototype of iommu_paging_domain_alloc_flags()Joerg Roedel1-1/+1
2024-10-29rtnetlink: Define rtnl_net_trylock().Kuniyuki Iwashima1-0/+6
2024-10-29ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().Kuniyuki Iwashima1-0/+9
2024-10-29rtnetlink: Make per-netns RTNL dereference helpers to macro.Kuniyuki Iwashima1-15/+6
2024-10-29posix-timers: Add proper state trackingThomas Gleixner1-2/+2
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner1-3/+2
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner1-2/+3
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner1-1/+1
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner1-1/+4
2024-10-29mm, slab: add kerneldocs for common SLAB_ flagsVlastimil Babka1-19/+41
2024-10-29iommu: Introduce iommu_paging_domain_alloc_flags()Jason Gunthorpe1-3/+11
2024-10-29iommu: Remove iommu_domain_alloc()Lu Baolu1-6/+0
2024-10-29iommu: Remove useless flush from iommu_create_device_direct_mappings()Jason Gunthorpe1-10/+0
2024-10-29dma-mapping: drop unneeded includes from dma-mapping.hChristoph Hellwig1-4/+0
2024-10-29dma-mapping: remove an outdated comment from dma-map-ops.hSui Jingfeng1-1/+1
2024-10-29cpufreq: add virtual-cpufreq driverDavid Dai1-0/+1
2024-10-29fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes1-6/+4
2024-10-29fork: do not invoke uffd on fork if error occursLorenzo Stoakes1-0/+5
2024-10-29usb: storage: fix wrong comments for struct bulk_cb_wrapDingyan Li1-1/+1
2024-10-29Merge branch 'cxl/for-6.12/printf' into cxl-for-nextDave Jiang1-0/+6
2024-10-29tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle1-0/+4
2024-10-29printf: Add print format (%pra) for struct rangeIra Weiny1-0/+6
2024-10-28iio: acpi: Add iio_get_acpi_device_name_and_data() helper functionAndy Shevchenko1-0/+10
2024-10-28perf/marvell: Marvell PEM performance monitor supportGowthami Thiagarajan1-0/+1
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)1-0/+1
2024-10-28kernel/range: Const-ify range_contains parametersIra Weiny1-1/+2
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare1-0/+1
2024-10-28tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirsAndré Almeida1-3/+3
2024-10-28libfs: Export generic_ci_ dentry functionsAndré Almeida1-0/+4
2024-10-28unicode: Recreate utf8_parse_version()André Almeida1-0/+2
2024-10-28unicode: Export latest available UTF-8 version numberAndré Almeida1-0/+2
2024-10-28libfs: Create the helper function generic_ci_validate_strict_name()André Almeida1-0/+45
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav1-2/+2
2024-10-27posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall1-0/+8