Age | Commit message (Expand) | Author | Files | Lines |
2013-05-25 | ARC: lazy dcache flush broke gdb in non-aliasing configs | Vineet Gupta | 1 | -9/+0 |
2013-05-23 | ARC: Use enough bits for determining page's cache color | Vineet Gupta | 1 | -1/+1 |
2013-05-23 | ARC: Brown paper bag bug in macro for checking cache color | Vineet Gupta | 1 | -1/+3 |
2013-05-23 | ARC: copy_(to|from)_user() to honor usermode-access permissions | Vineet Gupta | 2 | -12/+16 |
2013-05-09 | ARC: [mm] Aliasing VIPT dcache support 4/4 | Vineet Gupta | 5 | -4/+22 |
2013-05-09 | ARC: [mm] Aliasing VIPT dcache support 3/4 | Vineet Gupta | 1 | -1/+3 |
2013-05-09 | ARC: [mm] Aliasing VIPT dcache support 2/4 | Vineet Gupta | 3 | -11/+69 |
2013-05-09 | ARC: [mm] Aliasing VIPT dcache support 1/4 | Vineet Gupta | 1 | -1/+1 |
2013-05-07 | ARC: [mm] Lazy D-cache flush (non aliasing VIPT) | Vineet Gupta | 1 | -0/+1 |
2013-05-07 | ARC: [mm] consolidate icache/dcache sync code | Vineet Gupta | 1 | -3/+2 |
2013-05-07 | ARC: [mm] optimise icache flush for user mappings | Vineet Gupta | 1 | -1/+9 |
2013-05-07 | ARC: [mm] optimize needless full mm TLB flush on munmap | Vineet Gupta | 1 | -4/+12 |
2013-05-07 | ARC: [TB10x] Add support for TB10x platform | Christian Ruppert | 1 | -0/+10 |
2013-05-07 | ARC: Prepare interrupt code for external controllers | Christian Ruppert | 1 | -1/+2 |
2013-04-09 | ARC: Add implicit compiler barrier to raw_local_irq* functions | Christian Ruppert | 1 | -4/+8 |
2013-03-20 | ARC: Fix the typo in event identifier flags used by ptrace | Vineet Gupta | 2 | -2/+2 |
2013-03-19 | arc: fix dma_address assignment during dma_map_sg() | Pierrick Hascoet | 1 | -1/+1 |
2013-03-18 | ARC: Remove SET_PERSONALITY (tracks cross-arch change) | Vineet Gupta | 1 | -3/+0 |
2013-03-11 | ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI | Vineet Gupta | 1 | -2/+0 |
2013-03-11 | ARC: make allyesconfig build breakages | Vineet Gupta | 2 | -6/+4 |
2013-02-27 | ARC: split elf.h into uapi and export it for userspace | Vineet Gupta | 3 | -26/+38 |
2013-02-27 | ARC: Fixup the current ABI version | Vineet Gupta | 1 | -1/+1 |
2013-02-27 | ARC: gdbserver using regset interface possibly broken | Vineet Gupta | 1 | -5/+1 |
2013-02-26 | ARC: make a copy of flat DT | Vineet Gupta | 1 | -0/+2 |
2013-02-15 | ARC: Provide a default serial.h for uart drivers needing BASE_BAUD | Vineet Gupta | 1 | -0/+25 |
2013-02-15 | ARC: [Review] Multi-platform image #7: SMP common code to use callbacks | Vineet Gupta | 1 | -21/+15 |
2013-02-15 | ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional | Vineet Gupta | 1 | -0/+16 |
2013-02-15 | ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core | Vineet Gupta | 1 | -0/+2 |
2013-02-15 | ARC: [Review] Multi-platform image #4: Isolate platform headers | Vineet Gupta | 1 | -1/+0 |
2013-02-15 | ARC: [Review] Multi-platform image #3: switch to board callback | Vineet Gupta | 2 | -6/+0 |
2013-02-15 | ARC: [Review] Multi-platform image #2: Board callback Infrastructure | Vineet Gupta | 2 | -1/+85 |
2013-02-15 | ARC: Add support for ioremap_prot API | Gilad Ben-Yossef | 2 | -0/+5 |
2013-02-15 | ARC: UAPI Disintegrate arch/arc/include/asm | Vineet Gupta | 14 | -75/+108 |
2013-02-15 | ARC: Support for single cycle Close Coupled Mem (CCM) | Vineet Gupta | 1 | -0/+33 |
2013-02-15 | ARC: perf support (software counters only) | Vineet Gupta | 1 | -0/+13 |
2013-02-15 | ARC: Boot #2: Verbose Boot reporting / feature verification | Vineet Gupta | 3 | -10/+182 |
2013-02-15 | ARC: kgdb support | Mischa Jonker | 1 | -0/+61 |
2013-02-15 | ARC: Unaligned access emulation | Vineet Gupta | 3 | -1/+32 |
2013-02-15 | ARC: kprobes support | Vineet Gupta | 2 | -0/+67 |
2013-02-15 | ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul) | Vineet Gupta | 1 | -0/+116 |
2013-02-15 | ARC: DWARF2 .debug_frame based stack unwinder | Vineet Gupta | 2 | -0/+170 |
2013-02-15 | ARC: SMP support | Vineet Gupta | 6 | -0/+181 |
2013-02-15 | ARC: Module support | Vineet Gupta | 1 | -0/+4 |
2013-02-15 | ARC: Support for high priority interrupts in the in-core intc | Vineet Gupta | 2 | -1/+100 |
2013-02-15 | ARC: Futex support | Vineet Gupta | 1 | -0/+151 |
2013-02-15 | ARC: [optim] Cache "current" in Register r25 | Vineet Gupta | 4 | -1/+80 |
2013-02-15 | ARC: [DeviceTree] Convert some Kconfig items to runtime values | Vineet Gupta | 1 | -0/+2 |
2013-02-15 | ARC: [DeviceTree] Basic support | Vineet Gupta | 2 | -0/+16 |
2013-02-15 | ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC | Vineet Gupta | 1 | -0/+1 |
2013-02-15 | ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init | Vineet Gupta | 2 | -0/+27 |