| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | ARC: [SMP] enlarge possible NR_CPUS | Noam Camus | 2013-11-06 | 1 | -2/+2 |
* | | | | | | ARC: [SMP] TLB flush | Vineet Gupta | 2013-11-06 | 4 | -3/+99 |
* | | | | | | ARC: [SMP] ASID allocation | Vineet Gupta | 2013-11-06 | 3 | -23/+37 |
* | | | | | | arc: export symbol for pm_power_off in reset.c | Chen Gang | 2013-11-06 | 1 | -0/+1 |
* | | | | | | arc: export symbol for save_stack_trace() in stacktrace.c | Chen Gang | 2013-11-06 | 1 | -0/+1 |
* | | | | | | arc: remove '__init' for get_hw_config_num_irq() | Chen Gang | 2013-11-06 | 2 | -2/+2 |
* | | | | | | arc: remove '__init' for first_lines_of_secondary() | Chen Gang | 2013-11-06 | 2 | -2/+2 |
* | | | | | | arc: remove '__init' for setup_processor() and arc_init_IRQ() | Chen Gang | 2013-11-06 | 2 | -2/+2 |
* | | | | | | arc: kgdb: add default implementation for kgdb_roundup_cpus() | Chen Gang | 2013-11-06 | 1 | -0/+12 |
* | | | | | | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop | Vineet Gupta | 2013-11-06 | 1 | -2/+2 |
* | | | | | | ARC: Add support for irqflags tracing and lockdep | Vineet Gupta | 2013-11-06 | 4 | -1/+42 |
* | | | | | | ARC: Reset the value of Interrupt Priority Register | Vineet Gupta | 2013-11-06 | 1 | -3/+7 |
* | | | | | | ARC: Reduce #ifdef'ery for unaligned access emulation | Vineet Gupta | 2013-11-06 | 3 | -7/+3 |
* | | | | | | ARC: Change calling convention of do_page_fault() | Vineet Gupta | 2013-11-06 | 3 | -8/+7 |
* | | | | | | ARC: cacheflush optim - PTAG can be loop invariant if V-P is const | Vineet Gupta | 2013-11-06 | 1 | -3/+11 |
* | | | | | | ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers | Vineet Gupta | 2013-11-06 | 1 | -84/+55 |
* | | | | | | ARC: cacheflush refactor #2: I and D caches lines to have same size | Vineet Gupta | 2013-11-06 | 2 | -22/+16 |
* | | | | | | ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine | Vineet Gupta | 2013-11-06 | 1 | -10/+6 |
* | | | | | | ARC: use __weak instead of __attribute__((weak)) | Vineet Gupta | 2013-11-06 | 2 | -2/+2 |
* | | | | | | ARC: Annotate some functions as static | Vineet Gupta | 2013-11-06 | 1 | -6/+5 |
* | | | | | | arc: Replace __get_cpu_var uses | Christoph Lameter | 2013-11-06 | 2 | -4/+4 |
| |_|_|_|/
|/| | | | |
|
* | | | | | ARC: Incorrect mm reference used in vmalloc fault handler | Vineet Gupta | 2013-11-02 | 1 | -3/+3 |
| |_|/ /
|/| | | |
|
* | | | | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc" | Vineet Gupta | 2013-10-12 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | ARC: Fix signal frame management for SA_SIGINFO | Christian Ruppert | 2013-10-03 | 1 | -12/+13 |
* | | | ARC: Use clockevents_config_and_register over clockevents_register_device | Uwe Kleine-König | 2013-09-27 | 1 | -5/+2 |
* | | | ARC: Workaround spinlock livelock in SMP SystemC simulation | Vineet Gupta | 2013-09-27 | 1 | -1/+8 |
* | | | ARC: Fix 32-bit wrap around in access_ok() | Vineet Gupta | 2013-09-27 | 1 | -2/+2 |
* | | | ARC: Handle zero-overhead-loop in unaligned access handler | Mischa Jonker | 2013-09-27 | 1 | -0/+6 |
|/ / |
|
* | | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -1/+0 |
* | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-12 | 1 | -7/+4 |
|\ \ |
|
| * | | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 2013-09-12 | 1 | -2/+4 |
| * | | arch: mm: remove obsolete init OOM protection | Johannes Weiner | 2013-09-12 | 1 | -5/+0 |
* | | | ARC: SMP failed to boot due to missing IVT setup | Noam Camus | 2013-09-12 | 4 | -5/+5 |
|/ / |
|
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-09-10 | 2 | -9/+2 |
|\ \ |
|
| * | | of: consolidate definition of early_init_dt_alloc_memory_arch() | Grant Likely | 2013-08-28 | 1 | -6/+0 |
| * | | Merge tag 'v3.11-rc7' into devicetree/next | Grant Likely | 2013-08-28 | 2 | -0/+11 |
| |\ \
| | |/ |
|
| * | | of: Specify initrd location using 64-bit | Santosh Shilimkar | 2013-07-24 | 1 | -3/+2 |
* | | | ARC: fix new Section mismatches in build (post __cpuinit cleanup) | Vineet Gupta | 2013-09-05 | 2 | -2/+2 |
* | | | ARC: Fix __udelay calculation | Mischa Jonker | 2013-09-05 | 1 | -3/+2 |
* | | | ARC: remove console_verbose() from setup_arch() | Mischa Jonker | 2013-09-05 | 1 | -2/+0 |
* | | | ARC: Add read*_relaxed to asm/io.h | Mischa Jonker | 2013-09-05 | 1 | -0/+4 |
* | | | ARC: Handle un-aligned user space access in BE. | Noam Camus | 2013-09-05 | 1 | -7/+19 |
* | | | ARC: [ASID] Track ASID allocation cycles/generations | Vineet Gupta | 2013-08-30 | 4 | -86/+40 |
* | | | ARC: [ASID] activate_mm() == switch_mm() | Vineet Gupta | 2013-08-30 | 1 | -11/+9 |
* | | | ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID | Vineet Gupta | 2013-08-30 | 2 | -33/+25 |
* | | | ARC: [ASID] Refactor the TLB paranoid debug code | Vineet Gupta | 2013-08-30 | 3 | -21/+21 |
* | | | ARC: [ASID] Remove legacy/unused debug code | Vineet Gupta | 2013-08-30 | 2 | -14/+0 |
* | | | ARC: No need to flush the TLB in early boot | Vineet Gupta | 2013-08-30 | 1 | -7/+0 |
* | | | ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete | Vineet Gupta | 2013-08-30 | 2 | -40/+56 |
* | | | ARC: MMUv4 preps/2 - Reshuffle PTE bits | Vineet Gupta | 2013-08-30 | 3 | -25/+11 |