summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2022-04-282-2/+6
* mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin2022-04-281-5/+4
* mm/memory-failure.c: minor cleanup for HWPoisonHandlableMiaohe Lin2022-04-281-5/+3
* Revert "mm/memory-failure.c: fix race with changing page compound again"Naoya Horiguchi2022-04-283-13/+0
* mm/hwpoison: put page in already hwpoisoned case with MF_COUNT_INCREASEDNaoya Horiguchi2022-04-281-0/+2
* mm/memory-failure.c: remove unnecessary (void*) conversionsliqiong2022-04-281-2/+2
* mm: wrap __find_buddy_pfn() with a necessary buddy page validationZi Yan2022-04-283-77/+101
* mm: page_alloc: simplify pageblock migratetype check in __free_one_page()Zi Yan2022-04-281-29/+17
* mm/page_alloc: adding same penalty is enough to get round-robin orderWei Yang2022-04-281-6/+3
* Documentation/sysctl: document page_lock_unfairnessJoel Savitz2022-04-281-0/+9
* vmap(): don't allow invalid pagesYury Norov2022-04-281-0/+3
* mm/vmalloc: fix a commentYixuan Cao2022-04-281-1/+1
* mm/memcontrol.c: remove unused private flag of memory.oom_controlLu Jialin2022-04-281-4/+0
* mm/memcontrol.c: make cgroup_memory_noswap staticLu Jialin2022-04-282-5/+1
* MAINTAINERS: add corresponding kselftests to memcg entryRoman Gushchin2022-04-281-0/+2
* MAINTAINERS: add corresponding kselftests to cgroup entryRoman Gushchin2022-04-281-0/+1
* kselftests: memcg: speed up the memory.high testRoman Gushchin2022-04-281-1/+1
* kselftests: memcg: update the oom group leaf events testRoman Gushchin2022-04-281-2/+3
* mm/memcg: non-hierarchical mode is deprecatedWei Yang2022-04-281-3/+0
* mm/memcg: move generation assignment and comparison togetherWei Yang2022-04-281-3/+7
* mm/memcg: set pos explicitly for reclaim and !reclaimWei Yang2022-04-281-3/+2
* mm/memcg: set memcg after css verified and got referenceWei Yang2022-04-281-8/+3
* mm/memcg: mz already removed from rb_tree if not NULLWei Yang2022-04-281-1/+0
* mm/memcg: remove unneeded nr_scannedMiaohe Lin2022-04-281-4/+1
* mm: shmem: make shmem_init return voidMiaohe Lin2022-04-282-7/+4
* mm: rework calculation of bdi_min_ratio in bdi_set_min_ratioChen Wandun2022-04-281-5/+12
* tools/vm/page_owner_sort.c: avoid repeated judgmentsYixuan Cao2022-04-281-4/+2
* tools/vm/page_owner_sort.c: provide allocator labelling and update --cull and...Yixuan Cao2022-04-282-16/+99
* tools/vm/page_owner: support debug log to avoid huge log printHaowen Bai2022-04-281-8/+20
* tools/vm/page_owner_sort.c: support sorting blocks by multiple keysJiajian Ye2022-04-282-23/+165
* tools/vm/page_owner_sort.c: support for multi-value selection in single argumentJiajian Ye2022-04-282-26/+72
* tools/vm/page_owner_sort.c: use fprintf() to send error messages to stderrJiajian Ye2022-04-281-14/+16
* Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-2814-155/+195
|\
| * Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie2022-04-2910-140/+165
| |\
| | * drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspendPrike Liang2022-04-271-0/+10
| | * drm/amd/pm: fix the deadlock issue observed on SIEvan Quan2022-04-274-55/+39
| | * drm/amd/display: Fix memory leak in dcn21_clock_source_createMiaoqian Lin2022-04-271-0/+1
| | * drm/amdgpu: don't runtime suspend if there are displays attached (v3)Alex Deucher2022-04-271-35/+70
| | * drm/amdkfd: CRIU add support for GWS queuesDavid Yat Sin2022-04-272-4/+8
| | * drm/amdkfd: Fix GWS queue countDavid Yat Sin2022-04-271-46/+37
| * | Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-04-293-12/+30
| |\ \
| | * | drm/i915/fbc: Consult hw.crtc instead of uapi.crtcVille Syrjälä2022-04-261-1/+1
| | * | drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addressesImre Deak2022-04-261-1/+1
| | * | drm/i915: Check EDID for HDR static metadata when choosing blcJouni Högander2022-04-251-8/+26
| | * | drm/i915: Fix DISP_POS_Y and DISP_HEIGHT definesHans de Goede2022-04-251-2/+2
| * | | Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-291-3/+0
| |\ \ \ | | |/ / | |/| |
| | * | drm/sun4i: Remove obsolete references to PHYS_OFFSETSamuel Holland2022-04-261-3/+0
* | | | Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-2870-414/+598
|\ \ \ \
| * | | | tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang2022-04-281-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-04-283-30/+45
| |\ \ \ \