- Apr 07, 2009
-
-
Anton Blanchard authored
We specify a 64MB RMO, but the comment says 128MB. Signed-off-by:
Anton Blanchard <anton@samba.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
Anton Blanchard authored
Instead of checking for known events, pass in all 1s so we handle future event types. We were currently missing the IO event type. Signed-off-by:
Anton Blanchard <anton@samba.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
Anton Blanchard authored
PHYP tells us how often a shared processor dispatch changed physical cpus. This can highlight performance problems caused by the hypervisor. Signed-off-by:
Anton Blanchard <anton@samba.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
Anton Blanchard authored
Make all messages consistent, some have spaces before the "...", some do not. Signed-off-by:
Anton Blanchard <anton@samba.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
Anton Blanchard authored
The ibm,client-architecture method will often cause a reconfiguration reboot. When this happens the last thing we see is: Hypertas detected, assuming LPAR ! Which doesn't explain what just happened. Wrap the ibm,client-architecture so it's clear what is going on: Calling ibm,client-architecture... done In order to maintain the law of conservation of screen real estate, downgrade two other messages to debug. Signed-off-by:
Anton Blanchard <anton@samba.org> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
Huang Weiyi authored
Remove duplicated #include's in - arch/powerpc/include/asm/ps3fb.h - arch/powerpc/kernel/setup-common.c Signed-off-by:
Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by:
Paul Mackerras <paulus@samba.org>
-
- Apr 06, 2009
-
-
Scott Wood authored
Add aliases, and correct CS0 offset to match how u-boot programs it (this was not a problem with cuImage because the wrapper would reprogram the localbus to match the device tree). Signed-off-by:
Scott Wood <scottwood@freescale.com> Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Kumar Gala authored
CoreInt provides a mechansim to deliver the IRQ vector directly into the core on an interrupt (via the SPR EPR) rather than having to go IACK on the PIC. This is suppose to provide an improvment in interrupt latency by reducing the time to get the IRQ vector. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
- Apr 04, 2009
-
-
Philipp Zabel authored
The PASIC3 driver now calculates its register spacing from the resource size. Signed-off-by:
Philipp Zabel <philipp.zabel@gmail.com> Signed-off-by:
Samuel Ortiz <sameo@openedhand.com>
-
Takashi Yoshii authored
PCI still doesn't work on sh7785lcr 29bit 256M map mode. On SH7785, PCI -> SHwy address translation is not base+offset but somewhat like base|offset (See HW Manual (rej09b0261) Fig. 13.11). So, you can't export CS2,3,4,5 by 256M at CS2 (results CS0,1,2,3 exported, I guess). There are two candidates. a) 128M@CS2 + 128M@CS4 b) 512M@CS0 Attached patch is B. It maps 512M Byte at 0 independently of memory size. It results CS0 to CS6 and perhaps some more being accessible from PCI. Tested on 7785lcr 29bit 128M map 7785lcr 29bit 256M map (NOT tested on 32bit) Signed-off-by:
Takashi YOSHII <yoshii.takashi@renesas.com> Signed-off-by:
Paul Mundt <lethal@linux-sh.org>
-
Michael Trimarchi authored
There were a number of issues with the DSP context save/restore code, mostly left-over relics from when it was introduced on SH3-DSP with little follow-up testing, resulting in things like task_pt_dspregs() referencing incorrect state on the stack. This follows the MIPS convention of tracking the DSP state in the thread_struct and handling the state save/restore in switch_to() and finish_arch_switch() respectively. The regset interface is also updated, which allows us to finally be rid of task_pt_dspregs() and the special cased task_pt_regs(). Signed-off-by:
Michael Trimarchi <michael@evidence.eu.com> Signed-off-by:
Paul Mundt <lethal@linux-sh.org>
-
Paul Mundt authored
This accidentally regressed when the multi-IRQ changes went in, switching SH7091 from 4 to 6 channels. Add SH7091 back in to the 4-channel dependency list. Reported-by:
Adrian McMenamin <adrian@mcmen.demon.co.uk> Signed-off-by:
Paul Mundt <lethal@linux-sh.org>
-
Suresh Siddha authored
All logical processors with APIC ID values of 255 and greater will have their APIC reported through Processor X2APIC structure (type-9 entry type) and all logical processors with APIC ID less than 255 will have their APIC reported through legacy Processor Local APIC (type-0 entry type) only. This is the same case even for NMI structure reporting. The Processor X2APIC Affinity structure provides the association between the X2APIC ID of a logical processor and the proximity domain to which the logical processor belongs. For OSPM, Procssor IDs outside the 0-254 range are to be declared as Device() objects in the ACPI namespace. Signed-off-by:
Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
- Apr 03, 2009
-
-
Ingo Molnar authored
The MTRR code grew a new debug message which triggers commonly: [ 40.142276] get_mtrr: cpu0 reg00 base=0000000000 size=0000080000 write-back [ 40.142280] get_mtrr: cpu0 reg01 base=0000080000 size=0000040000 write-back [ 40.142284] get_mtrr: cpu0 reg02 base=0000100000 size=0000040000 write-back [ 40.142311] get_mtrr: cpu0 reg00 base=0000000000 size=0000080000 write-back [ 40.142314] get_mtrr: cpu0 reg01 base=0000080000 size=0000040000 write-back [ 40.142317] get_mtrr: cpu0 reg02 base=0000100000 size=0000040000 write-back Remove this annoyance. Reported-by:
Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Suresh Siddha authored
pci mmap code was doing memtype reserve for a while now. Recently we added memtype tracking in remap_pfn_range, and pci code indirectly calls remap_pfn_range. So, we don't need seperate tracking in pci code anymore. Which means a patch that removes ~50 lines of code :-). Also, recently we found out that the pci tracking is not working as we expect it to work in some cases. Specifically, userlevel X mmap of pci, with some recent version of X, is having a problem with vm_page_prot getting reset. The pci tracking uses vm_page_prot to pass on the protection type from parent to child during fork. a) Parent does a pci mmap b) We look at PAT and get either UC_MINUS or WC mapping for parent c) Store that mapping type in vma vm_page_prot for future use d) This thread does a fork e) Fork results in mmap_ops ->open for the child process f) We get the vm_page_prot from vma and reserve that type for the child process But, between c) and e) above, the vma vm_page_prot is getting reset to zero. This results in PAT reserve failing at the time of fork as in here. http://marc.info/?l=linux-kernel&m=123858163103240&w=2 This cleanup makes the above problem go away as we do not depend on vm_page_prot in our PAT code anymore. Signed-off-by:
Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by:
Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Joseph Cihula authored
The __restore_processor_state() fn restores %gs on resume from S3. As such, it cannot be protected by the stack-protector guard since %gs will not be correct on function entry. There are only a few other fns in this file and it should not negatively impact kernel security that they will also have the stack-protector guard removed (and so it's not worth moving them to another file). Without this change, S3 resume on a kernel built with CONFIG_CC_STACKPROTECTOR_ALL=y will fail. Signed-off-by:
Joseph Cihula <joseph.cihula@intel.com> Tested-by:
Chris Wright <chrisw@sous-sol.org> Cc: Arjan van de Ven <arjan@linux.intel.com> Cc: Tejun Heo <tj@kernel.org> LKML-Reference: <49D13385.5060900@intel.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Akinobu Mita authored
Commit 7ca43e75 ("mm: use debug_kmap_atomic") introduced some debug_kmap_atomic() in wrong places. Signed-off-by:
Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
Andrew Morton authored
i386 allnoconfig: arch/x86/mm/iomap_32.c: In function 'is_io_mapping_possible': arch/x86/mm/iomap_32.c:27: warning: comparison is always false due to limited range of data type Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Zhang Rui authored
update ACPI Development Discussion List Signed-off-by:
Zhang Rui <rui.zhang@intel.com> Signed-off-by:
Len Brown <len.brown@intel.com>
-
H. Peter Anvin authored
Impact: code size reduction (possibly critical) The x86 boot and decompression code has no use of the branch profiling constructs, so disable them. This would bloat the setup code by as much as 14K, eating up a fairly large chunk of the 32K area we are guaranteed to have. Signed-off-by:
H. Peter Anvin <hpa@linux.intel.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Joerg Roedel authored
Impact: unification of pci-dma macros and pci_32.h removal This patch unifies the definition of the pci_unmap_addr*, pci_unmap_len* and DECLARE_PCI_UNMAP* macros. This makes sense because the pci_unmap functions are no longer no-ops anymore when the kernel runs with CONFIG_DMA_API_DEBUG. Without an iommu or DMA_API_DEBUG it is a no-op on 32 bit because the dma mapping path returns a physical address and therefore the dma-api implementation has no internal state which needs to be destroyed with an unmap call. This unification also simplifies the port of x86_64 iommu drivers to 32 bit x86 and let us get rid of pci_32.h. Signed-off-by:
Joerg Roedel <joerg.roedel@amd.com> Acked-by:
Stephen Hemminger <shemminger@vyatta.com>
-
Chris Zankel authored
Remove include statement to include asm/io.h. Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Chris Zankel authored
We only add the platform or variant directory to core-y if it contains a Makefile. Consequently, we can remove the Makefiles for the dc232b and fsf processor variants. Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Daniel Glöckner authored
Move it from .text to .init.text to get rid of it after boot and prevent illegal section references. Signed-off-by:
Daniel Glöckner <dg@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Switch to GENERIC_TIME by using the ccount register as a clock source. Signed-off-by:
Johannes Weiner <hannes@cmpxchg.org> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
platform_get/set_rtc_time() is not implemented by any of the supported xtensa platforms. Remove the facility completely. The initial seconds for xtime come from read_persistent_clock() which returns just 0 in the generic implementation. Platforms that sport a persistent clock can implement this function. This is needed to implement the ccount as a clock source. Signed-off-by:
Johannes Weiner <hannes@cmpxchg.org> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Current xtensa implementation of sched_clock() is the same as the generic one. Just remove it, the weak symbol in kernel/sched_clock.c will be used instead. Signed-off-by:
Johannes Weiner <hannes@cmpxchg.org> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Support for the S6105 IP Camera Reference Design Kit. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Oskar Schirmer <os@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
The linker script should not assume a fix offset in memory for the kernel, this is platform-specific, so let the platform set it. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Support for the Stretch S6000 Xtensa core variant. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Oskar Schirmer <os@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
S6000 core configuration files from Tensilica. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Allow the core variant code to provide irq enable/disable callbacks. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Allow the variant to provide real code. Add empty dummy Makefiles for the existing variants. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Add support for !CONFIG_MMU setups. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Oskar Schirmer authored
Add the arch-specific header for flat support on xtensa in preparation for the Xtensa S6000 nommu port. Signed-off-by:
Oskar Schirmer <os@emlix.com> Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Oskar Schirmer authored
XCHAL_DATA_WIDTH is the maximum register width, slab caches should be aligned to this. Theoretical fix as all variants have had an XCHAL_DATA_WIDTH of 4 (wordsize) for now. But the S6000 variant will raise this to 16. Signed-off-by:
Oskar Schirmer <os@emlix.com> Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
The current assumption of the memory code is that the first RAM PFN in the system is 0. Adjust the relevant code to play well with setups where memory starts at higher addresses, indicated by PLATFORM_DEFAULT_MEM_START. The new memory model looks like this: +----------+--+----------------------+----------------+ | | | | | | | | RAM | | | | | | | +----------+--+----------------------+----------------+ | | | | | +- PFN 0 | +- min_low_pfn +- max_low_pfn +- max_pfn | +- ARCH_PFN_OFFSET +- PLATFORM_DEFAULT_MEM_START >> PAGE_SIZE The memory map contains pages starting from pfn ARCH_PFN_OFFSET up to max_low_pfn. The only zone used right now will span exactly the same region. Usually, ARCH_PFN_OFFSET and min_low_pfn are the same value. Handle them separately for robustness. Gapping pages will be in the memory map but marked as reserved and won't be touched. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
If min_low_pfn is non-zero, the bitmap reserved for bootmem is bigger than needed. The number of pages bootmem has to maintain is the range from min_low_pfn to max_low_pfn. For now it has only been a theoretical mistake, min_low_pfn was always zero. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
The second argument to init_bootmem_node() is the PFN to place the bootmem bitmap at and the third argument is the first PFN on the node. This is currently backwards but never made any problems as both values were always zero. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-
Johannes Weiner authored
Right now, the xtensa stacktrace code reads the _current_ kernel stack pointer if nothing is supplied. With debugging facilities like sysrq this means that the backtrace of the sysrq-handler is printed instead of a trace of the given task's stack. When no stack pointer is specified in show_trace() and show_stack(), use the stack pointer that comes with the handed in task descriptor to make stack traces more useful. Signed-off-by:
Johannes Weiner <jw@emlix.com> Signed-off-by:
Chris Zankel <chris@zankel.net>
-