summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-212-4/+0Star
* tile: uninline dma_set_maskChristoph Hellwig2016-01-212-28/+30
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-191-4/+5
|\
| * tile: define __smp_xxxMichael S. Tsirkin2016-01-121-4/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-01-1823-184/+309
|\ \
| * | numa: remove stale node_has_online_mem() defineChris Metcalf2016-01-181-3/+0Star
| * | arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf2016-01-187-41/+16Star
| * | tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entryChris Metcalf2016-01-181-1/+1
| * | tile: fix tilepro casts for readl, writel, etcChris Metcalf2016-01-181-8/+8
| * | tile: fix a -Wframe-larger-than warningChris Metcalf2016-01-181-1/+1
| * | tile: include the syscall number in the backtraceChris Metcalf2016-01-181-9/+8Star
| * | arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf2016-01-185-107/+77Star
| * | tile/jump_label: add jump label support for TILE-GxZhigang Lu2016-01-046-10/+184
| * | tile: define a macro ktext_writable_addr to get writable kernel text addressZhigang Lu2016-01-044-4/+14
* | | tile, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-161-10/+0Star
* | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-141-3/+1Star
|\ \ \
| * | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-3/+1Star
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-2/+0Star
|\ \ \ | |_|/ |/| |
| * | locking/cmpxchg, arch: Remove tas() definitionsDavidlohr Bueso2015-12-041-2/+0Star
* | | tile: provide CONFIG_PAGE_SIZE_64KB etc for tileproChris Metcalf2016-01-052-9/+10
| |/ |/|
* | treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
|/
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-102-13/+0Star
* mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-061-0/+1
* Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-202-2/+7
|\
| * word-at-a-time.h: support zero_bytemask() on alpha and tileChris Metcalf2015-10-061-1/+7
| * word-at-a-time.h: fix some Kbuild filesChris Metcalf2015-10-061-1/+0Star
* | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-063-29/+6Star
|\|
| * Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-042-29/+5Star
| |\
| | * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4Star
| | * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
| * | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2015-09-281-0/+1
| |\ \
| | * | tile: fix build failureSudip Mukherjee2015-09-281-0/+1
* | | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-232-4/+4
|/ / /
* / / genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-3/+2Star
|/ /
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-2/+4
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-6/+0Star
* | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-7/+0Star
* | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0Star
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-27/+0Star
* | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-0/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\ \
| * | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-09-0410-12/+61
|\ \ \
| * | | tile: correct some typos in opcode type namesChris Metcalf2015-08-271-3/+3
| * | | tile/vdso: emit a GNU hash as wellChris Metcalf2015-08-071-2/+2
| * | | tile: Remove finish_arch_switchChris Metcalf2015-08-032-5/+8
| * | | tile: enable full SECCOMP supportChris Metcalf2015-07-307-4/+51
| * | | tile/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-301-3/+5
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-044-0/+95
|\ \ \ \
| * | | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-272-4/+0Star