| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Remove inclusion of asm/processor.h in via82cxxx.c | Sascha Hauer | 2006-11-13 | 1 | -2/+2 |
* | [POWERPC] cell: add cpufreq driver for Cell BE processor | Christian Krafft | 2006-10-25 | 6 | -1/+274 |
* | [POWERPC] add support for dumping spu info from xmon | Michael Ellerman | 2006-10-25 | 1 | -1/+66 |
* | [POWERPC] add support for stopping spus from xmon | Michael Ellerman | 2006-10-25 | 3 | -2/+146 |
* | [POWERPC] cell: use ppc_md->power_save instead of cbe_idle_loop | arnd@arndb.de | 2006-10-25 | 2 | -69/+34 |
* | [POWERPC] cell: add temperature to SPU and CPU sysfs entries | Christian Krafft | 2006-10-25 | 4 | -0/+233 |
* | [POWERPC] sysfs: add support for adding/removing spu sysfs attributes | Christian Krafft | 2006-10-25 | 2 | -0/+74 |
* | [POWERPC] cell: add support for registering sysfs attributes to spus | Christian Krafft | 2006-10-25 | 2 | -0/+67 |
* | [POWERPC] cell: add low-level performance monitoring code | Kevin Corry | 2006-10-25 | 4 | -1/+392 |
* | [POWERPC] cell: add shadow registers for pmd_reg | Kevin Corry | 2006-10-25 | 2 | -0/+52 |
* | [POWERPC] cell: update Cell BE register definitions | David Erb | 2006-10-25 | 3 | -41/+170 |
* | [POWERPC] spufs: Add isolated-mode SPE recycling support | Jeremy Kerr | 2006-10-25 | 4 | -8/+81 |
* | [POWERPC] spufs: allow isolated mode apps by starting the SPE loader | arnd@arndb.de | 2006-10-25 | 3 | -16/+148 |
* | [POWERPC] spufs: "stautus" isnt a word. | arnd@arndb.de | 2006-10-25 | 2 | -7/+7 |
* | [POWERPC] spufs: add support for nonschedulable contexts | Mark Nutter | 2006-10-25 | 7 | -7/+103 |
* | [POWERPC] cell: remove unused struct spu variable | Geoff Levand | 2006-10-25 | 2 | -19/+3 |
* | [POWERPC] spufs: wrap mfc sdr access | Masato Noguchi | 2006-10-25 | 5 | -11/+7 |
* | [POWERPC] Make irq_dispose_mapping(NO_IRQ) a nop | Michael Ellerman | 2006-10-25 | 1 | -1/+5 |
* | [POWERPC] Fixed some missing files to be deleted when running make clean | Matthew McClintock | 2006-10-25 | 1 | -1/+1 |
* | [POWERPC] Move iSeries initrd logic into device tree | Michael Ellerman | 2006-10-24 | 2 | -34/+13 |
* | [POWERPC] Fix up the OF functions to only do PCI stuff if PCI is actually con... | Andy Fleming | 2006-10-24 | 1 | -140/+148 |
* | [POWERPC] Add mktree utility to arch/powerpc/boot | Josh Boyer | 2006-10-24 | 2 | -2/+154 |
* | [POWERPC] Add simple memory allocator to bootwrapper | Mark A. Greer | 2006-10-23 | 2 | -1/+150 |
* | [POWERPC] Add non-OF serial console support | Mark A. Greer | 2006-10-23 | 5 | -2/+359 |
* | [POWERPC] Add flatdevtree source | Mark A. Greer | 2006-10-23 | 5 | -2/+1046 |
* | [POWERPC] More bootwrapper reorganization | Mark A. Greer | 2006-10-18 | 7 | -42/+34 |
* | [POWERPC] Make sure interrupt enable gets restored properly | Paul Mackerras | 2006-10-18 | 2 | -9/+23 |
* | [POWERPC] Make pSeries_lpar_hpte_insert static | Geoff Levand | 2006-10-16 | 3 | -18/+3 |
* | [POWERPC] Remove todc code from ARCH=powerpc | David Gibson | 2006-10-16 | 4 | -886/+0 |
* | [POWERPC] powerpc: Enable DEEPNAP power savings mode on 970MP | Olof Johansson | 2006-10-16 | 2 | -1/+18 |
* | [POWERPC] Lazy interrupt disabling for 64-bit machines | Paul Mackerras | 2006-10-16 | 12 | -111/+160 |
* | [POWERPC] Check for offline nodes in pci NUMA code | Anton Blanchard | 2006-10-16 | 1 | -2/+8 |
* | [POWERPC] Better check in show_instructions | Anton Blanchard | 2006-10-16 | 1 | -8/+2 |
* | [POWERPC] POWER6 has 6 PMCs | Anton Blanchard | 2006-10-16 | 1 | -1/+1 |
* | [POWERPC] Never panic when taking altivec exceptions from userspace | Anton Blanchard | 2006-10-16 | 1 | -2/+1 |
* | [POWERPC] Fix IO Window Updates on P2P bridges. | Randy Vinson | 2006-10-16 | 1 | -6/+6 |
* | [POWERPC] Add Makefile entry for MPC832x_mds support | Li Yang | 2006-10-16 | 1 | -1/+2 |
* | [POWERPC] Fix MPC8360EMDS PB board support | Li Yang | 2006-10-16 | 3 | -0/+33 |
* | [POWERPC] ppc: Add missing calls to set_irq_regs | Kumar Gala | 2006-10-16 | 1 | -0/+4 |
* | [POWERPC] Off-by-one in /arch/ppc/platforms/mpc8* | Eric Sesterhenn | 2006-10-16 | 3 | -6/+6 |
* | [POWERPC] Add DOS partition table support to mpc834x_itx_defconfig | Timur Tabi | 2006-10-16 | 1 | -1/+1 |
* | [POWERPC] spufs: fix support for read/write on cntl | Noguchi, Masato | 2006-10-16 | 1 | -0/+1 |
* | [POWERPC] Don't crash on cell with 2 BEs when !CONFIG_NUMA | Benjamin Herrenschmidt | 2006-10-16 | 1 | -4/+11 |
* | [PATCH] make UML compile (FC6/x86-64) | Ulrich Drepper | 2006-10-15 | 2 | -2/+0 |
* | Fix VM_MAYEXEC calculation | Linus Torvalds | 2006-10-15 | 1 | -11/+10 |
* | [PATCH] Fix core files so they make sense to gdb... | Petr Vandrovec | 2006-10-15 | 1 | -5/+3 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-10-15 | 29 | -1005/+1088 |
|\ |
|
| * | Pull trivial into test branch | Len Brown | 2006-10-14 | 7 | -11/+14 |
| |\ |
|
| | * | ACPI: fix printk format warnings | Randy Dunlap | 2006-10-14 | 2 | -2/+2 |
| | * | ACPI: fix section for CPU init functions | Pierre Ossman | 2006-10-14 | 2 | -2/+2 |