summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-07-06ACPI/IORT: Add support to retrieve IORT RMR reserved regionsShameer Kolothum
2022-07-06ACPI/IORT: Provide a generic helper to retrieve reserve regionsShameer Kolothum
2022-07-06ACPI/IORT: Make iort_iommu_msi_get_resv_regions() return voidShameer Kolothum
2022-07-06iommu: Introduce a callback to struct iommu_resv_regionShameer Kolothum
2022-07-06drivers/perf: hisi: add driver for HNS3 PMUGuangbin Huang
2022-07-06drivers/perf: riscv_pmu: Add riscv pmu pm notifierEric Lin
2022-07-06soundwire: peripheral: remove useless ops pointerPierre-Louis Bossart
2022-07-06soundwire: revisit driver bind/unbind and callbacksPierre-Louis Bossart
2022-07-06dmaengine: qcom: fix typo in commentJulia Lawall
2022-07-05context_tracking: Use arch_atomic_read() in __ct_state for KASANPaul E. McKenney
2022-07-05context_tracking: Convert state to atomic_tFrederic Weisbecker
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker
2022-07-05rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker
2022-07-05rcu/context-tracking: Move deferred nocb resched to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker
2022-07-05rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker
2022-07-05rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker
2022-07-05PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEPBjorn Helgaas
2022-07-05ACPI: CPPC: Only probe for _CPC if CPPC v2 is ackedMario Limonciello
2022-07-05ACPI: VIOT: Fix ACS setupEric Auger
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells
2022-07-04dma-mapping: Fix build error unused-valueRen Zhijie
2022-07-04ACPI: Remove the unused find_acpi_cpu_cache_topology()Sudeep Holla
2022-07-04arch_topology: Drop LLC identifier stash from the CPU topologySudeep Holla
2022-07-04cacheinfo: Allow early detection and population of cache attributesSudeep Holla
2022-07-04cacheinfo: Add support to check if last level cache(LLC) is valid or sharedSudeep Holla
2022-07-04firmware: arm_scmi: Add SCMI v3.1 powercap fast channels supportCristian Marussi
2022-07-04firmware: arm_scmi: Add SCMI v3.1 powercap protocol basic supportCristian Marussi
2022-07-04firmware: arm_scmi: Add devm_protocol_acquire helperCristian Marussi
2022-07-04firmware: arm_scmi: Add SCMI v3.1 System Power extensionsCristian Marussi
2022-07-04interconnect: add device managed bulk APIPeng Fan
2022-07-04mfd: bcm2835-pm: Add support for BCM2711Stefan Wahren
2022-07-04net: phy: broadcom: Add support for BCM53128 internal PHYsKurt Kanzenbach
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don
2022-07-03mm/khugepaged: try to free transhuge swapcache when possibleMiaohe Lin
2022-07-03mm: hugetlb: kill set_huge_swap_pte_at()Qi Zheng
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li
2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song
2022-07-03mm: memory_hotplug: enumerate all supported section flagsMuchun Song
2022-07-03mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)
2022-07-03mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)
2022-07-03mm/swap: make __pagevec_lru_add staticMatthew Wilcox (Oracle)
2022-07-03mm: add folios_put()Matthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)
2022-07-03mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...David Hildenbrand
2022-07-03mm/damon/schemes: add 'LRU_DEPRIO' actionSeongJae Park