summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-10-29rtnetlink: Make per-netns RTNL dereference helpers to macro.Kuniyuki Iwashima
2024-10-29posix-timers: Add proper state trackingThomas Gleixner
2024-10-29posix-timers: Rename k_itimer:: It_requeue_pendingThomas Gleixner
2024-10-29signal: Allow POSIX timer signals to be droppedThomas Gleixner
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner
2024-10-29signal: Confine POSIX_TIMERS properlyThomas Gleixner
2024-10-29mm, slab: add kerneldocs for common SLAB_ flagsVlastimil Babka
2024-10-29iommu: Introduce iommu_paging_domain_alloc_flags()Jason Gunthorpe
2024-10-29iommu: Remove iommu_domain_alloc()Lu Baolu
2024-10-29iommu: Remove useless flush from iommu_create_device_direct_mappings()Jason Gunthorpe
2024-10-29dma-mapping: drop unneeded includes from dma-mapping.hChristoph Hellwig
2024-10-29dma-mapping: remove an outdated comment from dma-map-ops.hSui Jingfeng
2024-10-29cpufreq: add virtual-cpufreq driverDavid Dai
2024-10-28fork: only invoke khugepaged, ksm hooks if no errorLorenzo Stoakes
2024-10-28fork: do not invoke uffd on fork if error occursLorenzo Stoakes
2024-10-29usb: storage: fix wrong comments for struct bulk_cb_wrapDingyan Li
2024-10-28Merge branch 'cxl/for-6.12/printf' into cxl-for-nextDave Jiang
2024-10-28tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-10-28printf: Add print format (%pra) for struct rangeIra Weiny
2024-10-28iio: acpi: Add iio_get_acpi_device_name_and_data() helper functionAndy Shevchenko
2024-10-28perf/marvell: Marvell PEM performance monitor supportGowthami Thiagarajan
2024-10-28perf/arm_pmuv3: Add PMUv3.9 per counter EL0 access controlRob Herring (Arm)
2024-10-28kernel/range: Const-ify range_contains parametersIra Weiny
2024-10-28mm/gup: Add folio_add_pins()Steve Sistare
2024-10-28tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirsAndré Almeida
2024-10-28libfs: Export generic_ci_ dentry functionsAndré Almeida
2024-10-28unicode: Recreate utf8_parse_version()André Almeida
2024-10-28unicode: Export latest available UTF-8 version numberAndré Almeida
2024-10-28libfs: Create the helper function generic_ci_validate_strict_name()André Almeida
2024-10-28fs/writeback: convert wbc_account_cgroup_owner to take a folioPankaj Raghav
2024-10-27posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on cloneBenjamin Segall
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams
2024-10-25Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda
2024-10-25timekeeping: Reorder struct timekeeperThomas Gleixner
2024-10-25KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"Sean Christopherson
2024-10-25KVM: Drop APIs that manipulate "struct page" via pfnsSean Christopherson
2024-10-25KVM: Drop gfn_to_pfn() APIs now that all users are goneSean Christopherson
2024-10-25KVM: Add support for read-only usage of gfn_to_page()Sean Christopherson
2024-10-25KVM: Move x86's API to release a faultin page to common KVMSean Christopherson
2024-10-25KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson
2024-10-25KVM: Add kvm_faultin_pfn() to specifically service guest page faultsSean Christopherson
2024-10-25KVM: Move declarations of memslot accessors up in kvm_host.hSean Christopherson
2024-10-25KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson
2024-10-25KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()Sean Christopherson
2024-10-25KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()David Stevens
2024-10-25KVM: Use NULL for struct page pointer to indicate mremapped memorySean Christopherson
2024-10-25KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson