index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-03
[NET]: MIPS checksum annotations and cleanups.
Al Viro
1
-4
/
+4
2006-12-02
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
79
-1945
/
+909
2006-11-30
Fix misc Kconfig typos
Matt LaPlante
1
-2
/
+2
2006-11-30
[MIPS] Remove duplicate ISA DMA code for 0 DMA channel case.
Ralf Baechle
3
-34
/
+6
2006-11-30
[MIPS] Use conditional traps for BUG_ON on MIPS II and better.
Ralf Baechle
1
-4
/
+10
2006-11-30
[MIPS] mips HPT cleanup: make clocksource_mips public
Atsushi Nemoto
6
-38
/
+28
2006-11-30
[MIPS] do_IRQ cleanup
Atsushi Nemoto
3
-20
/
+7
2006-11-30
[MIPS] Avoid dupliate D-cache flush on R400C / R4400 SC and MC variants.
Ralf Baechle
1
-3
/
+7
2006-11-30
[MIPS] Remove redundant r4k_blast_icache() calls
Atsushi Nemoto
1
-8
/
+4
2006-11-30
[MIPS] Work around bogus gcc warnings.
Ralf Baechle
1
-21
/
+22
2006-11-30
[MIPS] Fix double inclusions
Nicolas Kaiser
4
-15
/
+4
2006-11-30
[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq
Atsushi Nemoto
27
-33
/
+63
2006-11-30
[MIPS] IRQ cleanups
Atsushi Nemoto
36
-1655
/
+292
2006-11-30
[MIPS] mips hpt cleanup: get rid of mips_hpt_init
Atsushi Nemoto
2
-16
/
+8
2006-11-30
[MIPS] PB1200: Remove duplicate definitions
Yoichi Yuasa
1
-6
/
+2
2006-11-30
[MIPS] Oprofile: kernel support for the R10000.
Ralf Baechle
3
-5
/
+31
2006-11-30
[MIPS] Add support for kexec
Nicolas Schichan
8
-4
/
+188
2006-11-30
[MIPS] Don't print presence of WAIT instruction on bootup.
Ralf Baechle
1
-16
/
+3
2006-11-30
[MIPS] Fast path for rdhwr emulation for TLS
Atsushi Nemoto
2
-1
/
+77
2006-11-30
[MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n
Atsushi Nemoto
6
-3
/
+81
2006-11-30
[MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITE
Yoichi Yuasa
4
-39
/
+35
2006-11-30
[MIPS] Make free_init_pages() arguments to be physical addresses
Franck Bui-Huu
1
-16
/
+17
2006-11-30
[MIPS] setup.c: clean up initrd related code
Franck Bui-Huu
2
-32
/
+48
2006-11-30
[MIPS] setup.c: use __pa_symbol() where needed
Franck Bui-Huu
1
-5
/
+5
2006-11-30
[MIPS] setup.c: get ride of CPHYSADDR()
Franck Bui-Huu
1
-3
/
+3
2006-11-30
[MIPS] page.h: remove __pa() usages.
Franck Bui-Huu
1
-4
/
+4
2006-11-29
[MIPS] Do topology_init even on uniprocessor kernels.
Ralf Baechle
3
-24
/
+30
2006-11-28
[MIPS] Fix Bonito bootup message.
Ralf Baechle
1
-1
/
+1
2006-11-23
[MIPS] Hack for SB1 cache issues
Thiemo Seufer
1
-1
/
+21
2006-11-06
[MIPS] Fix EV64120 and Ocelot builds by providing a plat_timer_setup().
Ralf Baechle
3
-6
/
+1
2006-11-06
[MIPS] EV64120: Fix PCI interrupt allocation.
Ralf Baechle
3
-35
/
+22
2006-11-06
[MIPS] Make irq number allocator generally available for fixing EV64120.
Ralf Baechle
3
-25
/
+42
2006-11-06
[MIPS] EV64120: Fix timer initialization for HZ != 100.
Ralf Baechle
1
-1
/
+1
2006-11-06
[MIPS] Ocelot 3: Fix MAC address detection after platform_device conversion.
Ralf Baechle
4
-60
/
+237
2006-11-06
[MIPS] Ocelot C: Fix MAC address detection after platform_device conversion.
Ralf Baechle
4
-180
/
+202
2006-11-06
[MIPS] SB1: On bootup only flush cache on local CPU.
Ralf Baechle
1
-1
/
+1
2006-11-06
[MIPS] Ocelot 3: Fix large number of warnings.
Ralf Baechle
1
-2
/
+4
2006-11-06
[MIPS] Ocelot C: Fix mapping of ioport address range.
Ralf Baechle
1
-10
/
+8
2006-11-06
[MIPS] Ocelot C: Fix warning about missmatching format string.
Ralf Baechle
2
-2
/
+2
2006-11-06
[MIPS] Ocelot C: fix eth registration after conversion to platform_device
Ralf Baechle
1
-3
/
+121
2006-11-06
[MIPS] Ocelot C: Fix large number of warnings.
Ralf Baechle
1
-2
/
+4
2006-11-02
[MIPS] Do not use -msym32 option for modules.
Atsushi Nemoto
1
-1
/
+3
2006-11-02
[MIPS] Ocelot G: Fix : "CURRENTLY_UNUSED" is not defined warning.
Ralf Baechle
1
-4
/
+4
2006-11-02
[MIPS] Fix warning about init_initrd() call if !CONFIG_BLK_DEV_INITRD.
Ralf Baechle
1
-1
/
+5
2006-11-02
[MIPS] IP27: Allow SMP ;-) Another changeset messed up by patch.
Ralf Baechle
1
-0
/
+1
2006-11-02
[MIPS] Fix merge screwup by patch(1)
Ralf Baechle
1
-2
/
+2
2006-11-02
Revert "[MIPS] Make SPARSEMEM selectable on QEMU."
Ralf Baechle
1
-4
/
+0
2006-11-01
[MIPS] Fix warning in mips-boards generic PCI
Yoichi Yuasa
1
-1
/
+1
2006-11-01
[MIPS] SMTC: Synchronize cp0 counters on bootup.
Ralf Baechle
1
-0
/
+1
2006-11-01
[MIPS] SMTC: Fix crash if # of TC's > # of VPE's after pt_regs irq cleanup.
Ralf Baechle
2
-1
/
+9
[next]