aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64
AgeCommit message (Expand)AuthorFilesLines
2005-10-01[PATCH] ppc64: fix up()/down() usage for kprobe_mutexAnanth N Mavinakayanahalli1-4/+4
2005-09-30[PATCH] bogus BUILD_BUG_ON() in bpa_iommuAl Viro1-1/+5
2005-09-28[PATCH] ppc64: More hugepage fixesBenjamin Herrenschmidt2-4/+5
2005-09-28[PATCH] ppc64: Add missing barrier() in kexec codeAnton Blanchard1-0/+1
2005-09-23[PATCH] ppc64: Fix huge pages MMU mapping bugBenjamin Herrenschmidt2-5/+7
2005-09-22[PATCH] ppc64: SMU driver update & i2c supportBenjamin Herrenschmidt3-9/+20
2005-09-22[PATCH] ppc64: Fix 64bit ptrace DABR supportAnton Blanchard1-0/+1
2005-09-22[PATCH] ppc64: Fix build with iommu debug enabledAnton Blanchard1-5/+6
2005-09-22[PATCH] ppc64: Fix LPAR regressionAnton Blanchard1-3/+2
2005-09-21[PATCH] ppc64: Build zImage.vmode for G5Benjamin Herrenschmidt1-1/+1
2005-09-21[PATCH] ppc64: Fix issue with non zero boot cpuAnton Blanchard1-1/+2
2005-09-21[PATCH] PPC64: Fix boot for some pre-POWER4 systemsOlof Johansson1-80/+89
2005-09-21[PATCH] ppc64: Fix PCI flags when using OF device treePaul Mackerras1-3/+6
2005-09-17[PATCH] ppc64: build fixAnton Blanchard1-0/+1
2005-09-15[PATCH] ppc64: Fix recent regressionJimi Xenidis1-3/+3
2005-09-14[LIB]: Consolidate _atomic_dec_and_lock()David S. Miller3-52/+1
2005-09-14[PATCH] error path in setup_arg_pages() misses vm_unacct_memory()Hugh Dickins1-6/+9
2005-09-13Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 Linus Torvalds2-4/+15
2005-09-13[PATCH] ppc64: Make eeh_init function againPaul Mackerras1-1/+1
2005-09-12[PATCH] ppc64: Remove unused codeAnton Blanchard1-16/+0
2005-09-12[PATCH] ppc64: Fix for missing start-cpu rtas tokenAnton Blanchard1-2/+11
2005-09-12[PATCH] ppc64: indent pci codeAnton Blanchard3-59/+59
2005-09-12[PATCH] ppc64: xics cleanupAnton Blanchard1-22/+22
2005-09-12[PATCH] ppc64: Add ptrace data breakpoint supportAnton Blanchard9-25/+106
2005-09-12[PATCH] ppc64: Fix up some whitespace issues in ptrace32.cAnton Blanchard1-3/+3
2005-09-12[PATCH] ppc64: Add PTRACE_{GET|SET}VRREGSRobert Jennings2-0/+30
2005-09-12ppc64: Set up PCI tree from Open Firmware device treePaul Mackerras3-90/+356
2005-09-10[PATCH] powerpc: Move include3 to arch/$(ARCH)/includeStephen Rothwell1-6/+7
2005-09-10[PATCH] merge some from Rusty's trivial patchesAdrian Bunk1-1/+0
2005-09-10[PATCH] spinlock consolidationIngo Molnar2-15/+7
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds14-22/+13
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h supportSam Ravnborg14-22/+13
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds23-203/+333
2005-09-09[PATCH] basic iomem annotations (ppc64)viro@ZenIV.linux.org.uk1-6/+6
2005-09-09Allow PCI config space syscalls to be used by 64-bit processes.Paul Mackerras3-57/+64
2005-09-09[PATCH] ppc64: Big-endian I/O memory accessors.Arthur Othieno1-0/+20
2005-09-09[PATCH] Separate pci bits out of struct device_nodePaul Mackerras14-101/+151
2005-09-09[PATCH] PPC64: large INITRD causes kernel not to bootMark Bellon1-5/+26
2005-09-09[PATCH] ppc64: makefile cleanupGeoff Levand1-13/+15
2005-09-09[PATCH] ppc64: zimage build fixGeoff Levand2-16/+30
2005-09-09[PATCH] powerpc: Make check_bugs() static inlinejdl@freescale.com1-4/+0
2005-09-09[PATCH] ppc64: iSeries early printk breakageStephen Rothwell1-0/+6
2005-09-09[PATCH] ppc64: Fix oops for !CONFIG_NUMAMichael Ellerman1-2/+2
2005-09-09[PATCH] ppc64: fix IPI on bpa_iicArnd Bergmann1-7/+21
2005-09-08Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 Linus Torvalds3-22/+15
2005-09-08[PATCH] PCI: remove CONFIG_PCI_NAMESAdrian Bunk3-22/+15
2005-09-08[SERIAL] Use an enum for serial8250 platform device IDsRussell King1-1/+1
2005-09-07[PATCH] CHECKFLAGS on ppc64 got brokenviro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] Kconfig fix (BLK_DEV_FD dependencies)viro@ZenIV.linux.org.uk1-0/+4
2005-09-07[PATCH] kprobes: fix bug when probed on task and isr functionsKeshavamurthy Anil S1-5/+6
2005-09-07[PATCH] Kprobes: prevent possible race conditions ppc64 changesPrasanna S Panchamukhi5-20/+24
2005-09-07[PATCH] PPC64: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-07[PATCH] remove duplicated sys_open32() code from 64bit archsMiklos Szeredi2-32/+1
2005-09-07[PATCH] NTP: ntp-helper functionsjohn stultz1-5/+2
2005-09-06Fix build failure on ppc64 without CONFIG_AUDITDavid Woodhouse1-0/+2
2005-09-06[PATCH] remove linux/version.h include from arch/ppc64Olaf Hering5-7/+4
2005-09-06[PATCH] Invert sense of SLB class bitDavid Gibson3-10/+11
2005-09-06[PATCH] ppc64: Fix build with oprofile disabledAnton Blanchard1-0/+26
2005-09-06[PATCH] ppc64: Move oprofile_model into cpu feature structAnton Blanchard2-37/+19
2005-09-06[PATCH] ppc64: Move oprofile_impl.h into include/asm-ppc64Anton Blanchard4-116/+3
2005-09-06[PATCH] ppc64: Add oprofile cpu_type to cpu feature structAnton Blanchard2-5/+14
2005-09-06[PATCH] ppc64: Use num_pmcs in oprofile codeAnton Blanchard2-11/+5
2005-09-06[PATCH] ppc64: remove CPU_FTR_PMC8Anton Blanchard1-13/+11
2005-09-06[PATCH] ppc64: add number of PMCs to cputableAnton Blanchard2-19/+42
2005-09-06[PATCH] ppc64: Allow world readable /proc/ppc64/lparcfgWim Coekaerts1-1/+1
2005-09-06[PATCH] ppc64: remove use of asm/segment.hKumar Gala1-1/+0
2005-09-06[PATCH] ppc64: poison initmemAnton Blanchard1-0/+1
2005-09-06[PATCH] ppc64: systemcfg is now a pointerJimi Xenidis1-3/+6
2005-09-06[PATCH] ppc64: Consolidate early console and PPCDBG codeMilton Miller2-36/+47
2005-09-06[PATCH] ppc64: Remove old includesMilton Miller3-13/+3
2005-09-06[PATCH] ppc64: Take udbg out of ppc_mdMilton Miller7-42/+37
2005-09-06[PATCH] ppc64: Split SCC and 15550 udbg codeMilton Miller4-227/+272
2005-09-06[PATCH] ppc64: Make udbg_init_uart set the ppc_md udbg methods.Milton Miller3-6/+3
2005-09-06[PATCH] ppc64: Clean up CR handlingMilton Miller1-12/+4
2005-09-06[PATCH] ppc64: Remove dummy getc routinesMilton Miller1-12/+2
2005-09-06[PATCH] ppc64: dont bypass ppc_md.udbg* functionsMilton Miller1-1/+3
2005-09-05[PATCH] ppc64: replace schedule_timeout() with msleep_interruptible()Nishanth Aravamudan3-22/+12
2005-09-05[PATCH] ppc64: Add VMX save flag to VPAOlof Johansson2-0/+5
2005-09-05[PATCH] ppc64: update xmon helptextOlaf Hering1-0/+9
2005-09-05[PATCH] SPARSEMEM EXTREMEBob Picco2-21/+49
2005-09-01[PATCH] Fix bug in ppc64 dynamic hugepage supportDavid Gibson1-13/+9
2005-08-30[PATCH] Remove nested feature sectionsDavid Gibson1-3/+1
2005-08-30[PATCH] ppc64: lparconfig.c memory leakJoel Schopp1-0/+1
2005-08-30[PATCH] ppc64: of_device.c remove useless codeJoel Schopp1-2/+0
2005-08-30[PATCH] ppc64: Add CONFIG_HZAnton Blanchard5-15/+15
2005-08-30[PATCH] oprofile PVR 970MPJake Moilanen1-0/+1
2005-08-30[PATCH] PPC64: Don't try to claim memory from OF at 1GB markOlof Johansson1-1/+4
2005-08-30[PATCH] Create include/asm-powerpcStephen Rothwell1-0/+9
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-08-30[PATCH] Create vio_bus_opsStephen Rothwell3-20/+20
2005-08-30[PATCH] Create vio_register_deviceStephen Rothwell3-14/+18
2005-08-30[PATCH] Formatting changes to vio.cStephen Rothwell1-22/+17
2005-08-30[PATCH] fix iSeries build for gcc-3.4Stephen Rothwell1-0/+5
2005-08-30[PATCH] Restore lparmap.s include for iSeriesDavid Gibson1-1/+10
2005-08-29Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/paulus/ppc64-2.6 Linus Torvalds55-1619/+1920
2005-08-29[PATCH] convert signal handling of NODEFER to act like other Unix boxes.Steven Rostedt2-4/+6
2005-08-29[PATCH] Dynamic hugepage addresses for ppc64David Gibson3-65/+172
2005-08-29[PATCH] ppc64: Check of_chosen in check_for_initrd()Michael Ellerman1-8/+12
2005-08-29[PATCH] ppc64: unflatten_device_tree() should check if lmb_alloc() failsMichael Ellerman1-2/+7
2005-08-29[PATCH] ppc64: Fix a misleading printk in unflatten_dt_node()Michael Ellerman1-1/+1
2005-08-29[PATCH] ppc64: Move ppc64_enable_pmcs() logic into a ppc_md functionMichael Ellerman5-50/+50
2005-08-29[PATCH] ppc64: allow xmon=offOlaf Hering3-13/+25
2005-08-29[PATCH] ppc64: Remove CONFIG_MSCHUNKSMichael Ellerman2-7/+0
2005-08-29[PATCH] ppc64: Simplify some lmb functionsMichael Ellerman1-22/+5
2005-08-29[PATCH] ppc64: Remove physbase from the lmb_property structMichael Ellerman4-40/+14
2005-08-29[PATCH] ppc64: Remove redundant abs_to_phys() macroMichael Ellerman2-22/+1
2005-08-29[PATCH] ppc64: Remove redundant use of pointers in lmb codeMichael Ellerman1-57/+43
2005-08-29[PATCH] ppc64: Remove redundant uses of physRpn_to_absRpnMichael Ellerman3-5/+6
2005-08-29[PATCH] ppc64: Rename msChunks structureMichael Ellerman2-10/+11
2005-08-29[PATCH] ppc64: msChunks cleanupsMichael Ellerman2-20/+18
2005-08-29[PATCH] ppc64: Remove PTRRELOC() from msChunks codeMichael Ellerman1-9/+1
2005-08-29[PATCH] ppc64: introduce FW_FEATURE_ISERIESStephen Rothwell3-2/+4
2005-08-29[PATCH] ppc64: make firmware_has_feature() strongerStephen Rothwell7-41/+54
2005-08-29[PATCH] ppc64: create firmware_has_feature()Stephen Rothwell8-11/+17
2005-08-29[PATCH] ppc64: remove firmware features from cpu_specStephen Rothwell8-28/+14
2005-08-29[PATCH] Move variables in ppc64 head.S from .data to .bssDavid Gibson1-7/+6
2005-08-29[PATCH] Tweak comments in ppc64 head.SDavid Gibson1-4/+4
2005-08-29[PATCH] Remove unneeded #defines in head.SDavid Gibson1-11/+0
2005-08-29[PATCH] Fix apparent code overlap in ppc64 head.SDavid Gibson1-2/+2
2005-08-29[PATCH] Remove general use functions from head.SDavid Gibson2-95/+98
2005-08-29[PATCH] Change address of ppc64 initial segment tableDavid Gibson2-17/+19
2005-08-29[PATCH] Move iSeries and common vectors into unused space in head.SDavid Gibson1-179/+174
2005-08-29[PATCH] Remove NACA fixed address constraintDavid Gibson2-16/+12
2005-08-29[PATCH] ppc64: split pSeries specific parts out of vio.cStephen Rothwell4-278/+281
2005-08-29[PATCH] ppc64: make the bus matching function platform specificStephen Rothwell2-10/+30
2005-08-29[PATCH] ppc64: move iSeries vio iommu initStephen Rothwell2-4/+2
2005-08-29[PATCH] ppc64: split iSeries specific parts out of vio.cStephen Rothwell3-125/+159
2005-08-29[PATCH] ppc64: change duplicate Kconfig menu "General setup" to "Bus Options"Frank Rowand1-34/+34
2005-08-29[PATCH] ppc64: PCI device-node failure detectionJake Moilanen1-2/+17
2005-08-29[PATCH] flattened device tree changesBenjamin Herrenschmidt2-63/+200
2005-08-29[PATCH] Four level pagetables for ppc64David Gibson6-192/+158
2005-08-29[PATCH] ppc64: make arch/ppc64/boot standaloneOlaf Hering15-248/+350
2005-08-27Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-3/+6
2005-08-27Fix missing audit_syscall_exit() on ppc64 sigsuspend exit pathDavid Woodhouse2-4/+13
2005-08-24[PATCH] ppc64: Export machine_power_off for therm_pm72 moduleBenjamin Herrenschmidt1-0/+2
2005-08-17[PATCH] ppc64: iommu vmerge fixBrian King1-3/+4
2005-08-16[PATCH] iSeries build with newer assemblers and compilersStephen Rothwell4-78/+43
2005-08-10[PATCH] ppc64: Fix Fan control for new PowerMac G5 2.7GHz machinesBenjamin Herrenschmidt1-1/+1
2005-08-08[PATCH] ppc64: update defconfigsPaul Mackerras5-35/+30
2005-08-08[PATCH] ppc64: add default config for BPAArnd Bergmann1-0/+987
2005-08-05[PATCH] Update in-kernel zlib routinesTim Yamin1-1/+2
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski1-0/+20
2005-08-04[PATCH] ppc64: fix for kexec boot issuePaul Mackerras4-21/+22
2005-08-04[PATCH] ppc64: Fix UP kernel buildOlof Johansson2-2/+6
2005-08-02[PATCH] Xmon bug fix for soft-resetHaren Myneni1-0/+3
2005-08-01[PATCH] ppc64: POWER 4 fails to boot with NUMAMike Kravetz1-1/+6
2005-08-01[PATCH] ppc64: Fix CONFIG_ALTIVEC not setBenjamin Herrenschmidt1-0/+2
2005-07-30[PATCH] ppc64: inotify syscallsRobert Love1-0/+6
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering1-1/+1
2005-07-27[PATCH] ppc64: remove another fixed address constraintDavid Gibson2-36/+85
2005-07-27[PATCH] ppc64: dynamically allocate segment tablesDavid Gibson4-22/+37
2005-07-27[PATCH] make a few functions static in pmac_setup.cOlaf Hering1-6/+6
2005-07-27[PATCH] ppc64: update defconfigsOlaf Hering5-778/+896
2005-07-27[PATCH] ppc/ppc64: use Kconfig.hzOlaf Hering1-0/+1
2005-07-26[PATCH] Don't export machine_restart, machine_halt, or machine_power_off.Eric W. Biederman1-3/+0
2005-07-13[PATCH] ppc64: add 970MP PVROlof Johansson2-16/+37
2005-07-13[PATCH] ppc64: kill bitfields in ppc64 hash codeDavid Gibson8-164/+128
2005-07-11[NET]: add a top-level Networking menu to *configSam Ravnborg1-0/+2
2005-07-07[PATCH] ppc64: silence perfmon exception warningsAnton Blanchard1-13/+1
2005-07-07[PATCH] ppc64: Be consistent about printing which idle loop we're usingMichael Ellerman2-3/+8
2005-07-07[PATCH] ppc64: fix compile warningAnton Blanchard1-1/+0
2005-07-07[PATCH] ppc64: idle fixupsAnton Blanchard1-11/+12
2005-07-07[PATCH] ppc64: pSeries idle fixupsAnton Blanchard1-51/+62
2005-07-07[PATCH] ppc64: iSeries idle fixupsAnton Blanchard1-37/+47
2005-07-07[PATCH] ppc64: Remove obsolete idle_setup()Michael Ellerman1-41/+0
2005-07-07[PATCH] ppc64: Fixup platforms for new ppc_md.idleMichael Ellerman4-1/+26
2005-07-07[PATCH] ppc64: Move pSeries idle functions into pSeries_setup.cMichael Ellerman2-131/+127
2005-07-07[PATCH] ppc64: Move iSeries_idle() into iSeries_setup.cMichael Ellerman2-86/+81
2005-07-07[PATCH] ppc64: Make idle_loop a ppc_md functionMichael Ellerman2-6/+8
2005-07-07[PATCH] hvc_console: Separate the NUL character filtering from get_hvc_charsMilton Miller1-17/+2
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio code 2Milton Miller1-33/+0
2005-07-07[PATCH] hvc_console: Separate hvc_console and vio codeMilton Miller1-1/+2
2005-07-07[PATCH] ppc64: add ioprio syscallsAnton Blanchard2-11/+22
2005-07-07[PATCH] ppc64: sys_ppc32.c cleanupsAnton Blanchard1-27/+0
2005-07-07[PATCH] ppc64: Turn runlatch on in exception entryAnton Blanchard1-0/+10
2005-07-07[PATCH] ppc64: Fix runlatch code to work on pseries machinesAnton Blanchard1-4/+4
2005-07-07[PATCH] ppc64: use c99 initialisers in cputable codeAnton Blanchard1-153/+212
2005-07-07[PATCH] ppc64: vdso32: fix link errors after recent toolchain changesOlaf Hering1-2/+2
2005-07-06[PATCH] openfirmware: generate device table for userspaceJeff Mahoney1-7/+8
2005-07-05[PATCH] kprobes: fix namespace problem and sparc64 buildRusty Lynch1-1/+1
2005-06-30Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6Linus Torvalds16-518/+285
2005-06-30[PATCH] ppc64: Replace custom locking code with a spinlockMichael Ellerman1-36/+2
2005-06-30[PATCH] ppc64: Formatting cleanups in arch/ppc64/kernel/ItLpQueue.cMichael Ellerman1-31/+41
2005-06-30[PATCH] ppc64: Cleanup whitespace in arch/ppc64/kernel/ItLpQueue.cMichael Ellerman1-29/+29
2005-06-30[PATCH] ppc64: Cleanup proc printing of event typesMichael Ellerman1-10/+10
2005-06-30[PATCH] ppc64: Simplify counting of lpevents, remove lpevent_count from pacaMichael Ellerman1-15/+29
2005-06-30[PATCH] ppc64: Don't count number of events processed for callerMichael Ellerman4-13/+5
2005-06-30[PATCH] ppc64: Rename ItLpQueue_* functions to hvlpevent_queue_*Michael Ellerman5-14/+14
2005-06-30[PATCH] ppc64: Rename xItLpQueue to hvlpevent_queueMichael Ellerman2-24/+24
2005-06-30[PATCH] ppc64: Move definition of xItLpQueueMichael Ellerman2-7/+8
2005-06-30[PATCH] ppc64: Make two ItLpQueue related functions staticMichael Ellerman1-2/+2
2005-06-30[PATCH] ppc64: Move xItLpQueue proc code into ItLpQueue.cMichael Ellerman2-48/+59
2005-06-30[PATCH] ppc64: Move initialisation of xItLpQueue into ItLpQueue.cMichael Ellerman2-20/+23
2005-06-30[PATCH] ppc64: Don't pass the pointers to xItLpQueue aroundMichael Ellerman5-31/+31
2005-06-30[PATCH] ppc64: Reorganise the paca initialisation macrosMichael Ellerman1-146/+65
2005-06-30[PATCH] ppc64: Move set_spread_lpevents() into ItLpQueue.cMichael Ellerman2-21/+21
2005-06-30[PATCH] ppc64: Spread lpevents by default on iSeriesMichael Ellerman1-1/+1
2005-06-30[PATCH] ppc64: Remove lpqueue pointer from the paca on iSeriesMichael Ellerman7-26/+19
2005-06-28[PATCH] irqpollAlan Cox1-1/+1