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...> - 2003-08-03 18:28:38
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv25440/drivers Modified Files: Makefile Log Message: Merge with 2.5.59 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/Makefile,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Makefile 9 Jul 2003 23:56:58 -0000 1.18 +++ Makefile 3 Aug 2003 18:28:35 -0000 1.19 @@ -44,6 +44,7 @@ obj-$(CONFIG_HOTPLUG_PCI) += hotplug/ obj-$(CONFIG_ISDN_BOOL) += isdn/ obj-$(CONFIG_MCA) += mca/ +obj-$(CONFIG_EISA) += eisa/ # VAX-specific stuff obj-$(CONFIG_VAX) += vax/ |
From: Kenn H. <ke...@us...> - 2003-08-03 18:28:38
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv25440 Modified Files: Makefile Log Message: Merge with 2.5.59 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- Makefile 3 Aug 2003 12:40:18 -0000 1.66 +++ Makefile 3 Aug 2003 18:28:35 -0000 1.67 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 58 +SUBLEVEL = 59 EXTRAVERSION = # *DOCUMENTATION* @@ -393,6 +393,17 @@ .PHONY: prepare prepare: include/linux/version.h include/asm include/config/MARKER @echo ' Starting the build. KBUILD_BUILTIN=$(KBUILD_BUILTIN) KBUILD_MODULES=$(KBUILD_MODULES)' + +# We need to build init/vermagic.o before descending since all modules +# (*.ko) need it already + +ifdef CONFIG_MODULES + +prepare: init/vermagic.o + +init/vermagic.o: include/linux/version.h + +endif # This can be used by arch/$ARCH/Makefile to preprocess # their vmlinux.lds.S file |
From: Kenn H. <ke...@us...> - 2003-08-03 18:26:22
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/arm/mach-iop310 In directory sc8-pr-cvs1:/tmp/cvs-serv25071/arch/arm/mach-iop310 Added Files: iq80310-irq.c Log Message: Merge with 2.5.59 |
From: Kenn H. <ke...@us...> - 2003-08-03 18:26:22
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/x86_64/mm In directory sc8-pr-cvs1:/tmp/cvs-serv25071/arch/x86_64/mm Removed Files: modutil.c Log Message: Merge with 2.5.59 --- modutil.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 18:26:22
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/video In directory sc8-pr-cvs1:/tmp/cvs-serv25071/drivers/video Removed Files: tridentfb.h Log Message: Merge with 2.5.59 --- tridentfb.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 18:26:22
|
Update of /cvsroot/linux-vax/kernel-2.5/include/video In directory sc8-pr-cvs1:/tmp/cvs-serv25071/include/video Removed Files: font.h Log Message: Merge with 2.5.59 --- font.h DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 18:26:22
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/68VZ328/de2 In directory sc8-pr-cvs1:/tmp/cvs-serv25071/arch/m68knommu/platform/68VZ328/de2 Removed Files: himem.ld Log Message: Merge with 2.5.59 --- himem.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:45:11
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm In directory sc8-pr-cvs1:/tmp/cvs-serv7868/include/asm/mm Modified Files: page.h Log Message: 2.5.58 moves BUG and PAGE_BUG from asm/page.h to asm/bug.h Index: page.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/page.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- page.h 10 Jul 2003 00:12:41 -0000 1.7 +++ page.h 3 Aug 2003 12:45:08 -0000 1.8 @@ -12,15 +12,6 @@ #define STRICT_MM_TYPECHECKS -#define BUG() do { \ - printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \ - __asm__ __volatile__("bugw $0"); \ -} while (0) - -#define PAGE_BUG(page) do { \ - BUG(); \ -} while (0) - /* Pure 2^n version of get_order */ extern __inline__ int get_order(unsigned long size) { |
From: Kenn H. <ke...@us...> - 2003-08-03 12:45:10
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv7868/include/asm Added Files: bug.h Log Message: 2.5.58 moves BUG and PAGE_BUG from asm/page.h to asm/bug.h --- NEW FILE --- #ifndef _ASMVAX_BUG_H #define _ASMVAX_BUG_H #define BUG() do { \ printk("kernel BUG at %s:%d!\n", __FILE__, __LINE__); \ __asm__ __volatile__("bugw $0"); \ } while (0) #define PAGE_BUG(page) do { \ BUG(); \ } while (0) #endif /* _ASMVAX_BUG_H */ |
From: Kenn H. <ke...@us...> - 2003-08-03 12:40:21
|
Update of /cvsroot/linux-vax/kernel-2.5/include/linux In directory sc8-pr-cvs1:/tmp/cvs-serv7155/include/linux Modified Files: elf.h Log Message: Merge with 2.5.58 Index: elf.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/linux/elf.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- elf.h 21 Jul 2003 23:52:05 -0000 1.10 +++ elf.h 3 Aug 2003 12:40:18 -0000 1.11 @@ -158,11 +158,12 @@ #define STT_SECTION 3 #define STT_FILE 4 -#define ELF32_ST_BIND(x) ((x) >> 4) -#define ELF32_ST_TYPE(x) (((unsigned int) x) & 0xf) - -#define ELF64_ST_BIND(x) ((x) >> 4) -#define ELF64_ST_TYPE(x) (((unsigned int) x) & 0xf) +#define ELF_ST_BIND(x) ((x) >> 4) +#define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf) +#define ELF32_ST_BIND(x) ELF_ST_BIND(x) +#define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) +#define ELF64_ST_BIND(x) ELF_ST_BIND(x) +#define ELF64_ST_TYPE(x) ELF_ST_TYPE(x) /* Symbolic values for the entries in the auxiliary table put on the initial stack */ |
From: Kenn H. <ke...@us...> - 2003-08-03 12:40:21
|
Update of /cvsroot/linux-vax/kernel-2.5/drivers/char In directory sc8-pr-cvs1:/tmp/cvs-serv7155/drivers/char Modified Files: Makefile Log Message: Merge with 2.5.58 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/drivers/char/Makefile,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- Makefile 9 Jul 2003 23:56:58 -0000 1.33 +++ Makefile 3 Aug 2003 12:40:18 -0000 1.34 @@ -84,6 +84,7 @@ obj-$(CONFIG_AGP) += agp/ obj-$(CONFIG_DRM) += drm/ obj-$(CONFIG_PCMCIA) += pcmcia/ +obj-$(CONFIG_IPMI_HANDLER) += ipmi/ # Files generated that shall be removed upon make clean |
From: Kenn H. <ke...@us...> - 2003-08-03 12:40:21
|
Update of /cvsroot/linux-vax/kernel-2.5 In directory sc8-pr-cvs1:/tmp/cvs-serv7155 Modified Files: Makefile Log Message: Merge with 2.5.58 Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/Makefile,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- Makefile 3 Aug 2003 01:06:01 -0000 1.65 +++ Makefile 3 Aug 2003 12:40:18 -0000 1.66 @@ -1,6 +1,6 @@ VERSION = 2 PATCHLEVEL = 5 -SUBLEVEL = 57 +SUBLEVEL = 58 EXTRAVERSION = # *DOCUMENTATION* |
From: Kenn H. <ke...@us...> - 2003-08-03 12:40:21
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-parisc In directory sc8-pr-cvs1:/tmp/cvs-serv7155/include/asm-parisc Modified Files: keyboard.h Log Message: Merge with 2.5.58 Index: keyboard.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-parisc/keyboard.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- keyboard.h 21 Apr 2003 22:50:04 -0000 1.3 +++ keyboard.h 3 Aug 2003 12:40:18 -0000 1.4 @@ -28,7 +28,6 @@ #include <linux/config.h> #ifdef __KERNEL__ -#ifdef CONFIG_VT #include <linux/kernel.h> #include <linux/kd.h> @@ -56,18 +55,11 @@ void (*init_hw)(void); /* Keyboard driver resource allocation */ - void (*kbd_request_region)(void); int (*kbd_request_irq)(void (*handler)(int, void *, struct pt_regs *)); - /* Methods to access the keyboard processor's I/O registers */ - unsigned char (*kbd_read_input)(void); - void (*kbd_write_output)(unsigned char val); - void (*kbd_write_command)(unsigned char val); - unsigned char (*kbd_read_status)(void); - unsigned char sysrq_key; unsigned char *sysrq_xlate; -} *kbd_ops; +} kbd_ops; #define kbd_setkeycode (*kbd_ops->setkeycode) #define kbd_getkeycode (*kbd_ops->getkeycode) @@ -80,19 +72,12 @@ #define kbd_sysrq_xlate (kbd_ops->sysrq_xlate) /* Do the actual calls via kbd_ops vector */ -#define kbd_request_region() kbd_ops->kbd_request_region() #define kbd_request_irq(handler) kbd_ops->kbd_request_irq(handler) -#define kbd_read_input() kbd_ops->kbd_read_input() -#define kbd_write_output(val) kbd_ops->kbd_write_output(val) -#define kbd_write_command(val) kbd_ops->kbd_write_command(val) -#define kbd_read_status() kbd_ops->kbd_read_status() extern unsigned char hp_ps2kbd_sysrq_xlate[128]; /* from drivers/char/hp_keyb.c */ extern void unregister_kbd_ops(void); extern void register_kbd_ops(struct kbd_ops *ops); - -#endif /* CONFIG_VT */ #endif /* __KERNEL__ */ |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:27
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/arm/mach-iop310 In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/arm/mach-iop310 Removed Files: iq80310-irq.c Log Message: Merge with 2.5.58 --- iq80310-irq.c DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/68VZ328/ucdimm In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/68VZ328/ucdimm Removed Files: fixed.ld himem.ld ram.ld rom.ld Log Message: Merge with 2.5.58 --- fixed.ld DELETED --- --- himem.ld DELETED --- --- ram.ld DELETED --- --- rom.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5307/MP3 In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5307/MP3 Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/68328/pilot In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/68328/pilot Removed Files: rom.ld Log Message: Merge with 2.5.58 --- rom.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/68VZ328/de2 In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/68VZ328/de2 Removed Files: fixed.ld ram.ld rom.ld Log Message: Merge with 2.5.58 --- fixed.ld DELETED --- --- ram.ld DELETED --- --- rom.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5272/NETtel In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5272/NETtel Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:26
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5206/ARNEWSH In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5206/ARNEWSH Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5307/NETtel In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5307/NETtel Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5307/MOTOROLA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5307/MOTOROLA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/68EZ328/ucsimm In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/68EZ328/ucsimm Removed Files: fixed.ld himem.ld ram.ld rom.ld Log Message: Merge with 2.5.58 --- fixed.ld DELETED --- --- himem.ld DELETED --- --- ram.ld DELETED --- --- rom.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5206e/MOTOROLA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5206e/MOTOROLA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |
From: Kenn H. <ke...@us...> - 2003-08-03 12:38:24
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/m68knommu/platform/5249/MOTOROLA In directory sc8-pr-cvs1:/tmp/cvs-serv6737/arch/m68knommu/platform/5249/MOTOROLA Removed Files: ram.ld Log Message: Merge with 2.5.58 --- ram.ld DELETED --- |