summaryrefslogtreecommitdiffstats
path: root/arch/tile
AgeCommit message (Expand)AuthorLines
2013-09-16tile: <arch/> header updates from upstreamChris Metcalf-35/+59
2013-09-16tile: improve gxio iorpc autogenerated code styleChris Metcalf-130/+127
2013-09-16tile: double default VMALLOC spaceChris Metcalf-1/+1
2013-09-13tile: remove stale arch/tile/kernel/futex_64.SChris Metcalf-55/+0
2013-09-13tile: remove HUGE_VMAP dead codeChris Metcalf-24/+6
2013-09-13tile: use pmd_pfn() instead of casting via pte_tChris Metcalf-2/+1
2013-09-13tile: fix typos in comment in arch/tile/kernel/unaligned.cChris Metcalf-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner-2/+5
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner-6/+0
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi-0/+5
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds-1/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-2884/+7824
2013-09-06tile: refresh tile defconfig filesChris Metcalf-268/+60
2013-09-06tile: rework <asm/cmpxchg.h>Chris Metcalf-164/+156
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-12/+279
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+2
2013-09-03tile PCI RC: make default consistent DMA mask 32-bitChris Metcalf-20/+42
2013-09-03tile: add null check for kzalloc in tile/kernel/setup.cWang Sheng-Hui-0/+4
2013-09-03tile: make __write_once a synonym for __read_mostlyChris Metcalf-27/+17
2013-09-03tile: remove support for TILE64Chris Metcalf-1121/+34
2013-09-03tile: use asm-generic/bitops/builtin-*.hAkinobu Mita-38/+3
2013-09-03tile: eliminate no-op "noatomichash" boot argumentChris Metcalf-9/+0
2013-09-03tile: use standard tile_bundle_bits type in traps.cChris Metcalf-9/+3
2013-09-03tile: simplify code referencing hypervisor API addressesChris Metcalf-17/+8
2013-09-03tile: change <asm/system.h> to <asm/switch_to.h> in commentsChris Metcalf-4/+4
2013-09-03tile: mark pcibios_init() as __initChris Metcalf-2/+2
2013-09-03tile: check for correct compiler earlier in asm-offsets.cChris Metcalf-8/+8
2013-09-03tile: use standard 'generic-y' model for <asm/hw_irq.h>Chris Metcalf-18/+1
2013-09-03tile: use asm-generic version of <asm/local64.h>Chris Metcalf-0/+1
2013-09-03tile PCI RC: add comment about "PCI hole" problemChris Metcalf-0/+5
2013-09-03tile: remove DEBUG_EXTRA_FLAGS kernel config optionChris Metcalf-14/+0
2013-09-03tile: add virt_to_kpte() API and clean up and document behaviorChris Metcalf-11/+30
2013-09-03tile: support FRAME_POINTERChris Metcalf-9/+12
2013-09-03tile: support reporting Tilera hypervisor statisticsChris Metcalf-3/+89
2013-09-03tilegx: support KGDBChris Metcalf-0/+577
2013-09-03tilegx: provide kernel support for the tilegx UART shimChris Metcalf-0/+768
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf-60/+51
2013-09-03tile: don't assume user privilege is zeroChris Metcalf-12/+23
2013-09-03tile: clean up relocate_kernel_64 debug codeChris Metcalf-2/+7
2013-08-30tile: handle super huge pages in virt_to_pteChris Metcalf-7/+22
2013-08-30tilegx: change how we find the kernel stackChris Metcalf-37/+57
2013-08-30tile: don't call show_regs_print_info() with corrupt currentChris Metcalf-3/+5
2013-08-30tile: fix some -Wsign-compare warningsChris Metcalf-6/+6
2013-08-30tile: group .hottext* sections properly in vmlinux.ldsChris Metcalf-0/+2
2013-08-30tile: fix strncpy_from_user bugChris Metcalf-10/+12
2013-08-30tile: remove set/clear_fixmap APIsChris Metcalf-61/+1
2013-08-30tile: do less L1 I-cache evictionChris Metcalf-1/+7
2013-08-30tile: allow "initrd" boot argument for kexecChris Metcalf-0/+42
2013-08-30tile: support ASLR fullyTony Lu-2/+26