summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-04-19prctl: add PR_GET_AUXV to copy auxv to userspaceJosh Triplett1-0/+15
2023-04-19cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"Yosry Ahmed1-2/+2
2023-04-19sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2-29/+41
2023-04-19mm: fix memory leak on mm_init error handlingMathieu Desnoyers1-0/+1
2023-04-19kernel/sys.c: fix and improve control flow in __sys_setres[ug]id()Ondrej Mosnacek1-29/+40
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton1-0/+3
2023-04-06sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T1-1/+1
2023-04-06sched/numa: implement access PID reset logicRaghavendra K T1-2/+21
2023-04-06sched/numa: enhance vma scanning logicRaghavendra K T1-0/+19
2023-04-06sched/numa: apply the scan delay to every new vmaMel Gorman2-0/+21
2023-04-06mm: separate vma->lock from vm_area_structSuren Baghdasaryan1-14/+59
2023-04-06mm/mmap: free vm_area_struct without call_rcu in exit_mmapSuren Baghdasaryan1-1/+1
2023-04-06kernel/fork: assert no VMA readers during its destructionSuren Baghdasaryan1-0/+3
2023-04-06mm: add per-VMA lock and helper functions to control itSuren Baghdasaryan1-0/+4
2023-04-06mm: rcu safe VMA freeingMichel Lespinasse1-1/+19
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov3-7/+7
2023-04-06perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()Kirill A. Shutemov1-2/+2
2023-04-06mm: enable maple tree RCU mode by defaultLiam R. Howlett1-0/+3
2023-03-29lazy tlb: shoot lazies, non-refcounting lazy tlb mm reference handling schemeNicholas Piggin1-0/+65
2023-03-29lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin4-11/+20
2023-03-29kthread: simplify kthread_use_mm refcountingNicholas Piggin1-9/+5
2023-03-26Merge tag 'sched_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-11/+47
2023-03-26Merge tag 'core_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2023-03-25Merge tag 'xfs-6.3-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+0
2023-03-25Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-03-24Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-2/+11
2023-03-24kcsan: avoid passing -g for testMarco Elver1-1/+1
2023-03-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2/+11
2023-03-21bpf: Adjust insufficient default bpf_jit_limitDaniel Borkmann1-1/+1
2023-03-21entry/rcu: Check TIF_RESCHED _after_ delayed RCU wake-upFrederic Weisbecker1-1/+2
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2-11/+47
2023-03-21entry: Fix noinstr warning in __enter_from_user_mode()Josh Poimboeuf1-1/+1
2023-03-19Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-17/+16
2023-03-19tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptrCosta Shulyupin1-2/+2
2023-03-19ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka1-4/+0
2023-03-19tracing: Make splice_read available againSung-hun Kim1-0/+2
2023-03-19fork: remove use of percpu_counter_sum_allDave Chinner1-5/+0
2023-03-19Merge tag 'perf_urgent_for_v6.3_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2023-03-19ftrace: Set direct_ops storage-class-specifier to staticTom Rix1-1/+1
2023-03-19trace/hwlat: Do not start per-cpu thread if it is already runningTero Kristo1-0/+4
2023-03-19trace/hwlat: Do not wipe the contents of per-cpu thread dataTero Kristo1-3/+0
2023-03-19tracing/osnoise: set several trace_osnoise.c variables storage-class-specifie...Tom Rix1-5/+5
2023-03-19tracing: Fix wrong return in kprobe_event_gen_test.cAnton Gusev1-2/+2
2023-03-15perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-03-15perf: fix perf_event_context->timeSong Liu1-1/+1
2023-03-15perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-03-15sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2-3/+3
2023-03-15Merge tag 'trace-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+14
2023-03-13Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov1-1/+10
2023-03-12Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds1-1/+1