summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
AgeCommit message (Expand)AuthorLines
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-11-09constify copy_siginfo_to_user{,32}()Al Viro-1/+1
2013-09-30arch: tile: re-use kbasename() helperAndy Shevchenko-7/+5
2013-09-27tile: ensure interrupts disabled for preempt_schedule_irq()Chris Metcalf-0/+6
2013-09-27tile: change lock initalization in hardwallHenrik Austad-3/+3
2013-09-24tile/PCI: use cached pci_dev->pcie_mpss to simplify codeYijing Wang-5/+2
2013-09-16tile: remove stray blank 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-2/+1
2013-09-13tile: fix typos in comment in arch/tile/kernel/unaligned.cChris Metcalf-2/+2
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-880/+5515
2013-09-03tile PCI RC: make default consistent DMA mask 32-bitChris Metcalf-11/+25
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-13/+5
2013-09-03tile: remove support for TILE64Chris Metcalf-132/+6
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: add virt_to_kpte() API and clean up and document behaviorChris Metcalf-3/+3
2013-09-03tile: support reporting Tilera hypervisor statisticsChris Metcalf-0/+76
2013-09-03tilegx: support KGDBChris Metcalf-0/+505
2013-09-03tile: parameterize VA and PA space more cleanlyChris Metcalf-21/+23
2013-09-03tile: don't assume user privilege is zeroChris Metcalf-7/+18
2013-09-03tile: clean up relocate_kernel_64 debug codeChris Metcalf-2/+7
2013-08-30tilegx: change how we find the kernel stackChris Metcalf-23/+24
2013-08-30tile: don't call show_regs_print_info() with corrupt currentChris Metcalf-3/+5
2013-08-30tile: group .hottext* sections properly in vmlinux.ldsChris Metcalf-0/+2
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: correct r1 value during syscall tracingChris Metcalf-0/+15
2013-08-30tile: fix panic with large IRQ numberChris Metcalf-1/+2
2013-08-30tile: support kprobes on tilegxTony Lu-4/+585
2013-08-30tile: support ftrace on tilegxTony Lu-0/+477
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas-7/+2
2013-08-13tile: provide traceability for hypervisor callsChris Metcalf-72/+356
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf-22/+656
2013-08-13tile: improve illegal translation interrupt handlingChris Metcalf-11/+16
2013-08-13tile: make register dumps more readableChris Metcalf-10/+10
2013-08-13tile: improve big-endian supportChris Metcalf-10/+14
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf-29/+67
2013-08-13tile: avoid recursive backtrace faultsChris Metcalf-2/+28
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf-66/+1927
2013-08-12tile: remove unnecessary backslashes in asm-offsets.cChris Metcalf-14/+14
2013-08-12tile: fix comment bug in sys_cmpxchg descriptionChris Metcalf-1/+1
2013-08-12tile: support "memmap" boot parameterChris Metcalf-4/+76
2013-08-12tile: various console improvementsChris Metcalf-39/+13
2013-08-06tile PCI RC: reduce driver's vmalloc space usageChris Metcalf-2/+8