summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2024-10-26blk-mq: add non_owner variant of start_freeze/unfreeze queue APIsMing Lei-0/+2
2024-10-26Merge branch 'for-v6.13/clk-dt-bindings' into next/clkKrzysztof Kozlowski-0/+453
2024-10-26dt-bindings: clock: samsung: Add Exynos8895 SoCIvaylo Ivanov-0/+453
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams-0/+3
2024-10-25scsi: ufs: core: Simplify ufshcd_err_handling_prepare()Bart Van Assche-2/+0
2024-10-25scsi: ufs: core: Move the ufshcd_mcq_enable_esi() definitionBart Van Assche-1/+1
2024-10-25scsi: ufs: core: Make DMA mask configuration more flexibleBart Van Assche-6/+3
2024-10-25Merge tag 'fuse-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-10-25Merge tag 'fbdev-for-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-94/+0
2024-10-25time: Fix references to _msecs_to_jiffies() handling of valuesMiguel Ojeda-1/+1
2024-10-25timekeeping: Reorder struct timekeeperThomas Gleixner-41/+65
2024-10-25Merge tag 'sound-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+1
2024-10-25KVM: Don't grab reference on VM_MIXEDMAP pfns that have a "struct page"Sean Christopherson-3/+0
2024-10-25KVM: Drop APIs that manipulate "struct page" via pfnsSean Christopherson-5/+0
2024-10-25KVM: Drop gfn_to_pfn() APIs now that all users are goneSean Christopherson-8/+0
2024-10-25KVM: Add support for read-only usage of gfn_to_page()Sean Christopherson-1/+6
2024-10-25KVM: Move x86's API to release a faultin page to common KVMSean Christopherson-0/+26
2024-10-25KVM: guest_memfd: Provide "struct page" as output from kvm_gmem_get_pfn()Sean Christopherson-2/+4
2024-10-25KVM: Add kvm_faultin_pfn() to specifically service guest page faultsSean Christopherson-0/+12
2024-10-25KVM: Move declarations of memslot accessors up in kvm_host.hSean Christopherson-4/+4
2024-10-25KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap()Sean Christopherson-2/+18
2024-10-25KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map()Sean Christopherson-1/+1
2024-10-25KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn()David Stevens-1/+1
2024-10-25KVM: Use NULL for struct page pointer to indicate mremapped memorySean Christopherson-4/+0
2024-10-25KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()Sean Christopherson-1/+1
2024-10-25KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error codeDavid Stevens-1/+2
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson-2/+1
2024-10-25KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()Sean Christopherson-2/+2
2024-10-25KVM: Add kvm_release_page_unused() API to put pages that KVM never consumesSean Christopherson-0/+9
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson-7/+0
2024-10-25drm/sched: warn about drm_sched_job_init()'s partial initPhilipp Stanner-0/+8
2024-10-25firmware: ti_sci: Introduce Power Management OpsDave Gerlach-0/+26
2024-10-25firmware: ti_sci: Add system suspend and resume callVibhore Vardhan-0/+4
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller-19/+68
2024-10-25Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/li...Uwe Kleine-König-9/+185
2024-10-25dt-bindings: clock: r9a08g045-cpg: Add power domain ID for RTCClaudiu Beznea-0/+1
2024-10-25Merge branch 'topic/compress-accel' into for-nextTakashi Iwai-57/+287
2024-10-25ALSA: compress_offload: introduce accel operation modeJaroslav Kysela-2/+108
2024-10-25cleanup: Add conditional guard helperDavid Lechner-0/+15
2024-10-25cleanup: Adjust scoped_guard() macros to avoid potential warningPrzemek Kitszel-10/+42
2024-10-25cleanup: Remove address space of returned pointerUros Bizjak-2/+2
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-50/+121
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-95/+244
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-3/+15
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-14/+28
2024-10-24KVM: arm64: Add support for PSCI v1.2 and v1.3David Woodhouse-1/+3
2024-10-24firmware/psci: Add definitions for PSCI v1.3 specificationDavid Woodhouse-0/+5
2024-10-24fbdev: omapfb: use new of_graph functionsKuninori Morimoto-8/+0
2024-10-24of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto-0/+21
2024-10-24of: property: add of_graph_get_next_port()Kuninori Morimoto-0/+28