summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-013-8/+6
|\ \
| * | firmware: Drop FIRMWARE_IN_KERNEL Kconfig optionBenjamin Gilbert2018-01-252-2/+0
| * | 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-314-59/+10
|\ \ \
| * | | tile: use generic swiotlb_opsChristoph Hellwig2018-01-152-33/+4
| * | | tile: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-153-7/+7
| * | | dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0
| * | | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-18/+0
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-306-174/+43
|\ \ \
| * | | 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-152-57/+0
| * | | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-18/+0
| * | | signal/tile: Move the tile specific si_codes to asm-generic/siginfo.hEric W. Biederman2018-01-151-8/+0
| * | | signal: unify compat_siginfo_tAl Viro2018-01-151-58/+0
| * | | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-2/+0
| |/ /
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
|/ /
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-6/+0
|\
| * arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-6/+0
* | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0
|\ \ | |/ |/|
| * fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0
* | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-151-1/+1
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-9/+0
|\ \ | |/ |/|
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-9/+0
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0747-0/+48
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-11-032-0/+3
| |\ \
| | * | arch/tile: Implement ->set_state_oneshot_stopped()Chris Metcalf2017-11-031-0/+1
| | * | tile: pass machine size to sparseLuc Van Oostenryck2017-10-311-0/+2
| | |/
| * | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0230-0/+30
| * | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-022-0/+2
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0213-0/+13
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-253-4/+4
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-102-12/+0
* | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-102-34/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2017-09-223-4/+1
|\
| * tile: array underflow in setup_maxnodemem()Dan Carpenter2017-07-241-1/+1
| * tile: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2017-07-202-3/+0
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-2/+2
|\ \
| * | dma-mapping: remove dma_alloc_noncoherent and dma_free_noncoherentChristoph Hellwig2017-08-291-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-113-13/+11
|\ \
| * | signal: Remove kernel interal si_code magicEric W. Biederman2017-07-243-13/+11
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-1/+1
|\ \
| * | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-082-42/+32
|\ \ \ | |/ / |/| |
| * | 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
OpenPOWER on IntegriCloud