| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa: implement dma_to_phys and phys_to_dma | Max Filippov | 2015-11-08 | 1 | -0/+10 |
* | xtensa: support DMA to high memory | Max Filippov | 2015-11-08 | 2 | -17/+39 |
* | Revert "xtensa: cache inquiry and unaligned cache handling functions" | Max Filippov | 2015-11-03 | 1 | -95/+0 |
* | xtensa: drop unused sections and remapped reset handlers | Max Filippov | 2015-11-03 | 5 | -93/+0 |
* | xtensa: fix secondary core boot in SMP | Max Filippov | 2015-11-03 | 5 | -16/+19 |
* | xtensa: add FORCE_MAX_ZONEORDER to Kconfig | Max Filippov | 2015-11-03 | 1 | -0/+14 |
* | xtensa: nommu: provide defconfig for de212 on kc705 | Max Filippov | 2015-11-02 | 1 | -0/+131 |
* | xtensa: nommu: xtfpga: add kc705 DTS | Max Filippov | 2015-11-02 | 1 | -0/+17 |
* | xtensa: add de212 core variant | Max Filippov | 2015-11-02 | 3 | -0/+900 |
* | xtensa: nommu: select HAVE_FUTEX_CMPXCHG | Max Filippov | 2015-11-02 | 1 | -0/+1 |
* | xtensa: nommu: fix default memory start address | Max Filippov | 2015-11-02 | 1 | -1/+1 |
* | xtensa: nommu: provide correct KIO addresses | Max Filippov | 2015-11-02 | 3 | -11/+15 |
* | xtensa: nommu: fix USER_RING definition | Max Filippov | 2015-11-02 | 1 | -0/+4 |
* | xtensa: xtfpga: fix integer overflow in TASK_SIZE | Max Filippov | 2015-11-02 | 1 | -2/+4 |
* | xtensa: fix build for configs without cache options | Max Filippov | 2015-11-02 | 2 | -4/+35 |
* | xtensa: fixes for configs without loop option | Max Filippov | 2015-11-02 | 7 | -9/+20 |
* | 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 |
* | | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code" | Bjorn Helgaas | 2015-09-15 | 1 | -0/+4 |
* | | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 2015-09-10 | 1 | -11/+0 |
* | | dma-mapping: consolidate dma_supported | Christoph Hellwig | 2015-09-10 | 1 | -6/+0 |
* | | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 2015-09-10 | 1 | -9/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 2015-09-10 | 1 | -3/+0 |
* | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 2015-09-10 | 1 | -31/+0 |
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -0/+1 |
|\ \ |
|
| * | | arch: introduce memremap() | Dan Williams | 2015-08-14 | 1 | -0/+1 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-04 | 2 | -70/+4 |
|\ \ \ |
|
| * \ \ | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 1 | -69/+4 |
| |\ \ \ |
|
| | * | | | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 1 | -10/+0 |
| | * | | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
| | * | | | xtensa: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -69/+16 |
| | |/ / |
|
| * | | | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 2015-08-03 | 2 | -15/+1 |
| |\| | |
|
| * | | | rtmutex: Delete scriptable tester | Davidlohr Bueso | 2015-07-20 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-09-02 | 1 | -9/+3 |
|\ \ \ |
|
| * | | | block: add a bi_error field to struct bio | Christoph Hellwig | 2015-07-29 | 1 | -9/+3 |
| |/ / |
|
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -4/+6 |
|\ \ \ |
|
| * \ \ | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-07-30 | 2 | -15/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | xtensa/irq: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 2015-07-29 | 1 | -4/+6 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-09-01 | 1 | -27/+26 |
|\ \ \ |
|
| * | | | xtensa/time: Migrate to new 'set-state' interface | Viresh Kumar | 2015-08-10 | 1 | -27/+26 |
| | |/
| |/| |
|
* | | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-09-01 | 1 | -4/+0 |
|\ \ \ |
|
| * | | | PCI: Call pci_read_bridge_bases() from core instead of arch code | Lorenzo Pieralisi | 2015-07-23 | 1 | -4/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'v4.2' into for_next | Chris Zankel | 2015-08-30 | 2 | -15/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-18 | 2 | -15/+1 |
| |/ |
|
* | | xtensa: improve vmlinux.lds.S sed post-processing | Max Filippov | 2015-08-20 | 1 | -4/+5 |
* | | xtensa: drop unused irq_err_count | Max Filippov | 2015-08-17 | 1 | -3/+0 |
* | | xtensa: implement fake NMI | Max Filippov | 2015-08-17 | 9 | -27/+183 |
* | | xtensa: don't touch EXC_TABLE_FIXUP in _switch_to | Max Filippov | 2015-08-17 | 1 | -4/+0 |
* | | xtensa: fix kernel register spilling | Max Filippov | 2015-08-17 | 2 | -12/+21 |
* | | xtensa: reorganize irq flags tracing | Max Filippov | 2015-08-17 | 2 | -26/+18 |