Displaying 5 results from an estimated 5 matches for "reserve_memtype".
2009 Dec 11
1
conflicting memory types
I just noticed these messages in my logs :
modprobe:1998 conflicting memory types e8000000-e8010000
uncached-minus<->write-combining
reserve_memtype failed 0xe8000000-0xe8010000, track uncached-minus,
req uncached-minus
ioremap reserve_memtype failed -16
Xorg:5078 conflicting memory types e8000000-e8010000
uncached-minus<->write-combining
reserve_memtype failed 0xe8000000-0xe8010000, track uncached-minus,
req uncached-minus
I have this o...
2009 Apr 02
5
Error in starting "wine file" in x86_64 FC10 env
First the following errors are logged in dmesg:
[ 31.891848] mtrr: base(0xc0000000) is not aligned on a
size(0xff00000) boundary
[ 32.343580] Xorg:3090 conflicting memory types c0000000-cff00000
uncached<->uncached-minus
[ 32.343585] reserve_memtype failed 0xc0000000-0xcff00000, track
uncached, req write-back
[ 32.344431] Xorg:3090 conflicting memory types fd000000-fe000000
uncached<->uncached-minus
[ 32.344434] reserve_memtype failed 0xfd000000-0xfe000000, track
uncached, req write-back
[ 32.847537] Xorg:3090 conflicting memory ty...
2012 Oct 06
0
Problem with GFX 5500 Inno 3D
..._pci_generic mxm_wmi wmi
video ttm uhci_hcd ohci_hcd(+) drm_kms_helper ehci_hcd drm 3c59x
microcode(+) usbcore psmouse i2c_piix4 hwmon i2c_algo_bit evdev mii
i2c_
Pid: 1019, comm: udevd Not tainted 3.6.0 #2 EVERCOM NETWORK /i440BX-W977
EIP: 0060:[<c1021b95>] EFLAGS: 00010246 CPU: 0
EIP is at reserve_memtype+0x20/0x355
EAX: 00000000 EBX: ef13bc9c ECX: ef13bc50 EDX: 00000000
ESI: 00000000 EDI: 00000000 EBP: ef13bc54 ESP: ef13bc34
DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
CR0: 8005003b CR2: b7762000 CR3: 2ea92000 CR4: 000007d0
DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
DR6: ffff0ff0 DR7:...
2010 Aug 05
0
[GIT PULL] x86/mm for 2.6.36
...)))
@@ -115,7 +113,7 @@ static void __iomem *__ioremap_caller(resource_size_t phys_addr,
* Mappings have to be page-aligned
*/
offset = phys_addr & ~PAGE_MASK;
- phys_addr &= PAGE_MASK;
+ phys_addr &= PHYSICAL_PAGE_MASK;
size = PAGE_ALIGN(last_addr+1) - phys_addr;
retval = reserve_memtype(phys_addr, (u64)phys_addr + size,
@@ -613,7 +611,7 @@ void __init early_iounmap(void __iomem *addr, unsigned long size)
return;
}
offset = virt_addr & ~PAGE_MASK;
- nrpages = PAGE_ALIGN(offset + size - 1) >> PAGE_SHIFT;
+ nrpages = PAGE_ALIGN(offset + size) >> PAGE_SHIFT;...
2014 Jul 04
57
[Bug 80901] New: [NVCF] PWM fan speed too high under kernel 3.15
https://bugs.freedesktop.org/show_bug.cgi?id=80901
Priority: medium
Bug ID: 80901
Assignee: nouveau at lists.freedesktop.org
Summary: [NVCF] PWM fan speed too high under kernel 3.15
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: gianni at rootcube.net
Hardware: x86-64 (AMD64)