Linus Torvalds e8a91e0e87 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 11 年之前
..
vdso32 9d378dfac8 powerpc/booke64: Use SPRG7 for VDSO 11 年之前
vdso64 9d378dfac8 powerpc/booke64: Use SPRG7 for VDSO 11 年之前
.gitignore 6ddc9d3200 powerpc: Ignore generated vmlinux.lds in git 17 年之前
Makefile fb5a515704 powerpc: Remove platforms/wsp and associated pieces 11 年之前
align.c ddca156ae6 KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler 11 年之前
asm-offsets.c c5aec4c76a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 11 年之前
audit.c e54dc2431d [PATCH] audit signal recipients 18 年之前
btext.c ee372bc1c6 powerpc/btext: Fix CONFIG_PPC_EARLY_DEBUG_BOOTX on ppc32 12 年之前
cacheinfo.c 6b36ba8492 powerpc/pseries: Update dynamic cache nodes for suspend/resume operation 11 年之前
cacheinfo.h 93197a36a9 powerpc: Rewrite sysfs processor cache info code 16 年之前
compat_audit.c 7f13da40e3 [PATCH] add SIGNAL syscall class (v3) 18 年之前
cpu_setup_44x.S 6edc323db7 powerpc/44x: Add support for the AMCC APM821xx SoC 15 年之前
cpu_setup_6xx.S 1f1936ff3f powerpc: Fix some 6xx/7xxx CPU setup functions 14 年之前
cpu_setup_fsl_booke.S b1576fec7f powerpc: No need to use dot symbols when branching to a function 11 年之前
cpu_setup_pa6t.S 62357d8215 [POWERPC] pasemi: Enable one more hid bit 18 年之前
cpu_setup_power.S d4e58e5928 powerpc/powernv: Enable POWER8 doorbell IPIs 11 年之前
cpu_setup_ppc970.S 969391c58a powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits 14 年之前
cputable.c bd6ba3518f powerpc: Disable doorbells on Power8 DD1.x 11 年之前
crash.c c645073f7e arch,powerpc: Convert smp_mb__*() 11 年之前
crash_dump.c f5295bd8ea powerpc/crashdump : Fix page frame number check in copy_oldmem_page 11 年之前
dbell.c a6a058e52a powerpc: Add accounting for Doorbell interrupts 12 年之前
dma-iommu.c d084775738 powerpc/iommu: Update the generic code to use dynamic iommu page sizes 11 年之前
dma-swiotlb.c 688ba1dbee powerpc/swiotlb: Enable at early stage and disable if not necessary 13 年之前
dma.c cd15b04844 powerpc/powernv: Add iommu DMA bypass support for IODA2 11 年之前
eeh.c 357b2f3dd9 powerpc/eeh: Dump PE location code 11 年之前
eeh_cache.c 0ba178888b powerpc/eeh: Remove reference to PCI device 12 年之前
eeh_dev.c 317f06de78 powerpc/eeh: Move common part to kernel directory 12 年之前
eeh_driver.c 5c7a35e3e2 powerpc/powernv: Fix killed EEH event 11 年之前
eeh_event.c 5c7a35e3e2 powerpc/powernv: Fix killed EEH event 11 年之前
eeh_pe.c 357b2f3dd9 powerpc/eeh: Dump PE location code 11 年之前
eeh_sysfs.c 2213fb142f powerpc/eeh: Skip eeh sysfs when eeh is disabled 11 年之前
entry_32.S f7b3367774 powerpc/32bit:Store temporary result in r0 instead of r8 12 年之前
entry_64.S 96d0161086 powerpc: Correct DSCR during TM context switch 11 年之前
epapr_hcalls.S f070986a07 powerpc: Add paravirt idle loop for 64-bit Book-E 12 年之前
epapr_paravirt.c c5aec4c76a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 11 年之前
exceptions-64e.S fb5a515704 powerpc: Remove platforms/wsp and associated pieces 11 年之前
exceptions-64s.S ad718622ab powerpc/book3s: Fix some ABIv2 issues in machine check code 11 年之前
fadump.c c5aec4c76a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 11 年之前
firmware.c cab2e05271 powerpc: fix implicit use of cache.h in kernel/firmware.c 13 年之前
fpu.S d31626f70b powerpc: Don't corrupt transactional state when using FP/VMX in kernel 11 年之前
fsl_booke_entry_mapping.S dd189692d4 powerpc: enable the relocatable support for the fsl booke 32bit kernel 11 年之前
ftrace.c 072c4c018e powerpc/ftrace: Use pr_fmt() to namespace error messages 11 年之前
head_32.S a546498f3b powerpc: Call do_page_fault() with interrupts off 13 年之前
head_40x.S 94314290ed powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG 11 年之前
head_44x.S 5f20be4478 powerpc: Remove the empty giveup_fpu() function on 32bit kernel 12 年之前
head_64.S 2751b628c9 powerpc: Fix SMP issues with ppc64le ABIv2 11 年之前
head_8xx.S 4e591f3c0a powerpc/8xx: Fixing issue with CONFIG_PIN_TLB 11 年之前
head_booke.h fc2a6cfe05 powerpc: Fix interrupt range check on debug exception 12 年之前
head_fsl_booke.S 0be7d969b0 powerpc/fsl_booke: smp support for booting a relocatable kernel above 64M 11 年之前
hw_breakpoint.c 21f585073d powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint 11 年之前
ibmebus.c 3abd136218 PPC: ibmebus: convert bus code to use bus_groups 12 年之前
idle.c cc293bf7a9 powerpc/idle: Convert use of typedef ctl_table to struct ctl_table 12 年之前
idle_6xx.S 9778b696a0 powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly 13 年之前
idle_book3e.S b1576fec7f powerpc: No need to use dot symbols when branching to a function 11 年之前
idle_e500.S 9778b696a0 powerpc: Use CURRENT_THREAD_INFO instead of open coded assembly 13 年之前
idle_power4.S b1576fec7f powerpc: No need to use dot symbols when branching to a function 11 年之前
idle_power7.S c733cf83bb powerpc/powernv: Check for IRQHAPPENED before sleeping 11 年之前
io-workarounds.c ecd73cc5c9 powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIO 12 年之前
io.c 3fafe9c202 powerpc/powernv: Add PIO accessors for Power8 LPC bus 12 年之前
iomap.c 0eb5736828 powerpc/kerenl: Enable EEH for IO accessors 11 年之前
iommu.c cd15b04844 powerpc/powernv: Add iommu DMA bypass support for IODA2 11 年之前
irq.c 0d2b7ea928 powerpc: update comments for generic idle conversion 11 年之前
isa-bridge.c cad5cef62a POWERPC: drivers: remove __dev* attributes. 12 年之前
jump_label.c 9c8b39077b powerpc: Fix build breakage in jump_label.c 13 年之前
kgdb.c c141611fb1 powerpc: Delete non-required instances of include <linux/init.h> 11 年之前
kprobes.c 2f0143c91d powerpc/kprobes: Fix jprobes on ABI v2 (LE) 11 年之前
kvm.c b05d59dfce Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next 11 年之前
kvm_emul.S d35b1075af KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt. 13 年之前
l2cr_6xx.S 25985edced Fix common misspellings 14 年之前
legacy_serial.c c4cad90f9e powerpc/serial: Use saner flags when creating legacy ports 11 年之前
machine_kexec.c ea961a828f powerpc: Fix endian issues in kexec and crash dump code 11 年之前
machine_kexec_32.c ff2d8b19a3 treewide: convert uses of ATTRIB_NORETURN to __noreturn 13 年之前
machine_kexec_64.c 011e4b02f1 powerpc, kexec: Fix "Processor X is stuck" issue during kexec from ST mode 11 年之前
mce.c 55672ecfa2 powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO. 11 年之前
mce_power.c 55672ecfa2 powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO. 11 年之前
misc.S be6abfa769 powerpc: switch to generic sys_execve()/kernel_execve() 13 年之前
misc_32.S 1a18a66446 powerpc: Set the correct ksp_limit on ppc32 when switching to irq stack 11 年之前
misc_64.S 71ec7c55ed powerpc: module: handle MODVERSION for .TOC. 11 年之前
module.c b88c4767d9 powerpc: Move local setup.h declarations to arch includes 11 年之前
module_32.c b88c4767d9 powerpc: Move local setup.h declarations to arch includes 11 年之前
module_64.c c2cbcf533a powerpc/module: Fix TOC symbol CRC 11 年之前
msi.c ceb93a9ff1 powerpc/PCI: include pci.h in powerpc MSI implementation 16 年之前
nvram_64.c e0513d9ea8 arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflow 11 年之前
of_platform.c 6a040ce725 powerpc/eeh: Fix crash when adding a device in a slot with DDW 12 年之前
paca.c d8d164a985 KVM: PPC: Book3S PR: Rework SLB switching code 11 年之前
pci-common.c c5aec4c76a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 11 年之前
pci-hotplug.c c888770eb2 powerpc/PCI: Use pci_is_bridge() to simplify code 11 年之前
pci_32.c 3fd47f063b powerpc/pci: Support per-aperture memory offset 12 年之前
pci_64.c 140ab6452c powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal 11 年之前
pci_dn.c c6296b9627 powerpc: Make PCI device node device tree accesses endian safe 12 年之前
pci_of_scan.c c5aec4c76a Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc 11 年之前
pmc.c 50af5ead3b bug.h: add include of it to various implicit C users 13 年之前
ppc32.h 09a4d5d015 powerpc: switch to generic old sigaction() 12 年之前
ppc_ksyms.c 00f554fade powerpc: memcpy optimization for 64bit LE 11 年之前
ppc_save_regs.S 25985edced Fix common misspellings 14 年之前
proc_powerpc.c b33159b7d2 proc_powerpc: switch to fixed_size_llseek() 12 年之前
process.c 96d0161086 powerpc: Correct DSCR during TM context switch 11 年之前
prom.c e2500be2b8 powerpc/powernv: Remove OPAL v1 takeover 11 年之前
prom_init.c e2500be2b8 powerpc/powernv: Remove OPAL v1 takeover 11 年之前
prom_init_check.sh e2500be2b8 powerpc/powernv: Remove OPAL v1 takeover 11 年之前
prom_parse.c 2083f681e3 powerpc: of_parse_dma_window should take a __be32 *dma_window 12 年之前
ptrace.c 36aa1b180e powerpc: PTRACE_PEEKUSR always returns FPR0 11 年之前
ptrace32.c 51ae8d4a2b powerpc: move debug registers in a structure 11 年之前
reloc_32.S 348c2298a6 powerpc: Don't flush/invalidate the d/icache for an unknown relocation type 12 年之前
reloc_64.S a5b2cf5b1a powerpc: Align p_dyn, p_rela and p_st symbols 11 年之前
rtas-proc.c 9becd2a0d6 powerpc: Move /proc/ppc64 to /proc/powerpc update 15 年之前
rtas-rtc.c 9a8f99fab0 powerpc/rtas-rtc: remove sideeffects of printk_ratelimit 14 年之前
rtas.c 9d0c4dfedd of/fdt: update of_get_flat_dt_prop in prep for libfdt 11 年之前
rtas_flash.c 396a34340c powerpc: Fix endianness of flash_block_list in rtas_flash 11 年之前
rtas_pci.c d0914f503f powerpc/eeh: Block PCI-CFG access during PE reset 11 年之前
rtasd.c a08a53ea4c powerpc/le: Enable RTAS events support 11 年之前
setup-common.c 6663a4fa67 powerpc: Don't skip ePAPR spin-table CPUs 11 年之前
setup_32.c 36ae37e343 powerpc: Make boot_cpuid common between 32 and 64-bit 11 年之前
setup_64.c a5d862576a powerpc: Allow ppc_md platform hook to override memory_block_size_bytes 11 年之前
signal.c 21f585073d powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint 11 年之前
signal.h 2b3f8e87cf powerpc/tm: Fix userspace stack corruption on signal delivery for active transactions 12 年之前
signal_32.c bf77ee2a7a powerpc: Remove ancient DEBUG_SIG code 11 年之前
signal_64.c bf77ee2a7a powerpc: Remove ancient DEBUG_SIG code 11 年之前
smp-tbsync.c c141611fb1 powerpc: Delete non-required instances of include <linux/init.h> 11 年之前
smp.c b6220ad66b sched: Fix compiler warnings 11 年之前
stacktrace.c 4b16f8e2d6 powerpc: various straight conversions from module.h --> export.h 13 年之前
suspend.c a2531293db update email address 15 年之前
swsusp.c ae3a197e3d Disintegrate asm/system.h for PowerPC 13 年之前
swsusp_32.S 25985edced Fix common misspellings 14 年之前
swsusp_64.c ae3a197e3d Disintegrate asm/system.h for PowerPC 13 年之前
swsusp_asm64.S 711b5138d5 powerpc: Only save/restore SDR1 if in hypervisor mode 11 年之前
swsusp_booke.S b58a7bd6df powerpc/fsl-booke: Use SPRN_SPRGn rather than mfsprg/mtsprg 11 年之前
sys_ppc32.c 91c2e0bcae unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE 12 年之前
syscalls.c c141611fb1 powerpc: Delete non-required instances of include <linux/init.h> 11 年之前
sysfs.c 1739ea9e13 powerpc: Fix regression of per-CPU DSCR setting 11 年之前
systbl.S c1fb019477 powerpc: Create DOTSYM to wrap dot symbol usage 11 年之前
systbl_chk.c caa34c9e9c [POWERPC] Fix a couple of copyright symbols 17 年之前
systbl_chk.sh caa34c9e9c [POWERPC] Fix a couple of copyright symbols 17 年之前
tau_6xx.c af901ca181 tree-wide: fix assorted typos all over the place 15 年之前
time.c 6e0fdf9af2 powerpc: fix typo 'CONFIG_PMAC' 11 年之前
tm.S 1739ea9e13 powerpc: Fix regression of per-CPU DSCR setting 11 年之前
traps.c e6654d5b42 powerpc/book3s: Increment the mce counter during machine_check_early call. 11 年之前
udbg.c fb5a515704 powerpc: Remove platforms/wsp and associated pieces 11 年之前
udbg_16550.c fb5a515704 powerpc: Remove platforms/wsp and associated pieces 11 年之前
uprobes.c 3d78e945b6 uprobes/powerpc: Kill arch_uprobe->ainsn 11 年之前
vdso.c 9d378dfac8 powerpc/booke64: Use SPRG7 for VDSO 11 年之前
vecemu.c de79f7b9f6 powerpc: Put FP/VSX and VR state into structures 12 年之前
vector.S d31626f70b powerpc: Don't corrupt transactional state when using FP/VMX in kernel 11 年之前
vio.c 10862a0c71 powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask setting 11 年之前
vmlinux.lds.S 0e0ed6406e powerpc/modules: Module CRC relocation fix causes perf issues 12 年之前