aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-02-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+3
2018-02-17Merge tag 'powerpc-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 5-10/+29
2018-02-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 17-406/+448
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsGravatar Prarit Bhargava 3-2/+11
2018-02-17arm64: cputype: Silence Sparse warningsGravatar Robin Murphy 1-1/+1
2018-02-16Merge tag 'dma-mapping-4.16-2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+0
2018-02-16arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tablesGravatar Will Deacon 13-399/+426
2018-02-16Merge tag 'mips_fixes_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-5/+15
2018-02-16powerpc/pseries: Check for zero filled ibm,dynamic-memory propertyGravatar Nathan Fontenot 1-0/+8
2018-02-16x86/Kconfig: Explicitly enumerate i686-class CPUs in KconfigGravatar Matthew Whitehead 1-1/+1
2018-02-16x86/Kconfig: Exclude i586-class CPUs lacking PAE support from the HIGHMEM64G ...Gravatar Matthew Whitehead 1-1/+1
2018-02-16x86/Kconfig: Add missing i586-class CPUs to the X86_CMPXCHG64 Kconfig groupGravatar Matthew Whitehead 1-1/+1
2018-02-15sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}Gravatar James Hogan 1-0/+2
2018-02-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 10-73/+141
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 43-271/+241
2018-02-15x86/entry/64: Fix CR3 restore in paranoid_exit()Gravatar Ingo Molnar 1-0/+1
2018-02-15x86/cpu: Change type of x86_cache_size variable to unsigned intGravatar Gustavo A. R. Silva 4-5/+5
2018-02-15x86/spectre: Fix an error messageGravatar Dan Carpenter 1-1/+1
2018-02-15x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingGravatar Jia Zhang 21-52/+52
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Gravatar Andy Lutomirski 12-25/+38
2018-02-15x86/speculation: Add <asm/msr-index.h> dependencyGravatar Peter Zijlstra 1-0/+1
2018-02-15x86/speculation: Fix up array_index_nospec_mask() asm constraintGravatar Dan Williams 1-1/+1
2018-02-15x86/debug: Use UD2 for WARN()Gravatar Peter Zijlstra 2-10/+7
2018-02-15x86/debug, objtool: Annotate WARN()-related UD2 as reachableGravatar Josh Poimboeuf 1-1/+5
2018-02-15powerpc/pseries: Add empty update_numa_cpu_lookup_table() for NUMA=nGravatar Corentin Labbe 1-0/+3
2018-02-15powerpc/powernv: IMC fix out of bounds memory access at shutdownGravatar Nicholas Piggin 1-2/+4
2018-02-15powerpc/xive: Use hw CPU ids when configuring the CPU queuesGravatar Cédric Le Goater 1-6/+10
2018-02-15powerpc: Expose TSCR via sysfs only on powernvGravatar Cyril Bur 1-2/+4
2018-02-14arm64: proc: Set PTE_NG for table entries to avoid traversing them twiceGravatar Will Deacon 1-5/+9
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 26-77/+229
2018-02-13Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhog...Gravatar Linus Torvalds 1-0/+13
2018-02-13x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pagesGravatar Tony Luck 3-10/+26
2018-02-13x86/error_inject: Make just_return_func() globally visibleGravatar Arnd Bergmann 1-0/+1
2018-02-13x86/platform/UV: Fix GAM Range Table entries less than 1GBGravatar mike.travis@hpe.com 1-3/+12
2018-02-13MIPS: Fix incorrect mem=X@Y handlingGravatar Marcin Nowakowski 1-4/+12
2018-02-13x86/build: Add arch/x86/tools/insn_decoder_test to .gitignoreGravatar Progyan Bhattacharya 1-0/+1
2018-02-13MIPS: BMIPS: Fix section mismatch warningGravatar Jaedon Shin 1-1/+1
2018-02-13x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a physica...Gravatar Masayoshi Mizuma 1-1/+0
2018-02-13powerpc/kdump: Fix powernv build break when KEXEC_CORE=nGravatar Guenter Roeck 1-0/+6
2018-02-13powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplugGravatar Guenter Roeck 2-2/+5
2018-02-13powerpc/mm/hash64: Zero PGD pages on allocationGravatar Aneesh Kumar K.V 1-2/+8
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbGravatar Aneesh Kumar K.V 7-17/+28
2018-02-13powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledGravatar Aneesh Kumar K.V 2-2/+3
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesGravatar Aneesh Kumar K.V 11-5/+29
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeGravatar Alexey Kardashevskiy 1-0/+2
2018-02-13powerpc/vas: Don't set uses_vas for kernel windowsGravatar Nicholas Piggin 1-8/+8
2018-02-13powerpc/pseries: Enable RAS hotplug events laterGravatar Sam Bobroff 1-9/+22
2018-02-13x86/mm/kcore: Add vsyscall page to /proc/kcore conditionallyGravatar Jia Zhang 1-1/+2
2018-02-13vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user pageGravatar Jia Zhang 1-2/+1
2018-02-13x86/entry/64: Remove the unused 'icebp' macroGravatar Borislav Petkov 1-4/+0