| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2013-09-06 | 59 | -697/+1444 |
|\ |
|
| * | tile: rework <asm/cmpxchg.h> | Chris Metcalf | 2013-09-06 | 6 | -146/+140 |
| * | tile PCI RC: make default consistent DMA mask 32-bit | Chris Metcalf | 2013-09-03 | 2 | -9/+17 |
| * | tile: make __write_once a synonym for __read_mostly | Chris Metcalf | 2013-09-03 | 1 | -3/+10 |
| * | tile: remove support for TILE64 | Chris Metcalf | 2013-09-03 | 11 | -307/+3 |
| * | tile: use asm-generic/bitops/builtin-*.h | Akinobu Mita | 2013-09-03 | 1 | -38/+3 |
| * | tile: use standard 'generic-y' model for <asm/hw_irq.h> | Chris Metcalf | 2013-09-03 | 2 | -18/+1 |
| * | tile: use asm-generic version of <asm/local64.h> | Chris Metcalf | 2013-09-03 | 1 | -0/+1 |
| * | tile PCI RC: add comment about "PCI hole" problem | Chris Metcalf | 2013-09-03 | 1 | -0/+5 |
| * | tile: add virt_to_kpte() API and clean up and document behavior | Chris Metcalf | 2013-09-03 | 2 | -1/+2 |
| * | tile: support reporting Tilera hypervisor statistics | Chris Metcalf | 2013-09-03 | 1 | -3/+13 |
| * | tilegx: support KGDB | Chris Metcalf | 2013-09-03 | 1 | -0/+71 |
| * | tilegx: provide kernel support for the tilegx UART shim | Chris Metcalf | 2013-09-03 | 5 | -0/+598 |
| * | tile: parameterize VA and PA space more cleanly | Chris Metcalf | 2013-09-03 | 4 | -35/+24 |
| * | tile: don't assume user privilege is zero | Chris Metcalf | 2013-09-03 | 2 | -3/+3 |
| * | tile: handle super huge pages in virt_to_pte | Chris Metcalf | 2013-08-30 | 2 | -7/+19 |
| * | tilegx: change how we find the kernel stack | Chris Metcalf | 2013-08-30 | 1 | -14/+33 |
| * | tile: fix some -Wsign-compare warnings | Chris Metcalf | 2013-08-30 | 3 | -6/+6 |
| * | tile: remove set/clear_fixmap APIs | Chris Metcalf | 2013-08-30 | 1 | -8/+0 |
| * | tile: support ASLR fully | Tony Lu | 2013-08-30 | 1 | -0/+4 |
| * | tile: use proper .align directives on __ex_table sections | Chris Metcalf | 2013-08-30 | 2 | -0/+7 |
| * | tile: support kprobes on tilegx | Tony Lu | 2013-08-30 | 6 | -1/+110 |
| * | tile: support ftrace on tilegx | Tony Lu | 2013-08-30 | 1 | -1/+21 |
| * | tile: implement gettimeofday() via vDSO | Chris Metcalf | 2013-08-13 | 7 | -5/+71 |
| * | tile: improve big-endian support | Chris Metcalf | 2013-08-13 | 2 | -21/+9 |
| * | tile: support CONFIG_PREEMPT | Chris Metcalf | 2013-08-13 | 2 | -11/+18 |
| * | tile: avoid recursive backtrace faults | Chris Metcalf | 2013-08-13 | 1 | -0/+2 |
| * | tile: fast-path unaligned memory access for tilegx | Chris Metcalf | 2013-08-13 | 5 | -3/+28 |
| * | tile: various console improvements | Chris Metcalf | 2013-08-12 | 2 | -3/+29 |
| * | tile PCI RC: remove stale include of linux/numa.h | Chris Metcalf | 2013-08-06 | 1 | -1/+0 |
| * | tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 system | Chris Metcalf | 2013-08-06 | 1 | -0/+3 |
| * | tile PCI RC: add dma_get_required_mask() | Chris Metcalf | 2013-08-06 | 1 | -0/+4 |
| * | tile PCI RC: eliminate pci_controller.mem_resources field | Chris Metcalf | 2013-08-06 | 1 | -3/+0 |
| * | tile PCI RC: restructure TRIO initialization | Chris Metcalf | 2013-08-06 | 1 | -0/+1 |
| * | tile PCI RC: support I/O space access | Chris Metcalf | 2013-08-06 | 2 | -10/+127 |
| * | tile PCI RC: gentler warning for missing plug-in PCI | Chris Metcalf | 2013-08-06 | 1 | -2/+3 |
| * | tile PCI RC: support more MSI-X interrupt vectors | Chris Metcalf | 2013-08-06 | 2 | -0/+44 |
| * | tile: support LSI MEGARAID SAS HBA hybrid dma_ops | Chris Metcalf | 2013-08-06 | 1 | -3/+7 |
| * | tile PCI RC: cleanups for tilepro PCI RC | Chris Metcalf | 2013-08-05 | 1 | -1/+0 |
| * | tile: optimize strnlen using SIMD instructions | Ken Steele | 2013-08-01 | 1 | -0/+2 |
| * | tile: convert uses of "inv" to "finv" | Chris Metcalf | 2013-07-31 | 3 | -57/+22 |
| * | arch: tile: include: asm: add cmpxchg64() definition | Chen Gang | 2013-07-17 | 1 | -0/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-09-05 | 4 | -7/+157 |
|\ \ |
|
| * | | tile: support PTP using the tilegx mPIPE (IEEE 1588) | Chris Metcalf | 2013-08-01 | 2 | -3/+21 |
| * | | tile: support multiple mPIPE shims in tilegx network driver | Chris Metcalf | 2013-08-01 | 3 | -0/+35 |
| * | | tile: support jumbo frames in the tilegx network driver | Chris Metcalf | 2013-08-01 | 2 | -4/+101 |
| |/ |
|
* | | tile / cpu topology: remove stale Macro arch_provides_topology_pointers | Hanjun Guo | 2013-07-29 | 1 | -3/+0 |
|/ |
|
* | tile: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-07-02 | 1 | -1/+1 |
|\ |
|
| * | tile: uaccess s/might_sleep/might_fault/ | Michael S. Tsirkin | 2013-05-28 | 1 | -1/+1 |