From: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Linus Torvalds <torvalds-3NddpPZAyC0@public.gmane.org>
Cc: Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
ACPI Developers
<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: [BKPATCH] ACPI for 2.6
Date: 20 May 2004 15:12:20 -0400 [thread overview]
Message-ID: <1085033656.12352.486.camel@dhcppc4> (raw)
Hi Linus, please do a
bk pull bk://linux-acpi.bkbits.net/linux-acpi-release-2.6.7
thanks,
-Len
ps. a plain patch is also available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.7/acpi-20040326-2.6.7.diff.gz
This will update the following files:
arch/i386/kernel/acpi/boot.c | 42 +++++++++++++++++--------
arch/i386/kernel/mpparse.c | 8 ++--
arch/i386/mach-es7000/es7000plat.c | 24 ++++++++++++++
arch/ia64/kernel/acpi.c | 41 ++++++++++++++++--------
arch/x86_64/kernel/io_apic.c | 2 -
drivers/acpi/ac.c | 3 +
drivers/acpi/acpi_ksyms.c | 2 -
drivers/acpi/asus_acpi.c | 26 ++++++++++++++-
drivers/acpi/battery.c | 7 ++++
drivers/acpi/bus.c | 8 ++++
drivers/acpi/button.c | 19 +++++------
drivers/acpi/ec.c | 6 +++
drivers/acpi/events/evxface.c | 27 ++++++++++++++++
drivers/acpi/fan.c | 2 +
drivers/acpi/osl.c | 16 ++++++++-
drivers/acpi/power.c | 2 +
drivers/acpi/scan.c | 18 ++--------
drivers/acpi/tables.c | 5 +-
drivers/acpi/thermal.c | 10 +++++
include/acpi/acpiosxf.h | 4 ++
include/linux/acpi.h | 2 -
21 files changed, 213 insertions(+), 61 deletions(-)
through these ChangeSets:
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/18 1.1371.709.22)
[ACPI] remove /proc files before unloading modules
from Sau Dan Lee, Zhenyu Wang
http://bugzilla.kernel.org/show_bug.cgi?id=2705
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/18 1.1371.709.21)
[ACPI] revert button module unload fix (2281)
Cset exclude: len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org|ChangeSet|20040503042906|02093
Cset exclude: len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org|ChangeSet|20040428081825|02121
Cset exclude:
len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org[lenb]|ChangeSet|20040428071221|03892
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/14 1.1608.9.6)
[ACPI] delete IOAPIC-disable workaround on x86_64/VIA
http://bugme.osdl.org/show_bug.cgi?id=1530
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/13 1.1608.9.5)
[ACPI] create kacpid thread to handle ACPI work in process context.
Also will be needed for cpu hot-unplug.
from Anil S Keshavamurthy and David Shaohua Li
http://bugzilla.kernel.org/show_bug.cgi?id=2515
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/12 1.1608.9.4)
[ACPI] Add MADT error checking (Yi Zhu)
http://bugzilla.kernel.org/show_bug.cgi?id=1434
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/12 1.1608.9.3)
[ACPI] if _STA.functional, set _STA.present (Bjorn Helgaas)
workaround for Big Sur and Bull systems
<len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> (04/05/11 1.1608.9.2)
[ACPI] create platform_rename_gsi() so ES7000 can munge IRQ numbers
from Natalie Protasevich
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
WARNING: multiple messages have this Message-ID (diff)
From: Len Brown <len.brown@intel.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
ACPI Developers <acpi-devel@lists.sourceforge.net>
Subject: [BKPATCH] ACPI for 2.6
Date: 20 May 2004 15:12:20 -0400 [thread overview]
Message-ID: <1085033656.12352.486.camel@dhcppc4> (raw)
Hi Linus, please do a
bk pull bk://linux-acpi.bkbits.net/linux-acpi-release-2.6.7
thanks,
-Len
ps. a plain patch is also available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.7/acpi-20040326-2.6.7.diff.gz
This will update the following files:
arch/i386/kernel/acpi/boot.c | 42 +++++++++++++++++--------
arch/i386/kernel/mpparse.c | 8 ++--
arch/i386/mach-es7000/es7000plat.c | 24 ++++++++++++++
arch/ia64/kernel/acpi.c | 41 ++++++++++++++++--------
arch/x86_64/kernel/io_apic.c | 2 -
drivers/acpi/ac.c | 3 +
drivers/acpi/acpi_ksyms.c | 2 -
drivers/acpi/asus_acpi.c | 26 ++++++++++++++-
drivers/acpi/battery.c | 7 ++++
drivers/acpi/bus.c | 8 ++++
drivers/acpi/button.c | 19 +++++------
drivers/acpi/ec.c | 6 +++
drivers/acpi/events/evxface.c | 27 ++++++++++++++++
drivers/acpi/fan.c | 2 +
drivers/acpi/osl.c | 16 ++++++++-
drivers/acpi/power.c | 2 +
drivers/acpi/scan.c | 18 ++--------
drivers/acpi/tables.c | 5 +-
drivers/acpi/thermal.c | 10 +++++
include/acpi/acpiosxf.h | 4 ++
include/linux/acpi.h | 2 -
21 files changed, 213 insertions(+), 61 deletions(-)
through these ChangeSets:
<len.brown@intel.com> (04/05/18 1.1371.709.22)
[ACPI] remove /proc files before unloading modules
from Sau Dan Lee, Zhenyu Wang
http://bugzilla.kernel.org/show_bug.cgi?id=2705
<len.brown@intel.com> (04/05/18 1.1371.709.21)
[ACPI] revert button module unload fix (2281)
Cset exclude: len.brown@intel.com|ChangeSet|20040503042906|02093
Cset exclude: len.brown@intel.com|ChangeSet|20040428081825|02121
Cset exclude:
len.brown@intel.com[lenb]|ChangeSet|20040428071221|03892
<len.brown@intel.com> (04/05/14 1.1608.9.6)
[ACPI] delete IOAPIC-disable workaround on x86_64/VIA
http://bugme.osdl.org/show_bug.cgi?id=1530
<len.brown@intel.com> (04/05/13 1.1608.9.5)
[ACPI] create kacpid thread to handle ACPI work in process context.
Also will be needed for cpu hot-unplug.
from Anil S Keshavamurthy and David Shaohua Li
http://bugzilla.kernel.org/show_bug.cgi?id=2515
<len.brown@intel.com> (04/05/12 1.1608.9.4)
[ACPI] Add MADT error checking (Yi Zhu)
http://bugzilla.kernel.org/show_bug.cgi?id=1434
<len.brown@intel.com> (04/05/12 1.1608.9.3)
[ACPI] if _STA.functional, set _STA.present (Bjorn Helgaas)
workaround for Big Sur and Bull systems
<len.brown@intel.com> (04/05/11 1.1608.9.2)
[ACPI] create platform_rename_gsi() so ES7000 can munge IRQ numbers
from Natalie Protasevich
next reply other threads:[~2004-05-20 19:12 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-20 19:12 Len Brown [this message]
2004-05-20 19:12 ` [BKPATCH] ACPI for 2.6 Len Brown
-- strict thread matches above, loose matches on Subject: below --
2004-11-09 7:47 Len Brown
2004-11-09 7:47 ` Len Brown
2004-11-12 17:42 ` Pavel Machek
[not found] ` <20041112174248.GA4267-u08AdweFZfgxtPtxi4kahqVXKuFTiq87@public.gmane.org>
2004-12-01 23:13 ` Len Brown
2004-12-01 23:13 ` Len Brown
2004-10-09 5:54 Len Brown
2004-08-14 23:08 Len Brown
[not found] <566B962EB122634D86E6EE29E83DD808182C3286@hdsmsx403.hd.intel.com>
2004-08-14 18:43 ` Len Brown
2004-08-15 16:58 ` Marcus Hartig
2004-08-14 16:40 Marcus Hartig
2004-08-14 6:55 Len Brown
2004-08-14 20:56 ` Jesse Barnes
2004-08-14 20:56 ` Jesse Barnes
2004-06-21 19:41 Len Brown
2004-06-21 19:41 ` Len Brown
[not found] <E1BbPIM-00044a-0A@sc8-sf-list2.sourceforge.net>
[not found] ` <E1BbPIM-00044a-0A-ek0oC1U1TqqnvZpeIfgr/KQD96bmaF075NbjCUgZEJk@public.gmane.org>
2004-06-19 21:22 ` Carsten Rietzschel
2004-06-18 6:42 Len Brown
2004-06-18 6:42 ` Len Brown
[not found] ` <1087540933.4487.212.camel-D2Zvc0uNKG8@public.gmane.org>
2004-06-23 13:47 ` Stefan Seyfried
2004-05-11 16:48 Len Brown
2004-05-11 16:48 ` Len Brown
2004-05-03 16:52 Len Brown
2004-04-01 10:40 Len Brown
2004-04-01 10:40 ` Len Brown
2004-03-30 1:26 Manpreet Singh
2004-03-30 0:28 Manpreet Singh
2004-03-29 17:32 Moore, Robert
2004-03-27 9:18 Manpreet Singh
2004-03-27 0:59 Len Brown
2004-03-27 0:59 ` Len Brown
[not found] ` <1080349151.16211.33.camel-D2Zvc0uNKG8@public.gmane.org>
2004-03-27 11:11 ` Marcel Holtmann
2004-03-27 11:11 ` Marcel Holtmann
2004-03-23 10:02 Len Brown
2004-03-23 10:02 ` Len Brown
2004-03-14 6:08 Len Brown
2004-03-14 6:08 ` Len Brown
2004-03-06 6:37 Len Brown
2004-03-06 6:37 ` Len Brown
2004-02-25 9:18 Len Brown
2004-02-25 9:18 ` Len Brown
2004-02-14 4:46 Len Brown
2004-02-07 9:10 Len Brown
[not found] ` <1076145027.8682.34.camel-D2Zvc0uNKG8@public.gmane.org>
2004-02-09 9:09 ` Olaf Hering
2004-02-09 9:09 ` Olaf Hering
2004-02-09 9:11 ` Olaf Hering
2004-02-09 9:11 ` Olaf Hering
2004-01-27 6:03 Len Brown
2004-01-27 6:03 ` Len Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1085033656.12352.486.camel@dhcppc4 \
--to=len.brown-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=torvalds-3NddpPZAyC0@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.