- 8bc2b3d init: make unknown command line param message clearer by Andrew Halaney · 3 years, 2 months ago
- 0858d7d ramfs: fix mount source show for ramfs by yangerkun · 3 years, 2 months ago
- 2d93a58 alpha: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 4b5ef1e microblaze: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 843a1ff powerpc/mm: use core_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 808b645 extable: use is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 3298cbe8 mm: kasan: use is_kernel() helper by Kefeng Wang · 3 years, 2 months ago
- 8f6e42e sections: provide internal __is_kernel() and __is_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
- 0a96c90 x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text() by Kefeng Wang · 3 years, 2 months ago
- b9ad8fe sections: move is_kernel_inittext() into sections.h by Kefeng Wang · 3 years, 2 months ago
- a20deb3 sections: move and rename core_kernel_data() to is_kernel_core_data() by Kefeng Wang · 3 years, 2 months ago
- e7d5c4b kallsyms: fix address-checks for kernel related range by Kefeng Wang · 3 years, 2 months ago
- 1b1ad28 kallsyms: remove arch specific text and data check by Kefeng Wang · 3 years, 2 months ago
- a43e5e3 ELF: simplify STACK_ALLOC macro by Alexey Dobriyan · 3 years, 2 months ago
- 5f501d5 binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE by Kees Cook · 3 years, 2 months ago
- 0ee3e7b checkpatch: get default codespell dictionary path from package location by Peter Ujfalusi · 3 years, 2 months ago
- 70a1165 checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses by Joe Perches · 3 years, 2 months ago
- 3e42146 const_structs.checkpatch: add a few sound ops structs by Rikard Falkeborn · 3 years, 2 months ago
- 723aca2 mm/scatterlist: replace the !preemptible warning in sg_miter_stop() by Thomas Gleixner · 3 years, 2 months ago
- 839b395 lib: uninline simple_strntoull() as well by Alexey Dobriyan · 3 years, 2 months ago
- bfb3ba3 include/linux/string_helpers.h: add linux/string.h for strlen() by Lucas De Marchi · 3 years, 2 months ago
- 0f68d45 lib, stackdepot: add helper to print stack entries into buffer by Imran Khan · 3 years, 2 months ago
- 505be48 lib, stackdepot: add helper to print stack entries by Imran Khan · 3 years, 2 months ago
- 4d4712c lib, stackdepot: check stackdepot handle before accessing slabs by Imran Khan · 3 years, 2 months ago
- 57235b6 MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT by Lukas Bulwahn · 3 years, 2 months ago
- 65e5acb MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER by Lukas Bulwahn · 3 years, 2 months ago
- b39c920 MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER by Lukas Bulwahn · 3 years, 2 months ago
- 46bfa85 MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE by Lukas Bulwahn · 3 years, 2 months ago
- b15be23 MAINTAINERS: add "exec & binfmt" section with myself and Eric by Kees Cook · 3 years, 2 months ago
- 7d60ac0 mailmap: update email address for Colin King by Colin Ian King · 3 years, 2 months ago
- e1edc27 linux/container_of.h: switch to static_assert by Rasmus Villemoes · 3 years, 2 months ago
- e52340d kernel.h: split out instruction pointer accessors by Stephen Rothwell · 3 years, 2 months ago
- b4b8765 include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 98e1385 include/linux/radix-tree.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 1fcbd5d include/linux/sbitmap.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 5f6286a include/linux/delay.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 28b2e8f include/media/media-entity.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- c540f95 include/linux/plist.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- 50b09d6 include/linux/llist.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- cd7187e include/linux/list.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- ec54c28 include/kunit/test.h: replace kernel.h with the necessary inclusions by Andy Shevchenko · 3 years, 2 months ago
- d2a8ebb kernel.h: split out container_of() and typeof_member() macros by Andy Shevchenko · 3 years, 2 months ago
- f5d8061 kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers by Andy Shevchenko · 3 years, 2 months ago
- da4d6b9 proc: allow pid_revalidate() during LOOKUP_RCU by Stephen Brennan · 3 years, 2 months ago
- ce28146 virtio-mem: kdump mode to sanitize /proc/vmcore access by David Hildenbrand · 3 years, 2 months ago
- ffc763d virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug() by David Hildenbrand · 3 years, 2 months ago
- 84e17e6 virtio-mem: factor out hotplug specifics from virtio_mem_probe() into virtio_mem_init_hotplug() by David Hildenbrand · 3 years, 2 months ago
- 94300fc virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug() by David Hildenbrand · 3 years, 2 months ago
- cc5f2704 proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks by David Hildenbrand · 3 years, 2 months ago
- 2c9feea proc/vmcore: let pfn_is_ram() return a bool by David Hildenbrand · 3 years, 2 months ago
- 934fadf x86/xen: print a warning when HVMOP_get_mem_type fails by David Hildenbrand · 3 years, 2 months ago
- d452a48 x86/xen: simplify xen_oldmem_pfn_is_ram() by David Hildenbrand · 3 years, 2 months ago
- 434b90f x86/xen: update xen_oldmem_pfn_is_ram() documentation by David Hildenbrand · 3 years, 2 months ago
- 0658a09 procfs: do not list TID 0 in /proc/<pid>/task by Florian Weimer · 3 years, 2 months ago
- 83c1fd7 mm,hugetlb: remove mlock ulimit for SHM_HUGETLB by zhangyiru · 3 years, 2 months ago
- 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
- 658f9ae mm/damon: remove return value from before_terminate callback by Changbin Du · 3 years, 2 months ago
- 0107865 mm/damon: fix a few spelling mistakes in comments and a pr_debug message by Colin Ian King · 3 years, 2 months ago
- 0f91d13 mm/damon: simplify stop mechanism by Changbin Du · 3 years, 2 months ago
- 0d16cfd Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions by SeongJae Park · 3 years, 2 months ago
- b1eee3c Docs/admin-guide/mm/damon/start: simplify the content by SeongJae Park · 3 years, 2 months ago
- 49ce7de Docs/admin-guide/mm/damon/start: fix a wrong link by SeongJae Park · 3 years, 2 months ago
- 82e3fff Docs/admin-guide/mm/damon/start: fix wrong example commands by SeongJae Park · 3 years, 2 months ago
- b5ca3e8 mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on by Xin Hao · 3 years, 2 months ago
- a460a36 mm/damon: remove unnecessary variable initialization by Xin Hao · 3 years, 2 months ago
- bec976b Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIM by SeongJae Park · 3 years, 2 months ago
- 43b0536 mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM) by SeongJae Park · 3 years, 2 months ago
- 1dc90cc selftests/damon: support watermarks by SeongJae Park · 3 years, 2 months ago
- ae666a6 mm/damon/dbgfs: support watermarks by SeongJae Park · 3 years, 2 months ago
- ee801b7 mm/damon/schemes: activate schemes based on a watermarks mechanism by SeongJae Park · 3 years, 2 months ago
- 5a0d6a0 tools/selftests/damon: update for regions prioritization of schemes by SeongJae Park · 3 years, 2 months ago
- f4a68b4 mm/damon/dbgfs: support prioritization weights by SeongJae Park · 3 years, 2 months ago
- 198f0f4 mm/damon/vaddr,paddr: support pageout prioritization by SeongJae Park · 3 years, 2 months ago
- 38683e0 mm/damon/schemes: prioritize regions within the quotas by SeongJae Park · 3 years, 2 months ago
- a2cb4dd0 mm/damon/selftests: support schemes quotas by SeongJae Park · 3 years, 2 months ago
- d7d0ec8 mm/damon/dbgfs: support quotas of schemes by SeongJae Park · 3 years, 2 months ago
- 1cd2430 mm/damon/schemes: implement time quota by SeongJae Park · 3 years, 2 months ago
- 5058519 mm/damon/schemes: skip already charged targets and regions by SeongJae Park · 3 years, 2 months ago
- 2b8a248 mm/damon/schemes: implement size quota for schemes application speed control by SeongJae Park · 3 years, 2 months ago
- 57223ac mm/damon/paddr: support the pageout scheme by SeongJae Park · 3 years, 2 months ago
- 9210622 mm/damon/dbgfs: remove unnecessary variables by Rongwei Wang · 3 years, 2 months ago
- 199b50f mm/damon/vaddr: constify static mm_walk_ops by Rikard Falkeborn · 3 years, 2 months ago
- c638072 Docs/DAMON: document physical memory monitoring support by SeongJae Park · 3 years, 2 months ago
- c026291a mm/damon/dbgfs: support physical memory monitoring by SeongJae Park · 3 years, 2 months ago
- a28397b mm/damon: implement primitives for physical address space monitoring by SeongJae Park · 3 years, 2 months ago
- 46c3a0a mm/damon/vaddr: separate commonly usable functions by SeongJae Park · 3 years, 2 months ago
- c2fe498 Docs/admin-guide/mm/damon: document 'init_regions' feature by SeongJae Park · 3 years, 2 months ago
- 1c2e11b mm/damon/dbgfs-test: add a unit test case for 'init_regions' by SeongJae Park · 3 years, 2 months ago
- 90bebce mm/damon/dbgfs: allow users to set initial monitoring target regions by SeongJae Park · 3 years, 2 months ago
- 68536f8 Docs/admin-guide/mm/damon: document DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
- 8d5d4c6 selftests/damon: add 'schemes' debugfs tests by SeongJae Park · 3 years, 2 months ago
- 2f0b548 mm/damon/schemes: implement statistics feature by SeongJae Park · 3 years, 2 months ago
- af122dd mm/damon/dbgfs: support DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
- 6dea8ad mm/damon/vaddr: support DAMON-based Operation Schemes by SeongJae Park · 3 years, 2 months ago
- 1f366e4 mm/damon/core: implement DAMON-based Operation Schemes (DAMOS) by SeongJae Park · 3 years, 2 months ago
- fda504f mm/damon/core: account age of target regions by SeongJae Park · 3 years, 2 months ago
- 7ec1992 mm/damon/core: nullify pointer ctx->kdamond with a NULL by Colin Ian King · 3 years, 2 months ago
- 42e4cef mm/damon: needn't hold kdamond_lock to print pid of kdamond by Changbin Du · 3 years, 2 months ago
- 5f7fe2b mm/damon: remove unnecessary do_exit() from kdamond by Changbin Du · 3 years, 2 months ago
- 704571f mm/damon/core: print kdamond start log in debug mode only by SeongJae Park · 3 years, 2 months ago