aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+6
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-38/+8
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman3-31/+43
2018-01-15signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-55/+0
2018-01-15signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-18/+0
2018-01-15tile: use generic swiotlb_opsChristoph Hellwig1-33/+3
2018-01-15tile: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2-6/+6
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-5/+5
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar5-0/+5
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2017-11-03arch/tile: Implement ->set_state_oneshot_stopped()Chris Metcalf1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-1/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-11/+9
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas2-32/+0
2017-08-03tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2-10/+32
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2-19/+0
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2-13/+0
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman2-11/+9
2017-07-24tile: array underflow in setup_maxnodemem()Dan Carpenter1-1/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-14/+12
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-30/+0
2017-06-30tile: remove unneeded extra-y in MakefileMasahiro Yamada1-1/+0
2017-06-30tile: thin archives fix linkingNicholas Piggin1-7/+7
2017-06-30tile: fix dependency and .*.cmd inclusion for incremental buildMasahiro Yamada1-6/+5
2017-06-28tile: remove dma_supported and mapping_error methodsChristoph Hellwig1-30/+0
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner1-2/+0
2017-04-14tile/time: Set ->min_delta_ticks and ->max_delta_ticksNicolai Stange1-0/+2
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar6-0/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar5-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-12/+12
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-12/+12
2017-01-06tile/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds7-21/+20
2016-12-16tile: use __ro_after_init instead of tile-specific __write_onceChris Metcalf4-13/+13
2016-12-16tile: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-16tile-module: Rename jump labels in module_alloc()Markus Elfring1-5/+4
2016-12-16tile-module: Use kmalloc_array() in module_alloc()Markus Elfring1-1/+1
2016-12-16tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"Colin Ian King1-1/+1
2016-12-14arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-2/+10
2016-11-23tile: avoid using clocksource_cyc2ns with absolute cycle countChris Metcalf1-2/+2