summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-7/+4
|\
| * arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
| * arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-121-5/+0
* | ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-124-5/+5
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-102-9/+2
|\
| * of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-6/+0
| * Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely2013-08-282-0/+11
| |\
| * | of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-3/+2
* | | ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta2013-09-052-2/+2
* | | ARC: Fix __udelay calculationMischa Jonker2013-09-051-3/+2
* | | ARC: remove console_verbose() from setup_arch()Mischa Jonker2013-09-051-2/+0
* | | ARC: Add read*_relaxed to asm/io.hMischa Jonker2013-09-051-0/+4
* | | ARC: Handle un-aligned user space access in BE.Noam Camus2013-09-051-7/+19
* | | ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-304-86/+40
* | | ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta2013-08-301-11/+9
* | | ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2013-08-302-33/+25
* | | ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-303-21/+21
* | | ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2013-08-302-14/+0
* | | ARC: No need to flush the TLB in early bootVineet Gupta2013-08-301-7/+0
* | | ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2013-08-302-40/+56
* | | ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta2013-08-303-25/+11
* | | ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta2013-08-293-48/+54
* | | ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-294-104/+77
* | | ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-262-12/+5
* | | ARC: Exception Handlers Code consolidationVineet Gupta2013-08-263-51/+37
* | | ARC: Add some .gitignore entriesVineet Gupta2013-08-262-0/+2
| |/ |/|
* | ARC: [lib] strchr breakage in Big-endian configurationJoern Rennecke2013-08-241-0/+10
* | ARC: SMP build breakageVineet Gupta2013-07-261-0/+1
|/
* Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-108-58/+62
|\
| * ARC: [TB10x] Updates for irqchip driverChristian Ruppert2013-06-284-54/+43
| * ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 BoardAlexey Brodkin2013-06-284-4/+19
* | mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-2/+4
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-07-042-10/+10
|\ \
| * | i2c-designware: make SDA hold time configurableChristian Ruppert2013-06-262-10/+10
| |/
* | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-7/+1
|\ \
| * | consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-7/+1
| |/
* | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-031-36/+6
|\ \
| * | mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-33/+3
| * | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
| * | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
| * | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* | | Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-0348-876/+670
|\ \ \ | |/ / |/| |
| * | ARC: warn on improper stack unwind FDE entriesVineet Gupta2013-06-271-0/+2
| * | arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-277-16/+16
| * | ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta2013-06-271-5/+5
| * | ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta2013-06-271-5/+5
| * | ARC: Adjustments for gcc 4.8Vineet Gupta2013-06-275-19/+35
| * | ARC: Setup Vector Table Base in early bootVineet Gupta2013-06-262-2/+2
| * | ARC: Remove explicit passing around of ECRVineet Gupta2013-06-2613-78/+59