summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm: use vm_unmapped_area() on alpha architectureMichel Lespinasse2013-02-221-11/+9Star
* block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong2013-02-221-6/+0Star
* ARM: mmp: add display and fb support in pxa910 defconfigZhou Zhu2013-02-221-0/+8
* ARM: mmp: enable display in ttc_dkbZhou Zhu2013-02-221-0/+92
* ARM: mmp: added device for display controllerZhou Zhu2013-02-222-1/+7
* cris: use "int" for ssize_t to match size_tGeert Uytterhoeven2013-02-221-5/+0Star
* mn10300: use for_each_pci_dev to simplify the codeWei Yongjun2013-02-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-2121-81/+104
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-1927-503/+544
| |\
| | * ARM: net: bpf_jit: fix emit_swap16() for non ARMv6+.Nicolas Schichan2013-02-141-4/+11
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-5/+5
| |\ \
| | * | wlcore: move wl12xx_platform_data up and make it truly optionalLuciano Coelho2013-02-081-5/+5
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-0960-187/+531
| |\ \ \
| * | | | x86: bpf_jit_comp: add pkt_type supportEric Dumazet2013-01-311-1/+39
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-29102-344/+627
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | bcma: return the mips irq number in bcma_core_irqNathan Hintz2013-01-111-1/+1
| * | | | | Remove leftover #endif after introducing SO_REUSEPORTThomas Graf2013-01-271-1/+0Star
| * | | | | Merge branch 'testing' of git://git.kernel.org/pub/scm/linux/kernel/git/klass...David S. Miller2013-01-231-37/+0Star
| |\ \ \ \ \
| | * | | | | crypto: aesni-intel - remove rfc3686(ctr(aes)), utilize rfc3686 from ctr-modu...Jussi Kivilinna2013-01-081-37/+0Star
| * | | | | | soreuseport: infrastructureTom Herbert2013-01-2314-15/+14Star
| * | | | | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-1714-0/+24
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-15354-1304/+1484
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-071-2/+2
| * | | | | | um: net: use eth_hw_addr_random() to generate random macJiri Pirko2013-01-042-15/+8Star
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2013-02-2014-120/+246
|\ \ \ \ \ \
| * | | | | | sparc32: refactor smp bootSam Ravnborg2013-02-206-78/+132
| * | | | | | sparc64: Fix huge PMD to PTE translation for sun4u in TLB miss handler.David S. Miller2013-02-201-9/+19
| * | | | | | sparc64: Fix tsb_grow() in atomic context.David S. Miller2013-02-206-16/+72
| * | | | | | sparc64: Handle hugepage TSB being NULL.David S. Miller2013-02-201-16/+22
| * | | | | | sparc64: Fix gfp_flags setting in tsb_grow().David S. Miller2013-02-201-1/+1
* | | | | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-2028-173/+853
|\ \ \ \ \ \ \
| * | | | | | | arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon2013-02-113-1/+26
| * | | | | | | arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon2013-02-114-143/+143
| * | | | | | | arm64: compat: use compat_uptr_t type for compat_ucontext.uc_linkWill Deacon2013-02-111-2/+2
| * | | | | | | arm64: Select ARCH_WANT_FRAME_POINTERSCatalin Marinas2013-01-291-0/+1
| * | | | | | | arm64: Add kvm_para.h and xor.h generic headersCatalin Marinas2013-01-292-0/+5
| * | | | | | | arm64: SMP: enable PSCI boot methodMarc Zyngier2013-01-294-1/+55
| * | | | | | | arm64: psci: add support for PSCI invocations from the kernelWill Deacon2013-01-294-1/+253
| * | | | | | | arm64: SMP: rework the SMP code to be enabling method agnosticMarc Zyngier2013-01-294-23/+123
| * | | | | | | arm64: perf: add guest vs host discriminationMarc Zyngier2013-01-292-1/+43
| * | | | | | | arm64: add COMPAT_PSR_*_BIT flagsMarc Zyngier2013-01-291-0/+10
| * | | | | | | arm64: Add simple earlyprintk supportCatalin Marinas2013-01-228-2/+185
| * | | | | | | arm64: Populate the platform devicesCatalin Marinas2013-01-221-0/+8
* | | | | | | | Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-02-2053-95/+6865
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-rmk/virt/kvm/core' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-02-0435-12/+6437
| |\ \ \ \ \ \ \ \
| | * | | | | | | | KVM: ARM: Power State Coordination Interface implementationMarc Zyngier2013-01-237-4/+190
| | * | | | | | | | KVM: ARM: Handle I/O abortsChristoffer Dall2013-01-239-3/+255
| | * | | | | | | | KVM: ARM: Handle guest faults in KVMChristoffer Dall2013-01-234-1/+192
| | * | | | | | | | KVM: ARM: VFP userspace interfaceRusty Russell2013-01-232-0/+190