summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-167-15/+38
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-117-15/+38
| |\
| | * x86/mm/ptdump: Fix soft lockup in page table walkerAndrey Ryabinin2017-02-101-0/+2
| | * x86/tsc: Make the TSC ADJUST sanitizing work for tsc_reliableThomas Gleixner2017-02-101-9/+7
| | * x86/tsc: Avoid the large time jump when sanitizing TSC ADJUSTThomas Gleixner2017-02-101-2/+3
| | * x86/CPU/AMD: Fix Zen SMT topologyYazen Ghannam2017-02-051-0/+7
| | * x86/CPU/AMD: Bring back Compute Unit IDBorislav Petkov2017-02-054-4/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-1134-40/+219
|\| |
| * | Merge tag 'powerpc-4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-106-26/+52
| |\ \
| | * | powerpc/powernv: Properly set "host-ipi" on IPIsBenjamin Herrenschmidt2017-02-091-2/+4
| | * | powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2017-02-094-3/+42
| | * | powerpc/mm/radix: Update ERAT flushes when invalidating TLBBenjamin Herrenschmidt2017-02-091-5/+1
| | * | powerpc/mm: Fix spurrious segfaults on radix with autonumaBenjamin Herrenschmidt2017-02-081-16/+5
| * | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-093-3/+7
| |\ \ \
| | * | | ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-301-1/+1
| | * | | ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin2017-01-302-2/+6
| * | | | Revert "x86/ioapic: Restore IO-APIC irq_chip retrigger callback"Linus Torvalds2017-02-081-2/+0
| * | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-0824-9/+160
| |\ \ \ \
| | * | | | ARM: defconfigs: make NF_CT_PROTO_SCTP and NF_CT_PROTO_UDPLITE built-inArnd Bergmann2017-02-062-4/+4
| | * | | | Merge tag 'mvebu-fixes-4.10-1' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann2017-02-062-3/+3
| | |\ \ \ \
| | | * | | | ARM: orion5x: fix Makefile for linkstation-lschl.dtbArnd Bergmann2017-02-021-1/+1
| | | * | | | ARM: dts: orion5x-lschl: More consistent naming on linkstation seriesRoger Shimizu2017-01-311-0/+0
| | | * | | | ARM: dts: orion5x-lschl: Fix model nameRoger Shimizu2017-01-311-2/+2
| | * | | | | Merge tag 'sti-dt-for-v4.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2017-01-291-0/+1
| | |\ \ \ \ \
| | | * | | | | ARM: dts: STiH407-family: set snps,dis_u3_susphy_quirkPatrice Chotard2017-01-271-0/+1
| | * | | | | | Merge tag 'imx-fixes-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2017-01-2717-2/+122
| | |\ \ \ \ \ \
| | | * | | | | | ARM: dts: imx: Pass 'chosen' and 'memory' nodesFabio Estevam2017-01-2415-0/+120
| | | * | | | | | ARM: dts: imx6dl: fix GPIO4 rangeSébastien Szymanski2017-01-231-1/+1
| | | * | | | | | ARM: imx: hide unused variable in #ifdefArnd Bergmann2017-01-231-1/+1
| | * | | | | | | ARM64: dts: meson-gx: Add firmware reserved memory zonesNeil Armstrong2017-01-271-0/+18
| | * | | | | | | ARM64: dts: meson-gxbb-odroidc2: fix GbE tx link breakageJerome Brunet2017-01-271-0/+12
* | | | | | | | | MIPS: Octeon: Remove unnecessary MODULE_*()Russell King2017-02-101-4/+0
* | | | | | | | | ARM: orion: remove unused wnr854t_switch_plat_dataArnd Bergmann2017-02-091-5/+0
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-0728-290/+192
|\| | | | | | | |
| * | | | | | | | ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-02-071-1/+1
| * | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-061-4/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | crypto: aesni - Fix failure when pcbc module is absentHerbert Xu2017-02-031-4/+4
| * | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-042-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/irq: Make irq activate operations symmetricThomas Gleixner2017-01-312-0/+3
| * | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-041-0/+1
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | KVM: x86: do not save guest-unsupported XSAVE stateRadim Krčmář2017-02-031-0/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'powerpc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-0311-62/+11
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | powerpc/mm: Use the correct pointer when setting a 2MB pteReza Arbab2017-01-301-2/+2
| | * | | | | | | | powerpc: Fix build failure with clang due to BUILD_BUG_ON()Michael Ellerman2017-01-252-0/+4
| | * | | | | | | | powerpc: Revert the initial stack protector supportMichael Ellerman2017-01-246-59/+1
| | * | | | | | | | powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()Gavin Shan2017-01-241-1/+1
| | * | | | | | | | powerpc: Add missing error check to prom_find_boot_cpu()Darren Stevens2017-01-241-0/+3
| * | | | | | | | | modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-033-12/+1
| * | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-026-35/+37
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/mce: Make timer handling more robustThomas Gleixner2017-01-311-19/+12