- 19 Jan, 2004 40 commits
-
-
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
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Build the zImage by default
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> revert IRQ_INPROGRESS change
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> clean up WARN_ON backtrace
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Convert tsdev to the new way of handling parameters and document them in kernel-parameters.txt
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Convert the rest of mouse devices to the new way of handling kernel parameters and document them in kernel-parameters.txt
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Fix 98busmouse compile error - have interrupt routine return IRQ_HANDLED
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Do not ignore AUX port if chipset fails to disable it (SiS seems to have trouble disabling AUX port, other than that the port works fine).
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Kconfig help section update - Suggest psmouse.proto=imps option to Synaptics users who do not want installing native XFree driver but want tapping work
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Add missing MODULE_LICENSEs
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> Convert atkbd to the new style of option parsing. If compiled as a module new option names are: set, softrepeat, reset. If built into the kernel options must be prepended with "atkbd." prefix, like "atkbd.softrepeat"
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> With Vojtech's approval adjusted psmouse option names by dropping psmouse_ prefix. If psmouse is compiled as a module new option names are: proto, rate, resetafter, resolution, smartscroll If psmouse is built in the kernel the prefix "psmouse." is required in front of an option, like "psmouse.proto" Also, since we are changing all names, killed psmouse_noext completely
-
Andrew Morton authored
From: Dmitry Torokhov <dtor_core@ameritech.net> With Vojtech's approval adjusted i8042 option names by dropping i8042_ prefix. If i8042 is compiled as a module new option names are: direct, dumbkbd, noaux, nomux, reset, unlock. If i8042 is build in the kernel the prefix "i8042." is required in front of an option, like "i8042.reset"
-