summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-06mm/powerpc: define pXd_large() with pXd_leaf()Peter Xu
2024-03-06mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou
2024-03-06mm: memory: fix shift-out-of-bounds in fault_around_bytes_setKefeng Wang
2024-03-06s390: supplement for ptdesc conversionQi Zheng
2024-03-06mm: pgtable: add missing pt_index to struct ptdescQi Zheng
2024-03-06mm: pgtable: correct the wrong comment about ptdesc->__page_flagsQi Zheng
2024-03-06mm: page_alloc: use div64_ul() instead of do_div()Thorsten Blum
2024-03-06mm/mempolicy: use a folio in do_mbind()Matthew Wilcox (Oracle)
2024-03-06mm: make folio_pte_batch available outside of mm/memory.cBarry Song
2024-03-06mm: remove cast from page_to_nid()Matthew Wilcox (Oracle)
2024-03-06mm: constify more page/folio testsMatthew Wilcox (Oracle)
2024-03-06mm: constify testing page/folio flagsMatthew Wilcox (Oracle)
2024-03-06mm: make dump_page() take a const argumentMatthew Wilcox (Oracle)
2024-03-06mm: add __dump_folio()Matthew Wilcox (Oracle)
2024-03-06mm: remove PageYoung and PageIdle definitionsMatthew Wilcox (Oracle)
2024-03-06mm: remove PageWaiters, PageSetWaiters and PageClearWaitersMatthew Wilcox (Oracle)
2024-03-06mm: separate out FOLIO_FLAGS from PAGEFLAGSMatthew Wilcox (Oracle)
2024-03-06hugetlb: parallelize 1G hugetlb initializationGang Li
2024-03-06hugetlb: parallelize 2M hugetlb allocation and initializationGang Li
2024-03-06hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATAGang Li
2024-03-06padata: downgrade padata_do_multithreaded to serial execution for non-SMPGang Li
2024-03-06Author: Gang Li padata: dispatch works onGang Li Subject: padata: dispatch works on
2024-03-06hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_allocGang Li
2024-03-06hugetlb: split hugetlb_hstate_alloc_pagesGang Li
2024-03-06hugetlb: code clean for hugetlb_hstate_alloc_pagesGang Li
2024-03-06drm/amdgpu/pm: Fix the error of pwm1_enable settingMa Jun
2024-03-06drm/amd/display: handle range offsets in VRR rangesAlex Deucher
2024-03-06drm/amd/display: check dc_link before dereferencingMelissa Wen
2024-03-06drm/amd/swsmu: modify the gfx activity scalingLi Ma
2024-03-06drm/amdkfd: make kfd_class constantRicardo B. Marliere
2024-03-06drm/amdgpu: add ring timeout information in devcoredumpSunil Khatri
2024-03-06drm/amdgpu: add dcn3.5.1 supportYifan Zhang
2024-03-06drm/amdkfd: Use SQC when TCP would fail in gfx10.1 context saveLaurent Morichetti
2024-03-06drm/amdkfd: Increase the size of the memory reserved for the TBALaurent Morichetti
2024-03-06drm/amdgpu: disable ring_muxer if mcbp is offPierre-Eric Pelloux-Prayer
2024-03-06drm/amd/pm: disable pp_dpm_dcefclk node for gfx 11.0.3 sriovYang Wang
2024-03-06drm/amdgpu: remove unused codeJesse Zhang
2024-03-06ieee802154: cfg802154: make wpan_phy_class constantRicardo B. Marliere
2024-03-06ieee802154: mcr20a: Remove unused of_gpio.hAndy Shevchenko
2024-03-06ieee802154: at86rf230: Replace of_gpio.h by proper oneAndy Shevchenko
2024-03-06mac802154: fix llsec key resources release in mac802154_llsec_key_delFedor Pchelkin
2024-03-06pinctrl: nomadik: fix dereference of error pointerThéo Lebrun
2024-03-06gpio: nomadik: Back out some managed resourcesLinus Walleij
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-03-06arch: simplify architecture specific page size configurationArnd Bergmann
2024-03-06arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitionsArnd Bergmann
2024-03-06tracing: Limit trace_marker writes to just 4KSteven Rostedt (Google)
2024-03-06tracing: Limit trace_seq size to just 8K and not depend on architecture PAGE_...Steven Rostedt (Google)
2024-03-06tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov