summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2017-07-18x86/boot/KASLR: Switch to pass struct mem_vector to process_e820_entry()Baoquan He-11/+14
2017-07-18x86/boot/KASLR: Wrap e820 entries walking code into new function process_e820...Baoquan He-17/+21
2017-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-75/+139
2017-07-17Blackfin: flat: Use %x to format u32Geert Uytterhoeven-2/+2
2017-07-16h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Geert Uytterhoeven-1/+1
2017-07-16blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changesGeert Uytterhoeven-4/+2
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-3/+19
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-406/+145
2017-07-15Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1771/+2206
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-82/+201
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-172/+320
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2017-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-12/+1
2017-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-75/+74
2017-07-14Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-31/+162
2017-07-14xtensa: use generic fb.hTobias Klauser-12/+1
2017-07-14Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2017-07-14sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu-70/+132
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan-19/+40
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li-5/+13
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li-10/+35
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li-37/+51
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li-13/+12
2017-07-13Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-404/+370
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan-6/+17
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek-4/+3
2017-07-12x86/efi: move asmlinkage before return typeJoe Perches-2/+2
2017-07-12sh: move inline before return typeJoe Perches-1/+1
2017-07-12MIPS: SMP: move asmlinkage before return typeJoe Perches-1/+1
2017-07-12m68k: coldfire: move inline before return typeJoe Perches-2/+2
2017-07-12ia64: sn: pci: move inline before typeJoe Perches-3/+3
2017-07-12ia64: move inline before return typeJoe Perches-1/+1
2017-07-12FRV: tlbflush: move asmlinkage before return typeJoe Perches-4/+4
2017-07-12CRIS: gpio: move inline before return typeJoe Perches-2/+2
2017-07-12ARM: HP Jornada 7XX: move inline before return typeJoe Perches-1/+1
2017-07-12ARM: KVM: move asmlinkage before typeJoe Perches-4/+4
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko-3/+3
2017-07-12MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko-1/+1
2017-07-12powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel-9/+19
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel-1/+6
2017-07-12x86/mmap: properly account for stack randomization in mmap_baseRik van Riel-1/+6
2017-07-12sh64: ascii armor the sh64 boot init stack canaryRik van Riel-0/+1
2017-07-12arm64: ascii armor the arm64 boot init stack canaryRik van Riel-0/+1
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel-0/+1
2017-07-12sh: mark end of BUG() implementation as unreachableKees Cook-0/+1
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay-1/+36
2017-07-12powerpc: make feature-fixup tests fortify-safeDaniel Axtens-90/+90
2017-07-12powerpc: don't fortify prom_initDaniel Axtens-0/+3
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin-25/+458
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin-5/+26