Age | Commit message (Expand) | Author | Files | Lines |
2014-01-14 | arch: Re-sort some Kbuild files to hopefully help avoid some conflicts | Stephen Rothwell | 1 | -1/+1 |
2014-01-13 | Merge tag 'v3.13-rc8' into core/locking | Ingo Molnar | 1 | -1/+7 |
2014-01-12 | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 1 | -0/+1 |
2014-01-12 | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h | Peter Zijlstra | 2 | -5/+5 |
2013-12-19 | ARC: Allow conditional multiple inclusion of uapi/asm/unistd.h | Vineet Gupta | 1 | -1/+7 |
2013-11-28 | ARC: [perf] Fix a few thinkos | Vineet Gupta | 1 | -2/+2 |
2013-11-25 | ARC: Add guard macro to uapi/asm/unistd.h | Vineet Gupta | 1 | -0/+5 |
2013-11-25 | ARC: extable: Enable sorting at build time | Vineet Gupta | 1 | -0/+1 |
2013-11-19 | Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 11 | -188/+814 |
2013-11-19 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2013-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-11-15 | ARC: [plat-arcfpga] Add defconfig without initramfs location | Mischa Jonker | 1 | -0/+64 |
2013-11-15 | ARC: perf: ARC 700 PMU doesn't support sampling events | Mischa Jonker | 1 | -0/+4 |
2013-11-15 | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 1 | -1/+0 |
2013-11-15 | arc: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 1 | -3/+8 |
2013-11-13 | preempt: Make PREEMPT_ACTIVE generic | Thomas Gleixner | 1 | -2/+0 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -116/+25 |
2013-11-12 | ARC: Add perf support for ARC700 cores | Mischa Jonker | 4 | -1/+530 |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2013-11-11 | ARC: [TB10x] Updates for GPIO and pinctrl | Christian Ruppert | 6 | -187/+216 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 6 | -21/+32 |
2013-11-07 | ARC: [plat-arcfpga] defconfig update | Vineet Gupta | 1 | -0/+3 |
2013-11-07 | smp, ARC: kill SMP single function call interrupt | Jiang Liu | 1 | -6/+1 |
2013-11-07 | ARC: [SMP] Disallow RTSC | Vineet Gupta | 2 | -8/+5 |
2013-11-06 | ARC: [SMP] Fix build failures for large NR_CPUS | Vineet Gupta | 2 | -3/+21 |
2013-11-06 | ARC: [SMP] enlarge possible NR_CPUS | Noam Camus | 1 | -2/+2 |
2013-11-06 | ARC: [SMP] TLB flush | Vineet Gupta | 4 | -3/+99 |
2013-11-06 | ARC: [SMP] ASID allocation | Vineet Gupta | 3 | -23/+37 |
2013-11-06 | arc: export symbol for pm_power_off in reset.c | Chen Gang | 1 | -0/+1 |
2013-11-06 | arc: export symbol for save_stack_trace() in stacktrace.c | Chen Gang | 1 | -0/+1 |
2013-11-06 | arc: remove '__init' for get_hw_config_num_irq() | Chen Gang | 2 | -2/+2 |
2013-11-06 | arc: remove '__init' for first_lines_of_secondary() | Chen Gang | 2 | -2/+2 |
2013-11-06 | arc: remove '__init' for setup_processor() and arc_init_IRQ() | Chen Gang | 2 | -2/+2 |
2013-11-06 | arc: kgdb: add default implementation for kgdb_roundup_cpus() | Chen Gang | 1 | -0/+12 |
2013-11-06 | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop | Vineet Gupta | 1 | -2/+2 |
2013-11-06 | ARC: Add support for irqflags tracing and lockdep | Vineet Gupta | 4 | -1/+42 |
2013-11-06 | ARC: Reset the value of Interrupt Priority Register | Vineet Gupta | 1 | -3/+7 |
2013-11-06 | ARC: Reduce #ifdef'ery for unaligned access emulation | Vineet Gupta | 3 | -7/+3 |
2013-11-06 | ARC: Change calling convention of do_page_fault() | Vineet Gupta | 3 | -8/+7 |
2013-11-06 | ARC: cacheflush optim - PTAG can be loop invariant if V-P is const | Vineet Gupta | 1 | -3/+11 |
2013-11-06 | ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers | Vineet Gupta | 1 | -84/+55 |
2013-11-06 | ARC: cacheflush refactor #2: I and D caches lines to have same size | Vineet Gupta | 2 | -22/+16 |
2013-11-06 | ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine | Vineet Gupta | 1 | -10/+6 |
2013-11-06 | ARC: use __weak instead of __attribute__((weak)) | Vineet Gupta | 2 | -2/+2 |
2013-11-06 | ARC: Annotate some functions as static | Vineet Gupta | 1 | -6/+5 |
2013-11-06 | arc: Replace __get_cpu_var uses | Christoph Lameter | 2 | -4/+4 |
2013-11-02 | ARC: Incorrect mm reference used in vmalloc fault handler | Vineet Gupta | 1 | -3/+3 |
2013-11-01 | Merge branch 'linus' into sched/core | Ingo Molnar | 1 | -1/+1 |
2013-10-14 | doc: typo on word accounting in kprobes.c in mutliple architectures | Anoop Thomas Mathew | 1 | -1/+1 |
2013-10-12 | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc" | Vineet Gupta | 1 | -1/+1 |