summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2022-10-101-0/+17
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki2022-10-101-0/+17
| |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE modeKai-Heng Feng2022-10-041-0/+17
| | |/ / / / / / / /
* | | | | | | | | | Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-10-101-17/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | swiotlb: don't panic!Robin Murphy2022-09-201-11/+19
| * | | | | | | | | | swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()Fabio M. De Francesco2022-09-201-6/+4
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-102-6/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider2022-10-061-4/+1
| * | | | | | | | | | lib/cpumask: add FORCE_NR_CPUS config optionYury Norov2022-09-201-1/+1
| * | | | | | | | | | smp: add set_nr_cpu_ids()Yury Norov2022-09-191-2/+2
| * | | | | | | | | | smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov2022-09-191-0/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-1017-358/+1114
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)2022-10-051-4/+6
| * | | | | | | | | ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)2022-10-051-4/+16
| * | | | | | | | | tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave2022-10-031-72/+274
| * | | | | | | | | tracing: Remove unused variable 'dups'Chen Zhongjin2022-10-031-3/+2
| * | | | | | | | | ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-09-291-0/+33
| * | | | | | | | | tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave2022-09-291-8/+67
| * | | | | | | | | tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave2022-09-291-29/+24
| * | | | | | | | | tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave2022-09-291-32/+59
| * | | | | | | | | tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave2022-09-291-1/+2
| * | | | | | | | | tracing/user_events: Use NULL for strstr checksBeau Belgrave2022-09-291-3/+3
| * | | | | | | | | tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King2022-09-291-1/+1
| * | | | | | | | | tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-09-291-0/+6
| * | | | | | | | | tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-09-291-0/+22
| * | | | | | | | | tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-09-281-0/+15
| * | | | | | | | | ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)2022-09-281-0/+39
| * | | | | | | | | ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)2022-09-271-1/+2
| * | | | | | | | | ring-buffer: Have the shortest_full queue be the shortest not longestSteven Rostedt (Google)2022-09-271-1/+1
| * | | | | | | | | ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-09-271-1/+9
| * | | | | | | | | ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_callerSong Liu2022-09-271-1/+5
| * | | | | | | | | ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-09-271-2/+6