summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2018-08-2511-9/+11
|\
| * arm64: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier2018-08-241-0/+1
| * ARM: rockchip: Force CONFIG_PM on Rockchip systemsMarc Zyngier2018-08-241-0/+1
| * arm64: dts: Fix various entry-method properties to reflect documentationAmit Kucheria2018-08-249-9/+9
* | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-2523-39/+36
|\ \
| * | kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-2423-39/+36
* | | Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-242-0/+13
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-08154-503/+932
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | | * | iommu: Add config option to set passthrough as defaultOlof Johansson2018-07-271-0/+8
| | |_|_|/ / | |/| | | |
| | | | * | x86: irq_remapping: Move irq remapping mode enumSuravee Suthikulpanit2018-07-061-0/+5
| | |_|/ / | |/| | |
* | | | | 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