- 19 Jan, 2004 40 commits
-
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> add hcall interface
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Small cleanups to iSeries virtual ethernet driver, from Dave Gibson
-
Andrew Morton authored
[PATCH] ppc64: Tidy up various bits of the iSeries code. No significant code changes, from Stephen Rothwell From: Anton Blanchard <anton@samba.org> Tidy up various bits of the iSeries code. No significant code changes, from Stephen Rothwell
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> fix a couple small OF device tree bugs which were overlooked, from Joel Schopp
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> iSeries fixes, from Stephen Rothwell
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Add additional hypervisor call constants, from Dave Boutcher
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Preliminary iSeries support. Still a bit hackish in parts but it does compile. The viodasd driver is almost completely untested so don't trust it with your data.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> This is a port of the nvram buffering/error logging code from 2.4 to 2.6. It includes moving /proc/rtas to /proc/ppc64/rtas and making /proc/rtas a symlink to /proc/ppc64/rtas. It also splits up the /dev/nvram device read/write functions from the basic nvram access functions, and adds ppc_md fields for the nvram access functions.
-
Andrew Morton authored
[PATCH] ppc64: one instruction fix for synchronization bug found during cpu DLPAR development, from Joel Schopp From: Anton Blanchard <anton@samba.org> one instruction fix for synchronization bug found during cpu DLPAR development, from Joel Schopp
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Add VMX registers to sigcontext, from Steve Munroe
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Minor fixes to make the UP case compile, export cpu_possible_map, fix up whitespace etc.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> And SMT processor support & move back to a logical cpu numbering in support of DLPAR work.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Initial round of code to add shared processor support into 2.6. This adds h_call interfaces, paca/VPA fields, and vpa register. Add adds new idle loop code.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Added RTAS syscall. Reserved lowmem rtas_rmo_buf for userspace use. Created "rmo_buffer" proc file to export bounds of rtas_rmo_buf.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> - Switch to using the new compat aio syscalls - add compat timer/clock syscalls - use compat_statfs64 - add compat fadvise64_64
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Currently the sched_clock implementation for PPC64 is bogus. It just reads the timebase register, which counts at some fixed rate, typically around 100MHz. This patch adds code to calculate a suitable multiplier from the timebase frequency, and use that in sched_clock().
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Add _syscall6, from Olaf Hering
-
Andrew Morton authored
[PATCH] ppc64: Add exports and change some __init to __devinit for dynamic OF and pci hotplug, from John Rose and Linda Xie From: Anton Blanchard <anton@samba.org> Add exports and change some __init to __devinit for dynamic OF and pci hotplug, from John Rose and Linda Xie
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> The ppc64 NUMA code has a sign extension problem. We would sign extend tmp1 when assigning it to start. Fix this by making tmp1 unsigned.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> rename the rtas event classes to avoid namespace collisions, from John Rose
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Added functions for 3 RTAS calls get-power-level get-sensor-state set-indicator
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> iSeries fixups, from Stephen Rothwel
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Formatting cleanup, fix for firmware_features init, use cpu_features to display processor names.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Sync 2.4 & 2.6 cputable code. Adds 970 and Power5 processor support plus new firmware features.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> extended flash changes, from Mike Wolf
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Mem-map I/O changes, from Mike Wolf
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Implementation of /proc/ppc64/ofdt, for manipulation of Open Firmware device tree (/proc/device-tree). Supports addition and removal of OF device nodes.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> various trivial patches
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> base support for dynamic update of OF device, tree from Nathan Lynch
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> support for runtime updates of /proc/device-tree, from Nathan Lynch
-
Andrew Morton authored
[PATCH] ppc64: Make IPI receivers survive a late arrival after the sender has given up waiting, from Olof Johansson From: Anton Blanchard <anton@samba.org> Make IPI receivers survive a late arrival after the sender has given up waiting, from Olof Johansson
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> use device_is_compatible() instead of manual strcmp, from Hollis Blanchard
-
Andrew Morton authored
[PATCH] ppc64: hvc_console can only handle vty nodes compatible with "hvterm1", from Hollis Blanchard From: Anton Blanchard <anton@samba.org> hvc_console can only handle vty nodes compatible with "hvterm1", from Hollis Blanchard
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> vty updates, from Hollis Blanchard
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Attached is a patch which replaces all the uses of the old device tree API in arch/ppc64. Patch is against 2.6.0-test5 (cset 1.1328) from ameslab bk, plus the patch from my previous message. I've tested this on a pSeries LPAR.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> This is an adaptation of the new Open Firmware device tree traversal API from ppc32, originally written by Benjamin Herrenschmidt. This patch is against 2.6.0-test3, but should apply ok to the latest 2.5 ameslab tree. These functions are meant to be SMP-safe alternatives to the current set of query/traversal routines (find_devices, find_type_devices, et al).
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Upcoming partition firmware requires the use of the ibm,phandle property for matching device nodes. Add a new field in device_node to contain this data.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> HvCall_writeLogBuffer called with too large of a buffer
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> ptrace.h PT_FPSCR fixup, from Will Schmidt
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> add automatic check for biarch compilers
-