summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arch/powerpc: Enable dpaa_ethMadalin Bucur2016-11-151-0/+1
* arch/powerpc: Enable FSL_FMANMadalin Bucur2016-11-151-0/+1
* arch/powerpc: Enable FSL_PAMUMadalin Bucur2016-11-151-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15112-1224/+2192
|\
| * Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2016-11-141-0/+3
| |\
| | * tile: handle __ro_after_init like parisc doesChris Metcalf2016-11-141-0/+3
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-144-7/+51
| |\ \
| | * | x86/cpu: Deal with broken firmware (VMWare/XEN)Thomas Gleixner2016-11-091-2/+30
| | * | x86/cpu/AMD: Fix cpu_llc_id for AMD Fam17h systemsYazen Ghannam2016-11-091-5/+1
| | * | x86/platform/intel-mid: Retrofit pci_platform_pm_ops ->get_state hookLukas Wunner2016-11-072-0/+20
| | |/
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-11-141-4/+28
| |\ \
| | * | perf/x86/intel/uncore: Add more Intel uncore IMC PCI IDs for SkyLakeKan Liang2016-11-111-4/+28
| * | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-142-24/+58
| |\ \ \
| | * | | x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming2016-11-131-23/+57
| | * | | x86/efi: Fix EFI memmap pointer size warningBorislav Petkov2016-11-131-1/+1
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-139-2/+66
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-11-119-2/+66
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-049-2/+66
| * | | | Merge tag 'arc-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-11-1119-49/+104
| |\ \ \ \
| | * | | | ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination coreYuriy Kolerov2016-11-081-2/+11
| | * | | | ARC: IRQ: Do not use hwirq as virq and vice versaYuriy Kolerov2016-11-083-16/+20
| | * | | | ARC: [plat-eznps] set default baud for early consoleNoam Camus2016-11-081-0/+2
| | * | | | ARC: [plat-eznps] remove IPI clear from SMP operationsNoam Camus2016-11-081-6/+0
| | * | | | Revert "ARC: build: retire old toggles"Vineet Gupta2016-11-081-0/+3
| | * | | | ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta2016-11-071-8/+11
| | * | | | ARC: change return value of userspace cmpxchg assist syscallVineet Gupta2016-11-072-9/+13
| | * | | | arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin2016-11-031-0/+26
| | * | | | ARC: [SMP] avoid overriding present cpumaskNoam Camus2016-10-311-4/+6
| | * | | | ARC: Enable PERF_EVENTS in nSIM driven platformsAlexey Brodkin2016-10-319-4/+12
| * | | | | Merge tag 'pci-v4.9-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-11-111-2/+5
| |\ \ \ \ \
| | * | | | | arm64: dts: rockchip: add three new resets for rk3399 PCIe controllerShawn Lin2016-11-101-2/+5
| * | | | | | Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds2016-11-115-5/+11
| |\ \ \ \ \ \
| | * | | | | | crypto: aesni: shut up -Wmaybe-uninitialized warningArnd Bergmann2016-11-111-2/+2
| | * | | | | | s390: pci: don't print uninitialized data for debuggingArnd Bergmann2016-11-111-1/+1
| | * | | | | | nios2: fix timer initcall return valueArnd Bergmann2016-11-111-0/+1
| | * | | | | | x86: apm: avoid uninitialized dataArnd Bergmann2016-11-111-1/+4
| | * | | | | | Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2016-11-111-1/+3
| | | |_|_|_|/ | | |/| | | |
| * / | | | | mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-111-0/+2
| |/ / / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-11-091-3/+3
| |\ \ \ \ \
| | * | | | | s390/hypfs: Use get_free_page() instead of kmalloc to ensure page alignmentMichael Holzheu2016-10-281-3/+3
| * | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-11-074-21/+42
| |\ \ \ \ \ \
| | * | | | | | arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas2016-11-054-21/+42
| | | |_|/ / / | | |/| | | |
| * | | | | | openrisc: Define __ro_after_init to avoid crashGuenter Roeck2016-11-061-0/+2
| | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-11-0410-102/+59
| |\ \ \ \ \
| | * | | | | kvm: x86: Check memopp before dereference (CVE-2016-8630)Owen Hofmann2016-11-021-1/+1
| | * | | | | kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson2016-11-021-7/+15
| | * | | | | KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini2016-11-024-65/+6
| | * | | | | KVM: x86: fix wbinvd_dirty_mask use-after-freeIdo Yariv2016-10-281-1/+3
| | * | | | | kvm/x86: Show WRMSR data is in hexBorislav Petkov2016-10-271-3/+3
| | * | | | | Merge tag 'kvm-s390-master-4.9-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-10-271-2/+2
| | |\ \ \ \ \