aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-18/+55
2018-08-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-4/+8
2018-08-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-12/+10
2018-08-03Merge tag 'powerpc-4.18-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-12/+21
2018-08-02Merge tag 'arc-4.18-final' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 7-8/+84
2018-08-02Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-3/+7
2018-08-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-2/+6
2018-08-02x86/boot/compressed/64: Validate trampoline placement against E820Gravatar Kirill A. Shutemov 1-18/+55
2018-08-01Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+3
2018-08-01mm: do not initialize TLB stack vma's with vma_init()Gravatar Linus Torvalds 4-17/+9
2018-08-01ia64: mark special ia64 memory areas anonymousGravatar Linus Torvalds 1-0/+2
2018-08-01powerpc/64s/radix: Fix missing global invalidations when removing coproGravatar Frederic Barrat 1-12/+21
2018-07-31PCI: Fix is_added/is_busmaster race conditionGravatar Hari Vyas 3-3/+7
2018-07-31crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pairGravatar Ard Biesheuvel 1-2/+6
2018-07-31perf/x86/intel/uncore: Fix hardcoded index of Broadwell extra PCI devicesGravatar Kan Liang 2-4/+8
2018-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-4/+4
2018-07-30sparc: use asm-generic version of msi.hGravatar Thomas Petazzoni 1-0/+1
2018-07-30sparc: move MSI related definitions to where they are usedGravatar Thomas Petazzoni 2-33/+19
2018-07-30sparc/time: Add missing __init to init_tick_ops()Gravatar Steven Rostedt (VMware) 1-1/+1
2018-07-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-16/+13
2018-07-30arc: fix type warnings in arc/mm/cache.cGravatar Randy Dunlap 1-3/+4
2018-07-30arc: fix build errors in arc/include/asm/delay.hGravatar Randy Dunlap 1-0/+3
2018-07-30arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.cGravatar Randy Dunlap 1-2/+4
2018-07-30arc: [plat-eznps] fix data type errors in platform headersGravatar Randy Dunlap 1-0/+1
2018-07-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-15/+19
2018-07-30Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2018-07-30Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2018-07-30ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpcGravatar Ofer Levi 1-0/+9
2018-07-30ARC: add SMP_CACHE_BYTES value validateGravatar Eugeniy Paltsev 1-0/+10
2018-07-30ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+Gravatar Vincent Whitchurch 1-1/+3
2018-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-4/+4
2018-07-28Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-9/+0
2018-07-27ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeGravatar Eugeniy Paltsev 2-1/+6
2018-07-27ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Gravatar Eugeniy Paltsev 1-2/+47
2018-07-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 8-8/+14
2018-07-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-3/+5
2018-07-27Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Gravatar Rafał Miłecki 2-9/+0
2018-07-26kvm, mm: account shadow page tables to kmemcgGravatar Shakeel Butt 1-1/+1
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsGravatar Kirill A. Shutemov 7-7/+13
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Gravatar Wang YanQing 1-4/+4
2018-07-25arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsGravatar Johannes Weiner 1-1/+3
2018-07-25arm64: Check for errata before evaluating cpu featuresGravatar Dirk Mueller 1-2/+2
2018-07-25x86/boot: Fix if_changed build flip/flop bugGravatar Kees Cook 1-2/+6
2018-07-25perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Gravatar Peter Zijlstra 2-14/+14
2018-07-25locking/pvqspinlock/x86: Use LOCK_PREFIX in __pv_queued_spin_unlock() assembl...Gravatar Waiman Long 1-1/+1
2018-07-24Merge tag 'mips_fixes_4.18_4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+2
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-24/+5
2018-07-24x86/entry/64: Remove %ebx handling from error_entry/exitGravatar Andy Lutomirski 1-14/+4
2018-07-24x86/apic: Future-proof the TSC_DEADLINE quirk for SKXGravatar Len Brown 1-0/+3
2018-07-24perf/x86/amd/ibs: Don't access non-started eventGravatar Thomas Gleixner 1-1/+5