aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kvzalloc() -> kvcalloc()Gravatar Kees Cook 2-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 41-58/+60
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 28-47/+61
2018-06-12Convert intel uncore to struct_sizeGravatar Matthew Wilcox 1-9/+10
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+2
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 17-7/+76
2018-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-57/+113
2018-06-10Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-14/+28
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-2/+2
2018-06-09x86/intel_rdt: Enable CMT and MBM on new Skylake steppingGravatar Tony Luck 1-0/+2
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+88
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextGravatar Dan Williams 7-62/+174
2018-06-08Merge tag 'regulator-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-6/+22
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 44-116/+807
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-27/+91
2018-06-08arm64: Fix syscall restarting around signal suppressed by tracerGravatar Dave Martin 1-2/+3
2018-06-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-33/+23
2018-06-07mm: add pt_mm to struct pageGravatar Matthew Wilcox 1-3/+2
2018-06-07s390: use _refcount for pgtablesGravatar Matthew Wilcox 1-9/+12
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 19-21/+9
2018-06-07net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanGravatar Willem de Bruijn 1-1/+2
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 13-326/+177
2018-06-07Merge tag 'media/v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-1/+1
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 258-6217/+3915
2018-06-07Merge tag 'microblaze-v4.18-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 14-364/+12
2018-06-07arm64: topology: Avoid checking numa mask for scheduler MC selectionGravatar Jeremy Linton 1-7/+4
2018-06-07regulator: gpio: RevertGravatar Mark Brown 19-192/+43
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 25-1505/+2788
2018-06-06Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 3-6/+127
2018-06-06Merge branch 'lorenzo/pci/vmd'Gravatar Bjorn Helgaas 1-0/+4
2018-06-06Merge branch 'lorenzo/pci/rockchip'Gravatar Bjorn Helgaas 1-1/+2
2018-06-06Merge branch 'pci/sparc'Gravatar Bjorn Helgaas 5-174/+159
2018-06-06Merge branch 'pci/misc'Gravatar Bjorn Helgaas 5-137/+7
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 40-210/+1317
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 5-13/+13
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 13-45/+21
2018-06-06Merge tag 'sound-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-0/+1
2018-06-06x86/apic/vector: Print APIC control bits in debugfsGravatar Thomas Gleixner 1-13/+14
2018-06-06x86/platform/uv: Use apic_ack_irq()Gravatar Thomas Gleixner 1-6/+1
2018-06-06x86/ioapic: Use apic_ack_irq()Gravatar Thomas Gleixner 1-1/+1
2018-06-06x86/apic: Provide apic_ack_irq()Gravatar Thomas Gleixner 2-2/+9
2018-06-06x86/apic/vector: Prevent hlist corruption and leaksGravatar Thomas Gleixner 1-0/+9
2018-06-06x86/bugs: Switch the selection of mitigation from CPU vendor to CPU featuresGravatar Konrad Rzeszutek Wilk 1-8/+3
2018-06-06x86/bugs: Add AMD's SPEC_CTRL MSR usageGravatar Konrad Rzeszutek Wilk 5-10/+27
2018-06-06x86/bugs: Add AMD's variant of SSB_NOGravatar Konrad Rzeszutek Wilk 3-2/+4
2018-06-06x86/vector: Fix the args of vector_alloc tracepointGravatar Dou Liyang 1-1/+1
2018-06-06x86/idt: Simplify the idt_setup_apic_and_irq_gates()Gravatar Dou Liyang 1-5/+2
2018-06-06x86/platform/uv: Remove extra parenthesesGravatar Varsha Rao 1-1/+1
2018-06-06x86/mm: Decouple dynamic __PHYSICAL_MASK from AMD SMEGravatar Kirill A. Shutemov 5-1/+24
2018-06-06x86: Mark native_set_p4d() as __always_inlineGravatar Arnd Bergmann 1-2/+2