Age | Commit message (Expand) | Author |
2021-11-09 | sections: move and rename core_kernel_data() to is_kernel_core_data() | Kefeng Wang |
2021-11-09 | kallsyms: fix address-checks for kernel related range | Kefeng Wang |
2021-11-09 | kallsyms: remove arch specific text and data check | Kefeng Wang |
2021-11-09 | include/linux/string_helpers.h: add linux/string.h for strlen() | Lucas De Marchi |
2021-11-09 | lib, stackdepot: add helper to print stack entries into buffer | Imran Khan |
2021-11-09 | lib, stackdepot: add helper to print stack entries | Imran Khan |
2021-11-09 | linux/container_of.h: switch to static_assert | Rasmus Villemoes |
2021-11-09 | kernel.h: split out instruction pointer accessors | Stephen Rothwell |
2021-11-09 | include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu... | Andy Shevchenko |
2021-11-09 | include/linux/radix-tree.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/linux/sbitmap.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/linux/delay.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/media/media-entity.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/linux/plist.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/linux/llist.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/linux/list.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | include/kunit/test.h: replace kernel.h with the necessary inclusions | Andy Shevchenko |
2021-11-09 | kernel.h: split out container_of() and typeof_member() macros | Andy Shevchenko |
2021-11-09 | kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers | Andy Shevchenko |
2021-11-09 | proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks | David Hildenbrand |
2021-11-09 | mm,hugetlb: remove mlock ulimit for SHM_HUGETLB | zhangyiru |
2021-11-09 | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner |
2021-11-06 | mm/damon: remove return value from before_terminate callback | Changbin Du |
2021-11-06 | mm/damon: simplify stop mechanism | Changbin Du |
2021-11-06 | mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on | Xin Hao |
2021-11-06 | mm/damon/schemes: activate schemes based on a watermarks mechanism | SeongJae Park |
2021-11-06 | mm/damon/vaddr,paddr: support pageout prioritization | SeongJae Park |
2021-11-06 | mm/damon/schemes: prioritize regions within the quotas | SeongJae Park |
2021-11-06 | mm/damon/schemes: implement time quota | SeongJae Park |
2021-11-06 | mm/damon/schemes: skip already charged targets and regions | SeongJae Park |
2021-11-06 | mm/damon/schemes: implement size quota for schemes application speed control | SeongJae Park |
2021-11-06 | mm/damon/paddr: support the pageout scheme | SeongJae Park |
2021-11-06 | mm/damon: implement primitives for physical address space monitoring | SeongJae Park |
2021-11-06 | mm/damon/schemes: implement statistics feature | SeongJae Park |
2021-11-06 | mm/damon/vaddr: support DAMON-based Operation Schemes | SeongJae Park |
2021-11-06 | mm/damon/core: implement DAMON-based Operation Schemes (DAMOS) | SeongJae Park |
2021-11-06 | mm/damon/core: account age of target regions | SeongJae Park |
2021-11-06 | include/linux/damon.h: fix kernel-doc comments for 'damon_callback' | SeongJae Park |
2021-11-06 | kfence: always use static branches to guard kfence_alloc() | Marco Elver |
2021-11-06 | stacktrace: move filter_irq_stacks() to kernel/stacktrace.c | Marco Elver |
2021-11-06 | include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h | Mianhan Liu |
2021-11-06 | mm: remove HARDENED_USERCOPY_FALLBACK | Stephen Kitt |
2021-11-06 | mm/highmem: remove deprecated kmap_atomic | Ira Weiny |
2021-11-06 | memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED | David Hildenbrand |
2021-11-06 | memblock: allow to specify flags with memblock_add_node() | David Hildenbrand |
2021-11-06 | memblock: improve MEMBLOCK_HOTPLUG documentation | David Hildenbrand |
2021-11-06 | mm/memory_hotplug: remove stale function declarations | David Hildenbrand |
2021-11-06 | mm/memory_hotplug: remove HIGHMEM leftovers | David Hildenbrand |
2021-11-06 | mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE | David Hildenbrand |
2021-11-06 | mm: migrate: make demotion knob depend on migration | Yang Shi |