| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2016-01-20 | 2 | -3/+0 |
* | c6x: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 4 | -147/+58 |
* | Merge branch 'for-linux-next' of git://linux-c6x.org/git/projects/linux-c6x-u... | Linus Torvalds | 2016-01-12 | 2 | -22/+1 |
|\ |
|
| * | c6x: Use generic clkdev.h header | Stephen Boyd | 2015-09-16 | 2 | -22/+1 |
* | | locking/cmpxchg, arch: Remove tas() definitions | Davidlohr Bueso | 2015-12-04 | 1 | -2/+0 |
* | | irqdomain: Use irq_domain_get_of_node() instead of direct field access | Marc Zyngier | 2015-10-13 | 1 | -1/+1 |
* | | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -0/+1 |
|\ \ |
|
| * | | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
* | | | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -3/+4 |
|\ \ |
|
| * | | C6X/megamode-pic: Prepare megamod_irq_cascade for irq argument removal | Thomas Gleixner | 2015-07-31 | 1 | -1/+2 |
| * | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-07-30 | 2 | -15/+1 |
| |\ \ |
|
| * | | | C6X/meagmod-pic: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 2015-07-27 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | c6x/timer64: Migrate to new 'set-state' interface | Viresh Kumar | 2015-08-10 | 1 | -25/+27 |
| |/
|/| |
|
* | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
|/ |
|
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -1/+0 |
|\ |
|
| * | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
* | | mm: new mm hook framework | Laurent Dufour | 2015-06-24 | 1 | -0/+15 |
|/ |
|
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2015-04-16 | 8 | -5/+33 |
|\ |
|
| * | c6x: platforms: cache: Export symbol L1P_cache_block_invalidate and L1D_cache... | Chen Gang | 2015-03-26 | 1 | -0/+2 |
| * | c6x: kernel: setup: Export symbol memory_end | Chen Gang | 2015-03-26 | 1 | -0/+1 |
| * | c6x: kernel: setup: Add screen_info global variable | Chen Gang | 2015-03-26 | 1 | -0/+3 |
| * | c6x: include: asm: Kbuild: Add generic serial.h | Chen Gang | 2015-03-26 | 1 | -0/+1 |
| * | c6x: include: asm: dma-mapping: Add dummy dma_sync_single_range_for_device | Chen Gang | 2015-03-26 | 1 | -0/+8 |
| * | c6x: include: asm: setup: Include "linux/types.h" | Chen Gang | 2015-03-26 | 1 | -0/+1 |
| * | c6x: asm: Add default flat.h according to xtensa architecture | Chen Gang | 2015-03-26 | 1 | -0/+12 |
| * | c6x: kernel: setup: Remove 'const' for local variables in machine_init | Chen Gang | 2015-03-26 | 1 | -2/+2 |
| * | c6x: Makefile: Add -D__linux__ | Chen Gang | 2015-03-26 | 1 | -1/+1 |
| * | C6x: time: Ensure consistency in __init | Nishanth Menon | 2015-03-26 | 1 | -1/+1 |
| * | c6x: kernel: setup: Include "linux/console.h" | Chen Gang | 2015-03-03 | 1 | -1/+1 |
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -2/+0 |
|\ \ |
|
| * | | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 1 | -2/+0 |
* | | | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() | Al Viro | 2015-04-11 | 1 | -1/+0 |
|/ / |
|
* / | arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMU | Chen Gang | 2015-03-12 | 1 | -0/+5 |
|/ |
|
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 2 | -5/+1 |
* | c6x: drop pte_file() | Kirill A. Shutemov | 2015-02-10 | 1 | -5/+0 |
* | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |
* | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 2014-09-13 | 1 | -0/+1 |
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 1 | -33/+20 |
|\ |
|
| * | c6x: Use sigsp() | Richard Weinberger | 2014-08-06 | 1 | -9/+3 |
| * | c6x: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 1 | -25/+18 |
* | | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 2014-07-17 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-04 | 1 | -2/+2 |
|\ |
|
| * | c6x: convert fdt pointers to opaque pointers | Rob Herring | 2014-04-30 | 1 | -2/+2 |
* | | arch,c6x: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -7/+1 |
|/ |
|
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-03-31 | 1 | -2/+3 |
|\ |
|
| * | locking/mcs: Allow architecture specific asm files to be used for contended case | Tim Chen | 2014-02-09 | 1 | -0/+1 |
| * | locking/mcs: Order the header files in Kbuild of each architecture in alphabe... | Tim Chen | 2014-02-09 | 1 | -2/+2 |
* | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreaming | Linus Torvalds | 2014-03-07 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | c6x: fix build failure caused by cache.h | Mark Salter | 2014-03-04 | 1 | -0/+1 |