aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-10MIPS: Consistently declare TLB functionsPaul Burton5-64/+51
2018-08-10MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton3-1/+3
2018-08-10x86/mm/pti: Move user W+X check into pti_finalize()Joerg Roedel3-5/+10
2018-08-10powerpc/uaccess: Enable get_user(u64, *p) on 32-bitMichael Ellerman1-3/+10
2018-08-10powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V1-3/+2
2018-08-10powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin3-17/+51
2018-08-10powerpc/powernv/idle: Fix build errorAneesh Kumar K.V1-1/+1
2018-08-10powerpc/mm/tlbflush: update the mmu_gather page size while iterating address rangeAneesh Kumar K.V1-4/+2
2018-08-10powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre1-1/+1
2018-08-10powerpc/32: Include setup.h header file to fix warningsMathieu Malaterre1-0/+2
2018-08-10powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre1-2/+7
2018-08-10powerpc/powermac: Make some functions staticMathieu Malaterre1-6/+6
2018-08-10powerpc/powermac: Remove variable x that's never readMathieu Malaterre1-2/+2
2018-08-10powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre1-1/+3
2018-08-10powerpc/kexec: Use common error handling code in setup_new_fdt()Markus Elfring1-16/+12
2018-08-10powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng1-1/+32
2018-08-10powerpc/mm: remove huge_pte_offset_and_shift() prototypeChristophe Leroy1-3/+0
2018-08-10powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy3-7/+10
2018-08-10powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar1-1/+1
2018-08-10powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini1-9/+36
2018-08-10powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2-17/+77
2018-08-10powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2-0/+2
2018-08-10powerpc: Fix size calculation using resource_size()Dan Carpenter1-1/+1
2018-08-10powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta1-7/+85
2018-08-10x86/microcode: Allow late microcode loading with SMT disabledJosh Poimboeuf1-4/+12
2018-08-09MIPS: Remove remnants of UASM_ISAPaul Burton2-2/+0
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-191/+140
2018-08-09x86/relocs: Add __end_rodata_aligned to S_RELJoerg Roedel1-0/+1
2018-08-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-190/+100
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch2-2/+0
2018-08-09Merge branch 'asoc-4.19' into asoc-nextMark Brown6-196/+123
2018-08-09kbuild: remove deprecated host-progs variableMasahiro Yamada1-2/+1
2018-08-09arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()Dongjiu Geng1-6/+1
2018-08-09s390/mm: fix addressing exception after suspend/resumeGerald Schaefer1-1/+1
2018-08-08powerpc/dts/fsl: t2080rdb: use the Cortina PHY driver compatibleCamelia Groza1-2/+2
2018-08-08powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatibleCamelia Groza1-4/+4
2018-08-08powerpc/configs/dpaa: enable the Cortina PHY driverCamelia Groza1-0/+1
2018-08-08powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2-0/+2
2018-08-08x86/mm/kmmio: Make the tracer robust against L1TFAndi Kleen1-10/+15
2018-08-08parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin4-0/+39
2018-08-08parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller1-1/+1
2018-08-08MIPS: netlogic: xlr: Remove erroneous check in nlm_fmn_send()Paul Burton1-2/+0
2018-08-08arm64: alternative: Use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel154-503/+932
2018-08-08x86/mm/pat: Make set_memory_np() L1TF safeAndi Kleen1-4/+4
2018-08-08x86/speculation/l1tf: Make pmd/pud_mknotpresent() invertAndi Kleen1-10/+12
2018-08-08x86/speculation/l1tf: Invert all not present mappingsAndi Kleen1-1/+1
2018-08-07MIPS: VDSO: Force link endiannessPaul Burton1-0/+1
2018-08-07MIPS: Always specify -EB or -EL when using clangPaul Burton1-0/+10
2018-08-07x86/mm/pti: Clone kernel-image on PTE level for 32 bitJoerg Roedel1-38/+96