|
First
|
Prev |
Next
|
Last
Pages: 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684
Introduce userspace interface for Firmware-provided memory map This patch (as request for comments) introduces a new userspace interface /proc/firmware_mem that provides the unfiltered view of the BIOS on memory configuration. That's usable for two reasons: 1) Debugging (yes, the E820 memory is printed in kernel ring buffer, but that's not the case for all platforms, on... 22 Jun 2008 16:17
fix 3c515.c:(.text+0x57200): undefined reference to `pnp_get_resource' * Randy Dunlap <randy.dunlap(a)oracle.com> wrote: Signed-off-by: Ingo Molnar <mingo(a)elte.hu> Patch is in Jeff's tree. i see. Hm, as far as i can see the patch was not Cc:-ed to lkml hence i did not see that it exist and created a patch for it. Please Cc: lkml for any mainline fix you think othe... 20 Jun 2008 12:14
[PATCH 2/3] Use /proc/firmware_mem for x86 (e820) This patch copies the E820 map very early, before the kernel applies various operations. That copy is used later to register only the BIOS-provided E820 map later in the resource tree for /proc/firmware_mem. Signed-off-by: Bernhard Walle <bwalle(a)suse.de> --- arch/x86/kernel/e820.c | 44 +++++++++++++++++++++... 20 Jun 2008 12:14
[PATCH 1/3] Introduce /proc/firmware_mem /proc/iomem contains mostly the view of the system about the memory resources. However, when using kexec, it's necessary to get also the firmware view, i.e. the original memory map the kernel got passed before applying command line options like exactmap or mem=<value>. kexec needs both views: a) When another ker... 20 Jun 2008 12:14
mmc: toughen get_ro() and get_cd() return values On Tue, 17 Jun 2008 18:16:07 +0400 Anton Vorontsov <avorontsov(a)ru.mvista.com> wrote: Great, patches follows. Also added missing changes for the at91_mci host. Now, I hope, every host is really converted. Applied the new set, thanks. -- -- Pierre Ossman Linux kernel, MMC maintainer ... 20 Jun 2008 12:14
cleanup e820_setup_gap * Alok Kataria <akataria(a)vmware.com> wrote: This is a preparatory patch for the next patch in series. Moves some code from e820_setup_gap to a new function e820_search_gap. This function will be used by the next patch in the series. Signed-off-by: Alok N Kataria <akataria(a)vmware.com> Index:... 24 Jun 2008 08:11
x86: check command line when CONFIG_X86_MPPARSE is not set On Fri, 20 Jun 2008, Ingo Molnar wrote: hm, i think instead of a panic() we should print a warning and fall back to nosmp - an UP bootup should work just fine without any mptable information. It sounds reasonable to me as well. Maciej -- To unsubscribe from this list: send the line "unsubscribe ... 20 Jun 2008 12:14
sdio: bad CISTPL_FUNCE error Hi Pierre, While trying to setup a GPS SDIO card, I experience the following error: "mmc0: bad CISTPL_FUNCE size 28 type 1" I use a combo card but without mirco sd card inserted. http://www.spectec.com.tw/sdg810.htm Tracing in sdio_cis.c file, I print the tpl_code (line 216). I have 3 successive codes : 0x... 24 Jun 2008 06:09
fix 3c515.c:(.text+0x57200): undefined reference to `pnp_get_resource' On Fri, 20 Jun 2008 11:33:16 +0200 Ingo Molnar wrote: commit 2538003ce2ea0b936d273692bc4e51c5b52fe70d Author: Ingo Molnar <mingo(a)elte.hu> Date: Fri Jun 20 11:29:31 2008 +0200 fix 3c515.c:(.text+0x57200): undefined reference to `pnp_get_resource' -tip testing found the following bu... 20 Jun 2008 12:14
[GIT PULL] firewire updates Linus, please pull from the for-linus branch at git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git for-linus to receive the following FireWire subsystem updates. They fix a post 2.6.25 regression and an older panicking bug. They also reword and reorder Kconfig menu prompts and help t... 20 Jun 2008 12:14 |