summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-08-16sparc64: vcc: Add RX & TX timer for delayed LDC operationJag Raman1-0/+1
2017-08-16sparc64: vcc: Enable VCC port probe and removalJag Raman3-3/+19
2017-08-16sparc64: vcc: Add VCC debug message macrosJag Raman1-0/+1
2017-08-16sparc64: vcc: Enable VCC module in linuxJag Raman1-0/+1
2017-08-11arch/sparc: Add accurate exception reporting in M7memcpyBabu Moger4-209/+390
2017-08-11arch/sparc: Optimized memcpy, memset, copy_to_user, copy_from_user for M7/M8Babu Moger7-2/+1435
2017-08-11arch/sparc: Rename exception handlersBabu Moger2-124/+124
2017-08-11arch/sparc: Separate the exception handlers from NG4memcpyBabu Moger3-149/+165
2017-08-11sparc64: update comments in U3memcpySam Ravnborg1-11/+21
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller201-1125/+3809
2017-08-10sparc64: Revert 16GB huge page support.David S. Miller9-220/+54
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds6-11/+63
2017-08-10sparc64: Use CPU_POKE to resume idle cpuVijay Kumar5-5/+90
2017-08-10sparc64: Add a new hypercall CPU_POKEVijay Kumar2-0/+29
2017-08-10sparc64: Cleanup hugepage table walk functionsNitin Gupta1-34/+20
2017-08-10sparc64: Add 16GB hugepage supportNitin Gupta8-30/+156
2017-08-10sparc64: Support huge PUD case in get_user_pagesNitin Gupta2-3/+57
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+1952
2017-08-08Merge tag 'xtensa-20170807' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-43/+10
2017-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+3
2017-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-85/+190
2017-08-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-16/+11
2017-08-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds43-102/+356
2017-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-10/+13
2017-08-04MIPS: Add missing file for eBPF JIT.David Daney1-0/+1950
2017-08-04bpf, s390: fix jit branch offset related to ldimm64Daniel Borkmann1-1/+2
2017-08-04sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.Vijay Kumar1-1/+11
2017-08-04sparc64: recognize and support sparc M8 cpu typeAllen Pais6-2/+30
2017-08-04sparc64: properly name the cpu constantsAllen Pais2-8/+22
2017-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-18/+48
2017-08-04Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-21/+71
2017-08-04sparc64: Fix exception handling in UltraSPARC-III memcpy.David S. Miller1-2/+2
2017-08-04arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers1-2/+4
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas1-7/+8
2017-08-04Merge tag 'davinci-fixes-for-v4.13' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2-28/+0
2017-08-04Merge tag 'sunxi-fixes-for-4.13' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann3-9/+11
2017-08-04Merge tag 'qcom-arm64-defconfig-fixes-for-4.13-rc2' of git://git.kernel.org/p...Arnd Bergmann1-0/+1
2017-08-04ARM: dts: tango4: Request RGMII RX and TX clock delaysMarc Gonzalez1-1/+1
2017-08-04Merge tag 'renesas-fixes3-for-v4.13' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-1/+5
2017-08-04Merge tag 'mvebu-fixes-4.13-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann3-2/+4
2017-08-04Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann3-15/+94
2017-08-04Merge tag 'v4.13-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann1-2/+2
2017-08-04powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin1-1/+14
2017-08-04powerpc/perf: POWER9 PMU stops after idle workaroundNicholas Piggin1-1/+7
2017-08-03Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-14/+26
2017-08-03Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Rafael J. Wysocki1-14/+26
2017-08-03Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář1-1/+1
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li1-2/+9
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack1-10/+43
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack1-5/+11