summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko3-3/+3
2017-07-13MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko1-1/+1
2017-07-13powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel1-9/+19
2017-07-13arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-13x86/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-13sh64: ascii armor the sh64 boot init stack canaryRik van Riel1-0/+1
2017-07-13arm64: ascii armor the arm64 boot init stack canaryRik van Riel1-0/+1
2017-07-13x86: ascii armor the x86_64 boot init stack canaryRik van Riel1-0/+1
2017-07-13sh: mark end of BUG() implementation as unreachableKees Cook1-0/+1
2017-07-13include/linux/string.h: add the option of fortified string.h functionsDaniel Micay9-1/+36
2017-07-13powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-07-13powerpc: don't fortify prom_initDaniel Axtens1-0/+3
2017-07-13powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin9-25/+458
2017-07-13kernel/watchdog: split up config optionsNicholas Piggin5-5/+26
2017-07-13kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin7-10/+13
2017-07-13powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang1-2/+1
2017-07-13kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang5-14/+4
2017-07-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-20/+57
2017-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds6-6/+0
2017-07-11s390: reduce ELF_ET_DYN_BASEKees Cook1-8/+7
2017-07-11powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+7
2017-07-11arm64: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook1-6/+6
2017-07-11arm: move ELF_ET_DYN_BASE to 4MBKees Cook1-6/+2
2017-07-11binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook1-6/+7
2017-07-11lib/extable.c: use bsearch() library function in search_extable()Thomas Meyer4-32/+36
2017-07-11bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-0/+1
2017-07-11ARM: fix rd_size declarationBart Van Assche1-2/+1
2017-07-11frv: cmpxchg: implement cmpxchg64()Will Deacon1-0/+1
2017-07-11frv: use generic fb.hTobias Klauser2-12/+1
2017-07-11frv: remove wrapper header for asm/device.hTobias Klauser2-7/+1
2017-07-11arm64/kasan: don't allocate extra shadow memoryAndrey Ryabinin1-7/+1
2017-07-11x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin1-6/+1
2017-07-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-56/+65
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-07-09Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-81/+158
2017-07-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-40/+19
2017-07-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds10-18/+181
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds23-492/+889
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao1-1/+1
2017-07-08Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-47/+38
2017-07-08Merge tag 'kbuild-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-18/+34
2017-07-07Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds5-5/+6
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds143-992/+3697
2017-07-07Merge tag 'backlight-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds8-8/+8
2017-07-07openrisc: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski1-1/+0
2017-07-07openrisc: explicitly include linux/bug.h in asm/fixmap.hTobias Klauser1-0/+1
2017-07-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-5/+0
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-136/+165