index
:
linux-stable.git
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.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
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MIPS: Allow L2 prefetch to be configured via debugfs
Paul Burton
2015-10-26
3
-0
/
+92
*
MIPS: Declare mips_debugfs_dir in a header
Paul Burton
2015-10-26
7
-7
/
+28
*
MIPS: Enable L2 prefetching for CM >= 2.5
Paul Burton
2015-10-26
2
-1
/
+77
*
MIPS: Introduce API for enabling & disabling L2 prefetch
Paul Burton
2015-10-26
1
-0
/
+27
*
MIPS: Allow compact branch policy to be changed
Paul Burton
2015-10-26
2
-0
/
+40
*
MIPS: Remove invalid check
Andrzej Hajda
2015-10-26
1
-2
/
+2
*
MIPS: Define ioremap_uc
Ben Hutchings
2015-10-06
1
-0
/
+1
*
MIPS: UAPI: Ignore __arch_swab{16,32,64} when using MIPS16
Yousong Zhou
2015-10-05
1
-3
/
+4
*
Revert "MIPS: UAPI: Fix unrecognized opcode WSBH/DSBH/DSHD when using MIPS16."
Yousong Zhou
2015-10-05
1
-9
/
+3
*
Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...
Linus Torvalds
2015-10-04
1
-0
/
+1
|
\
|
*
Make asm/word-at-a-time.h available on all architectures
Chris Metcalf
2015-07-08
1
-0
/
+1
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-10-04
13
-144
/
+82
|
\
\
|
*
|
MIPS: scall: Always run the seccomp syscall filters
Markos Chandras
2015-10-04
4
-73
/
+42
|
*
|
MIPS: Octeon: Fix kernel panic on startup from memory corruption
Matt Bennett
2015-10-02
1
-1
/
+1
|
*
|
MIPS: Fix R2300 FP context switch handling
Paul Burton
2015-10-02
1
-27
/
+1
|
*
|
MIPS: Fix octeon FP context switch handling
Paul Burton
2015-10-02
1
-25
/
+1
|
*
|
MIPS: BPF: Fix load delay slots.
Ralf Baechle
2015-10-02
1
-0
/
+4
|
*
|
MIPS: BPF: Do all exports of symbols with FEXPORT().
Ralf Baechle
2015-10-01
1
-6
/
+3
|
*
|
MIPS: Fix the build on jz4740 after removing the custom gpio.h
Alban Bedel
2015-10-01
2
-0
/
+2
|
*
|
MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
Paul Burton
2015-09-30
1
-4
/
+4
|
*
|
MIPS: CPS: Don't include MT code in non-MT kernels.
Paul Burton
2015-09-30
1
-0
/
+2
|
*
|
MIPS: CPS: Stop dangling delay slot from has_mt.
Paul Burton
2015-09-30
1
-2
/
+2
|
*
|
MIPS: dma-default: Fix 32-bit fall back to GFP_DMA
James Hogan
2015-09-30
1
-1
/
+1
|
*
|
MIPS: Wire up userfaultfd and membarrier syscalls.
Ralf Baechle
2015-09-30
5
-6
/
+20
*
|
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-09-27
12
-77
/
+262
|
\
|
|
|
*
|
MIPS: Initialise MAARs on secondary CPUs
Paul Burton
2015-09-27
3
-3
/
+36
|
*
|
MIPS: print MAAR configuration during boot
Paul Burton
2015-09-27
1
-0
/
+29
|
*
|
MIPS: mm: compile maar_init unconditionally
Paul Burton
2015-09-27
1
-63
/
+63
|
*
|
MIPS: CM: Provide a function to map from CPU to VP ID.
Paul Burton
2015-09-27
1
-0
/
+39
|
*
|
MIPS: Fix FTLB detection for R6
James Hogan
2015-09-22
1
-5
/
+8
|
*
|
MIPS: cpu-features: Add cpu_has_ftlb
James Hogan
2015-09-22
4
-3
/
+11
|
*
|
MIPS: ATH79: Add irq chip ar7240-misc-intc
Alexander Couzens
2015-09-22
1
-0
/
+10
|
*
|
MIPS: ATH79: Set missing irq ack handler for ar7100-misc-intc irq chip
Alexander Couzens
2015-09-22
1
-2
/
+10
|
*
|
MIPS: BPF: Fix build on pre-R2 little endian CPUs
Aurelien Jarno
2015-09-22
1
-0
/
+42
|
*
|
MIPS: BPF: Avoid unreachable code on little endian
Aurelien Jarno
2015-09-22
1
-3
/
+5
|
*
|
MIPS: bootmem: Fix mapstart calculation for contiguous maps
Alexander Sverdlin
2015-09-22
1
-1
/
+9
|
*
|
MIPS: Fix console output for Fulong2e system
Guenter Roeck
2015-09-22
1
-0
/
+3
*
|
|
Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-09-25
1
-0
/
+6
|
\
\
\
|
*
|
|
PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"
Bjorn Helgaas
2015-09-15
1
-0
/
+6
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-09-25
1
-0
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
KVM: disable halt_poll_ns as default for s390x
David Hildenbrand
2015-09-25
1
-0
/
+1
*
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-09-18
2
-0
/
+2
|
\
|
|
|
|
*
|
|
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
2015-09-16
2
-0
/
+2
|
|
/
/
*
/
/
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
14
-20
/
+20
|
/
/
*
|
dma-mapping: consolidate dma_set_mask
Christoph Hellwig
2015-09-10
2
-16
/
+3
*
|
dma-mapping: consolidate dma_supported
Christoph Hellwig
2015-09-10
1
-6
/
+0
*
|
dma-mapping: cosolidate dma_mapping_error
Christoph Hellwig
2015-09-10
1
-8
/
+0
*
|
dma-mapping: consolidate dma_{alloc,free}_noncoherent
Christoph Hellwig
2015-09-10
2
-11
/
+15
*
|
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
Christoph Hellwig
2015-09-10
5
-64
/
+0
*
|
lib/decompressors: use real out buf size for gunzip with kernel
Yinghai Lu
2015-09-10
1
-2
/
+2
[prev]
[next]