summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2019-05-11x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)
2019-05-10powerpc: tsi108: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-10livepatch: Remove klp_check_compiler_support()Jiri Kosina
2019-05-10parisc: Use __ro_after_init in init.cHelge Deller
2019-05-10parisc: Use __ro_after_init in unwind.cHelge Deller
2019-05-10parisc: Use __ro_after_init in time.cHelge Deller
2019-05-10parisc: Use __ro_after_init in processor.cHelge Deller
2019-05-10parisc: Use __ro_after_init in process.cHelge Deller
2019-05-10parisc: Use __ro_after_init in perf_images.hHelge Deller
2019-05-10parisc: Use __ro_after_init in pci.cHelge Deller
2019-05-10parisc: Use __ro_after_init in inventory.cHelge Deller
2019-05-10parisc: Use __ro_after_init in head.SHelge Deller
2019-05-10parisc: Use __ro_after_init in firmware.cHelge Deller
2019-05-10parisc: Use __ro_after_init in drivers.cHelge Deller
2019-05-10parisc: Use __ro_after_init in cache.cHelge Deller
2019-05-10parisc: Enable the ro_after_init featureHelge Deller
2019-05-10parisc: Drop LDCW barrier in CAS code when running UPHelge Deller
2019-05-10ftrace/x86: Remove mcount supportSteven Rostedt (VMware)
2019-05-10ftrace/x86_32: Remove support for non DYNAMIC_FTRACESteven Rostedt (VMware)
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar
2019-05-10x86: intel_epb: Take CONFIG_PM into accountRafael J. Wysocki
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2019-05-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2019-05-09sparc64: simplify reduce_memory() functionMike Rapoport
2019-05-09sparc: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-05-09Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-05-09powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman
2019-05-08sparc/iommu: merge iommu_get_one and __sbus_iommu_map_pageChristoph Hellwig
2019-05-08sparc/iommu: use __sbus_iommu_map_page to implement the map_sg pathChristoph Hellwig
2019-05-08sparc/iommu: fix __sbus_iommu_map_page for highmem pagesChristoph Hellwig
2019-05-08sparc/iommu: move per-page flushing into __sbus_iommu_map_pageChristoph Hellwig
2019-05-08sparc/iommu: pass a physical address to iommu_get_oneChristoph Hellwig
2019-05-08sparc/iommu: create a common helper for map_sgChristoph Hellwig
2019-05-08sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_pageChristoph Hellwig
2019-05-08sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sgChristoph Hellwig
2019-05-08sparc/iommu: use !PageHighMem to check if a page has a kernel mappingChristoph Hellwig
2019-05-08sparc: vdso: add FORCE to the build rule of %.soMasahiro Yamada
2019-05-08arch:sparc:kernel/uprobes.c : Remove duplicate headerJagadeesh Pagadala
2019-05-08Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-05-08Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-05-08Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-05-08Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-05-08ftrace/x86_64: Emulate call function while updating in breakpoint handlerPeter Zijlstra
2019-05-08x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra
2019-05-08x86_64: Add gap to int3 to allow for call emulationJosh Poimboeuf