summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-265-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-2631-237/+101Star
|\
| * Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-03-255-81/+3Star
| |\
| | * parisc: locks: remove redundant arch_*_relax operationsWill Deacon2014-03-231-4/+0Star
| | * parisc: wire up sys_utimesHelge Deller2014-03-232-2/+3
| | * parisc: Remove unused CONFIG_PARISC_TMPALIAS codeJohn David Anglin2014-03-232-75/+0Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-03-253-4/+6
| |\ \ | | |/ | |/|
| | * sparc64: Make sure %pil interrupts are enabled during hypervisor yield.David S. Miller2014-03-241-1/+3
| | * sparc64:tsb.c:use array size macro rather than numberDoug Wilson2014-03-171-1/+1
| | * sparc64: don't treat 64-bit syscall return codes as 32-bitDave Kleikamp2014-03-171-2/+2
| * | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-03-221-1/+1
| |\ \
| | * | ARM: at91: fix network interface ordering for sama5d36Boris BREZILLON2014-03-111-1/+1
| * | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-03-205-27/+40
| |\ \ \
| | * | | MIPS: Make local_irq_disable macro safe for non-Mipsr2Jim Quinlan2014-03-201-0/+11
| | * | | MIPS: Octeon: Fix warning in of_device_alloc on cn3xxxAndreas Herrmann2014-03-191-10/+12
| | * | | MIPS: ftrace: Tweak safe_load()/safe_store() macrosViller Hsiao2014-03-191-10/+10
| | * | | MIPS: BCM47XX: Check all (32) GPIOs when looking for a pinRafał Miłecki2014-03-191-1/+1
| | * | | MIPS: Fix possible build error with transparent hugepages enabledAlex Smith2014-03-181-6/+6
| * | | | Merge tag 'pci-v3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-201-19/+1Star
| |\ \ \ \
| | * | | | Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas2014-03-181-19/+1Star
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-03-181-69/+2Star
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: PPC: Book3S HV: Fix register usage when loading/saving VRSAVEPaul Mackerras2014-03-131-2/+2
| | * | | | KVM: PPC: Book3S HV: Remove bogus duplicate codePaul Mackerras2014-03-131-67/+0Star
| * | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-03-1816-35/+46
| |\ \ \ \ \
| | * | | | | MIPS: mark O32+FP64 experimental for nowPaul Burton2014-03-171-3/+9
| | * | | | | MIPS: ftrace: Fix icache flush range errorViller Hsiao2014-03-171-3/+2Star
| | * | | | | MIPS: Fix syscall tracing interfaceLars Persson2014-03-171-2/+2
| | * | | | | MIPS: asm: syscall: Fix copying system call argumentsMarkos Chandras2014-03-171-2/+1Star
| | * | | | | MIPS: Octeon: Fix fall through on bar type OCTEON_DMA_BAR_TYPE_SMALLColin Ian King2014-03-151-0/+1
| | * | | | | MIPS: FPU: Fix conflict of register usageHuacai Chen2014-03-141-4/+4
| | * | | | | MIPS: Replace CONFIG_MIPS64 and CONFIG_MIPS32_R2Paul Bolle2014-03-143-7/+7
| | * | | | | MIPS: math-emu: Fix prefx detection and COP1X function field definitionDeng-Cheng Zhu2014-03-112-5/+5
| | * | | | | MIPS: APRP: Choose the correct VPE loader by fixing the linkingDeng-Cheng Zhu2014-03-061-1/+1
| | * | | | | MIPS: APRP: Unregister rtlx interrupt hook at module exitDeng-Cheng Zhu2014-03-062-0/+6
| | * | | | | MIPS: APRP: Fix the linking of rtlx interrupt hookDeng-Cheng Zhu2014-03-061-2/+2
| | * | | | | MIPS: bcm47xx: Include missing errno.h for ENXIOMarkos Chandras2014-03-061-0/+1
| | * | | | | MIPS: Alchemy: Fix unchecked kstrtoul return valueManuel Lauss2014-03-062-6/+2Star
| | * | | | | MIPS: Fix randconfig build error.Ralf Baechle2014-03-061-0/+3
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-161-1/+2
| |\ \ \ \ \ \
| | * | | | | | perf/x86: Fix leak in uncore_type_init failure pathsDave Jones2014-03-111-1/+2
* | | | | | | | uml/net_kern: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1546-382/+268Star
|\| | | | | | |
| * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-152-4/+13
| |\ \ \ \ \ \ \
| | * | | | | | | x86/amd/numa: Fix northbridge quirk to assign correct NUMA nodeDaniel J Blueman2014-03-141-1/+1
| | * | | | | | | x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPUSuresh Siddha2014-03-111-3/+12
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-141-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | x86: bpf_jit: support negative offsetsAlexei Starovoitov2014-03-121-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-03-131-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-03-121-3/+3
| * | | | | | | | x86: Remove CONFIG_X86_OOSTOREDave Jones2014-03-116-290/+5Star
| | |_|_|/ / / / | |/| | | | | |