summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch: remove tile portArnd Bergmann2018-03-1659-27540/+0
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-6/+6
|\
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-5/+5
| * treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-1/+1
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-312-38/+8
|\ \
| * | tile: use generic swiotlb_opsChristoph Hellwig2018-01-151-33/+3
| * | tile: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-152-6/+6
| |/
* | signal: Don't use structure initializers for struct siginfoEric W. Biederman2018-01-223-31/+43
* | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-55/+0
* | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-18/+0
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-075-0/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-11-031-0/+1
| |\
| | * arch/tile: Implement ->set_state_oneshot_stopped()Chris Metcalf2017-11-031-0/+1
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-09-221-1/+1
|\
| * tile: array underflow in setup_maxnodemem()Dan Carpenter2017-07-241-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-112-11/+9
|\ \
| * | signal: Remove kernel interal si_code magicEric W. Biederman2017-07-242-11/+9
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-1/+1
|\ \
| * | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
| |/
* | Merge branch 'pci/resource' into nextBjorn Helgaas2017-09-072-32/+0
|\ \
| * | PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-022-19/+0
| * | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-022-13/+0
| |/
* / tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-032-10/+32
|/
* Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-14/+12
|\
| * tile: remove unneeded extra-y in MakefileMasahiro Yamada2017-06-301-1/+0
| * tile: thin archives fix linkingNicholas Piggin2017-06-301-7/+7
| * tile: fix dependency and .*.cmd inclusion for incremental buildMasahiro Yamada2017-06-301-6/+5
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-30/+0
|\ \
| * | tile: remove dma_supported and mapping_error methodsChristoph Hellwig2017-06-281-30/+0
| |/
* / jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-2/+0
|/
* tile/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange2017-04-141-0/+2
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+8
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-0/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: add new mmgrab() helperVegard Nossum2017-02-271-1/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-12/+12
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-12/+12
* | tile/ptrace: Preserve previous registers for short regset writeDave Martin2017-01-061-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-12-177-21/+20
|\
| * tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf2016-12-164-13/+13
| * tile: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-12-161-1/+1
| * tile-module: Rename jump labels in module_alloc()Markus Elfring2016-12-161-5/+4
| * tile-module: Use kmalloc_array() in module_alloc()Markus Elfring2016-12-161-1/+1
| * tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"Colin Ian King2016-12-161-1/+1
* | arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+10