summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* seq_file: fix passing wrong private dataMuchun Song2021-11-091-1/+1
* seq_file: move seq_escape() to a headerAndy Shevchenko2021-11-091-1/+16
* signal: remove duplicate include in signal.hYe Guojin2021-11-091-1/+0
* crash_dump: remove duplicate include in crash_dump.hYe Guojin2021-11-091-2/+0
* crash_dump: fix boolreturn.cocci warningChangcheng Deng2021-11-091-1/+1
* sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang2021-11-092-2/+31
* sections: move is_kernel_inittext() into sections.hKefeng Wang2021-11-093-9/+14
* sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang2021-11-092-1/+16
* kallsyms: fix address-checks for kernel related rangeKefeng Wang2021-11-091-3/+3
* kallsyms: remove arch specific text and data checkKefeng Wang2021-11-092-18/+1
* include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi2021-11-091-0/+1
* lib, stackdepot: add helper to print stack entries into bufferImran Khan2021-11-091-0/+3
* lib, stackdepot: add helper to print stack entriesImran Khan2021-11-091-0/+2
* linux/container_of.h: switch to static_assertRasmus Villemoes2021-11-091-6/+6
* kernel.h: split out instruction pointer accessorsStephen Rothwell2021-11-093-4/+10
* include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...Andy Shevchenko2021-11-091-1/+2
* include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+3
* include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+10
* include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-092-1/+2
* include/media/media-entity.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+2
* include/linux/plist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+4
* include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+3
* include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-1/+3
* include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2021-11-091-2/+11
* kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko2021-11-092-32/+41
* kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko2021-11-094-3/+1
* proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand2021-11-091-3/+23
* mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru2021-11-091-4/+2
* vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-092-0/+51
* mm/damon: remove return value from before_terminate callbackChangbin Du2021-11-061-1/+1
* mm/damon: simplify stop mechanismChangbin Du2021-11-061-1/+0
* mm/damon/dbgfs: add adaptive_targets list check before enable monitor_onXin Hao2021-11-061-0/+1
* mm/damon/schemes: activate schemes based on a watermarks mechanismSeongJae Park2021-11-061-1/+51
* mm/damon/vaddr,paddr: support pageout prioritizationSeongJae Park2021-11-061-0/+4
* mm/damon/schemes: prioritize regions within the quotasSeongJae Park2021-11-061-0/+26
* mm/damon/schemes: implement time quotaSeongJae Park2021-11-061-5/+20
* mm/damon/schemes: skip already charged targets and regionsSeongJae Park2021-11-061-0/+5
* mm/damon/schemes: implement size quota for schemes application speed controlSeongJae Park2021-11-061-4/+32
* mm/damon/paddr: support the pageout schemeSeongJae Park2021-11-061-0/+2
* mm/damon: implement primitives for physical address space monitoringSeongJae Park2021-11-061-0/+10
* mm/damon/schemes: implement statistics featureSeongJae Park2021-11-061-1/+9
* mm/damon/vaddr: support DAMON-based Operation SchemesSeongJae Park2021-11-061-0/+2
* mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)SeongJae Park2021-11-061-0/+66
* mm/damon/core: account age of target regionsSeongJae Park2021-11-061-0/+10
* include/linux/damon.h: fix kernel-doc comments for 'damon_callback'SeongJae Park2021-11-061-3/+3
* kfence: always use static branches to guard kfence_alloc()Marco Elver2021-11-061-10/+11
* stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver2021-11-062-2/+1
* include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-062-1/+2
* mm: remove HARDENED_USERCOPY_FALLBACKStephen Kitt2021-11-061-2/+0
* mm/highmem: remove deprecated kmap_atomicIra Weiny2021-11-061-14/+14