- 38caa90 mm/openrisc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- 4487dcf mm/nios2: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- daf7bf5 mm/nds32: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- 2558fd7 mm/mips: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- aeb6aef mm/microblaze: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- e1c17f6 mm/m68k: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- b444eed mm/ia64: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- e08157c mm/hexagon: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- a2a9e43 mm/csky: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- 6a1bb02 mm/arm64: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- 79fea6c mm/arm: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- 52e3f8d mm/arc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- c0f6eda mm/alpha: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- ed03d92 mm/gup: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
- bbe8875 mm/hugetlb: make hugetlb migration callback CMA aware by Joonsoo Kim · 4 years, 5 months ago
- 41b4dc1 mm/gup: restrict CMA region by using allocation scope API by Joonsoo Kim · 4 years, 5 months ago
- 8b94e0b mm/page_alloc: remove a wrapper for alloc_migration_target() by Joonsoo Kim · 4 years, 5 months ago
- a097631 mm/mempolicy: use a standard migration target allocation callback by Joonsoo Kim · 4 years, 5 months ago
- 19fc7be mm/migrate: introduce a standard migration target allocation function by Joonsoo Kim · 4 years, 5 months ago
- 9933a0c mm/migrate: clear __GFP_RECLAIM to make the migration callback consistent with regular THP allocations by Joonsoo Kim · 4 years, 5 months ago
- d92bbc2 mm/hugetlb: unify migration callbacks by Joonsoo Kim · 4 years, 5 months ago
- b4b3822 mm/migrate: move migration helper from .h to .c by Joonsoo Kim · 4 years, 5 months ago
- c7073ba mm/page_isolation: prefer the node of the source page by Joonsoo Kim · 4 years, 5 months ago
- ce14489 ipc/shm.c: remove the superfluous break by Liao Pingfang · 4 years, 5 months ago
- 00898e8 ipc: uninline functions by Alexey Dobriyan · 4 years, 5 months ago
- a3ec9f3 scripts/gdb: fix python 3.8 SyntaxWarning by Nick Desaulniers · 4 years, 5 months ago
- fed79d0 kcov: make some symbols static by Wei Yongjun · 4 years, 5 months ago
- 31a1b987 kcov: unconditionally add -fno-stack-protector to compiler options by Marco Elver · 4 years, 5 months ago
- 63037f7 panic: make print_oops_end_marker() static by Yue Hu · 4 years, 5 months ago
- 9d5b134 lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUT by Tiezhu Yang · 4 years, 5 months ago
- 79076e1 kernel/panic.c: make oops_may_print() return bool by Tiezhu Yang · 4 years, 5 months ago
- d713754 rapidio/rio_mport_cdev: use array_size() helper in copy_{from,to}_user() by Gustavo A. R. Silva · 4 years, 5 months ago
- 330d558 drivers/rapidio/rio-scan.c: use struct_size() helper by Gustavo A. R. Silva · 4 years, 5 months ago
- 216ec27 drivers/rapidio/devices/rio_mport_cdev.c: use struct_size() helper by Gustavo A. R. Silva · 4 years, 5 months ago
- 0935288 kdump: append kernel build-id string to VMCOREINFO by Vijay Balakrishna · 4 years, 5 months ago
- 0fd338b exec: move path_noexec() check earlier by Kees Cook · 4 years, 5 months ago
- 633fb6a exec: move S_ISREG() check earlier by Kees Cook · 4 years, 5 months ago
- db19c91 exec: change uselib(2) IS_SREG() failure to EACCES by Kees Cook · 4 years, 5 months ago
- f38c85f coredump: add %f for executable filename by Lepton Wu · 4 years, 5 months ago
- 0776d12 test_kmod: avoid potential double free in trigger_config_run_type() by Tiezhu Yang · 4 years, 5 months ago
- 6f9e148 kmod: remove redundant "be an" in the comment by Tiezhu Yang · 4 years, 5 months ago
- aaa3e7f selftests: kmod: use variable NAME in kmod_test_0001() by Tiezhu Yang · 4 years, 5 months ago
- a089e3f fs/signalfd.c: fix inconsistent return codes for signalfd4 by Helge Deller · 4 years, 5 months ago
- a090a5a fat: fix fat_ra_init() for data clusters == 0 by OGAWA Hirofumi · 4 years, 5 months ago
- 4ecfed6 VFAT/FAT/MSDOS FILESYSTEM: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- e348e65 fatfs: switch write_lock to read_lock in fat_ioctl_get_attributes by Yubo Feng · 4 years, 5 months ago
- 88b2e9b fs/ufs: avoid potential u32 multiplication overflow by Colin Ian King · 4 years, 5 months ago
- a1d0747 nilfs2: use a more common logging style by Joe Perches · 4 years, 5 months ago
- 2987a4c nilfs2: convert __nilfs_msg to integrate the level and format by Joe Perches · 4 years, 5 months ago
- 1b0e318 nilfs2: only call unlock_new_inode() if I_NEW by Eric Biggers · 4 years, 5 months ago
- f666f9f fs/minix: remove expected error message in block_to_path() by Eric Biggers · 4 years, 5 months ago
- 0a12c4a fs/minix: fix block limit check for V1 filesystems by Eric Biggers · 4 years, 5 months ago
- 32ac86e fs/minix: set s_maxbytes correctly by Eric Biggers · 4 years, 5 months ago
- 270ef410 fs/minix: reject too-large maximum file size by Eric Biggers · 4 years, 5 months ago
- facb03d fs/minix: don't allow getting deleted inodes by Eric Biggers · 4 years, 5 months ago
- da27e0a fs/minix: check return value of sb_getblk() by Eric Biggers · 4 years, 5 months ago
- 2fb3244 autofs: fix doubled word by Randy Dunlap · 4 years, 5 months ago
- ef3c005 checkpatch: remove missing switch/case break test by Joe Perches · 4 years, 5 months ago
- 1a3dcf2 checkpatch: add test for repeated words by Joe Perches · 4 years, 5 months ago
- ced69da1 checkpatch: fix CONST_STRUCT when const_structs.checkpatch is missing by Quentin Monnet · 4 years, 5 months ago
- 65b64b3 checkpatch: add --fix option for ASSIGN_IN_IF by Joe Perches · 4 years, 5 months ago
- 5016126 checkpatch: add test for possible misuse of IS_ENABLED() without CONFIG_ by Joe Perches · 4 years, 5 months ago
- 6d51102 lib/test_bits.c: add tests of GENMASK by Rikard Falkeborn · 4 years, 5 months ago
- ef0f268 kstrto*: do not describe simple_strto*() as obsolete/replaced by Kars Mulder · 4 years, 5 months ago
- b642e44 kstrto*: correct documentation references to simple_strto*() by Kars Mulder · 4 years, 5 months ago
- d89775f lib/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- 3adf3ba lib/test_lockup.c: fix return value of test_lockup_init() by Tiezhu Yang · 4 years, 5 months ago
- 63646bc lib/Kconfig.debug: make TEST_LOCKUP depend on module by Tiezhu Yang · 4 years, 5 months ago
- f363317 lib/test_lockup.c: make symbol 'test_works' static by Wei Yongjun · 4 years, 5 months ago
- 403f177 lib/test_bitops: do the full test during module init by Geert Uytterhoeven · 4 years, 5 months ago
- 0a650e4 lib/generic-radix-tree.c: remove unneeded __rcu by Luc Van Oostenryck · 4 years, 5 months ago
- bcb32a1 lib/test_bitmap.c: add test for bitmap_cut() by Stefano Brivio · 4 years, 5 months ago
- 5959f82 lib/bitmap.c: fix bitmap_cut() for partial overlapping case by Stefano Brivio · 4 years, 5 months ago
- 25fd529 sparse: group the defines by functionality by Luc Van Oostenryck · 4 years, 5 months ago
- 9e58c5e include/linux/poison.h: remove obsolete comment by Matthew Wilcox · 4 years, 5 months ago
- 7f317d3 include/: replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
- 3766534 kernel.h: remove duplicate include of asm/div64.h by Arvind Sankar · 4 years, 5 months ago
- 09c6054 ./Makefile: add debug option to enable function aligned on 32 bytes by Feng Tang · 4 years, 5 months ago
- 8043fc1 kernel: add a kernel_wait helper by Christoph Hellwig · 4 years, 5 months ago
- f48ff83 include/linux/xz.h: drop duplicated word by Randy Dunlap · 4 years, 5 months ago
- 121ae8d include/linux/async_tx.h: drop duplicated word in a comment by Randy Dunlap · 4 years, 5 months ago
- cd1a406 include/linux/exportfs.h: drop duplicated word in a comment by Randy Dunlap · 4 years, 5 months ago
- c5f748e include/linux/compiler-clang.h: drop duplicated word in a comment by Randy Dunlap · 4 years, 5 months ago
- bd72866 alpha: fix annotation of io{read,write}{16,32}be() by Luc Van Oostenryck · 4 years, 5 months ago
- fe81417 exec: use force_uaccess_begin during exec and exit by Christoph Hellwig · 4 years, 5 months ago
- 3d13f31 uaccess: add force_uaccess_{begin,end} helpers by Christoph Hellwig · 4 years, 5 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- efbfc62 riscv: include <asm/pgtable.h> in <asm/uaccess.h> by Christoph Hellwig · 4 years, 5 months ago
- 9af0f90a nds32: use uaccess_kernel in show_regs by Christoph Hellwig · 4 years, 5 months ago
- bfe00c5 syscalls: use uaccess_kernel in addr_limit_user_check by Christoph Hellwig · 4 years, 5 months ago
- b956b5a mm/zsmalloc.c: fix duplicated words by Randy Dunlap · 4 years, 5 months ago
- b6aa2c8 mm/zpool.c: delete duplicated word and fix grammar by Randy Dunlap · 4 years, 5 months ago
- 1eba09c mm/vmscan.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
- 5ce1be0 mm/usercopy.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
- 081a06f mm/slab_common.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
- af44c12 mm/shmem.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
- 047b996 mm/page_alloc.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
- c08b342 mm/nommu.c: delete duplicated words by Randy Dunlap · 4 years, 5 months ago
- eaf444d mm/migrate.c: delete duplicated word by Randy Dunlap · 4 years, 5 months ago