summaryrefslogtreecommitdiffstats
path: root/arch/tile
Commit message (Expand)AuthorAgeFilesLines
...
* | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-1/+1
* | net: dsa: mv88e6xxx: factorize the switch driverVivien Didelot2016-05-092-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-03-283-22/+22
|\
| * tile: Fix misspellings in comments.Adam Buchbinder2016-03-043-18/+18
| * tile kgdb: fix bug in copy to gdb regs, and optimize memsetChris Metcalf2016-03-021-4/+4
* | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-192-2/+2
|\ \
| * | dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistentAndrew Lunn2016-03-142-2/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-182-5/+8
|\ \
| * | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
| * | tile: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-4/+7
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-172-2/+0
|\ \ \ | |/ / |/| |
| * | KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells2016-02-102-2/+0
| |/
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-162-7/+0
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-152-7/+0
| |\ \ \ | | |_|/ | |/| |
| | | * PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-3/+0
| | |/ | |/|
| | * PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-3/+0
| | * PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-1/+0
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \
| * | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| |/
* | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+8
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-4/+0
* tile: uninline dma_set_maskChristoph Hellwig2016-01-202-28/+30
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-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/+0
| * | arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf2016-01-187-41/+16
| * | 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/+8
| * | arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf2016-01-185-107/+77
| * | 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-151-10/+0
* | | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-3/+1
|\ \ \
| * | | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-3/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-2/+0
|\ \ \ | |_|/ |/| |
| * | locking/cmpxchg, arch: Remove tas() definitionsDavidlohr Bueso2015-12-041-2/+0
* | | 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-092-13/+0
* mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-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/+0
* | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-063-29/+6
|\ \ | |/
| * Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-042-29/+5
| |\
| | * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
OpenPOWER on IntegriCloud