aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-17mm/hugetlb: fix kernel NULL pointer dereference when migrating hugetlb folioMiaohe Lin1-0/+3
2024-07-17mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin2-1/+2
2024-07-17mm/gup: clear the LRU flag of a page before adding to LRU batchyangge1-12/+31
2024-07-17mm/numa_balancing: teach mpol_to_str about the balancing modeTvrtko Ursulin1-4/+14
2024-07-17mm: memcg1: convert charge move flags to unsigned long longRoman Gushchin1-2/+2
2024-07-17alloc_tag: fix page_ext_get/page_ext_put sequence during page splittingSuren Baghdasaryan1-2/+3
2024-07-17lib: reuse page_ext_data() to obtain codetag_refSuren Baghdasaryan1-1/+1
2024-07-17lib: add missing newline character in the warning messageSuren Baghdasaryan1-1/+1
2024-07-17mm/mglru: fix overshooting shrinker memoryYu Zhao1-2/+8
2024-07-17mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao1-1/+0
2024-07-17mm/kmemleak: replace strncpy() with strscpy()Kees Cook1-3/+3
2024-07-17mm, page_alloc: put should_fail_alloc_page() back behing CONFIG_FAIL_PAGE_ALLOCVlastimil Babka4-11/+7
2024-07-17mm, slab: put should_failslab() back behind CONFIG_SHOULD_FAILSLABVlastimil Babka4-17/+12
2024-07-17mm: ignore data-race in __swap_writepagePei Li1-1/+6
2024-07-17hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address ...Donet Tom1-5/+6
2024-07-17Merge tag 'media/v6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds405-10210/+21983
2024-07-17Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds97-1301/+2751
2024-07-17Merge tag 'for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pat...Linus Torvalds1-0/+1
2024-07-17Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds58-1864/+2728
2024-07-17Merge tag 'backlight-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-64/+550
2024-07-17Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds143-1182/+6718
2024-07-17Merge tag 'for-linus-2024071601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds114-1579/+6443
2024-07-17Merge tag 'for-linus-6.11-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds4-9/+11
2024-07-17Merge tag 'platform-drivers-x86-v6.11-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds63-524/+2301
2024-07-17drm/xe/xe2: Do not run xe_bo_test for xe2+ dgfxAkshata Jahagirdar1-0/+6
2024-07-17drm/xe/migrate: Add kunit to test migration functionality for BMGAkshata Jahagirdar1-1/+119
2024-07-17drm/xe/xe_migrate: Handle migration logic for xe2+ dgfxAkshata Jahagirdar1-8/+11
2024-07-17drm/xe/xe2: Introduce identity map for compressed pat for vramAkshata Jahagirdar2-24/+66
2024-07-17drm/xe/migrate: Add helper function to program identity mapAkshata Jahagirdar1-40/+48
2024-07-17drm/xe/migrate: Add kunit to test clear functionalityAkshata Jahagirdar1-0/+276
2024-07-17drm/xe/migrate: Handle clear ccs logic for xe2 dgfxAkshata Jahagirdar1-3/+8
2024-07-18Merge tag 'amd-drm-next-6.11-2024-07-12' of https://gitlab.freedesktop.org/ag...Dave Airlie40-134/+1039
2024-07-17drm/amd/display: fix corruption with high refresh rates on DCN 3.0Alex Deucher2-12/+13
2024-07-17ipvs: properly dereference pe in ip_vs_add_serviceChen Hanxiao1-5/+5
2024-07-17selftests/bpf: Test sockmap redirect for AF_UNIX MSG_OOBMichal Luczaj1-3/+33
2024-07-17selftests/bpf: Parametrize AF_UNIX redir functions to accept send() flagsMichal Luczaj1-22/+26
2024-07-17selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj1-2/+1
2024-07-17efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma1-0/+2
2024-07-17af_unix: Disable MSG_OOB handling for sockets in sockmap/sockhashMichal Luczaj2-1/+43
2024-07-17bpftool: Fix typo in usage helpDonald Hunter1-1/+1
2024-07-17libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko3-7/+9
2024-07-17Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds14-225/+230
2024-07-17Merge tag 'zonefs-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark3-2/+7
2024-07-17tools/latency: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio1-1/+2
2024-07-17tools/rtla: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio1-1/+2
2024-07-17tools/verification: Use pkg-config in lib_setup of Makefile.configGuilherme Amadio1-1/+2
2024-07-17tools: Make pkg-config dependency checks usable by other toolsGuilherme Amadio2-8/+21
2024-07-17perf build: Warn if libtracefs is not foundGuilherme Amadio1-0/+2
2024-07-17Merge tag 'fs_for_v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-59/+63