Age | Commit message (Expand) | Author | Files | Lines |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -30/+17 |
2014-08-09 | Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg... | Linus Torvalds | 13 | -174/+159 |
2014-08-08 | mm, arc: remove obsolete pagefault oom killer comment | David Rientjes | 1 | -1/+0 |
2014-08-06 | arc: Use sigsp() | Richard Weinberger | 1 | -7/+3 |
2014-08-06 | arc: Use get_signal() signal_setup_done() | Richard Weinberger | 1 | -24/+15 |
2014-08-05 | Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -103/+3 |
2014-08-05 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+3 |
2014-07-28 | Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before app... | Ingo Molnar | 9 | -16/+46 |
2014-07-28 | Revert "ARC: [arcfpga] stdout-path now suffices for earlycon/console" | Greg Kroah-Hartman | 1 | -2/+1 |
2014-07-23 | ARC: help gcc elide icache helper for !SMP | Vineet Gupta | 1 | -11/+28 |
2014-07-23 | ARC: move common ops for line/full cache into helpers | Vineet Gupta | 1 | -36/+32 |
2014-07-23 | ARC: cache boot reporting updates | Vineet Gupta | 2 | -26/+37 |
2014-07-23 | ARC: [intc] mask/unmask can be hidden again | Vineet Gupta | 2 | -24/+14 |
2014-07-23 | ARC: [plat-arcfpga] No need for init_irq hack | Vineet Gupta | 4 | -31/+1 |
2014-07-23 | ARC: [intc] don't mask all IRQ by default | Vineet Gupta | 1 | -6/+1 |
2014-07-23 | ARC: prune extra header includes from smp.c | Vineet Gupta | 1 | -8/+0 |
2014-07-23 | ARC: update some comments | Vineet Gupta | 2 | -5/+9 |
2014-07-23 | ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI) | Vineet Gupta | 4 | -26/+37 |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -0/+2 |
2014-07-11 | ARC: [arcfpga] stdout-path now suffices for earlycon/console | Vineet Gupta | 1 | -1/+2 |
2014-07-11 | ARC: [arcfpga] RIP early uart platform device stuff | Vineet Gupta | 2 | -102/+2 |
2014-07-11 | serial/arc: remove earlyprintk support and switch to earlycon | Vineet Gupta | 1 | -1/+1 |
2014-06-26 | ARC: [SMP] Enable icache coherency | Vineet Gupta | 1 | -6/+19 |
2014-06-26 | ARC: [SMP] Fix IPI IRQ registration | Noam Camus | 1 | -2/+13 |
2014-06-26 | ARC: Implement ptrace(PTRACE_GET_THREAD_AREA) | Anton Kolesov | 2 | -0/+5 |
2014-06-26 | ARC: optimize kernel bss clearing in early boot code | Vineet Gupta | 2 | -4/+5 |
2014-06-26 | ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND | Vineet Gupta | 1 | -1/+1 |
2014-06-23 | ARC: fix build warning in devtree | Vineet Gupta | 1 | -1/+1 |
2014-06-18 | arc, perf: Use common PMU interrupt disabled code | Vince Weaver | 1 | -4/+3 |
2014-06-16 | ARC: remove checks for CONFIG_ARC_MMU_V4 | Paul Bolle | 1 | -2/+2 |
2014-06-10 | Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg... | Linus Torvalds | 16 | -249/+158 |
2014-06-05 | arc: call find_vma with the mmap_sem held | Davidlohr Bueso | 1 | -4/+6 |
2014-06-04 | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+1 |
2014-06-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -9/+1 |
2014-06-03 | ARC: Disable caches in early boot if so configured | Vineet Gupta | 3 | -84/+87 |
2014-06-03 | ARC: [arcfpga] Early ARC UART to be only activated by cmdline | Vineet Gupta | 2 | -10/+5 |
2014-06-03 | ARC: [arcfpga] Get rid of legacy BVCI latency unit support | Vineet Gupta | 2 | -87/+0 |
2014-06-03 | ARC: remove duplicate header exports | Vineet Gupta | 1 | -7/+0 |
2014-06-03 | ARC: arc_local_timer_setup() need not pass own cpu id | Vineet Gupta | 3 | -7/+8 |
2014-05-14 | Merge branch 'dt-bus-name' into for-next | Rob Herring | 1 | -3/+5 |
2014-05-05 | ARC: Fixed spelling errors within comments | Terence Eden | 1 | -6/+6 |
2014-05-05 | ARC: make start_thread() out-of-line | Vineet Gupta | 2 | -25/+27 |
2014-05-05 | ARC: fix mmuv2 warning | Vineet Gupta | 1 | -0/+4 |
2014-05-05 | ARC: [SMP] ISS SMP extension bitrot | Vineet Gupta | 5 | -23/+21 |
2014-04-30 | ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safe | Vineet Gupta | 1 | -3/+5 |
2014-04-30 | of/fdt: update of_get_flat_dt_prop in prep for libfdt | Rob Herring | 1 | -1/+1 |
2014-04-30 | of/fdt: consolidate built-in dtb section variables | Rob Herring | 1 | -1/+0 |
2014-04-19 | ARC: Delete stale barrier.h | Vineet Gupta | 1 | -37/+0 |
2014-04-18 | arch,arc: Convert smp_mb__*() | Peter Zijlstra | 2 | -9/+1 |
2014-04-18 | arc,hexagon: Delete asm/barrier.h | Peter Zijlstra | 1 | -37/+0 |