summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-042-1/+22
* bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich2021-03-041-31/+39
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-263-3/+3
|\
| * bpf: Drop imprecise log messageDmitrii Banshchikov2021-02-241-2/+0
| * bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
| * bpf: Fix a warning message in mark_ptr_not_null_reg()Dan Carpenter2021-02-221-1/+1
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-1/+1
|\ \
| * | kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-1/+1
* | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+2
|\ \ \
| * | | Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-1237-262/+403
| |\| |
| * | | softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-101-0/+2
* | | | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-0/+2
|\ \ \ \
| * | | | irqdomain: Mark fwnodes when their irqdomain is added/removedSaravana Kannan2021-02-091-0/+2
* | | | | Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-02-242-41/+11
|\ \ \ \ \
| * | | | | dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig2021-02-091-40/+0
| * | | | | dma-mapping: benchmark: pretend DMA is transmittingBarry Song2021-02-051-1/+11
* | | | | | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-231-1/+1
|\ \ \ \ \ \
| * | | | | | watch_queue: rectify kernel-doc for init_watch()Lukas Bulwahn2021-01-261-1/+1
* | | | | | | Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-02-231-0/+13
|\ \ \ \ \ \ \
| * | | | | | | tracing: add support for objtool mcountSami Tolvanen2021-02-231-0/+13
* | | | | | | | Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-231-8/+6
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'pm-cpufreq' and 'pm-opp'Rafael J. Wysocki2021-02-231-8/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu2021-02-191-1/+1
| | * | | | | | | | | 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
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |