summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...akpm-baseakpmStephen Rothwell2022-06-2812-98/+116
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingakpm2022-06-276-38/+79
| |\
| | * kdump: round up the total memory size to 128M for crashkernel reservationTao Liu2022-06-271-2/+12
| | * vmcoreinfo: include kallsyms symbolsStephen Brennan2022-06-271-0/+14
| | * kallsyms: move declarations to internal headerStephen Brennan2022-06-272-22/+31
| | * resource: re-factor page_is_ram()Vaibhav Jain2022-06-271-11/+8
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-06-271-1/+1
| * | mm: remove the vma linked listLiam R. Howlett2022-06-271-18/+1
| * | bpf: remove VMA linked listLiam R. Howlett2022-06-271-5/+5
| * | fork: use VMA iteratorMatthew Wilcox (Oracle)2022-06-271-2/+5
| * | sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-06-271-3/+7
| * | perf: use VMA iteratorMatthew Wilcox (Oracle)2022-06-272-4/+8
| * | acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-06-271-6/+5
| * | mm: remove vmacacheLiam R. Howlett2022-06-272-17/+0
| * | mm: remove rb tree.Liam R. Howlett2022-06-271-8/+0
| * | kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-06-271-3/+9
| * | mm: start tracking VMAs with maple treeLiam R. Howlett2022-06-271-3/+17
* | | Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2022-06-282-3/+14
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into mm-nonmm-stableakpm2022-06-2724-608/+215
| |\ \ | | |/
| * | kexec_file: increase maximum file size to 4GPasha Tatashin2022-06-161-3/+7
| * | profiling: fix shift too large makes kernel panicChen Zhongjin2022-06-161-0/+7
* | | Merge branch 'for-next/execve' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2022-06-282-2/+6
|\ \ \
| * | | fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin2022-06-152-2/+6
| |/ /
* | | Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Stephen Rothwell2022-06-281-14/+14
|\ \ \
| * | | kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong2022-06-091-2/+2
| * | | sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven2022-06-091-3/+1
| * | | mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song2022-06-091-9/+11
* | | | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-06-282-6/+24
|\ \ \ \
| * | | | kallsyms: increase maximum kernel symbol length to 512Miguel Ojeda2022-05-221-2/+2
| * | | | kallsyms: support "big" kernel symbolsMiguel Ojeda2022-05-221-4/+22
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Stephen Rothwell2022-06-284-31/+27
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge of per-namespace-ipc-sysctls-for-v5.19, kthread-cleanups-for-v5.19, ptr...Eric W. Biederman2022-05-23176-3192/+8014
| |\ \ \ \ \ \ \
| | | | * | | | | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-184-31/+27
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Stephen Rothwell2022-06-281-2/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai2022-06-241-2/+8
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Stephen Rothwell2022-06-282-59/+67
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'for-5.20' into for-nextTejun Heo2022-06-271-4/+0
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dstLin Feng2022-06-271-4/+0
| * | | | | | | | | | Merge branch 'for-5.19-fixes' into for-nextTejun Heo2022-06-169-61/+147
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-06-161-14/+23
| * | | | | | | | | | cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codesLin Feng2022-06-161-31/+27
| * | | | | | | | | | psi: dont alloc memory for psi by defaultChen Wandun2022-06-072-10/+17
* | | | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell2022-06-2832-1110/+1783
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko2022-06-231-8/+9
| * | | | | | | | | | | torture: Optionally flush printk() buffers before powering offPaul E. McKenney2022-06-211-0/+7
| * | | | | | | | | | | rcu/nocb: Choose the right rcuog/rcuop kthreads to outputZqiang2022-06-211-3/+3
| * | | | | | | | | | | rcu: Fix rcu_read_unlock_strict() strict QS reportingZqiang2022-06-211-0/+1
| * | | | | | | | | | | Merge branch 'ctxt.2022.06.21a' into HEADPaul E. McKenney2022-06-2121-627/+675
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MAINTAINERS: Add Paul as context tracking maintainerFrederic Weisbecker2022-06-211-5/+7
| | * | | | | | | | | | | context_tracking: Convert state to atomic_tFrederic Weisbecker2022-06-213-58/+102