| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2015-02-18 | 1 | -1/+1 |
|\ |
|
| * | dmaengine: dw: define DW_DMA_MAX_NR_MASTERS | Andy Shevchenko | 2015-02-05 | 1 | -1/+1 |
* | | Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2015-02-16 | 7 | -29/+47 |
|\ \ |
|
| * | | ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASE | Alexey Brodkin | 2015-02-13 | 1 | -1/+2 |
| * | | ARC: Fix earlycon build breakage | Peter Hurley | 2015-02-04 | 1 | -1/+1 |
| * | | ARC: Dynamically determine BASE_BAUD from DeviceTree | Vineet Gupta | 2015-02-02 | 2 | -18/+29 |
| * | | arc: Remove unused prepare_to_copy() | Tobias Klauser | 2015-02-02 | 1 | -3/+0 |
| * | | ARC: use ACCESS_ONCE in cmpxchg loop | Vineet Gupta | 2015-02-02 | 1 | -1/+1 |
| * | | ARC: add some more comments to ret_from_fork | Vineet Gupta | 2015-02-02 | 1 | -5/+9 |
| * | | ARC: fix /proc/cpuinfo for offline cpus | Vineet Gupta | 2015-02-02 | 1 | -1/+6 |
| |/ |
|
* | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-13 | 2 | -5/+1 |
* | | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-12 | 1 | -1/+1 |
* | | arc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -12/+1 |
* | | arc: mm: Fix build failure | Guenter Roeck | 2015-01-30 | 1 | -1/+1 |
* | | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 2015-01-29 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2014-12-19 | 7 | -73/+22 |
|\ |
|
| * | ARC: rename default defconfig | Vineet Gupta | 2014-12-17 | 3 | -64/+1 |
| * | ARC: [nsimosci] move peripherals to match model to FPGA | Vineet Gupta | 2014-12-15 | 1 | -9/+9 |
| * | ARC: document memory clobber in irq control macros | Vineet Gupta | 2014-12-12 | 1 | -0/+9 |
| * | ARC: R-M-W assist locks only needed for !LLSC | Vineet Gupta | 2014-12-12 | 1 | -0/+2 |
| * | ARC: add power management options | Alexey Brodkin | 2014-11-03 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-12-11 | 1 | -1/+0 |
|\ \ |
|
| * | | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |
| |/ |
|
* | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | ARC: Remove redundant PCI_IOBASE declaration | Thierry Reding | 2014-11-10 | 1 | -2/+0 |
* | | Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-10-24 | 1 | -5/+0 |
|\ \ |
|
| * | | ARC: kgdb: generic kgdb_arch_pc() suffices | Vineet Gupta | 2014-10-23 | 1 | -5/+0 |
| |/ |
|
* | | Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds | 2014-10-21 | 37 | -437/+265 |
|\ \
| |/
|/| |
|
| * | ARC: boot: cpu feature print enhancements | Vineet Gupta | 2014-10-13 | 4 | -138/+176 |
| * | ARC: boot: consolidate cross-checking of h/w and s/w | Vineet Gupta | 2014-10-13 | 1 | -29/+15 |
| * | ARC: unbork FPU save/restore | Vineet Gupta | 2014-10-13 | 2 | -8/+9 |
| * | ARC: remove extraneous __KERNEL__ guards | Vineet Gupta | 2014-10-13 | 9 | -35/+0 |
| * | ARC: Update order of registers in KGDB to match GDB 7.5 | Anton Kolesov | 2014-10-13 | 1 | -14/+18 |
| * | ARC: Remove unneeded Kconfig entry NO_DMA | Paul Bolle | 2014-10-13 | 1 | -3/+0 |
| * | ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG)) | Vineet Gupta | 2014-10-13 | 1 | -4/+3 |
| * | ARC: refactoring: reduce the scope of some local vars | Vineet Gupta | 2014-10-13 | 1 | -9/+5 |
| * | ARC: remove gcc mpy heuristics | Vineet Gupta | 2014-10-13 | 1 | -16/+1 |
| * | ARC: RIP @running_on_hw | Vineet Gupta | 2014-10-13 | 3 | -13/+0 |
| * | ARC: Update comments about uncached address space | Vineet Gupta | 2014-10-13 | 1 | -1/+1 |
| * | ARC: rename kconfig option for unaligned emulation | Vineet Gupta | 2014-10-13 | 4 | -5/+5 |
| * | ARC: [nsimosci] Allow "headless" models to boot | Vineet Gupta | 2014-10-13 | 1 | -1/+1 |
| * | ARC: [arcfpga] Get rid of ARC_BOARD_ANGEL4 and ARC_BOARD_ML509 | Paul Bolle | 2014-10-13 | 4 | -14/+0 |
| * | ARC: [arcfpga] Remove more dead code | Vineet Gupta | 2014-10-13 | 4 | -76/+3 |
| * | ARC: [plat*] move code out of .init_machine into common | Vineet Gupta | 2014-10-13 | 5 | -27/+10 |
| * | ARC: [arcfpga] consolidate machine description, DT | Vineet Gupta | 2014-10-13 | 3 | -30/+7 |
| * | ARC: Allow SMP kernel to build/boot on UP-only infrastructure | Vineet Gupta | 2014-09-27 | 5 | -16/+13 |
* | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 1 | -121/+63 |
|\ \ |
|
| * | | locking,arch,arc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -121/+63 |
* | | | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 2014-09-13 | 1 | -0/+1 |
| |/
|/| |
|
* | | ARC: [mm] Fix compilation breakage | Noam Camus | 2014-09-03 | 1 | -1/+1 |