| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/vmstat.c: erase latency in vmstat_shepherd | Jiang Biao | 2021-02-26 | 1 | -0/+2 |
* | mm: vmstat: add some comments on internal storage of byte items | Johannes Weiner | 2021-02-26 | 2 | -0/+18 |
* | mm: vmstat: fix NOHZ wakeups for node stat changes | Johannes Weiner | 2021-02-26 | 1 | -6/+9 |
* | mm: cma: print region name on failure | Patrick Daly | 2021-02-26 | 1 | -2/+2 |
* | mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo | David Hildenbrand | 2021-02-26 | 3 | -2/+20 |
* | mm/cma: expose all pages to the buddy if activation of an area fails | David Hildenbrand | 2021-02-26 | 1 | -22/+21 |
* | mm: cma: allocate cma areas bottom-up | Roman Gushchin | 2021-02-26 | 1 | -0/+17 |
* | mm,shmem,thp: limit shmem THP allocations to requested zones | Rik van Riel | 2021-02-26 | 1 | -1/+5 |
* | mm,thp,shmem: make khugepaged obey tmpfs mount flags | Rik van Riel | 2021-02-26 | 2 | -6/+18 |
* | mm,thp,shm: limit gfp mask to no more than specified | Rik van Riel | 2021-02-26 | 1 | -0/+21 |
* | mm,thp,shmem: limit shmem THP alloc gfp_mask | Rik van Riel | 2021-02-26 | 3 | -6/+10 |
* | mm: remove pagevec_lookup_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 3 | -39/+4 |
* | mm: pass pvec directly to find_get_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 4 | -20/+13 |
* | mm: remove nr_entries parameter from pagevec_lookup_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 3 | -6/+5 |
* | mm: add an 'end' parameter to pagevec_lookup_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 3 | -38/+16 |
* | mm: add an 'end' parameter to find_get_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 4 | -15/+10 |
* | mm: add and use find_lock_entries | Matthew Wilcox (Oracle) | 2021-02-26 | 4 | -97/+78 |
* | iomap: use mapping_seek_hole_data | Matthew Wilcox (Oracle) | 2021-02-26 | 2 | -119/+43 |
* | mm/filemap: add mapping_seek_hole_data | Matthew Wilcox (Oracle) | 2021-02-26 | 3 | -70/+82 |
* | mm/filemap: add helper for finding pages | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -55/+42 |
* | mm/filemap: rename find_get_entry to mapping_get_entry | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -3/+4 |
* | mm: add FGP_ENTRY | Matthew Wilcox (Oracle) | 2021-02-26 | 5 | -41/+13 |
* | mm/swap: optimise get_shadow_from_swap_cache | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -3/+1 |
* | mm/shmem: use pagevec_lookup in shmem_unlock_mapping | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -10/+1 |
* | mm: make pagecache tagged lookups return only head pages | Matthew Wilcox (Oracle) | 2021-02-26 | 1 | -5/+6 |
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2021-02-25 | 65 | -498/+698 |
|\ |
|
| * | initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD | Geert Uytterhoeven | 2021-02-24 | 1 | -1/+0 |
| * | kbuild: remove deprecated 'always' and 'hostprogs-y/m' | Masahiro Yamada | 2021-02-24 | 3 | -16/+0 |
| * | kbuild: parse C= and M= before changing the working directory | Masahiro Yamada | 2021-02-24 | 1 | -30/+31 |
| * | kbuild: reuse this-makefile to define abs_srctree | Masahiro Yamada | 2021-02-24 | 1 | -3/+2 |
| * | kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfig | Masahiro Yamada | 2021-02-24 | 1 | -22/+14 |
| * | kconfig: omit --oldaskconfig option for 'make config' | Masahiro Yamada | 2021-02-24 | 2 | -1/+2 |
| * | kconfig: fix 'invalid option' for help option | Masahiro Yamada | 2021-02-24 | 1 | -2/+2 |
| * | kconfig: remove dead code in conf_askvalue() | Masahiro Yamada | 2021-02-24 | 1 | -15/+1 |
| * | kconfig: clean up nested if-conditionals in check_conf() | Masahiro Yamada | 2021-02-24 | 1 | -26/+29 |
| * | kconfig: Remove duplicate call to sym_get_string_value() | Mickaël Salaün | 2021-02-24 | 1 | -1/+1 |
| * | Makefile: Remove # characters from compiler string | Nathan Chancellor | 2021-02-24 | 1 | -1/+1 |
| * | Makefile: reuse CC_VERSION_TEXT | Nick Desaulniers | 2021-02-24 | 1 | -7/+7 |
| * | kbuild: check the minimum linker version in Kconfig | Masahiro Yamada | 2021-02-22 | 5 | -41/+90 |
| * | kbuild: remove ld-version macro | Masahiro Yamada | 2021-02-22 | 1 | -5/+1 |
| * | scripts: add generic syscallhdr.sh | Masahiro Yamada | 2021-02-22 | 1 | -0/+98 |
| * | scripts: add generic syscalltbl.sh | Masahiro Yamada | 2021-02-22 | 1 | -0/+73 |
| * | arch: syscalls: remove $(srctree)/ prefix from syscall tables | Masahiro Yamada | 2021-02-22 | 12 | -15/+15 |
| * | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work | Masahiro Yamada | 2021-02-22 | 11 | -80/+91 |
| * | gen_compile_commands: prune some directories | Masahiro Yamada | 2021-02-16 | 1 | -2/+10 |
| * | kbuild: simplify access to the kernel's version | Sasha Levin | 2021-02-16 | 6 | -10/+13 |
| * | kbuild: clamp SUBLEVEL to 255 | Sasha Levin | 2021-02-16 | 1 | -3/+9 |
| * | Kconfig: allow explicit opt in to DWARF v5 | Nick Desaulniers | 2021-02-16 | 3 | -0/+27 |
| * | Kbuild: make DWARF version a choice | Nick Desaulniers | 2021-02-16 | 2 | -7/+28 |
| * | vmlinux.lds.h: add DWARF v5 sections | Nick Desaulniers | 2021-02-16 | 1 | -1/+6 |