index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
au1000
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[MIPS] Au1000: Remove au1000 code.
Yoichi Yuasa
2006-07-13
8
-609
/
+0
*
[MIPS] Eleminate interrupt migration helper use.
Ralf Baechle
2006-07-13
2
-5
/
+5
*
[PATCH] irq-flags: MIPS: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
3
-6
/
+6
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
26
-26
/
+0
*
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Linus Torvalds
2006-06-29
4
-22
/
+26
|
\
|
*
[MIPS] Remove BSD and Sys V compat data types.
Ralf Baechle
2006-06-29
3
-21
/
+21
|
*
[MIPS] au1xxx: export dbdma functions
Domen Puncer
2006-06-29
1
-0
/
+4
|
*
[MIPS] au1xxx: dbdma, no sleeping under spin_lock
Domen Puncer
2006-06-29
1
-1
/
+1
*
|
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2006-06-29
2
-11
/
+11
|
/
*
[MIPS] Cleanup memory managment initialization.
Ralf Baechle
2006-06-19
1
-1
/
+1
*
[MIPS] C99-ify struct resource initialization.
Ralf Baechle
2006-06-19
1
-8
/
+8
*
[MIPS] Remove duplicate declarations from Alchemy code.
Ralf Baechle
2006-06-19
1
-4
/
+0
*
[MIPS] arch/mips/au1000/time.c cleanup
Sergei Shtylyov
2006-06-19
1
-7
/
+2
*
[MIPS] Au1xxx: board specific irq code cleanup
Herbert Valerio Riedel
2006-06-19
11
-22
/
+22
*
[MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environment
Sergei Shtylyov
2006-06-06
1
-15
/
+9
*
[MIPS] Save write-only Config.OD from being clobbered
Sergei Shtylyov
2006-06-06
1
-0
/
+5
*
[MIPS] AU1xxx mips_timer_interrupt() fixes
Herbert Valerio Riedel
2006-06-01
2
-0
/
+2
*
[MIPS] Rewrite all the assembler interrupt handlers to C.
Ralf Baechle
2006-04-19
3
-72
/
+19
*
[MIPS] Rewrite spurious_interrupt from assembler to C.
Ralf Baechle
2006-04-19
1
-1
/
+2
*
[SERIAL] Remove obsoleted au1x00_uart driver
Ralf Baechle
2006-03-26
1
-1
/
+1
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
2006-03-21
2
-4
/
+2
|
\
|
*
[PATCH] USB: OHCI for AU1200
Jordan Crouse
2006-03-20
1
-1
/
+1
|
*
[PATCH] USB: EHCI for AU1200
Jordan Crouse
2006-03-20
2
-3
/
+1
*
|
[MIPS] War on whitespace: cleanup initial spaces followed by tabs.
Ralf Baechle
2006-03-21
5
-7
/
+7
|
/
*
[MIPS] Simple patch to power off DBAU1200
Matej Kupljen
2006-03-18
1
-0
/
+3
*
[MIPS] Fix DBAu1550 software power off.
Sergei Shtylylov
2006-03-18
1
-3
/
+4
*
[MIPS] Au1xx0: really set KSEG0 to uncached on reboot
Sergei Shtylylov
2006-02-07
1
-1
/
+1
*
[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.
Ralf Baechle
2006-02-07
1
-1
/
+2
*
[MIPS] Alchemy: Set board type on initialization.
Ralf Baechle
2005-12-01
1
-1
/
+11
*
[MIPS] Alchemy: Fix BCSR accesses.
Ralf Baechle
2005-12-01
1
-4
/
+3
*
[MIPS] Alchemy: Console output fixup
Pantelis Antoniou
2005-11-17
1
-1
/
+1
*
[PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with...
Clemens Buchacher
2005-11-14
1
-2
/
+2
*
[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h
Jeff Garzik
2005-11-14
1
-0
/
+1
*
[PATCH] fbdev: Remove remains of epson1356fb
Ralf Baechle
2005-11-09
1
-11
/
+0
*
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
2005-10-31
1
-0
/
+1
|
\
|
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
|
Remove useless casts of kmalloc return values.
Ralf Baechle
2005-10-29
1
-2
/
+1
*
|
Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.
Ralf Baechle
2005-10-29
1
-1
/
+1
*
|
Don't call memset to clean irq_desc; these data fields have already
Ralf Baechle
2005-10-29
1
-1
/
+0
*
|
smc91x platform support; requires patch to smc91x.h which was sent
Pete Popov
2005-10-29
1
-0
/
+28
*
|
Au1[12]00 mmc driver. Only tested on the Au1200 at this point though
Pete Popov
2005-10-29
1
-0
/
+34
*
|
Kernel gpio/2 routines that will be used by some drivers.
Pete Popov
2005-10-29
2
-1
/
+120
*
|
Fix a cache snooping issue.
Pete Popov
2005-10-29
1
-9
/
+17
*
|
Updated pcmcia driver with pb1200 and db1200 support.
Pete Popov
2005-10-29
1
-2
/
+0
*
|
- moved platform structure to platform.c
Pete Popov
2005-10-29
2
-0
/
+8
*
|
Cleaned up AMD Au1200 IDE driver:
Pete Popov
2005-10-29
3
-4
/
+40
*
|
Misc au1200 updates.
Pete Popov
2005-10-29
2
-32
/
+160
*
|
When no yamon command line is passed to the kernel, preserve the default
Pete Popov
2005-10-29
1
-1
/
+2
*
|
Get rid of a bunch of debug serial routines. Use prom_printf instead.
Pete Popov
2005-10-29
1
-76
/
+1
*
|
Void functions shouldn't return values
Ladislav Michl
2005-10-29
1
-1
/
+0
[prev]
[next]