summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* net: add socket option for low latency pollingEliezer Tamir2013-06-1814-0/+28
* bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2013-06-144-11/+194
* bcm63xx_enet: add support for Broadcom BCM63xx integrated gigabit switchMaxime Bizon2013-06-105-18/+179
* bcm63xx_enet: split DMA channel register accessesMaxime Bizon2013-06-102-5/+22
* sh_eth: get R8A777x support out of #ifdefSergei Shtylyov2013-06-082-2/+2
* sh_eth: get SH7724 support out of #ifdefSergei Shtylyov2013-06-083-5/+5
* sh_eth: get SH7757 support out of #ifdefSergei Shtylyov2013-06-081-4/+4
* sh_eth: get SH77{34|63} support out of #ifdefSergei Shtylyov2013-06-083-3/+3
* sh_eth: get R8A7740 support out of #ifdefSergei Shtylyov2013-06-082-2/+2
* sh_eth: get SH7619 support out of #ifdefSergei Shtylyov2013-06-081-2/+2
* sh_eth: get SH771x support out of #ifdefSergei Shtylyov2013-06-081-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-073-57/+16Star
|\
| * Merge tag 'pci-v3.10-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-071-1/+4
| |\
| | * x86/PCI: Map PCI setup data with ioremap() so it can be in highmemMatt Fleming2013-06-051-1/+4
| * | arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-062-56/+12Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-06158-1410/+3332
|\| |
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-058-124/+421
| |\ \
| | * | KVM: Fix race in apic->pending_events processingGleb Natapov2013-06-031-3/+6
| | * | KVM: fix sil/dil/bpl/spl in the mod/rm fieldsPaolo Bonzini2013-06-031-1/+4
| | * | KVM: Emulate multibyte NOPPaolo Bonzini2013-06-031-1/+3
| | * | ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier2013-06-031-15/+26
| | * | ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara2013-06-031-2/+13
| | * | mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.David Daney2013-06-031-9/+9
| | * | mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2013-06-034-75/+322
| | * | mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_io...David Daney2013-06-031-3/+3
| | * | mips/kvm: Fix name of gpr field in struct kvm_regs.David Daney2013-06-032-3/+4
| | * | mips/kvm: Fix ABI for use of 64-bit registers.David Daney2013-06-031-5/+11
| | * | mips/kvm: Fix ABI for use of FPU.David Daney2013-06-031-8/+21
| * | | Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-06-052-18/+20
| |\ \ \
| | * | | microblaze: Use static inline functions in cacheflush.hMichal Simek2013-06-031-16/+18
| | * | | microblaze: Fix sparse warningsMichal Simek2013-06-031-2/+2
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-06-031-10/+19
| |\ \ \ \
| | * | | | m68k/mac: Fix unexpected interrupt with CONFIG_EARLY_PRINTKFinn Thain2013-05-311-10/+19
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-06-036-24/+30
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | s390/pgtable: Fix gmap notifier addressChristian Borntraeger2013-05-311-1/+1
| | * | | | s390/pgtable: Fix check for pgste/storage key handlingChristian Borntraeger2013-05-281-4/+11
| | * | | | arch: s390: appldata: using strncpy() and strnlen() instead of sprintf()Chen Gang2013-05-281-2/+5
| | * | | | s390/smp: lost IPIs on cpu hotplugHeiko Carstens2013-05-271-16/+11Star
| | * | | | kernel: Fix s390 absolute memory access for /dev/memMichael Holzheu2013-05-221-0/+1
| | * | | | s390/dma: do not call debug_dma after freeSebastian Ott2013-05-221-1/+1
| * | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/dell...Linus Torvalds2013-06-014-7/+5Star
| |\ \ \ \ \
| | * | | | | parisc: kernel: using strlcpy() instead of strcpy()Chen Gang2013-06-011-1/+2
| | * | | | | parisc: rename "CONFIG_PA7100" to "CONFIG_PA7000"Paul Bolle2013-06-011-1/+1
| | * | | | | parisc: fix kernel BUG at arch/parisc/include/asm/mmzone.h:50Helge Deller2013-06-011-4/+1Star
| | * | | | | parisc: memory overflow, 'name' length is too short for usingChen Gang2013-06-011-1/+1
| * | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-06-0126-123/+237
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | powerpc/cputable: Fix typo on P7+ cputable entryWill Schmidt2013-06-011-1/+1
| | * | | | | powerpc/perf: Add missing SIER supportMichael Ellerman2013-06-011-12/+25
| | * | | | | powerpc/perf: Revert to original NO_SIPR logicMichael Ellerman2013-06-011-24/+6Star
| | * | | | | powerpc/pci: Remove the unused variables in pci_process_bridge_OF_rangesKevin Hao2013-06-011-4/+1Star