summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-26block: model freeze & enter queue as lock for supporting lockdepMing Lei1-0/+6
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei1-0/+2
2024-10-26cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams1-0/+3
2024-10-25Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda1-1/+1
2024-10-25timekeeping: Reorder struct timekeeperThomas Gleixner1-41/+65
2024-10-25KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"Sean Christopherson1-3/+0
2024-10-25KVM: Drop APIs that manipulate "struct page" via pfnsSean Christopherson1-5/+0
2024-10-25KVM: Drop gfn_to_pfn() APIs now that all users are goneSean Christopherson1-8/+0
2024-10-25KVM: Add support for read-only usage of gfn_to_page()Sean Christopherson1-1/+6
2024-10-25KVM: Move x86's API to release a faultin page to common KVMSean Christopherson1-0/+26
2024-10-25KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson1-2/+4
2024-10-25KVM: Add kvm_faultin_pfn() to specifically service guest page faultsSean Christopherson1-0/+12
2024-10-25KVM: Move declarations of memslot accessors up in kvm_host.hSean Christopherson1-4/+4
2024-10-25KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson1-2/+18
2024-10-25KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()Sean Christopherson1-1/+1
2024-10-25KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()David Stevens1-1/+1
2024-10-25KVM: Use NULL for struct page pointer to indicate mremapped memorySean Christopherson1-4/+0
2024-10-25KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson1-1/+1
2024-10-25KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error codeDavid Stevens1-1/+2
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson1-2/+1
2024-10-25KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()Sean Christopherson1-2/+2
2024-10-25KVM: Add kvm_release_page_unused() API to put pages that KVM never consumesSean Christopherson1-0/+9
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson1-7/+0
2024-10-25firmware: ti_sci: Introduce Power Management OpsDave Gerlach1-0/+26
2024-10-25firmware: ti_sci: Add system suspend and resume callVibhore Vardhan1-0/+4
2024-10-25Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/li...Uwe Kleine-König1-1/+59
2024-10-25cleanup: Add conditional guard helperDavid Lechner1-0/+15
2024-10-25cleanup: Adjust scoped_guard() macros to avoid potential warningPrzemek Kitszel1-10/+42