summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASKSuren Baghdasaryan
2023-02-09kernel/fork: convert vma assignment to a memcpySuren Baghdasaryan
2023-02-09mm/mmap: remove __vma_adjust()Liam R. Howlett
2023-02-09sched: convert to vma iteratorLiam R. Howlett
2023-02-09kernel/fork: convert forking to using the vmi iteratorLiam R. Howlett
2023-02-02mm: implement memory-deny-write-execute as a prctlJoey Gouly
2023-02-02mm: remove munlock_vma_page()Matthew Wilcox (Oracle)
2023-02-02mm: remove 'First tail page' members from struct pageMatthew Wilcox (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-01-18mm/memfd: add MFD_NOEXEC_SEAL and MFD_EXECJeff Xu
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-03time: Fix various kernel-doc problemsRandy Dunlap
2023-01-02kcsan: test: don't put the expect array on the stackMax Filippov
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-12-28bpf: Always use maximal size for copy_array()Kees Cook
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Kui-Feng Lee
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageChuang Wang
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers
2022-12-27perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim
2022-12-27perf: Fix use-after-free in error pathPeter Zijlstra
2022-12-27perf/core: Fix cgroup events trackingChengming Zhou
2022-12-27perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2022-12-23Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-23Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds
2022-12-23Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds
2022-12-23cfi: Fix CFI failure with KASANSami Tolvanen
2022-12-22bpf: fix nullness propagation for reg to reg comparisonsHao Sun
2022-12-21Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2022-12-21Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-21gcov: add support for checksum fieldRickard x Andersson
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-21dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig
2022-12-20rv/monitors: Move monitor structure in rodataAlessandro Carminati
2022-12-19bpf: Define sock security related BTF IDs under CONFIG_SECURITY_NETWORKHou Tao
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-12-17rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds