summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang2013-11-061-0/+12
* | | | | | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta2013-11-061-2/+2
* | | | | | ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-064-1/+42
* | | | | | ARC: Reset the value of Interrupt Priority RegisterVineet Gupta2013-11-061-3/+7
* | | | | | ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-063-7/+3
* | | | | | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-063-8/+7
* | | | | | ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta2013-11-061-3/+11
* | | | | | ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta2013-11-061-84/+55
* | | | | | ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-062-22/+16
* | | | | | ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta2013-11-061-10/+6
* | | | | | ARC: use __weak instead of __attribute__((weak))Vineet Gupta2013-11-062-2/+2
* | | | | | ARC: Annotate some functions as staticVineet Gupta2013-11-061-6/+5
* | | | | | arc: Replace __get_cpu_var usesChristoph Lameter2013-11-062-4/+4
| |_|_|_|/ |/| | | |
* | | | | ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta2013-11-021-3/+3
| |_|/ / |/| | |
* | | | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-121-1/+1
| |/ / |/| |
* | | ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert2013-10-031-12/+13
* | | ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König2013-09-271-5/+2
* | | ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta2013-09-271-1/+8
* | | ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta2013-09-271-2/+2
* | | ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-09-271-0/+6
|/ /
* | 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
|\
OpenPOWER on IntegriCloud