summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-10f2fs: only fragment segment in the same sectionSheng Yong
2024-07-10f2fs: fix to update user block counts in block_operations()Chao Yu
2024-07-10f2fs: remove unreachable lazytime mount option parsingEric Sandeen
2024-07-10f2fs: fix null reference error when checking end of zoneDaejun Park
2024-07-10bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif
2024-07-10regmap: Implement regmap_multi_reg_read()Mark Brown
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-10PCI: vmd: Create domain symlink before pci_bus_add_devices()Jiwei Sun
2024-07-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-07-10riscv: Remove unnecessary int cast in variable_fls()Thorsten Blum
2024-07-10radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang
2024-07-10clk: sophgo: Avoid -Wsometimes-uninitialized in sg2042_clk_pll_set_rate()Nathan Chancellor
2024-07-10clk/sophgo: Using BUG() instead of unreachable() in mmux_get_parent_id()Li Qiang
2024-07-10drm/amd: Add power_saving_policy drm property to eDP connectorsMario Limonciello
2024-07-10drm: Introduce 'power saving policy' drm propertyMario Limonciello
2024-07-10i2c: rcar: clear NO_RXDMA flag after resettingWolfram Sang
2024-07-10smp: Add missing destroy_work_on_stack() call in smp_call_on_cpu()Zqiang
2024-07-10riscv: Improve sbi_ecall() code generation by reordering argumentsAlexandre Ghiti
2024-07-10riscv: Add tracepoints for SBI calls and returnsSamuel Holland
2024-07-10Merge tag 'sunxi-dt-for-6.11-2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann
2024-07-10Merge tag 'sunxi-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2024-07-10riscv: Optimize crc32 with Zbc extensionXiao Wang
2024-07-10drm/amdgpu: reject gang submit on reserved VMIDsChristian König
2024-07-10clk: mxs: Use clamp() in clk_ref_round_rate() and clk_ref_set_rate()Thorsten Blum
2024-07-10clk: sunxi-ng r40: Constify struct regmap_configJavier Carrasco
2024-07-10Merge branch 'BPF selftests misc fixes'Martin KaFai Lau
2024-07-10selftests/bpf: Close obj in error path in xdp_adjust_tailGeliang Tang
2024-07-10selftests/bpf: Null checks for links in bpf_tcp_caGeliang Tang
2024-07-10mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==NBarry Song
2024-07-10mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song
2024-07-10mm/page_alloc: remove prefetchw() on freeing page to buddy systemWei Yang
2024-07-10kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init sectionWei Yang
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