aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2006-10-09Merge git://git.infradead.org/~dhowells/irq-2.6Linus Torvalds1-1/+1
2006-10-09[PATCH] extern doesn't make sense on a definition of function...Al Viro1-2/+2
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells1-1/+1
2006-10-08Revert "[POWERPC] Don't get PCI IRQ from OF for devices with no IRQ"Linus Torvalds1-11/+6
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering3-3/+3
2006-10-06[POWERPC] Minor fix for bootargs propertyGeoff Levand1-1/+1
2006-10-06[POWERPC] Don't get PCI IRQ from OF for devices with no IRQBenjamin Herrenschmidt1-6/+11
2006-10-06[POWERPC] Fix harmless typoNick Piggin1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells4-9/+15
2006-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds9-78/+140
2006-10-04[POWERPC] Add initial support for the e300c2 coreKim Phillips1-2/+13
2006-10-04Merge branch 'master' of git://oak/home/sfr/kernels/iseries/workPaul Mackerras5-37/+121
2006-10-04[POWERPC] Fix xmon=off and cleanup xmon initialisationMichael Ellerman3-39/+6
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds4-23/+55
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells1-3/+12
2006-10-03[POWERPC] implement BEGIN/END_FW_FTR_SECTIONStephen Rothwell4-9/+91
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann2-2/+2
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2-2/+2
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-7/+7
2006-10-02[PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.cSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn1-0/+2
2006-10-02[PATCH] kretprobe spinlock deadlock patchbibo,mao1-2/+7
2006-10-02[PATCH] kprobe whitespace cleanupbibo,mao1-13/+13
2006-10-02[POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc classKim Phillips1-0/+42
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-7/+0
2006-10-01[PATCH] remove SYSRQ_KEY and related defines from ppc/sh/h8300Olaf Hering2-9/+0
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-09-27[PATCH] sysctl: Allow /proc/sys without sys_sysctlEric W. Biederman1-1/+1
2006-09-26[PATCH] Change the name of pagedir_nosaveRafael J. Wysocki1-2/+2
2006-09-26[POWERPC] Always call cede in pseries dedicated idle loopAnton Blanchard1-2/+2
2006-09-26[POWERPC] Fix loop logic in irq_alloc_virt()Michael Ellerman1-9/+10
2006-09-26[POWERPC] Fix PPC32 SECCOMP, unexport do_syscall_trace_{enter,leave}David Woodhouse1-11/+0
2006-09-26[POWERPC] Fix audit syscall success/failure reporting on PowerPCDavid Woodhouse1-1/+1
2006-09-25[POWERPC] modify PCI code for a merged kernelStephen Rothwell1-28/+30
2006-09-22[POWERPC] Merge iSeries i/o operations with the restStephen Rothwell1-0/+14
2006-09-21[POWERPC] Add AT_PLATFORM value for Xilinx Virtex-4 FXPeter Bergner1-0/+1
2006-09-20[POWERPC] Define of_read_ulong helperPaul Mackerras3-25/+11
2006-09-20[POWERPC] convert string i/o operations to CStephen Rothwell4-103/+118
2006-09-20[POWERPC] clean up ide io accessorsStephen Rothwell2-19/+0
2006-09-20[POWERPC] remove unused asm routinesStephen Rothwell2-56/+0
2006-09-14[POWERPC] Fix non-smp buildOlof Johansson1-0/+1
2006-09-14Merge branch 'linux-2.6'Paul Mackerras5-25/+132
2006-09-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2-25/+26
2006-09-13[POWERPC] Fix MMIO ops to provide expected barrier behaviourPaul Mackerras1-24/+25
2006-09-13[POWERPC] Export copy_4K_page()David Howells1-0/+3
2006-09-13[POWERPC] print backtrace when entering xmonOlaf Hering1-0/+4
2006-09-13[POWERPC] powerpc: Instrument Hypervisor CallsMike Kravetz1-0/+7
2006-09-13[POWERPC] powerpc: PA6T cputable entry, PVR valueOlof Johansson1-0/+14
2006-09-13[POWERPC] powerpc: Reduce default cacheline size to 64 bytesOlof Johansson2-5/+5
2006-09-13[POWERPC] Emulate power5 popcntb instructionWill Schmidt1-0/+25
2006-09-13[POWERPC] Fix interrupt clearing in kdump shutdown sequenceMohan Kumar M1-1/+1
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro2-0/+37
2006-09-11[PATCH] audit: more syscall classes addedAl Viro2-0/+26
2006-09-11[PATCH] syscall classes hookup for ppc and s390Al Viro3-0/+43
2006-08-31Merge branch 'merge'Paul Mackerras8-48/+109
2006-08-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds7-35/+101
2006-08-30[PATCH] ppc32: fix last_jiffy time comparisonPaul Mackerras1-17/+8
2006-08-30[POWERPC] Fix irq enable/disable in smp_generic_take_timebasePaul Mackerras1-2/+3
2006-08-30[POWERPC] Fix problem with time not advancing on 32-bit platformsPaul Mackerras1-17/+8
2006-08-30[POWERPC] Restore copyright notice in arch/powerpc/kernel/fpu.SPaul Mackerras1-0/+5
2006-08-30[POWERPC] Fix up ibm_architecture_vec definitionWill Schmidt1-5/+5
2006-08-30[POWERPC] Make OF irq map code detect more error casesBenjamin Herrenschmidt2-6/+22
2006-08-30[POWERPC] Fix performance regression in IRQ radix tree lockingBenjamin Herrenschmidt1-18/+66
2006-08-25Merge branch 'merge'Paul Mackerras11-83/+121
2006-08-25[POWERPC] Remove flush_dcache_all exportMatt Porter1-4/+0
2006-08-25[POWERPC] reboot when panic_timout is setOlaf Hering1-0/+3
2006-08-25[POWERPC] Add a helper for calculating RTAS "config_addr" parametersMichael Ellerman1-4/+2
2006-08-25[POWERPC] powerpc: Make RTAS console init genericMichael Neuling1-0/+5
2006-08-25[POWERPC] Cleanup CPU initsOlof Johansson4-94/+64
2006-08-25[POWERPC] Rename cpu_setup_power4.S to cpu_setup_ppc970.SOlof Johansson2-1/+1
2006-08-25[POWERPC] SLB shadow buffer cleanupMichael Neuling2-9/+9
2006-08-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Greg Kroah-Hartman4-20/+34
2006-08-23[POWERPC] Fix compile problem without CONFIG_PCILi Yang1-6/+7
2006-08-23[POWERPC] Correct masks used in emulating some instructionsPaul Mackerras1-4/+4
2006-08-23[POWERPC] Pass UPIO_TSI flag to 8259 serial driverZang Roy-r619111-2/+6
2006-08-23[POWERPC] Fix gettimeofday inaccuraciesNathan Lynch1-8/+17
2006-08-18Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Greg Kroah-Hartman9-63/+108
2006-08-18[POWERPC] powerpc: Clear HID0 attention enable on PPC970 at boot timeOlof Johansson1-0/+2
2006-08-17[POWERPC] Fix irq radix tree remapping typoBenjamin Herrenschmidt1-1/+1
2006-08-17[POWERPC] kprobes: Fix possible system crash during out-of-line single-steppingAnanth N Mavinakayanahalli1-0/+2
2006-08-17[POWERPC] Make crash.c work on 32-bit and 64-bitMichael Ellerman4-6/+13
2006-08-17[POWERPC] Move some kexec logic into machine_kexec.cMichael Ellerman2-56/+56
2006-08-17[POWERPC] Make secondary CPUs call into kdump on reset exceptionDavid Wilder1-0/+13
2006-08-14[PATCH] Change panic_on_oops message to "Fatal exception"Horms1-1/+1
2006-08-08Merge branch 'merge'Paul Mackerras1-0/+21
2006-08-08[POWERPC] Implement SLB shadow bufferMichael Neuling3-1/+29
2006-08-08[POWERPC] Remove flush_dcache_all exportMatt Porter1-4/+0
2006-08-08[POWERPC] Make doc comments extractableMichael Ellerman1-1/+1
2006-08-08[POWERPC] Export msi symbolsJake Moilanen1-0/+5
2006-08-08[POWERPC] Fix might-sleep warning on removing cpusHaren Myneni1-0/+21
2006-08-07[POWERPC] Enable PURR sysfs entry correctlyMichael Neuling1-2/+2
2006-08-01[POWERPC] clean up pseries hcall interfacesAnton Blanchard2-10/+19
2006-08-01Merge branch 'merge'Paul Mackerras15-51/+135
2006-07-31Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds6-16/+100
2006-07-31[PATCH] vDSO hash-style fixRoland McGrath4-2/+6
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-07-31[PATCH] panic_on_oops: remove ssleep()Horms1-7/+3
2006-07-31[POWERPC] Simplify dma_ops bug conditionsJeremy Kerr1-37/+28
2006-07-31[POWERPC] Make get_property() return a const void *Jeremy Kerr1-1/+1
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr18-193/+197
2006-07-31[POWERPC] Minor comment fix for misc_64.SGeoff Levand1-1/+1
2006-07-29[POWERPC] force 64bit mode in fwnmi handlers to workaround firmware bugsOlaf Hering1-2/+33
2006-07-26[POWERPC] Fix legacy_serial.c error handling on 32 bitsBenjamin Herrenschmidt1-5/+8
2006-07-26[POWERPC] Fix default clock for udbg_16550Benjamin Herrenschmidt1-1/+5
2006-07-26[POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP setBenjamin Herrenschmidt1-7/+17
2006-07-26[POWERPC] Fix 32 bits warning in prom_init.cBenjamin Herrenschmidt1-0/+2
2006-07-26[POWERPC] Workaround Pegasos incorrect ISA "ranges"Benjamin Herrenschmidt1-0/+34
2006-07-14Merge branch 'mpe'Stephen Rothwell2-2/+0
2006-07-13[POWERPC] iseries: Remove unnecessary include of iseries/hv_lp_event.hStephen Rothwell1-1/+0
2006-07-13[POWERPC] iseries: Move ItLpNaca into platforms/iseriesMichael Ellerman1-1/+0
2006-07-13[POWERPC] iseries: Make ItExtVpdPanel private to iSeriesMichael Ellerman1-1/+0
2006-07-10[PATCH] powerpc: make OF interrupt tree parsing more strictSegher Boessenkool1-1/+1
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt4-34/+87
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl2-2/+2
2006-07-07[POWERPC] Remove linux,pci-domain propertiesJeremy Kerr1-38/+1
2006-07-07[POWERPC] Use const qualifiers for prom parsing utilitesJeremy Kerr1-10/+12
2006-07-07[POWERPC] Remove linux,device propertiesJeremy Kerr1-24/+0
2006-07-07[POWERPC] Add briq support to CHRPBenjamin Herrenschmidt1-2/+8
2006-07-07[POWERPC] Fix legacy_serial.c error handling on 32 bitsBenjamin Herrenschmidt1-5/+8
2006-07-07[POWERPC] Fix default clock for udbg_16550Benjamin Herrenschmidt1-1/+5
2006-07-07[POWERPC] Fix non-MPIC CHRPs with CONFIG_SMP setBenjamin Herrenschmidt1-7/+17
2006-07-07[POWERPC] Fix 32 bits warning in prom_init.cBenjamin Herrenschmidt1-0/+2
2006-07-07[POWERPC] Workaround Pegasos incorrect ISA "ranges"Benjamin Herrenschmidt1-0/+34
2006-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds14-716/+1068
2006-07-03[PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras1-6/+1
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar1-1/+1
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt10-659/+593
2006-07-03[POWERPC] New device-tree interrupt parsing codeBenjamin Herrenschmidt1-24/+419
2006-07-03[POWERPC] Use the genirq frameworkBenjamin Herrenschmidt2-22/+18
2006-07-03[POWERPC] Fix error handling in detecting legacy serial portsBenjamin Herrenschmidt1-1/+12
2006-07-03[POWERPC] Fix booting on Momentum "Apache" board (a Maple derivative)Benjamin Herrenschmidt1-5/+15
2006-07-03[POWERPC] Fix various offb and BootX-related issuesBenjamin Herrenschmidt2-7/+14
2006-07-03[POWERPC] change get_property to return void *Jeremy Kerr1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel68-68/+0
2006-06-30typo fixes: mecanism -> mechanismAdrian Bunk1-1/+1
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds18-599/+638
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2-25/+26
2006-06-29[PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2-6/+6
2006-06-29[POWERPC] Use little-endian bit from firmware ibm,pa-features propertyPaul Mackerras1-0/+1
2006-06-29[POWERPC] Make sure smp_processor_id works very early in bootMichael Ellerman2-11/+3
2006-06-29[POWERPC] Make lparcfg.c work when both iseries and pseries are selectedStephen Rothwell1-71/+76
2006-06-29[POWERPC] Add general support for mpc7448hpc2 (Taiga) platformZang Roy-r619111-0/+11
2006-06-28Merge branch 'for_paulus' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras1-12/+0
2006-06-28powerpc: minor cleanups for mpc86xxKumar Gala1-12/+0
2006-06-28[POWERPC] Consolidate some of kernel/misc*.SStephen Rothwell4-334/+209
2006-06-28[POWERPC] Remove unused function call_with_mmu_offStephen Rothwell1-42/+0
2006-06-28[POWERPC] Clean up it_lp_queue.hStephen Rothwell1-1/+0
2006-06-28[POWERPC] Skip the "copy down" of the kernel if it is already at zero.Jimi Xenidis1-0/+3
2006-06-28[POWERPC] Add the use of the firmware soft-reset-nmi to kdump.David Wilder2-42/+132
2006-06-28[POWERPC] Add udbg support for RTAS consoleMichael Ellerman2-3/+76
2006-06-28[POWERPC] Setup RTAS values earlier, to enable rtas_call() earlierMichael Ellerman2-18/+27
2006-06-28[POWERPC] Move RTAS exports next to their declarationsMichael Ellerman1-14/+13
2006-06-28[POWERPC] Make rtas_call() safe if RTAS hasn't been initialisedMichael Ellerman1-1/+1
2006-06-28[POWERPC] Setup the boot cpu's paca pointer in C rather than asmMichael Ellerman2-12/+8
2006-06-28[POWERPC] Make kexec_setup() a regular initcallMichael Ellerman2-5/+3
2006-06-28[POWERPC] powerpc: Initialise ppc_md htab pointers earlierMichael Ellerman1-5/+1
2006-06-28[POWERPC] Export flat device tree via debugfs for debuggingMichael Ellerman1-0/+25
2006-06-28[POWERPC] Remove remaining iSeries debugger cruftMichael Ellerman1-28/+9
2006-06-28[POWERPC] kdump: Reserve the existing TCE mappings left by the first kernelHaren Myneni1-0/+30
2006-06-28[POWERPC] Don't access HID registers if running on a Hypervisor.Jimi Xenidis1-2/+12
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2-12/+2
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto1-13/+2
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2-7/+7
2006-06-27[PATCH] 64bit resource: fix up printks for resources in arch and core codeGreg Kroah-Hartman1-18/+19
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-3/+3
2006-06-26[PATCH] fix and optimize clock source updateRoman Zippel1-2/+2
2006-06-26[PATCH] Time: Let user request precision from current_tick_length()john stultz1-1/+1
2006-06-26Storage class should be firstTobias Klauser1-2/+2
2006-06-26fix paniced->panicked typosLee Revell1-1/+1
2006-06-25[PATCH] Rewritten backlight infrastructure for portable Apple computersMichael Hanselmann1-3/+12
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter3-4/+0
2006-06-23[PATCH] x86/powerpc make hardirq_ctx and softirq_ctx __read_mostlyAndreas Mohr1-2/+2
2006-06-21[POWERPC] support ibm,extended-*-frequency propertiesAnton Blanchard1-27/+30
2006-06-21[POWERPC] Unify ppc syscall tablesAndreas Schwab1-306/+5
2006-06-21[POWERPC] cell: add RAS supportBenjamin Herrenschmidt2-0/+72
2006-06-21[POWERPC] Add starting of secondary 86xx CPUs.Jon Loeliger2-2/+14
2006-06-21[POWERPC] Add 8641 CPU table entry.Jon Loeliger1-0/+12
2006-06-21[POWERPC] Prevent duplicate lmb reservations for Device Tree blob.Jon Loeliger1-2/+11
2006-06-21[POWERPC] Guard L3CR references with CPU_FTR_L3CR.Jon Loeliger1-0/+2
2006-06-21[POWERPC] RTAS delay, fix module build breaksJohn Rose1-0/+1
2006-06-15[POWERPC] check firmware state before suspendingDave C Boutcher1-0/+22
2006-06-15[POWERPC] Fix builtin command line interaction with firmwareAmos Waterland1-1/+1
2006-06-15[POWERPC] system call micro optimisationAnton Blanchard1-1/+1
2006-06-15[POWERPC] cleanup dma_mapping_opsAnton Blanchard2-14/+22
2006-06-15[POWERPC] node local IOMMU tablesAnton Blanchard2-7/+8
2006-06-15[POWERPC] pcibus_to_node fixesAnton Blanchard1-1/+12
2006-06-15[POWERPC] Remove stale 64bit on 32bit kernel codeAnton Blanchard1-8/+0
2006-06-15[POWERPC] 64bit FPSCR supportAnton Blanchard2-5/+5
2006-06-15[POWERPC] MSI abstractionJake Moilanen1-0/+25
2006-06-15[POWERPC] Add support for PCI-Express nodes in the device treeJake Moilanen2-2/+4
2006-06-15powerpc: Simplify push_end definition in pci_32.cPaul Mackerras1-3/+4
2006-06-15powerpc: Use 64k pages without needing cache-inhibited large pagesPaul Mackerras2-0/+5
2006-06-12powerpc: Remove unused paca->pgdir fieldPaul Mackerras1-3/+0
2006-06-12Merge branch 'merge'Paul Mackerras3-1/+22
2006-06-10powerpc: Fix bug in iommu_alloc_coherent causing hang during bootPaul Mackerras1-1/+1