Anton Blanchard fbe754ca3a powerpc: machine_check_generic is wrong on 64bit 14 years ago
..
vdso32 4108d9ba90 powerpc/Makefiles: Change to new flag variables 14 years ago
vdso64 4108d9ba90 powerpc/Makefiles: Change to new flag variables 14 years ago
.gitignore 6ddc9d3200 powerpc: Ignore generated vmlinux.lds in git 16 years ago
Makefile 698193d85a powerpc: Consolidate obj-y assignments 14 years ago
align.c 05d77ac90c powerpc: Remove fpscr use from [kvm_]cvt_{fd,df} 15 years ago
asm-offsets.c 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
audit.c e54dc2431d [PATCH] audit signal recipients 18 years ago
btext.c 95f72d1ed4 lmb: rename to memblock 15 years ago
cacheinfo.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
cacheinfo.h 93197a36a9 powerpc: Rewrite sysfs processor cache info code 16 years ago
clock.c 6f6682809b [POWERPC] clk.h interface for platforms 17 years ago
compat_audit.c 7f13da40e3 [PATCH] add SIGNAL syscall class (v3) 18 years ago
cpu_setup_44x.S 6edc323db7 powerpc/44x: Add support for the AMCC APM821xx SoC 14 years ago
cpu_setup_6xx.S ee43eb788b powerpc: Use names rather than numbers for SPRGs (v2) 16 years ago
cpu_setup_fsl_booke.S b5fb0cc7f1 powerpc/fsl_rio: Fix non-standard HID1 register access 14 years ago
cpu_setup_pa6t.S 62357d8215 [POWERPC] pasemi: Enable one more hid bit 18 years ago
cpu_setup_ppc970.S e31aa453bb powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bit 17 years ago
cputable.c fbe754ca3a powerpc: machine_check_generic is wrong on 64bit 14 years ago
crash.c 158d5b5e36 powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handler 14 years ago
crash_dump.c d72e063bb3 powerpc/kdump: Override crash_free_reserved_phys_range to avoid freeing RTAS 14 years ago
dbell.c 850f22d568 powerpc/book3e: Resend doorbell exceptions to ourself 15 years ago
dma-iommu.c b3c73856ae powerpc/iommu: Use coherent_dma_mask for alloc_coherent 14 years ago
dma-swiotlb.c eca3930163 of: Merge of_platform_bus_type with platform_bus_type 15 years ago
dma.c ffa56e555a powerpc/dma: Fix check for direct DMA support 14 years ago
e500-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
entry_32.S 06ca2188ec powerpc/ppc32/tracing: Add stack frame to calls of trace_hardirqs_on/off 14 years ago
entry_64.S cf9efce0ce powerpc: Account time using timebase rather than PURR 15 years ago
exceptions-64e.S ff82c319e6 powerpc/book3e: Fix single step when using HW page tables 15 years ago
exceptions-64s.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
firmware.c 0b9612c210 powerpc: Make powerpc_firmware_features __read_mostly 15 years ago
fpu.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
fsl_booke_entry_mapping.S 77154a2026 powerpc/fsl-booke: Fix address issue when using relocatable kernels 15 years ago
ftrace.c b0b7065b64 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 years ago
head_32.S dd84c21748 KVM: PPC: Add KVM intercept handlers 15 years ago
head_40x.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
head_44x.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
head_64.S 928a319781 Powerpc: separate CONFIG_RELOCATABLE from CONFIG_CRASHDUMP in boot code 14 years ago
head_8xx.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
head_booke.h 471c70ff39 powerpc/booke: Add Stack Marking support to Booke Exception Prolog 15 years ago
head_fsl_booke.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
hw_breakpoint.c d09ec73871 powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints 15 years ago
ibmebus.c 7096d04221 of/device: Rework to use common platform_device_alloc() for allocating devices 14 years ago
idle.c a7c2bb8279 powerpc: Re-enable preemption before cpu_die() 15 years ago
idle_6xx.S 7888bc2b47 powerpc: Fix for getting CPU number in power_save_ppc32_restore() 17 years ago
idle_book3e.S 34d97e07cc powerpc/book3e: Add generic 64-bit idle powersave support 15 years ago
idle_e500.S 7888bc2b47 powerpc: Fix for getting CPU number in power_save_ppc32_restore() 17 years ago
idle_power4.S d9333afd6a [POWERPC] powermac: Support G5 CPU hotplug 18 years ago
init_task.c d200c922bc Use new __init_task_data macro in arch init_task.c files. 15 years ago
io.c a22c65f81a powerpc: tiny memcpy_(to|from)io optimisation 15 years ago
iomap.c 472b5b43be [POWERPC] Add 64-bit resources support to pci_iomap 18 years ago
iommu.c 4dfa9c4748 powerpc: iommu: Add device name to iommu error printks 14 years ago
irq.c d4429f608a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 14 years ago
isa-bridge.c 53962ecf6e [POWERPC] Remove leftover printk in isa-bridge.c 17 years ago
kgdb.c e3839ed8e8 kgdb,ppc: Fix regression in evr register handling 14 years ago
kprobes.c db97bc7f99 powerpc/kprobes: Remove resume_execution() in kprobes 15 years ago
kvm.c a36be1003a PPC: KVM: Book E doesn't have __end_interrupts. 14 years ago
kvm_emul.S df08bd1026 KVM: PPC: Make PV mtmsrd L=1 work with r30 and r31 14 years ago
l2cr_6xx.S 96de0e252c Convert files to UTF-8 and some cleanups 17 years ago
legacy_serial.c f14362d1fe powerpc, of_serial: Endianness issues setting up the serial ports 14 years ago
lparcfg.c 092e0e7e52 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl 14 years ago
machine_kexec.c ac4414e4d3 powerpc/kdump: Disable ftrace during kexec 14 years ago
machine_kexec_32.c c71635d288 powerpc/kexec: make masking/disabling interrupts generic 14 years ago
machine_kexec_64.c e8e5c2155b powerpc/kexec: Fix orphaned offline CPUs across kexec 15 years ago
misc.S 93fe56e99f powerpc: Remove unneeded cpu_setup/restore from POWER7 cputable entry 14 years ago
misc_32.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
misc_64.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
module.c 7c6d45e665 powerpc: remove unused variable 14 years ago
module_32.c 7cc45e6432 powerpc/ppc32: ftrace, dynamic ftrace to handle modules 16 years ago
module_64.c 16c57b3620 powerpc: Unify opcode definitions and support 16 years ago
mpc7450-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
msi.c ceb93a9ff1 powerpc/PCI: include pci.h in powerpc MSI implementation 16 years ago
nvram_64.c 6024ede9ba powerpc/nvram: Handle partition names >= 12 chars 14 years ago
of_platform.c c0dd394ca5 of: remove of_default_bus_ids 15 years ago
paca.c d4429f608a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 14 years ago
pci-common.c bc0df9ec4c powerpc/pci: Cleanup device dma setup code 14 years ago
pci_32.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
pci_64.c 518fdae26a powerpc/pci: Use printf extension %pR for struct resource 14 years ago
pci_dn.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
pci_of_scan.c 76ec01dbb7 powerpc/pci: Fix checking for child bridges in PCI code. 15 years ago
perf_callchain.c f72c1a931e perf: Factorize callchain context handling 15 years ago
perf_event.c 4bca770ede powerpc: perf: Fix frequency calculation for overflowing counters 14 years ago
perf_event_fsl_emb.c 2e80a82a49 perf: Dynamic pmu types 14 years ago
pmc.c 071c06cb57 powerpc: Convert pmc_owner_lock to raw_spinlock 15 years ago
power4-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
power5+-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
power5-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
power6-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
power7-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
ppc32.h ce48b21007 powerpc: Add VSX context save/restore, ptrace and signal support 17 years ago
ppc970-pmu.c 004417a6d4 perf, arch: Cleanup perf-pmu init vs lockup-detector 14 years ago
ppc_ksyms.c 64ff312876 powerpc: Add support for popcnt instructions 14 years ago
ppc_save_regs.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
proc_powerpc.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
process.c 7071854bb2 powerpc: Print 32 bits of DSISR in show_regs 14 years ago
prom.c 672c54466d dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() 14 years ago
prom_init.c 2c48a7d615 powerpc: Print decimal values in prom_init.c 15 years ago
prom_init_check.sh 5afd878a95 powerpc: Fix compile errors in prom_init_check for gcc 4.5 15 years ago
prom_parse.c 4b6ba8aacb of/net: Move of_get_mac_address() to a common source file. 14 years ago
ptrace.c 4dfbf290ae powerpc: Fix PPC_PTRACE_SETHWDEBUG on PPC_BOOK3S 14 years ago
ptrace32.c bb2c458b8b powerpc: Update compat_arch_ptrace 14 years ago
reloc_64.S 549e8152de powerpc: Make the 64-bit kernel as a position-independent executable 17 years ago
rtas-proc.c 9becd2a0d6 powerpc: Move /proc/ppc64 to /proc/powerpc update 15 years ago
rtas-rtc.c 507279db18 [PATCH] powerpc: reorg RTAS delay code 19 years ago
rtas.c 3b7a27db3b powerpc: Disable VPHN polling during a suspend operation 14 years ago
rtas_flash.c 4c4a5cf64b powerpc/rtas_flash: Use simple_read_from_buffer 14 years ago
rtas_pci.c 2f52297665 powerpc/pci: Clean up direct access to sysdata by RTAS 16 years ago
rtasd.c 7f32c9c600 powerpc: Check RTAS extended log flag before checking length 14 years ago
setup-common.c ee11006613 powerpc: fix i8042 module build error 15 years ago
setup.h 480f6f35a1 [PATCH] powerpc: Make early xmon logic immune to location of early parsing 19 years ago
setup_32.c d4429f608a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 14 years ago
setup_64.c 8f4da26e9b powerpc: Fix incorrect comment about interrupt stack allocation 14 years ago
signal.c 9a81c16b52 powerpc: fix double syscall restarts 14 years ago
signal.h efbda86098 powerpc: Sanitize stack pointer in signal handling code 16 years ago
signal_32.c 9a81c16b52 powerpc: fix double syscall restarts 14 years ago
signal_64.c 9a81c16b52 powerpc: fix double syscall restarts 14 years ago
smp-tbsync.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
smp.c 99d8670525 powerpc: Cleanup APIs for cpu/thread/core mappings 14 years ago
softemu8xx.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
stacktrace.c d3b060231b powerpc: Removed duplicated include in stacktrace.c 17 years ago
suspend.c a2531293db update email address 15 years ago
swsusp.c 5e696617c4 powerpc/mm: Split mmu_context handling 16 years ago
swsusp_32.S e443ed3560 powerpc/swsusp_32: Fix TLB invalidation 15 years ago
swsusp_64.c 543b9fd352 [POWERPC] powermac: Suspend to disk on G5 18 years ago
swsusp_asm64.S 2e2b4043cc powerpc: Fix 64-bit hibernation with 64k pages 16 years ago
swsusp_booke.S 90103f932f powerpc/fsl-booke: Add hibernation support for FSL BookE processors 15 years ago
sys_ppc32.c 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
syscalls.c 5cacdb4add Add generic sys_olduname() 15 years ago
sysfs.c b878dc0059 powerpc: Use smt_snooze_delay=-1 to always busy loop 15 years ago
systbl.S 46b45b10f1 [POWERPC] Align the sys_call_table 17 years ago
systbl_chk.c caa34c9e9c [POWERPC] Fix a couple of copyright symbols 17 years ago
systbl_chk.sh caa34c9e9c [POWERPC] Fix a couple of copyright symbols 17 years ago
tau_6xx.c af901ca181 tree-wide: fix assorted typos all over the place 15 years ago
time.c b18ae08dea powerpc/cell: Use system_wq in cpufreq_spudemand 14 years ago
traps.c e49b1fae0b powerpc: Don't silently handle machine checks from userspace 14 years ago
udbg.c d1d56f8c1d powerpc: gamecube/wii: early debugging using usbgecko 15 years ago
udbg_16550.c 411c940385 trivial: fix typo "for for" in multiple files 15 years ago
vdso.c cab175f9fa powerpc: Use is_32bit_task() helper to test 32-bit binary 15 years ago
vecemu.c 564ee7a566 [PATCH] powerpc: Move arch/ppc*/kernel/vecemu.c to arch/powerpc 20 years ago
vector.S 46f5221049 powerpc: Remove second definition of STACK_FRAME_OVERHEAD 14 years ago
vio.c b3c73856ae powerpc/iommu: Use coherent_dma_mask for alloc_coherent 14 years ago
vmlinux.lds.S 54cb27a71f Rename .data.read_mostly to .data..read_mostly. 15 years ago