summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi-0/+5
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi-1/+11
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi-15/+29
2022-04-05module: Remove module_addr_min and module_addr_maxChristophe Leroy-3/+3
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy-6/+82
2022-04-05module: Introduce data_layoutChristophe Leroy-22/+28
2022-04-05module: Prepare for handling several RB treesChristophe Leroy-20/+20
2022-04-05module: Always have struct mod_tree_rootChristophe Leroy-6/+3
2022-04-05module: Rename debug_align() as strict_align()Christophe Leroy-11/+11
2022-04-05module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy-9/+24
2022-04-05module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy-53/+50
2022-04-05module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWXChristophe Leroy-11/+7
2022-04-05module: Move version support into a separate fileAaron Tomlin-148/+166
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin-60/+57
2022-04-05module: Move sysfs support into a separate fileAaron Tomlin-466/+461
2022-04-05module: Move procfs support into a separate fileAaron Tomlin-130/+145
2022-04-05module: kallsyms: Fix suspicious rcu usageAaron Tomlin-12/+22
2022-04-05module: Move kallsyms support into a separate fileAaron Tomlin-525/+538
2022-04-05module: Move kmemleak support to a separate fileAaron Tomlin-27/+38
2022-04-05module: Move extra signature support out of core codeAaron Tomlin-87/+86
2022-04-05module: Move strict rwx support to a separate fileAaron Tomlin-97/+120
2022-04-05module: Move latched RB-tree support to a separate fileAaron Tomlin-126/+147
2022-04-05module: Move livepatch support to a separate fileAaron Tomlin-92/+107
2022-04-05module: Make internal.h and decompress.c more compliantAaron Tomlin-2/+7
2022-04-05module: Simple refactor in preparation for splitAaron Tomlin-20/+23
2022-04-05ftrace: Use preemption model accessors for trace header printoutValentin Schneider-10/+4
2022-04-05preempt/dynamic: Introduce preemption model accessorsValentin Schneider-0/+12
2022-04-05kcsan: Use preemption model accessorsValentin Schneider-2/+3
2022-04-05locking/mutex: Make contention tracepoints more consistent wrt adaptive spinningPeter Zijlstra-4/+12
2022-04-05locking: Apply contention tracepoints in the slow pathNamhyung Kim-1/+63
2022-04-05locking: Add lock contention tracepointsNamhyung Kim-1/+3
2022-04-05locking/rwsem: Always try to wake waiters in out_nolock pathWaiman Long-10/+34
2022-04-05locking/rwsem: Conditionally wake waiters in reader/writer slowpathsWaiman Long-36/+32
2022-04-05locking/rwsem: No need to check for handoff bit if wait queue emptyWaiman Long-5/+4
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers-20/+14
2022-04-05perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou-16/+2
2022-04-05perf/core: Fix perf_cgroup_switch()Chengming Zhou-107/+25
2022-04-05perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou-5/+2
2022-04-05perf/core: Don't pass task around when ctx sched inChengming Zhou-32/+26
2022-04-05perf/core: Inherit event_capsNamhyung Kim-0/+3
2022-04-05static_call: Don't make __static_call_return0 staticChristophe Leroy-542/+545
2022-04-05entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle-1/+1
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior-1/+1
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra-11/+10
2022-04-04module: Move all into module/Aaron Tomlin-7/+16
2022-04-03bpf: Replace usage of supported with dedicated list iterator variableJakob Koschel-16/+14
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-88/+10
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-65/+1
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-4/+8
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet-0/+1