summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-2415-75/+168
|\
| * powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar2018-08-231-1/+1
| * KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras2018-08-231-7/+10
| * powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V2018-08-231-3/+5
| * powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17
| * powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-08-231-6/+3
| * powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-213-10/+20
| * powerpc64/ftrace: Include ftrace.h needed for enable/disable callsLuke Dashjr2018-08-211-0/+1
| * powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt2018-08-201-0/+37
| * powerpc/fadump: cleanup crash memory ranges supportHari Bathini2018-08-201-7/+1
| * powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin2018-08-202-31/+53
| * powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman2018-08-201-7/+6
| * powerpc/64s: Fix PACA_IRQ_HARD_DIS accounting in idle_power4()Nicholas Piggin2018-08-141-2/+14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-247-90/+80
|\ \
| * | s390: remove gcc version check (4.3 or newer)Heiko Carstens2018-08-211-8/+0
| * | s390/zcrypt: code beautifyHarald Freudenberger2018-08-201-36/+36
| * | s390/zcrypt: switch return type to bool for ap_instructions_available()Harald Freudenberger2018-08-201-3/+3
| * | s390/kdump: Remove kzalloc_panicPhilipp Rudo2018-08-161-15/+12
| * | s390/kdump: Fix memleak in nt_vmcoreinfoPhilipp Rudo2018-08-161-5/+12
| * | s390/kdump: Make elfcorehdr size calculation ABI compliantPhilipp Rudo2018-08-161-16/+10
| * | s390/pci: remove fmb address from debug outputSebastian Ott2018-08-161-1/+0
| * | s390/pci: remove stale rcSebastian Ott2018-08-161-1/+0
| * | s390/pci: fix out of bounds access during irq setupSebastian Ott2018-08-161-0/+2
| * | s390/zcrypt: fix ap_instructions_available() returncodesHarald Freudenberger2018-08-161-5/+5
| * | s390: reenable gcc plugins for realHeiko Carstens2018-08-141-1/+1
* | | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-243-44/+49
|\ \ \
| * | | sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-113-44/+49
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-238-26/+26
|\ \ \ \
| * | | | s390: ebcdic: convert comments to UTF-8Arnd Bergmann2018-08-231-18/+18
| * | | | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-233-4/+4
| * | | | treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-234-4/+4
* | | | | arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.hWill Deacon2018-08-231-0/+2
* | | | | Merge branch 'tlb-fixes'Linus Torvalds2018-08-2311-163/+99
|\ \ \ \ \
| * | | | | x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-239-6/+26
| * | | | | mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-08-232-0/+4
| * | | | | x86/mm/tlb: Revert the recent lazy TLB patchesPeter Zijlstra2018-08-222-157/+69
| |/ / / /
* | | | | Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-236-159/+23
|\ \ \ \ \
| * | | | | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross2018-08-203-5/+16
| * | | | | xen: remove unused hypercall functionsJuergen Gross2018-08-201-118/+0
| * | | | | x86/xen: remove unused function xen_auto_xlated_memory_setup()Juergen Gross2018-08-202-32/+0
| * | | | | x86/Xen: further refine add_preferred_console() invocationsJan Beulich2018-08-201-1/+4
| * | | | | x86/Xen: mark xen_setup_gdt() __initJan Beulich2018-08-201-3/+3
* | | | | | Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds2018-08-2311-69/+104
|\ \ \ \ \ \
| * | | | | | MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7Paul Burton2018-08-211-3/+3
| * | | | | | MIPS: Workaround GCC __builtin_unreachable reordering bugPaul Burton2018-08-212-0/+36
| * | | | | | compiler.h: Allow arch-specific asm/compiler.hPaul Burton2018-08-211-0/+8
| * | | | | | MIPS: Avoid move psuedo-instruction whilst using MIPS_ISA_LEVELPaul Burton2018-08-171-1/+3
| * | | | | | MIPS: Consistently declare TLB functionsPaul Burton2018-08-105-64/+51
| * | | | | | MIPS: Export tlbmiss_handler_setup_pgd near its definitionPaul Burton2018-08-103-1/+3
* | | | | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2018-08-234-133/+12
|\ \ \ \ \ \ \