summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-05-12module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan
2022-05-12module: Introduce module unload taint trackingAaron Tomlin
2022-05-12module: Move module_assert_mutex_or_preempt() to internal.hAaron Tomlin
2022-05-12module: Make module_flags_taint() accept a module's taints bitmap and usable ...Aaron Tomlin
2022-04-05module: Remove module_addr_min and module_addr_maxChristophe Leroy
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy
2022-04-05module: Introduce data_layoutChristophe Leroy
2022-04-05module: Prepare for handling several RB treesChristophe Leroy
2022-04-05module: Always have struct mod_tree_rootChristophe Leroy
2022-04-05module: Rename debug_align() as strict_align()Christophe Leroy
2022-04-05module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy
2022-04-05module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy
2022-04-05module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWXChristophe Leroy
2022-04-05module: Move version support into a separate fileAaron Tomlin
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin
2022-04-05module: Move sysfs support into a separate fileAaron Tomlin
2022-04-05module: Move procfs support into a separate fileAaron Tomlin
2022-04-05module: kallsyms: Fix suspicious rcu usageAaron Tomlin
2022-04-05module: Move kallsyms support into a separate fileAaron Tomlin
2022-04-05module: Move kmemleak support to a separate fileAaron Tomlin
2022-04-05module: Move extra signature support out of core codeAaron Tomlin
2022-04-05module: Move strict rwx support to a separate fileAaron Tomlin
2022-04-05module: Move latched RB-tree support to a separate fileAaron Tomlin
2022-04-05module: Move livepatch support to a separate fileAaron Tomlin
2022-04-05module: Make internal.h and decompress.c more compliantAaron Tomlin
2022-04-05module: Simple refactor in preparation for splitAaron Tomlin
2022-04-04module: Move all into module/Aaron Tomlin
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy
2022-04-02tracing: Set user_events to BROKENSteven Rostedt (Google)
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave
2022-04-01dma-mapping: move pgprot_decrypted out of dma_pgprotChristoph Hellwig
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-03-31Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-03-28kprobes: Use rethook for kretprobe if possibleMasami Hiramatsu
2022-03-28bpf: Fix maximum permitted number of arguments checkYuntao Wang
2022-03-28fprobe: Fix sparse warning for acccessing __rcu ftrace_hashMasami Hiramatsu
2022-03-28fprobe: Fix smatch type mismatch warningMasami Hiramatsu
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-28Merge tag 'kgdb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2022-03-28Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds