aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-2314-104/+285
|\
| * fs: introduce MOUNT_ATTR_IDMAPChristian Brauner2021-01-242-1/+3
| * fs: add mount_setattr()Christian Brauner2021-01-243-1/+22
| * ima: handle idmapped mountsChristian Brauner2021-01-241-6/+12
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-18/+31
| * open: handle idmapped mounts in do_truncate()Christian Brauner2021-01-241-2/+2
| * namei: prepare for idmapped mountsChristian Brauner2021-01-241-11/+21
| * namei: introduce struct renamedataChristian Brauner2021-01-241-1/+11
| * namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-5/+9
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * commoncap: handle idmapped mountsChristian Brauner2021-01-244-27/+47
| * xattr: handle idmapped mountsTycho Andersen2021-01-241-9/+18
| * acl: handle idmapped mountsChristian Brauner2021-01-244-10/+19
| * attr: handle idmapped mountsChristian Brauner2021-01-241-3/+5
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-4/+4
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-242-6/+11
| * capability: handle idmapped mountsChristian Brauner2021-01-241-2/+5
| * fs: add file and path permissions helpersChristian Brauner2021-01-241-0/+8
| * fs: add id translation helpersChristian Brauner2021-01-241-0/+47
| * mount: attach mappings to mountsChristian Brauner2021-01-242-0/+12
* | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2021-02-231-0/+6
|\ \
| * | percpu: fix clang modpost section mismatchDennis Zhou2021-02-141-0/+6
* | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-234-107/+9
|\ \ \
| * | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-083-48/+0
| * | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-083-20/+0
| * | | module: move struct symsearch to module.cChristoph Hellwig2021-02-081-11/+0
| * | | module: mark module_mutex staticChristoph Hellwig2021-02-081-2/+0
| * | | kallsyms: only build {,module_}kallsyms_on_each_symbol when requiredChristoph Hellwig2021-02-082-25/+8
| * | | module: use RCU to synchronize find_moduleChristoph Hellwig2021-02-081-1/+1
| | |/ | |/|
* | | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-231-1/+12
|\ \ \
| * | | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-261-1/+4
| * | | objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf2021-01-261-0/+8
* | | | Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-233-12/+99
|\ \ \ \
| * | | | PCI: Fix PREL32 relocations for LTOSami Tolvanen2021-01-141-2/+25
| * | | | init: lto: fix PREL32 relocationsSami Tolvanen2021-01-141-4/+27
| * | | | init: lto: ensure initcall orderingSami Tolvanen2021-01-141-7/+45
| * | | | kbuild: add support for Clang LTOSami Tolvanen2021-01-141-4/+7
* | | | | Merge tag 'pinctrl-v5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-221-0/+6
|\ \ \ \ \
| * | | | | Merge tag 'v5.11-rc2' into develLinus Walleij2021-01-268-27/+42
| |\| | | |
| * | | | | kconfig.h: Add IF_ENABLED() macroPaul Cercueil2021-01-181-0/+6
* | | | | | Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...Linus Torvalds2021-02-225-48/+53
|\ \ \ \ \ \
| * | | | | | sysfs: Support zapping of binary attr mmapsDaniel Vetter2021-01-121-0/+2
| * | | | | | resource: Move devmem revoke code to resource frameworkDaniel Vetter2021-01-121-5/+1
| * | | | | | mm: Close race in generic_access_physDaniel Vetter2021-01-121-1/+2
| * | | | | | media: videobuf2: Move frame_vector into media subsystemDaniel Vetter2021-01-123-42/+48
| * | | | | | mm/frame-vector: Use FOLL_LONGTERMDaniel Vetter2021-01-121-1/+1
| | |_|/ / / | |/| | | |
* | | | | | 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-222-4/+4
|\ \ \ \ \ \ \
| * | | | | | | workqueue: tracing the name of the workqueue instead of it's addressZqiang2021-01-191-3/+3