summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Merge tag 'arc-v3.13-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds28-181/+326
2013-11-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds8-9/+16
2013-11-11Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds24-87/+1055
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds246-7980/+14043
2013-11-11Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds34-285/+484
2013-11-11Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds43-235/+1902
2013-11-11Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds168-4586/+8019
2013-11-11Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds153-3394/+1154
2013-11-11Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-93/+104
2013-11-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds46-354/+878
2013-11-08Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds132-7088/+1983
2013-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds75-1902/+3346
2013-11-08parisc: add generic 32- and 64-bit defconfigsHelge Deller2-0/+674
2013-11-08parisc: signal fixup - SIGBUS vs. SIGSEGVHelge Deller1-4/+14
2013-11-08parisc: implement full version of access_ok()Helge Deller1-4/+42
2013-11-08parisc: correctly display number of active CPUsHelge Deller1-2/+6
2013-11-08parisc: do not count IPI calls twiceHelge Deller3-10/+0
2013-11-08parisc: make udelay() SMP-safeHelge Deller3-32/+84
2013-11-08parisc: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-08parisc: make "make install" not depend on vmlinuxHelge Deller2-15/+51
2013-11-08parisc: add kernel audit featureHelge Deller7-5/+157
2013-11-08parisc: provide macro to create exception table entriesHelge Deller5-14/+27
2013-11-07ARM64: /proc/interrupts: display IPIs of online CPUs onlySudeep KarkadaNagesha1-1/+1
2013-11-07ARC: [plat-arcfpga] defconfig updateVineet Gupta1-0/+3
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu1-6/+1
2013-11-07ARC: [SMP] Disallow RTSCVineet Gupta2-8/+5
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+40
2013-11-07Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-36/+44
2013-11-07Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds20-167/+92
2013-11-06MIPS: remove duplicate defineMichael Opdenacker1-1/+0
2013-11-06arm64: locks: Remove CONFIG_GENERIC_LOCKBREAKCatalin Marinas1-4/+0
2013-11-06arm64: KVM: vgic: byteswap GICv2 access on world switch if BEMarc Zyngier1-0/+13
2013-11-06arm64: KVM: initialize HYP mode following the kernel endiannessMarc Zyngier1-1/+4
2013-11-06ARC: [SMP] Fix build failures for large NR_CPUSVineet Gupta2-3/+21
2013-11-06ARC: [SMP] enlarge possible NR_CPUSNoam Camus1-2/+2
2013-11-06ARC: [SMP] TLB flushVineet Gupta4-3/+99
2013-11-06ARC: [SMP] ASID allocationVineet Gupta3-23/+37
2013-11-06arc: export symbol for pm_power_off in reset.cChen Gang1-0/+1
2013-11-06arc: export symbol for save_stack_trace() in stacktrace.cChen Gang1-0/+1
2013-11-06arc: remove '__init' for get_hw_config_num_irq()Chen Gang2-2/+2
2013-11-06arc: remove '__init' for first_lines_of_secondary()Chen Gang2-2/+2
2013-11-06arc: remove '__init' for setup_processor() and arc_init_IRQ()Chen Gang2-2/+2
2013-11-06arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang1-0/+12
2013-11-06ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta1-2/+2
2013-11-06ARC: Add support for irqflags tracing and lockdepVineet Gupta4-1/+42
2013-11-06ARC: Reset the value of Interrupt Priority RegisterVineet Gupta1-3/+7
2013-11-06ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta3-7/+3
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta3-8/+7
2013-11-06ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta1-3/+11
2013-11-06ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta1-84/+55