summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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
2024-10-25KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error codeDavid Stevens
2024-10-25KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIsSean Christopherson
2024-10-25KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages()Sean Christopherson
2024-10-25KVM: Add kvm_release_page_unused() API to put pages that KVM never consumesSean Christopherson
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson
2024-10-25firmware: ti_sci: Introduce Power Management OpsDave Gerlach
2024-10-25firmware: ti_sci: Add system suspend and resume callVibhore Vardhan
2024-10-25Merge tag 'pwm/duty_offset-for-6.13-rc1' of https://git.kernel.org/pub/scm/li...Uwe Kleine-König
2024-10-25cleanup: Add conditional guard helperDavid Lechner
2024-10-25cleanup: Adjust scoped_guard() macros to avoid potential warningPrzemek Kitszel
2024-10-25cleanup: Remove address space of returned pointerUros Bizjak
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-10-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-24of: property: add of_graph_get_next_port_endpoint()Kuninori Morimoto
2024-10-24of: property: add of_graph_get_next_port()Kuninori Morimoto
2024-10-24Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-10-24bpf: Add uptr support in the map_value of the task local storage.Martin KaFai Lau
2024-10-24bpf: Postpone bpf_selem_free() in bpf_selem_unlink_storage_nolock()Martin KaFai Lau
2024-10-24bpf: Add "bool swap_uptrs" arg to bpf_local_storage_update() and bpf_selem_al...Martin KaFai Lau
2024-10-24bpf: Support __uptr type tag in BTFKui-Feng Lee
2024-10-24bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao
2024-10-24ACPI: EC: make EC support compile-time conditionalArnd Bergmann
2024-10-24thermal: core: Add and use cooling device guardRafael J. Wysocki
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih
2024-10-24locking/rt: Remove one __cond_lock() in RT's spin_trylock_irqsave()Sebastian Andrzej Siewior
2024-10-24locking/rt: Add sparse annotation PREEMPT_RT's sleeping locks.Sebastian Andrzej Siewior
2024-10-23PCI: Protect Link Control 2 Register with RMW lockingIlpo Järvinen
2024-10-23cgroup/freezer: Reduce redundant traversal for cgroup_freezeChen Ridong
2024-10-23uprobe: Add support for session consumerJiri Olsa
2024-10-23uprobe: Add data pointer to consumer handlersJiri Olsa
2024-10-23rcu: Delete unused rcu_gp_might_be_stalled() functionPaul E. McKenney
2024-10-23kasan: Fix Software Tag-Based KASAN with GCCMarco Elver
2024-10-23debugfs: add small file operations for most filesJohannes Berg
2024-10-23sysctl: update comments to new registration APIsThomas Weißschuh
2024-10-23regulator: doc: remove documentation comment for regulator_initJerome Brunet
2024-10-23regulator: doc: add missing documentation for init_cbJerome Brunet
2024-10-23net: netdev_tx_sent_queue() small optimizationEric Dumazet
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet
2024-10-23kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig
2024-10-22bpf: Add MEM_WRITE attributeDaniel Borkmann