You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(9) |
Apr
(27) |
May
(5) |
Jun
(8) |
Jul
(50) |
Aug
(286) |
Sep
(2) |
Oct
(43) |
Nov
(4) |
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(79) |
Feb
(102) |
Mar
(29) |
Apr
(2) |
May
(22) |
Jun
(41) |
Jul
(11) |
Aug
(28) |
Sep
(58) |
Oct
(4) |
Nov
(18) |
Dec
(8) |
2002 |
Jan
(2) |
Feb
(2) |
Mar
(1) |
Apr
(478) |
May
(469) |
Jun
(78) |
Jul
(16) |
Aug
(2) |
Sep
(7) |
Oct
(47) |
Nov
(5) |
Dec
(227) |
2003 |
Jan
(155) |
Feb
(188) |
Mar
(160) |
Apr
(172) |
May
(41) |
Jun
(205) |
Jul
(104) |
Aug
(289) |
Sep
(31) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Kenn H. <ke...@us...> - 2000-07-23 20:36:24
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv20577/arch/vax/kernel Modified Files: entry.S interrupt.c regdump.c Log Message: Implement free_irq(). All exception handlers are now dynamically registered via register_excep_handler(). This almost completes the rework of the exception and interrupt handling system. |
From: Kenn H. <ke...@us...> - 2000-07-23 20:31:00
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv20249 Modified Files: cpu_ka43.c Log Message: Fixed typo in comment |
From: Kenn H. <ke...@us...> - 2000-07-23 20:30:33
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv20185 Modified Files: tmp_init.c Log Message: Change final halt message so it looks less like an error. |
From: Kenn H. <ke...@us...> - 2000-07-15 22:06:34
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv23322/arch/vax/kernel Modified Files: interrupt.c Log Message: Cleanups in request_irq. The check for multiple attempts to hook an SCB vector wasn't done right. |
From: Kenn H. <ke...@us...> - 2000-07-15 22:06:34
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv23322/include/asm-vax Modified Files: irq.h Log Message: Cleanups in request_irq. The check for multiple attempts to hook an SCB vector wasn't done right. |
From: Kenn H. <ke...@us...> - 2000-07-13 02:09:41
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv3095 Modified Files: interrupt.c Log Message: Silly, silly me. Embarrassing, really... |
From: Kenn H. <ke...@us...> - 2000-07-13 00:59:18
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv28171/include/asm-vax Modified Files: irq.h pgtable.h Log Message: Implemented dynamic interrupt hooking (via request_irq()). Tested with timer interrupt. Still some more work to do, though... |
From: Kenn H. <ke...@us...> - 2000-07-13 00:59:18
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv28171/arch/vax/kernel Modified Files: entry.S interrupt.c time.c Log Message: Implemented dynamic interrupt hooking (via request_irq()). Tested with timer interrupt. Still some more work to do, though... |
From: Kenn H. <ke...@us...> - 2000-07-13 00:57:18
|
Update of /cvsroot/linux-vax/kernel/Documentation/vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv28033 Modified Files: README Added Files: interrupts.txt Log Message: Updated README to correspond with present day. Added interrupts.txt to describe how we handle interrupts and exceptions |
From: Kenn H. <ke...@us...> - 2000-07-09 21:12:37
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv10059 Removed Files: cvax.c Log Message: This file is deprecated. |
From: Kenn H. <ke...@us...> - 2000-07-05 22:02:25
|
Update of /cvsroot/linux-vax/kernel/arch/vax/mm In directory slayer.i.sourceforge.net:/tmp/cvs-serv1634/mm Modified Files: Makefile Added Files: ioremap.c Log Message: Added ioremap() and iounmap() functions. Also get a bit more strict about the use of the pte_t type for PTEs and pointers to PTEs. |
From: Kenn H. <ke...@us...> - 2000-07-05 22:02:24
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv1634/boot Modified Files: head.S Log Message: Added ioremap() and iounmap() functions. Also get a bit more strict about the use of the pte_t type for PTEs and pointers to PTEs. |
From: Kenn H. <ke...@us...> - 2000-07-05 22:02:24
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv1634/kernel Modified Files: cpu_generic.c interrupt.c Log Message: Added ioremap() and iounmap() functions. Also get a bit more strict about the use of the pte_t type for PTEs and pointers to PTEs. |
From: Kenn H. <ke...@us...> - 2000-07-05 21:59:15
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv1386 Modified Files: pgtable.h Log Message: pg0 is now a pte_t *, rather than an unsigned long *. Also fixed stupid mistake in __flush_tlb_one() macro. |
From: Kenn H. <ke...@us...> - 2000-07-05 21:57:55
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv1288 Modified Files: pgcompat.h Log Message: Added SPTE_TO_VIRT macro to get the virtual address represented by an SPTE, given the address of the SPTE |
From: Kenn H. <ke...@us...> - 2000-07-05 21:56:56
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv1203 Modified Files: vpage.h Log Message: Start using VPAGE_xxx macros when referring to the 512-byte page size. |
From: Kenn H. <ke...@us...> - 2000-07-05 21:55:39
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv965 Modified Files: io.h Log Message: We don't need to pass any additional flags to ioremap() for VAX |
From: Kenn H. <ke...@us...> - 2000-07-05 21:54:37
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv734 Modified Files: page.h Log Message: Added PAGE_ALIGN_PREV macro to round an address _down_ to a page boundary |
From: Kenn H. <ke...@us...> - 2000-07-02 17:38:04
|
Update of /cvsroot/linux-vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv31612 Modified Files: Makefile Log Message: Updated EXTRAVERSION to 20000702 |
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv31459/kernel Modified Files: Makefile cpu_generic.c cpu_ka410.c cpu_ka42.c cpu_ka43.c cpu_ka630.c cpu_ka640.c cpu_ka650.c cpu_ka660.c setup.c Log Message: Re-arranged the console stuff to allow the CPU-specific code to register its console when it wants to. Machines with DZ11-based consoles now use the driver in drivers/char/dz.c (mostly - still have to remove the DZ11 stuff in cpu_generic.c). Cleaned up vax/lib/Makefile as well, and removed console stuff from tmp_init.c |
From: Kenn H. <ke...@us...> - 2000-07-02 17:37:17
|
Update of /cvsroot/linux-vax/kernel/arch/vax/boot In directory slayer.i.sourceforge.net:/tmp/cvs-serv31459/boot Modified Files: tmp_init.c Log Message: Re-arranged the console stuff to allow the CPU-specific code to register its console when it wants to. Machines with DZ11-based consoles now use the driver in drivers/char/dz.c (mostly - still have to remove the DZ11 stuff in cpu_generic.c). Cleaned up vax/lib/Makefile as well, and removed console stuff from tmp_init.c |
From: Kenn H. <ke...@us...> - 2000-07-02 17:37:17
|
Update of /cvsroot/linux-vax/kernel/arch/vax/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv31459/lib Modified Files: Makefile console.c Log Message: Re-arranged the console stuff to allow the CPU-specific code to register its console when it wants to. Machines with DZ11-based consoles now use the driver in drivers/char/dz.c (mostly - still have to remove the DZ11 stuff in cpu_generic.c). Cleaned up vax/lib/Makefile as well, and removed console stuff from tmp_init.c |
From: Kenn H. <ke...@us...> - 2000-07-02 17:33:56
|
Update of /cvsroot/linux-vax/kernel/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv31364 Modified Files: dz.c Log Message: Changes to work with VAXstation 3100 machines |
From: Kenn H. <ke...@us...> - 2000-07-02 17:32:01
|
Update of /cvsroot/linux-vax/kernel/drivers/char In directory slayer.i.sourceforge.net:/tmp/cvs-serv31297 Modified Files: dz.h Log Message: Oops! Used CONFIG_ARCH_VAX instead of CONFIG_VAX. |
From: Kenn H. <ke...@us...> - 2000-07-02 17:29:16
|
Update of /cvsroot/linux-vax/kernel/include/asm-vax In directory slayer.i.sourceforge.net:/tmp/cvs-serv31117 Added Files: serial.h Log Message: The generic serial support in drivers/char requires this file to tell it that we don't have any PC-style UARTs (surprise, surprise...) |