index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
tile
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tile: do less L1 I-cache eviction
Chris Metcalf
2013-08-30
1
-1
/
+7
|
*
tile: allow "initrd" boot argument for kexec
Chris Metcalf
2013-08-30
1
-0
/
+42
|
*
tile: correct r1 value during syscall tracing
Chris Metcalf
2013-08-30
1
-0
/
+15
|
*
tile: fix panic with large IRQ number
Chris Metcalf
2013-08-30
1
-1
/
+2
|
*
tile: support kprobes on tilegx
Tony Lu
2013-08-30
5
-4
/
+585
|
*
tile: support ftrace on tilegx
Tony Lu
2013-08-30
4
-0
/
+477
|
*
tile: provide traceability for hypervisor calls
Chris Metcalf
2013-08-13
9
-72
/
+356
|
*
tile: implement gettimeofday() via vDSO
Chris Metcalf
2013-08-13
13
-22
/
+656
|
*
tile: improve illegal translation interrupt handling
Chris Metcalf
2013-08-13
2
-11
/
+16
|
*
tile: make register dumps more readable
Chris Metcalf
2013-08-13
1
-10
/
+10
|
*
tile: improve big-endian support
Chris Metcalf
2013-08-13
1
-10
/
+14
|
*
tile: support CONFIG_PREEMPT
Chris Metcalf
2013-08-13
9
-29
/
+67
|
*
tile: avoid recursive backtrace faults
Chris Metcalf
2013-08-13
1
-2
/
+28
|
*
tile: fast-path unaligned memory access for tilegx
Chris Metcalf
2013-08-13
9
-66
/
+1927
|
*
tile: remove unnecessary backslashes in asm-offsets.c
Chris Metcalf
2013-08-12
1
-14
/
+14
|
*
tile: fix comment bug in sys_cmpxchg description
Chris Metcalf
2013-08-12
1
-1
/
+1
|
*
tile: support "memmap" boot parameter
Chris Metcalf
2013-08-12
1
-4
/
+76
|
*
tile: various console improvements
Chris Metcalf
2013-08-12
3
-39
/
+13
|
*
tile PCI RC: reduce driver's vmalloc space usage
Chris Metcalf
2013-08-06
1
-2
/
+8
|
*
tile PCI RC: support PCIe TRIO 0 MAC 0 on Gx72 system
Chris Metcalf
2013-08-06
1
-3
/
+30
|
*
tile PCI DMA: fix bug in non-page-aligned accessors
Chris Metcalf
2013-08-06
1
-2
/
+2
|
*
tile PCI RC: add dma_get_required_mask()
Chris Metcalf
2013-08-06
1
-0
/
+18
|
*
tile PCI RC: use proper accessor function
Chris Metcalf
2013-08-06
1
-13
/
+11
|
*
tile PCI RC: bomb comments and whitespace format
Chris Metcalf
2013-08-06
1
-124
/
+56
|
*
tile PCI RC: eliminate pci_controller.mem_resources field
Chris Metcalf
2013-08-06
1
-59
/
+12
|
*
tile PCI RC: restructure TRIO initialization
Chris Metcalf
2013-08-06
1
-92
/
+117
|
*
tile PCI DMA: handle a NULL dev argument properly
Chris Metcalf
2013-08-06
1
-2
/
+3
|
*
tile PCI RC: support I/O space access
Chris Metcalf
2013-08-06
1
-8
/
+120
|
*
tile PCI RC: gentler warning for missing plug-in PCI
Chris Metcalf
2013-08-06
1
-2
/
+8
|
*
tile PCI RC: support more MSI-X interrupt vectors
Chris Metcalf
2013-08-06
1
-20
/
+39
|
*
tile: support LSI MEGARAID SAS HBA hybrid dma_ops
Chris Metcalf
2013-08-06
1
-9
/
+31
|
*
tile PCI RC: handle case that PCI link is already up
Chris Metcalf
2013-08-05
1
-13
/
+28
|
*
tile PCI RC: tweak the the pcie_rc_delay support
Chris Metcalf
2013-08-05
1
-19
/
+16
|
*
tile PCI RC: support pci=off boot arg for tilepro
Chris Metcalf
2013-08-05
1
-0
/
+17
|
*
tile PCI RC: tilepro conflict with PCI and RAM addresses
Chris Metcalf
2013-08-05
1
-4
/
+5
|
*
tile PCI RC: cleanups for tilepro PCI RC
Chris Metcalf
2013-08-05
1
-13
/
+3
|
*
tile: convert uses of "inv" to "finv"
Chris Metcalf
2013-07-31
2
-2
/
+2
|
*
tile: various minor cleanups to hardwall subsystem
Chris Metcalf
2013-07-31
2
-15
/
+18
*
|
PCI: Simplify pcie_bus_configure_settings() interface
Bjorn Helgaas
2013-08-22
1
-7
/
+2
*
|
tile: delete __cpuinit usage from all tile files
Paul Gortmaker
2013-07-14
5
-13
/
+13
|
/
*
mm/tile: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
2013-07-03
1
-8
/
+8
*
tile: normalize global variables exported by vmlinux.lds
Jiang Liu
2013-07-03
2
-3
/
+5
*
sched: Rename sched.c as sched/core.c in comments and Documentation
Viresh Kumar
2013-06-19
1
-1
/
+1
*
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...
Linus Torvalds
2013-05-09
2
-4
/
+10
|
\
|
*
tile: support new Tilera hypervisor
Chris Metcalf
2013-05-02
2
-4
/
+10
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-1
/
+1
|
\
\
|
*
|
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-04-09
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2013-05-01
4
-28
/
+51
|
\
\
\
|
*
|
|
arch/tile: Fix syscall return value passed to tracepoint
Simon Marchi
2013-04-24
1
-1
/
+1
|
*
|
|
tile: ns2cycles should use __raw_get_cpu_var
Henrik Austad
2013-03-26
1
-1
/
+5
[prev]
[next]