summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: move asmlinkage before return typeJoe Perches2017-07-121-2/+2
* sh: move inline before return typeJoe Perches2017-07-121-1/+1
* MIPS: SMP: move asmlinkage before return typeJoe Perches2017-07-121-1/+1
* m68k: coldfire: move inline before return typeJoe Perches2017-07-121-2/+2
* ia64: sn: pci: move inline before typeJoe Perches2017-07-122-3/+3
* ia64: move inline before return typeJoe Perches2017-07-121-1/+1
* FRV: tlbflush: move asmlinkage before return typeJoe Perches2017-07-121-4/+4
* CRIS: gpio: move inline before return typeJoe Perches2017-07-121-2/+2
* ARM: HP Jornada 7XX: move inline before return typeJoe Perches2017-07-121-1/+1
* ARM: KVM: move asmlinkage before typeJoe Perches2017-07-121-4/+4
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-123-3/+3
* MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko2017-07-121-1/+1
* powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-9/+19
* arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
* x86/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
* sh64: ascii armor the sh64 boot init stack canaryRik van Riel2017-07-121-0/+1
* arm64: ascii armor the arm64 boot init stack canaryRik van Riel2017-07-121-0/+1
* x86: ascii armor the x86_64 boot init stack canaryRik van Riel2017-07-121-0/+1
* sh: mark end of BUG() implementation as unreachableKees Cook2017-07-121-0/+1
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-129-1/+36
* powerpc: make feature-fixup tests fortify-safeDaniel Axtens2017-07-121-90/+90
* powerpc: don't fortify prom_initDaniel Axtens2017-07-121-0/+3
* powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-129-25/+458
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-125-5/+26
* kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-127-10/+13
* powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
* kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang2017-07-125-14/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-07-117-20/+57
|\
| * sparc64: Fix gup_huge_pmdNitin Gupta2017-06-251-2/+2
| * Adding the type of exported symbolsNagarathnam Muthusamy2017-06-194-0/+5
| * sed regex in Makefile.build requires line break between exported symbolsNagarathnam Muthusamy2017-06-191-18/+26
| * Adding asm-prototypes.h for genksyms to generate crcNagarathnam Muthusamy2017-06-191-0/+24
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2017-07-116-6/+0
|\ \
| * | m68k: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-06-266-6/+0
* | | s390: reduce ELF_ET_DYN_BASEKees Cook2017-07-101-8/+7
* | | powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-101-6/+7
* | | arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-101-6/+6
* | | arm: move ELF_ET_DYN_BASE to 4MBKees Cook2017-07-101-6/+2
* | | binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook2017-07-101-6/+7
* | | lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer2017-07-104-32/+36
* | | bitmap: use memcmp optimisation in more situationsMatthew Wilcox2017-07-101-0/+1
* | | ARM: fix rd_size declarationBart Van Assche2017-07-101-2/+1
* | | frv: cmpxchg: implement cmpxchg64()Will Deacon2017-07-101-0/+1
* | | frv: use generic fb.hTobias Klauser2017-07-102-12/+1
* | | frv: remove wrapper header for asm/device.hTobias Klauser2017-07-102-7/+1
* | | arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin2017-07-101-7/+1
* | | x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin2017-07-101-6/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-097-56/+65
|\ \ \
| * | | x86/boot/e820: Introduce the bootloader provided e820_table_firmware[] tableChen Yu2017-07-053-7/+29
| * | | x86/boot/e820: Rename the e820_table_firmware to e820_table_kexecChen Yu2017-07-054-26/+26