summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: remove the vma linked listLiam R. Howlett2022-09-261-18/+1
* bpf: remove VMA linked listLiam R. Howlett2022-09-261-5/+5
* fork: use VMA iteratorMatthew Wilcox (Oracle)2022-09-261-2/+5
* sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-09-261-3/+7
* perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-262-4/+8
* acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-261-6/+5
* mm: remove vmacacheLiam R. Howlett2022-09-262-17/+0
* mm: remove rb tree.Liam R. Howlett2022-09-261-8/+0
* kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-09-261-2/+13
* mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-3/+17
* mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
* mm: multi-gen LRU: kill switchYu Zhao2022-09-261-1/+0
* mm: multi-gen LRU: support page table walksYu Zhao2022-09-263-0/+11
* mm: multi-gen LRU: minimal implementationYu Zhao2022-09-261-0/+2
* mm: multi-gen LRU: groundworkYu Zhao2022-09-261-0/+5
* delayacct: support re-entrance detection of thrashing accountingYang Yang2022-09-261-2/+11
* memory tiering: adjust hot threshold automaticallyHuang Ying2022-09-112-5/+55
* memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-112-2/+39
* memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-113-0/+101
* Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-281-0/+1
|\
| * vmcoreinfo: add kallsyms_num_syms symbolStephen Brennan2022-08-281-0/+1
* | Merge tag 'audit-pr-20220826' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-271-2/+2
|\ \
| * | audit: move audit_return_fixup before the filtersRichard Guy Briggs2022-08-251-2/+2
* | | wait_on_bit: add an acquire memory barrierMikulas Patocka2022-08-261-1/+1
| |/ |/|
* | Merge tag 'cgroup-for-6.0-rc2-fixes-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-251-0/+2
|\ \
| * | cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2022-08-251-0/+2
* | | Merge tag 'trace-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-08-241-46/+33
|\ \ \
| * | | ftrace: Fix build warning for ops_references_rec() not usedWang Jingjin2022-08-221-46/+33
* | | | Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-233-33/+60
|\ \ \ \ | | |/ / | |/| |
| * | | cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu2022-08-231-0/+1
| * | | cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2022-08-172-25/+55
| * | | sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia2022-08-152-3/+3
| * | | sched/psi: Zero the memory of struct psi_groupHao Jia2022-08-151-5/+1
* | | | Merge tag 'audit-pr-20220823' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-231-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | audit: fix potential double free on error path from fsnotify_add_inode_markGaosheng Cui2022-08-221-0/+1
| | |/ | |/|
* | | Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-232-4/+6
|\ \ \
| * | | kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima2022-08-201-4/+5
| * | | kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap2022-08-201-0/+1
| | |/ | |/|
* | | Merge tag 'linux-kselftest-kunit-fixes-6.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds2022-08-231-1/+1
|\ \ \ | |_|/ |/| |
| * | module: kunit: Load .kunit_test_suites section when CONFIG_KUNIT=mDavid Gow2022-08-151-1/+1
| |/
* | Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\ \
| * | tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * | tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * | tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * | tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * | tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * | tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * | ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10
| * | tracing/perf: Fix double put of trace event when init failsSteven Rostedt (Google)2022-08-211-3/+4
| * | tracing: React to error return from traceprobe_parse_event_name()Lukas Bulwahn2022-08-211-1/+1