summaryrefslogtreecommitdiffstats
path: root/mm/memfd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-12module: Make module_flags_taint() accept a module's taints bitmap and usable ...Aaron Tomlin2-4/+5
2022-05-12module.h: simplify MODULE_IMPORT_NSGreg Kroah-Hartman1-2/+1
2022-04-05powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xxChristophe Leroy1-0/+1
2022-04-05module: Remove module_addr_min and module_addr_maxChristophe Leroy1-3/+3
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy8-6/+96
2022-04-05module: Introduce data_layoutChristophe Leroy4-22/+28
2022-04-05module: Prepare for handling several RB treesChristophe Leroy3-20/+20
2022-04-05module: Always have struct mod_tree_rootChristophe Leroy2-6/+3
2022-04-05module: Rename debug_align() as strict_align()Christophe Leroy3-11/+11
2022-04-05module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy3-9/+24
2022-04-05module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy4-53/+50
2022-04-05module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWXChristophe Leroy2-11/+7
2022-04-05module: Move version support into a separate fileAaron Tomlin4-148/+166
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin10-60/+59
2022-04-05module: Move sysfs support into a separate fileAaron Tomlin4-466/+461
2022-04-05module: Move procfs support into a separate fileAaron Tomlin4-130/+145
2022-04-05module: kallsyms: Fix suspicious rcu usageAaron Tomlin1-12/+22
2022-04-05module: Move kallsyms support into a separate fileAaron Tomlin4-525/+538
2022-04-05module: Move kmemleak support to a separate fileAaron Tomlin4-27/+38
2022-04-05module: Move extra signature support out of core codeAaron Tomlin4-92/+93
2022-04-05module: Move strict rwx support to a separate fileAaron Tomlin4-97/+120
2022-04-05module: Move latched RB-tree support to a separate fileAaron Tomlin4-126/+147
2022-04-05module: Move livepatch support to a separate fileAaron Tomlin6-98/+111
2022-04-05module: Make internal.h and decompress.c more compliantAaron Tomlin2-2/+7
2022-04-05module: Simple refactor in preparation for splitAaron Tomlin2-20/+23
2022-04-04module: Move all into module/Aaron Tomlin7-8/+17
2022-04-03Linux 5.18-rc1v5.18-rc1Linus Torvalds1-2/+2
2022-04-03Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2-136/+14
2022-04-02modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet1-0/+1
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)3-0/+6
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2-0/+5
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2-15/+18
2022-04-02tracing: Set user_events to BROKENSteven Rostedt (Google)1-0/+1
2022-04-02tracing/user_events: Remove eBPF interfacesBeau Belgrave3-136/+4
2022-04-02tracing/user_events: Hold event_mutex during dyn_event_addBeau Belgrave1-2/+6
2022-04-02proc: bootconfig: Add null pointer checkLv Ruyi1-0/+2
2022-04-02tracing: Rename the staging files for trace_eventsSteven Rostedt (Google)9-14/+14
2022-04-02KVM: x86: fix sending PV IPILi RongQing1-1/+1
2022-04-02KVM: x86/mmu: do compare-and-exchange of gPTE via the user addressPaolo Bonzini1-40/+34
2022-04-02KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan1-1/+0
2022-04-02KVM: x86: cleanup enter_rmode()Zhenzhong Duan1-9/+5
2022-04-02KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky3-9/+6
2022-04-02kvm: x86: SVM: remove unused definesMaxim Levitsky1-8/+0
2022-04-02KVM: x86: SVM: move tsc ratio definitions to svm.hMaxim Levitsky2-10/+11
2022-04-02KVM: x86: SVM: fix avic spec based definitions againMaxim Levitsky2-14/+5
2022-04-02KVM: MIPS: remove reference to trap&emulate virtualizationPaolo Bonzini1-6/+0
2022-04-02KVM: x86: document limitations of MSR filteringPaolo Bonzini1-0/+5
2022-04-02KVM: x86: Only do MSR filtering when access MSR by rdmsr/wrmsrHou Wenlong3-16/+40