aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-03-31ptp: tilegx: convert to the 64 bit get/set time methods.Gravatar Richard Cochran 2-4/+4
2015-03-27dtb: xgene: Add interrupt for Tx completionGravatar Iyappan Subramanian 1-3/+6
2015-03-25s390: fix /proc/interrupts outputGravatar Sebastian Ott 1-1/+0
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 19-74/+207
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 7-15/+141
2015-03-23sparc64: Fix several bugs in memmove().Gravatar David S. Miller 1-3/+32
2015-03-21Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-31/+24
2015-03-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-5/+19
2015-03-21Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 5-23/+23
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 113-539/+1136
2015-03-20arm64: Honor __GFP_ZERO in dma allocationsGravatar Suzuki K. Poulose 1-3/+9
2015-03-20arm64: efi: don't restore TTBR0 if active_mm points at init_mmGravatar Will Deacon 2-2/+10
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Gravatar Rafael J. Wysocki 4-31/+24
2015-03-19sparc: Touch NMI watchdog when walking cpus and calling printkGravatar David Ahern 1-0/+4
2015-03-19sparc: perf: Add support M7 processorGravatar David Ahern 5-0/+102
2015-03-19sparc: perf: Make counting mode actually workGravatar David Ahern 1-8/+3
2015-03-19sparc: perf: Remove redundant perf_pmu_{en|dis}able callsGravatar David Ahern 1-4/+0
2015-03-19Merge tag 'nios2-fixes-v4.0-rc5' of git://git.rocketboards.org/linux-socfpga-...Gravatar Linus Torvalds 2-7/+0
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 9-53/+41
2015-03-18sparc: Fix /proc/kcoreGravatar David S. Miller 2-1/+4
2015-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-10/+18
2015-03-18dtb: xgene: Add second SGMII based 1G interface nodeGravatar Keyur Chudgar 2-0/+29
2015-03-18ARM: 8313/1: Use read_cpuid_ext() macro instead of inline asmGravatar Mason 1-4/+1
2015-03-18ARM: 8311/1: Don't use is_module_addr in setting page attributesGravatar Laura Abbott 1-1/+4
2015-03-18ARM: 8310/1: l2c: Fix prefetch settings dt parsingGravatar Fabrice Gasnier 1-17/+16
2015-03-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 13-73/+66
2015-03-17Merge git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-79/+76
2015-03-16Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Marcelo Tosatti 4-73/+68
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Gravatar Borislav Petkov 7-61/+17
2015-03-16nios2: mm: do not invoke OOM killer on kernel fault OOMGravatar Ley Foon Tan 1-6/+0
2015-03-16nios2: Remove ucontext.h from exported arch headersGravatar Tobias Klauser 1-1/+0
2015-03-15Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+3
2015-03-15Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 63-221/+826
2015-03-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-1/+34
2015-03-14arm64: put __boot_cpu_mode label after alignment instead of beforeGravatar Ard Biesheuvel 1-1/+1
2015-03-14efi/arm64: use UEFI for system reset and poweroffGravatar Ard Biesheuvel 2-0/+17
2015-03-14arm64: Invalidate the TLB corresponding to intermediate page table levelsGravatar Catalin Marinas 2-0/+16
2015-03-13Merge tag 'stable/for-linus-4.0-rc3-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-1/+1
2015-03-13KVM: VMX: Set msr bitmap correctly if vcpu is in guest modeGravatar Wincy Van 1-4/+7
2015-03-13x86/fpu: Drop_fpu() should not assume that tsk equals currentGravatar Oleg Nesterov 1-1/+1
2015-03-13x86/fpu: Avoid math_state_restore() without used_math() in __restore_xstate_s...Gravatar Oleg Nesterov 1-3/+4
2015-03-13crypto: aesni - fix memory usage in GCM decryptionGravatar Stephan Mueller 1-2/+2
2015-03-12arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMUGravatar Chen Gang 1-0/+5
2015-03-12kvm: x86: i8259: return initialized data on invalid-size readGravatar Petr Matousek 1-0/+1
2015-03-12Merge tag 'microblaze-4.0-rc4' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-3/+4
2015-03-12Merge tag 'nios2-fix-4.0-rc4' of git://git.rocketboards.org/linux-socfpga-nextGravatar Linus Torvalds 7-89/+62
2015-03-12x86/apic/numachip: Fix sibling map with NumaChipGravatar Daniel J Blueman 1-6/+16
2015-03-12x86/platform, acpi: Bypass legacy PIC and PIT in ACPI hardware reduced modeGravatar Li, Aubrey 1-0/+25
2015-03-12nios2: update pt_regsGravatar Chung-Ling Tang 7-89/+62
2015-03-11ARM: imx: fix struct clk pointer comparingGravatar Shawn Guo 1-2/+3