summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi2022-04-261-1/+2
| * | | | | | | | | | | | | tracing: Make tp_printk work on syscall tracepointsJeff Xie2022-04-261-24/+11
| * | | | | | | | | | | | | tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li2022-04-261-1/+2
| * | | | | | | | | | | | | tracing: Fix kernel-docJiapeng Chong2022-04-261-1/+1
| * | | | | | | | | | | | | tracing: Fix inconsistent style of mini-HOWTOOscar Shiang2022-04-261-2/+2
| * | | | | | | | | | | | | tracing: Separate hist state updates from hist registrationTom Zanussi2022-04-261-18/+48
| * | | | | | | | | | | | | tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-264-151/+69
| * | | | | | | | | | | | | tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-264-60/+36
| * | | | | | | | | | | | | tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi2022-04-263-77/+45
| * | | | | | | | | | | | | tracing: Cleanup double word in commentTom Rix2022-04-261-2/+2
* | | | | | | | | | | | | | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-273-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | PM: CXL: Disable suspendDan Williams2022-04-223-3/+7
* | | | | | | | | | | | | | | Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-05-271-34/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-05-271-34/+0
| | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-2710-20/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | kcov: update pos before writing pc in trace functionCongyu Liu2022-05-251-2/+12
| * | | | | | | | | | | | | | relay: remove redundant assignment to pointer bufColin Ian King2022-05-121-1/+1
| * | | | | | | | | | | | | | kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe2022-05-121-3/+0
| * | | | | | | | | | | | | | kernel: make taskstats available from all net namespacesxu xin2022-04-291-0/+1
| * | | | | | | | | | | | | | taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-292-2/+31
| * | | | | | | | | | | | | | kexec: remove redundant assignmentsMichal Orzel2022-04-291-2/+0
| * | | | | | | | | | | | | | ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang2022-04-291-6/+0
| * | | | | | | | | | | | | | lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-292-3/+3
| * | | | | | | | | | | | | | kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai2022-04-291-1/+1
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-2623-1971/+2276
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | module: merge check_exported_symbol() into find_exported_symbol_in_section()Masahiro Yamada2022-05-121-15/+7
| * | | | | | | | | | | | | | module: do not binary-search in __ksymtab_gpl if fsa->gplok is falseMasahiro Yamada2022-05-121-2/+3
| * | | | | | | | | | | | | | module: do not pass opaque pointer for symbol searchMasahiro Yamada2022-05-121-7/+4
| * | | | | | | | | | | | | | module: show disallowed symbol name for inherit_taint()Lecopzer Chen2022-05-121-6/+6
| * | | | | | | | | | | | | | module: fix [e_shstrndx].sh_size=0 OOB accessAlexey Dobriyan2022-05-121-0/+4
| * | | | | | | | | | | | | | module: Introduce module unload taint trackingAaron Tomlin2022-05-124-0/+88
| * | | | | | | | | | | | | | module: Move module_assert_mutex_or_preempt() to internal.hAaron Tomlin2022-05-122-11/+12
| * | | | | | | | | | | | | | module: Make module_flags_taint() accept a module's taints bitmap and usable ...Aaron Tomlin2022-05-122-4/+5
| * | | | | | | | | | | | | | module: Remove module_addr_min and module_addr_maxChristophe Leroy2022-04-051-3/+3
| * | | | | | | | | | | | | | module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy2022-04-056-6/+82
| * | | | | | | | | | | | | | module: Introduce data_layoutChristophe Leroy2022-04-054-22/+28
| * | | | | | | | | | | | | | module: Prepare for handling several RB treesChristophe Leroy2022-04-053-20/+20
| * | | | | | | | | | | | | | module: Always have struct mod_tree_rootChristophe Leroy2022-04-052-6/+3
| * | | | | | | | | | | | | | module: Rename debug_align() as strict_align()Christophe Leroy2022-04-053-11/+11
| * | | | | | | | | | | | | | module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy2022-04-053-9/+24
| * | | | | | | | | | | | | | module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy2022-04-054-53/+50
| * | | | | | | | | | | | | | module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWXChristophe Leroy2022-04-052-11/+7
| * | | | | | | | | | | | | | module: Move version support into a separate fileAaron Tomlin2022-04-054-148/+166
| * | | | | | | | | | | | | | module: Move kdb module related code out of main kdb codeAaron Tomlin2022-04-058-60/+57
| * | | | | | | | | | | | | | module: Move sysfs support into a separate fileAaron Tomlin2022-04-054-466/+461
| * | | | | | | | | | | | | | module: Move procfs support into a separate fileAaron Tomlin2022-04-054-130/+145
| * | | | | | | | | | | | | | module: kallsyms: Fix suspicious rcu usageAaron Tomlin2022-04-051-12/+22
| * | | | | | | | | | | | | | module: Move kallsyms support into a separate fileAaron Tomlin2022-04-054-525/+538
| * | | | | | | | | | | | | | module: Move kmemleak support to a separate fileAaron Tomlin2022-04-054-27/+38
| * | | | | | | | | | | | | | module: Move extra signature support out of core codeAaron Tomlin2022-04-053-87/+86