summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-021-0/+8
|\
| * uaccess: Add user_read_access_begin/end and user_write_access_begin/endChristophe Leroy2020-05-011-0/+8
* | Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-022-19/+4
|\ \
| * | default csum_and_copy_to_user(): don't bother with access_ok()Al Viro2020-05-291-4/+2
| * | take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro2020-05-292-15/+2
| |/
* | Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-0220-54/+143
|\ \
| * | mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado2020-05-261-1/+1
| * | docs: filesystems: convert configfs.txt to ReSTMauro Carvalho Chehab2020-05-051-1/+1
| * | docs: filesystems: convert mount_api.txt to ReSTMauro Carvalho Chehab2020-05-052-2/+2
| * | docs: filesystems: caching/backend-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-2/+2
| * | docs: filesystems: caching/netfs-api.txt: convert it to ReSTMauro Carvalho Chehab2020-05-051-21/+21
| * | docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)2020-04-212-2/+2
| * | docs: pr_*() kerneldocs and basic printk docsRicardo CaƱuelo2020-04-211-12/+100
| * | watchdog: clarify that stop() is optionalBumsik Kim2020-04-211-2/+2
| * | firewire: firewire-cdev.hL get rid of a docs warningMauro Carvalho Chehab2020-04-201-1/+1
| * | docs: spi: spi.h: fix a doc building warningMauro Carvalho Chehab2020-04-201-0/+1
| * | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-204-4/+4
| * | docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-2/+2
| * | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-203-4/+4
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-022-1/+6
|\ \
| * | ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch2020-05-191-0/+5
| * | Update rmk's email address in various driversRussell King2020-04-211-1/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-0210-13/+167
|\ \
| * \ Merge branch 'for-next/scs' into for-next/coreWill Deacon2020-05-284-0/+83
| |\ \
| | * | scs: Move DEFINE_SCS macro into core codeWill Deacon2020-05-181-0/+4
| | * | scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-181-2/+2
| | * | arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon2020-05-181-4/+4
| | * | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+3
| | * | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-153-0/+76
| * | | Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-284-4/+61
| |\ \ \
| | | \ \
| | | \ \
| | *-. | | Merge branches 'for-next/asm' and 'for-next/insn' into for-next/btiWill Deacon2020-05-051-4/+4
| | |\ \| |
| | | * | | Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon2020-04-301-4/+4
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | x86/asm: Provide a Kconfig symbol for disabling old assembly annotationsMark Brown2020-04-181-4/+4
| | | | |/
| | * | | Merge branch 'for-next/bti-user' into for-next/btiWill Deacon2020-05-053-0/+57
| | |\ \ \ | | | |/ / | | |/| |
| | | * | arm64: elf: Enable BTI at exec based on ELF program propertiesDave Martin2020-03-161-0/+6
| | | * | elf: Allow arch to tweak initial mmap prot flagsDave Martin2020-03-161-0/+12
| | | * | arm64: Basic Branch Target Identification supportDave Martin2020-03-161-0/+3
| | | * | ELF: Add ELF program property parsing supportDave Martin2020-03-162-0/+23
| | | * | ELF: UAPI and Kconfig additions for ELF program propertiesDave Martin2020-03-162-0/+13
| * | | | firmware: smccc: Fix missing prototype warning for arm_smccc_version_initSudeep Holla2020-05-211-0/+3
| * | | | firmware: smccc: Add function to fetch SMCCC versionSudeep Holla2020-05-201-0/+11
| * | | | firmware: smccc: Refactor SMCCC specific bits into separate fileSudeep Holla2020-05-201-2/+0
| * | | | firmware: smccc: Drop smccc_version enum and use ARM_SMCCC_VERSION_1_x insteadSudeep Holla2020-05-201-6/+1
| * | | | firmware: smccc: Add the definition for SMCCCv1.2 version/error codesSudeep Holla2020-05-201-2/+7
| * | | | firmware: smccc: Update link to latest SMCCC specificationSudeep Holla2020-05-201-1/+3
| |/ / /
* | | | Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-011-0/+2
|\ \ \ \
| * \ \ \ Merge 'x86/urgent' into x86/cpuBorislav Petkov2020-05-0724-80/+101
| |\ \ \ \
| * | | | | x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-04-201-0/+2
* | | | | | Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-012-9/+0
|\ \ \ \ \ \
| * | | | | | mm: Remove MPX leftoversJimmy Assarsson2020-04-221-7/+0