summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-189-17/+58
|\
| * Drivers: hv: vmbus: Get rid of MSR access from vmbus_drv.cSunil Muthuswamy2018-07-291-0/+3
| * Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-16139-761/+797
| |\
| * | Drivers: HV: Send one page worth of kmsg dump over Hyper-V during panicSunil Muthuswamy2018-07-083-2/+31
| * | headers: fix build error in arch/arm/plat-samsung/adc.c, add <linux/mod_devic...Randy Dunlap2018-07-081-0/+1
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
| * | Merge tag 'fsi-updates-2018-06-12' of https://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-07-073-0/+3
| |\ \
| | * | fsi/fsi-master-gpio: Add "no-gpio-delays" optionBenjamin Herrenschmidt2018-06-123-0/+3
| * | | Drivers: hv: vmbus: Make TLFS #define names architecture neutralMichael Kelley2018-07-033-10/+10
| * | | Drivers: hv: vmbus: Remove x86 MSR refs in arch independent codeMichael Kelley2018-07-031-4/+8
| * | | x86/hyperv: Add interrupt handler annotationsMichael Kelley2018-07-031-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-1733-53/+71
|\ \ \ \
| * | | | kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Marek Szyprowski2018-08-173-5/+6
| * | | | mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
| * | | | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-1726-42/+57
| * | | | sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-172-2/+3
| * | | | sh: make use of for_each_node_by_type()Dmitry Torokhov2018-08-171-3/+4
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-172-2/+6
|\ \ \ \ \
| * | | | | arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()Greg Hackmann2018-08-171-1/+5
| * | | | | arm64: Avoid calling stop_machine() when patching jump labelsWill Deacon2018-08-171-1/+1
* | | | | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-17277-2809/+3588
|\ \ \ \ \ \
| * | | | | | powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-134-5/+46
| * | | | | | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-08-133-6/+7
| |\ \ \ \ \ \
| | * | | | | | powerpc/dts/fsl: t2080rdb: use the Cortina PHY driver compatibleCamelia Groza2018-08-081-2/+2
| | * | | | | | powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatibleCamelia Groza2018-08-081-4/+4
| | * | | | | | powerpc/configs/dpaa: enable the Cortina PHY driverCamelia Groza2018-08-081-0/+1
| | * | | | | | powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-082-0/+2
| * | | | | | | Merge branch 'fixes' into nextMichael Ellerman2018-08-137-21/+68
| |\ \ \ \ \ \ \
| * | | | | | | | powerpc/uaccess: Enable get_user(u64, *p) on 32-bitMichael Ellerman2018-08-101-3/+10
| * | | | | | | | powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V2018-08-101-3/+2
| * | | | | | | | powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-103-17/+51
| * | | | | | | | powerpc/powernv/idle: Fix build errorAneesh Kumar K.V2018-08-101-1/+1
| * | | | | | | | powerpc/mm/tlbflush: update the mmu_gather page size while iterating address ...Aneesh Kumar K.V2018-08-101-4/+2
| * | | | | | | | powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre2018-08-101-1/+1
| * | | | | | | | powerpc/32: Include setup.h header file to fix warningsMathieu Malaterre2018-08-101-0/+2
| * | | | | | | | powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre2018-08-101-2/+7
| * | | | | | | | powerpc/powermac: Make some functions staticMathieu Malaterre2018-08-101-6/+6
| * | | | | | | | powerpc/powermac: Remove variable x that's never readMathieu Malaterre2018-08-101-2/+2
| * | | | | | | | powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre2018-08-101-1/+3
| * | | | | | | | powerpc/kexec: Use common error handling code in setup_new_fdt()Markus Elfring2018-08-101-16/+12
| * | | | | | | | powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng2018-08-101-1/+32
| * | | | | | | | powerpc/mm: remove huge_pte_offset_and_shift() prototypeChristophe Leroy2018-08-101-3/+0
| * | | | | | | | powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy2018-08-103-7/+10
| * | | | | | | | powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar2018-08-101-1/+1
| * | | | | | | | powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini2018-08-101-9/+36
| * | | | | | | | powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-08-102-17/+77
| * | | | | | | | powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-102-0/+2
| * | | | | | | | powerpc: Fix size calculation using resource_size()Dan Carpenter2018-08-101-1/+1
| * | | | | | | | powerpc/powernv: Allow memory that has been hot-removed to be hot-addedRashmica Gupta2018-08-101-7/+85
| | |/ / / / / / | |/| | | | | |
| * | | | | | | powerpc/powernv/opal: Use standard interrupts property when availableBenjamin Herrenschmidt2018-08-081-51/+75