aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-03x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth4-2/+23
2018-08-03x86/cpufeatures: Add EPT_AD feature bitPeter Feiner2-2/+10
2018-08-03openrisc: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt3-13/+1
2018-08-03arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt3-15/+1
2018-08-03ARM: Convert to GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt6-37/+11
2018-08-02Merge tag 'arc-4.18-final' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds7-8/+84
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+7
2018-08-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+6
2018-08-02x86/iommu: Use NULL instead of 0Zhong Jiang1-1/+1
2018-08-02x86/boot: Use CC_SET()/CC_OUT() instead of open coding itUros Bizjak2-3/+5
2018-08-02x86/mm: Remove redundant check for kmem_cache_create()Chengguang Xu1-3/+0
2018-08-02x86/platform/UV: Remove redundant check of p == qColin Ian King1-2/+0
2018-08-02x86/platform/olpc: Use PTR_ERR_OR_ZERO()zhong jiang1-3/+1
2018-08-02x86/boot/compressed/64: Validate trampoline placement against E820Kirill A. Shutemov1-18/+55
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar23-69/+50
2018-08-01Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+3
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Linus Torvalds4-17/+9
2018-08-01ia64: mark special ia64 memory areas anonymousLinus Torvalds1-0/+2
2018-08-01powerpc/64s/radix: Fix missing global invalidations when removing coproFrederic Barrat1-12/+21
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas3-3/+7
2018-07-31crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pairArd Biesheuvel1-2/+6
2018-07-31perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesKan Liang2-4/+8
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2018-07-31x86/speculation: Protect against userspace-userspace spectreRSBJiri Kosina1-31/+7
2018-07-30sparc: use asm-generic version of msi.hThomas Petazzoni1-0/+1
2018-07-30sparc: move MSI related definitions to where they are usedThomas Petazzoni2-33/+19
2018-07-30sparc/time: Add missing __init to init_tick_ops()Steven Rostedt (VMware)1-1/+1
2018-07-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-16/+13
2018-07-30arc: fix type warnings in arc/mm/cache.cRandy Dunlap1-3/+4
2018-07-30arc: fix build errors in arc/include/asm/delay.hRandy Dunlap1-0/+3
2018-07-30arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.cRandy Dunlap1-2/+4
2018-07-30arc: [plat-eznps] fix data type errors in platform headersRandy Dunlap1-0/+1
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-15/+19
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2018-07-30Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2018-07-30x86/apic: Trivial coding style fixesYi Wang2-2/+2
2018-07-30x86/platform/UV: Mark memblock related init code and data correctlyDou Liyang1-2/+2
2018-07-30x86/boot/KASLR: Make local variable mem_limit staticzhong jiang1-1/+1
2018-07-30x86/kvmclock: Mark kvm_get_preset_lpj() as __initDou Liyang1-1/+1
2018-07-30x86/tsc: Consolidate init codeDou Liyang1-10/+12
2018-07-30ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpcOfer Levi1-0/+9
2018-07-30ARC: add SMP_CACHE_BYTES value validateEugeniy Paltsev1-0/+10
2018-07-30x86/kexec: Allocate 8k PGDs for PTIJoerg Roedel1-2/+3
2018-07-30x86/mm: Remove in_nmi() warning from vmalloc_fault()Joerg Roedel1-2/+0
2018-07-30ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+Vincent Whitchurch1-1/+3
2018-07-29m68k/defconfig: Update defconfigs for v4.18-rc6Geert Uytterhoeven12-143/+218
2018-07-29m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport7-61/+29
2018-07-29m68k/page_no.h: force __va argument to be unsigned longMike Rapoport1-1/+1
2018-07-29m68k/bitops: convert __ffs to match generic declarationMike Rapoport1-2/+6
2018-07-29m68k/io: Switch mmu variant to <asm-generic/io.h>Geert Uytterhoeven3-38/+10