summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-034-20/+19
|\
| * timers/x86/hpet: Type adjustmentsJan Beulich2015-10-214-20/+19
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-11-0322-138/+112
|\ \
| | \
| | \
| *-. \ Merge branches 'fixes' and 'misc' into for-nextRussell King2015-10-2922-141/+125
| |\ \ \
| | | * | arm: add missing of_node_putJulia Lawall2015-10-261-3/+9
| | | * | ARM: 8447/1: catch pending imprecise abort on unmaskLucas Stach2015-10-193-1/+25
| | | * | ARM: 8443/1: Adding support for atomic half word exchangeSarbojit Ganguly2015-10-091-0/+12
| | | * | ARM: clean up TWD after previous patchRussell King2015-10-091-4/+4
| | | * | ARM: 8441/2: twd: Don't set CLOCK_EVT_FEAT_C3STOP unconditionallyMarc Gonzalez2015-10-091-1/+4
| | | * | ARM: make highpte an expert optionRussell King2015-10-031-1/+2
| | | * | ARM: 8433/1: add a VMSPLIT_3G_OPT config optionNicolas Pitre2015-10-031-0/+3
| | | * | ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson2015-10-031-0/+9
| | | * | ARM: 8428/1: kgdb: Fix registers on sleeping tasksDoug Anderson2015-10-031-19/+12
| | | * | ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski2015-10-031-0/+2
| | | * | ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski2015-10-031-0/+5
| | | * | ARM: remove user cmpxchg syscallRussell King2015-10-034-101/+3
| | | * | ARM: 8438/1: Add unwinding to __clear_user_std()Stephen Boyd2015-10-031-0/+4
| | | * | ARM: 8436/1: hw_breakpoint: remove unnecessary headerManinder Singh2015-10-031-1/+0
| | | * | ARM: 8434/2: Revert "7655/1: smp_twd: make twd_local_timer_of_register() no-o...Felipe Balbi2015-10-032-5/+0
| | | * | ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000Nicolas Pitre2015-09-221-1/+1
| | | * | ARM: 8430/1: use default ioremap alignment for SMP or LPAESergey Dyasly2015-09-221-0/+2
| | | * | ARM: 8423/1: add const qualifier to smp_operations member in structuresMasahiro Yamada2015-09-222-2/+2
| | | * | ARM: 8424/1: add const qualifier to the argument of smp_set_ops()Masahiro Yamada2015-09-222-2/+2
| | | * | ARM: 8422/1: enable imprecise aborts during early kernel startupLucas Stach2015-09-223-0/+14
| | * | | ARM: 8449/1: fix bug in vdsomunge swab32 macroH. Nikolaus Schaller2015-10-291-1/+1
* | | | | Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-11-0347-417/+993
|\ \ \ \ \
| * | | | | ARC: mm: PAE40 supportVineet Gupta2015-10-299-14/+110
| * | | | | ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_tVineet Gupta2015-10-281-9/+12
| * | | | | ARC: mm: PAE40: switch to using phys_addr_t for physical addressesVineet Gupta2015-10-283-22/+22
| * | | | | ARC: mm: HIGHMEM: populate high memory from DTVineet Gupta2015-10-282-8/+74
| * | | | | ARC: mm: HIGHMEM: kmap API implementationVineet Gupta2015-10-286-1/+233
| * | | | | ARC: mm: preps ahead of HIGHMEM support #2Vineet Gupta2015-10-281-26/+14
| * | | | | ARC: mm: preps ahead of HIGHMEM supportVineet Gupta2015-10-283-16/+22
| * | | | | ARC: mm: use generic macros _BITUL()/_AC()Alexey Brodkin2015-10-282-14/+8
| * | | | | ARC: mm: Improve Duplicate PD Fault handlerVineet Gupta2015-10-281-24/+24
| * | | | | ARC: Ensure DT mem base is same as what kernel is built withVineet Gupta2015-10-287-6/+8
| * | | | | ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP onceVineet Gupta2015-10-281-2/+0
| * | | | | ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta2015-10-284-16/+2
| * | | | | ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-283-1/+12
| * | | | | ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-283-6/+6
| * | | | | ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta2015-10-284-14/+8
| * | | | | ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2015-10-283-3/+16
| * | | | | ARC: remove @init_time, @init_irq platform callbacksVineet Gupta2015-10-283-14/+5
| * | | | | ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta2015-10-282-9/+9
| * | | | | ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta2015-10-285-29/+42
| * | | | | ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta2015-10-172-43/+21
| * | | | | ARC: boot log: decode more mmu config itemsVineet Gupta2015-10-172-7/+9
| * | | | | ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-175-10/+11
| * | | | | ARC: mm: compute TLB size as needed from ways * setsVineet Gupta2015-10-172-7/+6
| * | | | | ARC: mm: MMU v1..v3 only selectable for ARCompact ISA based coresVineet Gupta2015-10-171-0/+4