aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-1/+1
2017-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 2-11/+9
2017-09-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedGravatar Alexey Dobriyan 1-1/+1
2017-09-07Merge branch 'pci/resource' into nextGravatar Bjorn Helgaas 2-32/+0
2017-08-03tile/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksGravatar Lorenzo Pieralisi 2-10/+32
2017-08-02PCI: Add a generic weak pcibios_align_resource()Gravatar Palmer Dabbelt 2-19/+0
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Gravatar Palmer Dabbelt 2-13/+0
2017-07-24signal: Remove kernel interal si_code magicGravatar Eric W. Biederman 2-11/+9
2017-07-24tile: array underflow in setup_maxnodemem()Gravatar Dan Carpenter 1-1/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-14/+12
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-30/+0
2017-06-30tile: remove unneeded extra-y in MakefileGravatar Masahiro Yamada 1-1/+0
2017-06-30tile: thin archives fix linkingGravatar Nicholas Piggin 1-7/+7
2017-06-30tile: fix dependency and .*.cmd inclusion for incremental buildGravatar Masahiro Yamada 1-6/+5
2017-06-28tile: remove dma_supported and mapping_error methodsGravatar Christoph Hellwig 1-30/+0
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockGravatar Thomas Gleixner 1-2/+0
2017-04-14tile/time: Set ->min_delta_ticks and ->max_delta_ticksGravatar Nicolai Stange 1-0/+2
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Gravatar Ingo Molnar 1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 6-0/+8
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 3-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 5-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27mm: add new mmgrab() helperGravatar Vegard Nossum 1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+12
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-12/+12
2017-01-06tile/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 3-3/+3
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 7-21/+20
2016-12-16tile: use __ro_after_init instead of tile-specific __write_onceGravatar Chris Metcalf 4-13/+13
2016-12-16tile: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-1/+1
2016-12-16tile-module: Rename jump labels in module_alloc()Gravatar Markus Elfring 1-5/+4
2016-12-16tile-module: Use kmalloc_array() in module_alloc()Gravatar Markus Elfring 1-1/+1
2016-12-16tile/pci_gx: fix spelling mistake: "delievered" -> "delivered"Gravatar Colin Ian King 1-1/+1
2016-12-14arch/tile: add option to skip DMA sync as a part of map and unmapGravatar Alexander Duyck 1-2/+10
2016-11-23tile: avoid using clocksource_cyc2ns with absolute cycle countGravatar Chris Metcalf 1-2/+2
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 2-1/+2
2016-10-07arch/tile: adopt the new nmi_backtrace frameworkGravatar Chris Metcalf 3-61/+24
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+1
2016-08-04tile: support static_key usage in non-module __exit sectionsGravatar Chris Metcalf 1-0/+12
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-14/+14
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-5/+6
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 2-16/+32
2016-06-24Clarify naming of thread info/stack allocatorsGravatar Linus Torvalds 1-1/+2
2016-06-15tile 32-bit big-endian: fix bugs in syscall argument orderGravatar Chris Metcalf 2-16/+32
2016-06-14tile/ptrace: run seccomp after ptraceGravatar Kees Cook 1-5/+6
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Gravatar Andy Lutomirski 1-1/+1
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2016-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 2-4/+4
2016-05-23Fix typoGravatar Andrea Gelmini 1-2/+2