summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-1111-3/+22
|\
| * arch: handle arches who do not yet define clone3Christian Brauner2019-06-214-0/+4
| * arch: wire-up clone3() syscallChristian Brauner2019-06-097-1/+8
| * fork: add clone3Christian Brauner2019-06-091-2/+10
* | Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-1118-1/+19
|\ \
| * | arch: wire-up pidfd_open()Christian Brauner2019-06-2818-1/+19
| |/
* | Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-1/+1
|\ \
| * | m68k: Don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfireChristoph Hellwig2019-07-091-1/+1
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-1117-96/+20
|\ \ \
| * | | riscv: add binfmt_flat supportChristoph Hellwig2019-06-242-0/+2
| * | | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-245-5/+5
| * | | binfmt_flat: provide an asm-generic/flat.hChristoph Hellwig2019-06-243-50/+2
| * | | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig2019-06-247-0/+7
| * | | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-2410-10/+3
| * | | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-248-7/+1
| * | | binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-245-6/+0
| * | | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-247-11/+0
| * | | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-247-7/+0
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-0930-40/+40
|\ \ \ \
| * | | | docs: kdump: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-144-5/+5
| * | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-148-8/+8
| * | | | docs: ide: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| * | | | docs: arm64: convert docs to ReST and rename to .rstMauro Carvalho Chehab2019-06-144-4/+4
| * | | | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-143392-23922/+4732
| |\ \ \ \
| * | | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-0814-20/+20
| * | | | | docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab2019-06-082-2/+2
| * | | | | treewide: trivial: fix s/poped/popped/ typoGeorge G. Davis2019-06-071-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-0913-61/+350
|\ \ \ \ \
| * | | | | parisc: asm: psw.h: missing header guardDenis Efremov2019-06-251-1/+1
| * | | | | parisc: add dynamic ftraceSven Schnelle2019-06-0810-18/+252
| * | | | | parisc: use pr_debug() in kernel/module.cSven Schnelle2019-06-081-25/+19
| * | | | | parisc: add WARN_ON() to clear_fixmapSven Schnelle2019-06-081-0/+3
| * | | | | parisc: add spinlock to patch functionSven Schnelle2019-06-081-6/+19
| * | | | | parisc: add support for patching multiple wordsSven Schnelle2019-06-082-17/+62
* | | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-098-34/+142
|\ \ \ \ \ \
| * | | | | | x86/kexec: Set the C-bit in the identity map page table when SEV is activeLianbo Jiang2019-06-201-3/+13
| * | | | | | x86/kexec: Do not map kexec area as decrypted when SEV is activeLianbo Jiang2019-06-201-0/+15
| * | | | | | x86/crash: Add e820 reserved ranges to kdump kernel's e820 tableLianbo Jiang2019-06-201-0/+6
| * | | | | | x86/mm: Rework ioremap resource mapping determinationLianbo Jiang2019-06-201-26/+45
| * | | | | | x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVEDLianbo Jiang2019-06-201-1/+1
| * | | | | | x86/mm: Create a workarea in the kernel for SME early encryptionThomas Lendacky2019-06-202-2/+45
| * | | | | | x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky2019-06-203-2/+17
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-098-43/+233
|\ \ \ \ \ \ \
| * | | | | | | x86/kdump/64: Restrict kdump kernel reservation to <64TBBaoquan He2019-06-281-3/+12
| * | | | | | | x86/kexec/64: Prevent kexec from 5-level paging to a 4-level only kernelBaoquan He2019-06-281-0/+5
| * | | | | | | x86/boot: Add xloadflags bits to check for 5-level paging supportBaoquan He2019-06-282-1/+13
| * | | | | | | x86/boot: Make the GDT 8-byte alignedXiaoyao Li2019-06-271-0/+1
| * | | | | | | x86/kexec: Add the ACPI NVS region to the ident mapKairui Song2019-06-101-3/+15
| * | | | | | | x86/boot: Call get_rsdp_addr() after console_init()Borislav Petkov2019-06-061-3/+8
| * | | | | | | Revert "x86/boot: Disable RSDP parsing temporarily"Borislav Petkov2019-06-061-1/+1