summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-10kernel/fork.c: get totalram_pages from memblock to calculate max_threadsWei Yang
2024-07-10mm: remove CONFIG_MEMCG_KMEMJohannes Weiner
2024-07-10mm: memcg: add cache line padding to mem_cgroup_per_nodeRoman Gushchin
2024-07-10mm: memcg: drop obsolete cache line padding in struct mem_cgroupRoman Gushchin
2024-07-10Docs/mm/damon/index: add links to admin-guide docSeongJae Park
2024-07-10Docs/mm/damon/index: add links to designSeongJae Park
2024-07-10Docs/mm/damon/design: add links to sections of DAMON sysfs interface usage docSeongJae Park
2024-07-10Docs/mm/damon/design: remove 'Programmable Modules' section in favor of 'Modu...SeongJae Park
2024-07-10Docs/mm/damon/design: move 'Configurable Operations Set' section into 'Operat...SeongJae Park
2024-07-10Docs/mm/damon/design: add links from overall architecture to sections of detailsSeongJae Park
2024-07-10Docs/admin-guide/mm/damon/start: add access pattern snapshot exampleSeongJae Park
2024-07-10Docs/mm/damon/design: clarify regions merging operationSeongJae Park
2024-07-10Docs/mm/damon/design: fix two typosSeongJae Park
2024-07-10mm/shmem: fix input and output inconsistenciesBang Li
2024-07-10selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mkEdward Liaw
2024-07-10tools/mm: introduce a tool to assess swap entry allocation for thp_swapoutBarry Song
2024-07-10Merge tag 'vfio-v6.10' of https://github.com/awilliam/linux-vfioLinus Torvalds
2024-07-10Merge branch 'use network helpers, part 8'Martin KaFai Lau
2024-07-10selftests/bpf: Use connect_fd_to_fd in sk_lookupGeliang Tang
2024-07-10selftests/bpf: Use start_server_addr in sk_lookupGeliang Tang
2024-07-10selftests/bpf: Use start_server_str in sk_lookupGeliang Tang
2024-07-10selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang
2024-07-10selftests/bpf: Add ASSERT_OK_FD macroGeliang Tang
2024-07-10selftests/bpf: Add backlog for network_helper_optsGeliang Tang
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-10selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=mAlan Maguire
2024-07-10mailbox: Add support for QTI CPUCP mailbox controllerSibi Sankar
2024-07-10dt-bindings: mailbox: qcom: Add CPUCP mailbox controller bindingsSibi Sankar
2024-07-10dt-bindings: remoteproc: qcom,sa8775p-pas: Document the SA8775p ADSP, CDSP an...Bartosz Golaszewski
2024-07-10mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-07-10mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'Dr. David Alan Gilbert
2024-07-10mailbox: imx: fix TXDB_V2 channel race conditionPeng Fan
2024-07-10mailbox: omap: Fix mailbox interrupt sharingAndrew Davis
2024-07-10mailbox: mtk-cmdq: Dynamically allocate clk_bulk_data structureAngeloGioacchino Del Regno
2024-07-10mailbox: mtk-cmdq: Move and partially refactor clocks probeAngeloGioacchino Del Regno
2024-07-10mailbox: mtk-cmdq: Stop requiring name for GCE clockAngeloGioacchino Del Regno
2024-07-10dt-bindings: mailbox: Add mediatek,gce-props.yamlJason-JH.Lin
2024-07-11bus: sunxi-rsb: Constify struct regmap_busJavier Carrasco
2024-07-10dt-bindings: watchdog: renesas,wdt: Document RZ/G3S supportClaudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Add suspend/resume supportClaudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Rely on the reset driver for doing proper resetClaudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Remove comparison with zeroClaudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Remove reset de-assert from probeClaudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Check return status of pm_runtime_put()Claudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get()Claudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Make the driver depend on PMClaudiu Beznea
2024-07-10watchdog: rzg2l_wdt: Restrict the driver to ARCH_RZG2L and ARCH_R9A09G011Claudiu Beznea
2024-07-10watchdog: imx7ulp_wdt: keep already running watchdog enabledSascha Hauer
2024-07-10watchdog: starfive: Add missing clk_disable_unprepare()Chen Ni
2024-07-10watchdog: Make watchdog_class constThomas Weißschuh