summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu2021-02-191-7/+5
| | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-15/+21
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fs: make helpers idmap mount awareChristian Brauner2021-01-241-3/+4
| * | | | | | | | | | | | commoncap: handle idmapped mountsChristian Brauner2021-01-241-2/+3
| * | | | | | | | | | | | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * | | | | | | | | | | | namei: make permission helpers idmapped mount awareChristian Brauner2021-01-242-2/+2
| * | | | | | | | | | | | capability: handle idmapped mountsChristian Brauner2021-01-241-5/+9
| * | | | | | | | | | | | fs: add file and path permissions helpersChristian Brauner2021-01-242-2/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-236-245/+259
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | module: potential uninitialized return in module_kallsyms_on_each_symbol()Dan Carpenter2021-02-101-1/+1
| * | | | | | | | | | | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-65/+6
| * | | | | | | | | | | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-27/+2
| * | | | | | | | | | | | module: move struct symsearch to module.cChristoph Hellwig2021-02-081-0/+11
| * | | | | | | | | | | | module: pass struct find_symbol_args to find_symbolChristoph Hellwig2021-02-081-61/+52
| * | | | | | | | | | | | module: merge each_symbol_section into find_symbolChristoph Hellwig2021-02-081-79/+69
| * | | | | | | | | | | | module: remove each_symbol_in_sectionChristoph Hellwig2021-02-081-22/+7
| * | | | | | | | | | | | module: mark module_mutex staticChristoph Hellwig2021-02-081-1/+1
| * | | | | | | | | | | | kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2021-02-082-0/+4
| * | | | | | | | | | | | kallsyms: refactor {,module_}kallsyms_on_each_symbolChristoph Hellwig2021-02-083-12/+9
| * | | | | | | | | | | | module: use RCU to synchronize find_moduleChristoph Hellwig2021-02-083-5/+5
| * | | | | | | | | | | | module: unexport find_module and module_mutexChristoph Hellwig2021-02-081-2/+0
| * | | | | | | | | | | | module: harden ELF info handlingFrank van der Linden2021-01-193-21/+126
| * | | | | | | | | | | | module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-01-181-2/+19
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-231-0/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | tracing: move function tracer options to KconfigSami Tolvanen2021-01-081-0/+16
* | | | | | | | | | | | Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds2021-02-221-1/+97
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | resource: Move devmem revoke code to resource frameworkDaniel Vetter2021-01-121-1/+97
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'topic/kcmp-kconfig-2021-02-22' of git://anongit.freedesktop.org/dr...Linus Torvalds2021-02-221-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson2021-02-161-1/+1
* | | | | | | | | | | | | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2021-02-221-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | workqueue: Use %s instead of function nameStephen Zhang2021-01-271-2/+2
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-02-222-44/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cpuset: fix typos in commentsAubrey Li2021-01-151-3/+3
| * | | | | | | | | | | | | cgroup: cgroup.{procs,threads} factor out common partsMichal Koutný2021-01-151-41/+14
* | | | | | | | | | | | | | Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-02-2227-564/+770
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu2021-02-191-10/+21
| * | | | | | | | | | | | | | tracing: Make hash-ptr option defaultSteven Rostedt (VMware)2021-02-121-1/+2
| * | | | | | | | | | | | | | tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2021-02-112-0/+4
| * | | | | | | | | | | | | | tracing: Show real address for trace event argumentsMasami Hiramatsu2021-02-113-2/+83
| * | | | | | | | | | | | | | tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi2021-02-091-19/+74
| * | | | | | | | | | | | | | tracing: Update synth command errorsTom Zanussi2021-02-091-11/+19
| * | | | | | | | | | | | | | tracing: Rework synthetic event command parsingTom Zanussi2021-02-091-102/+143
| * | | | | | | | | | | | | | tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu2021-02-099-73/+120
| * | | | | | | | | | | | | | kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu2021-02-091-5/+8
| * | | | | | | | | | | | | | tracepoints: Code clean upSteven Rostedt (VMware)2021-02-091-56/+35
| * | | | | | | | | | | | | | tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)2021-02-051-9/+13
| * | | | | | | | | | | | | | kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2021-02-022-0/+18
| * | | | | | | | | | | | | | tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-02-021-16/+64
| * | | | | | | | | | | | | | tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix2021-02-021-2/+0
| * | | | | | | | | | | | | | tracing: Fix a kernel doc warningBean Huo2021-02-021-0/+1