aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-7/+4
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner1-5/+0
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus4-5/+5
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-9/+2
2013-09-05ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta2-2/+2
2013-09-05ARC: Fix __udelay calculationMischa Jonker1-3/+2
2013-09-05ARC: remove console_verbose() from setup_arch()Mischa Jonker1-2/+0
2013-09-05ARC: Add read*_relaxed to asm/io.hMischa Jonker1-0/+4
2013-09-05ARC: Handle un-aligned user space access in BE.Noam Camus1-7/+19
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta4-86/+40
2013-08-30ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta1-11/+9
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2-33/+25
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta3-21/+21
2013-08-30ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2-14/+0
2013-08-30ARC: No need to flush the TLB in early bootVineet Gupta1-7/+0
2013-08-30ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2-40/+56
2013-08-30ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta3-25/+11
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta3-48/+54
2013-08-29ARC: Code cosmetics (Nothing semantical)Vineet Gupta4-104/+77
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-6/+0
2013-08-28Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely2-0/+11
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2-12/+5
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta3-51/+37
2013-08-26ARC: Add some .gitignore entriesVineet Gupta2-0/+2
2013-08-24ARC: [lib] strchr breakage in Big-endian configurationJoern Rennecke1-0/+10
2013-07-26ARC: SMP build breakageVineet Gupta1-0/+1
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-3/+2
2013-07-10Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds8-58/+62
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-2/+4
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-10/+10
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2-7/+1
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen2-7/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-36/+6
2013-07-03mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-33/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds48-876/+670
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-28ARC: [TB10x] Updates for irqchip driverChristian Ruppert4-54/+43
2013-06-28ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 BoardAlexey Brodkin4-4/+19
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta1-0/+2
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker7-16/+16
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta1-5/+5
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta1-5/+5
2013-06-27ARC: Adjustments for gcc 4.8Vineet Gupta5-19/+35
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert2-10/+10