aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spu_base.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15powerpc/spufs: remove unneeded if-checksTom Rix1-6/+0
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2022-03-08powerpc: declare unmodified attribute_group usages constRohan McLure1-2/+2
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-14/+1
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V1-1/+1
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-2/+2
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman1-2/+2
2017-05-25powerpc/spufs: Fix hash faults for kernel regionsJeremy Kerr1-1/+3
2016-11-30powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-8/+8
2016-06-14powerpc: Various typo fixesMichael Ellerman1-2/+2
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-1/+1
2016-04-11powerpc/cell: Make spu_base.c explicitly non-modularPaul Gortmaker1-5/+2
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-2/+3
2014-10-08powerpc/cell: Move data segment faulting code out of cell platformIan Munsie1-46/+9
2014-07-23powerpc: cell: Use ktime_get_ns()Thomas Gleixner1-8/+3
2013-05-06powerpc/cell/spufs: Fix status attribute permissionBenjamin Herrenschmidt1-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-30/+31
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-30/+31
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-6/+3
2011-05-11PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki1-10/+18
2011-01-21powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handlerAnton Blanchard1-0/+70
2009-06-16fbdev: move logo externs to header fileGeert Uytterhoeven1-10/+1
2009-03-24cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell1-1/+1
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-2/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-1/+2
2008-06-16powerpc/spufs: synchronize interaction between spu exception handling and tim...Luke Browning1-16/+26
2008-06-16powerpc/spufs: remove class_0_dsisr from spu exception handlingLuke Browning1-2/+0
2008-05-05[POWERPC] spufs: handle faults while the context switch pending flag is setLuke Browning1-0/+4
2008-05-05[POWERPC] spufs: fix concurrent delivery of class 0 & 1 exceptionsLuke Browning1-9/+18
2008-04-01[POWERPC] Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2008-02-29[POWERPC] spufs: serialize SLB invalidation against SLB loadingArnd Bergmann1-3/+9
2008-02-29[POWERPC] spufs: invalidate SLB translation before adding a new entryArnd Bergmann1-0/+4
2008-02-20[POWERPC] cell: fix spurious false return from spu_trap_data_{map,seg}Andre Detsch1-12/+0
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-12-21[POWERPC] spufs: rework class 0 and 1 interrupt handlingJeremy Kerr1-50/+7
2007-12-21[POWERPC] spufs: use #defines for SPU class [012] exception statusJeremy Kerr1-21/+21
2007-12-19[POWERPC] cell: catch errors from sysfs_create_group()Jeremy Kerr1-3/+17
2007-12-19[POWERPC] cell: handle SPE kernel mappings that cross segment boundariesJeremy Kerr1-7/+43
2007-12-19[POWERPC] cell: add spu_64k_pages_available() checkJeremy Kerr1-0/+6
2007-12-19[POWERPC] cell: use spu_load_slb for SLB setupJeremy Kerr1-13/+10
2007-12-19[POWERPC] cell: handle kernel SLB setup in spu_base.cJeremy Kerr1-0/+49
2007-12-19[POWERPC] cell: export force_sig_info()Jeremy Kerr1-0/+7
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-3/+3
2007-09-19[POWERPC] spufs: Make file-internal functions & variables staticSebastian Siewior1-1/+1
2007-09-11[POWERPC] cell/PS3: Fix a bug that causes the PS3 to hang on the SPU Class 0 ...Masato Noguchi1-9/+15
2007-08-10[POWERPC] cell: Move SPU affinity init to spu_management_of_opsAndre Detsch1-140/+1
2007-07-20[CELL] spufs: rework list management and associated lockingChristoph Hellwig1-65/+7
2007-07-20[CELL] spu_base: locking cleanupChristoph Hellwig1-33/+51
2007-07-20[CELL] cell: indexing of SPUs based on firmware vicinity propertiesArnd Bergmann1-1/+89
2007-07-20[CELL] spufs: integration of SPE affinity with the schedullerArnd Bergmann1-0/+19
2007-07-20[CELL] cell: add hardcoded spu vicinity information for QS20Arnd Bergmann1-1/+54
2007-07-20[CELL] cell: add vicinity information on spusArnd Bergmann1-0/+2
2007-07-20[CELL] cell: add per BE structure with info about its SPUsArnd Bergmann1-7/+14
2007-07-20[CELL] spufs: add spu stats in sysfs and ctx stat file in spufsAndre Detsch1-7/+17
2007-07-20[CELL] saving spus information for kexec crashAndre Detsch1-1/+1
2007-07-17Cell: Draw SPE helper penguin logosGeert Uytterhoeven1-1/+14
2007-07-03[POWERPC] spufs: Add spu stats in sysfsChristoph Hellwig1-0/+44
2007-07-03[POWERPC] spufs: Add stat file to spufsChristoph Hellwig1-1/+2
2007-06-28[POWERPC] cell: Add spu shutdown methodGeoff Levand1-1/+11
2007-05-09[POWERPC] Introduce address space "slices"Benjamin Herrenschmidt1-5/+4
2007-04-30[POWERPC] Spinlock initializer cleanupThomas Gleixner1-1/+1
2007-04-23[POWERPC] spu_base: fix initialisation on systems with no SPEsJeremy Kerr1-3/+5
2007-04-23[POWERPC] spu_base: remove cleanup_spu_baseChristoph Hellwig1-37/+10
2007-04-23[POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann1-103/+0
2007-04-23[POWERPC] spu_base: move spu_init_channels out of spu_mutexChristoph Hellwig1-1/+2
2007-03-10[POWERPC] Fix spu SLB invalidationsBenjamin Herrenschmidt1-12/+69
2007-01-24[POWERPC] spufs: Add SPU register lockIshizaki Kou1-0/+3
2006-12-04[POWERPC] spufs: we should only execute init_spu_base on cellStephen Rothwell1-0/+3
2006-12-04[POWERPC] cell: abstract spu management routinesGeoff Levand1-312/+22
2006-12-04[POWERPC] spufs: Return correct event for data storage interruptArnd Bergmann1-1/+1
2006-12-04[POWERPC] spufs: Replace spu.nid with spu.nodeGeoff Levand1-2/+2
2006-12-04Merge branch 'linux-2.6' into for-linusPaul Mackerras1-8/+33
2006-11-10[POWERPC] Fix cell "new style" mapping and add debugBenjamin Herrenschmidt1-8/+33
2006-10-25[POWERPC] add support for stopping spus from xmonMichael Ellerman1-0/+4
2006-10-25[POWERPC] cell: add support for registering sysfs attributes to spusChristian Krafft1-0/+58
2006-10-25[POWERPC] spufs: allow isolated mode apps by starting the SPE loaderarnd@arndb.de1-11/+24
2006-10-25[POWERPC] cell: remove unused struct spu variableGeoff Levand1-18/+3
2006-10-25[POWERPC] spufs: wrap mfc sdr accessMasato Noguchi1-1/+1
2006-10-16[POWERPC] Don't crash on cell with 2 BEs when !CONFIG_NUMABenjamin Herrenschmidt1-4/+11
2006-10-07[POWERPC] SPU fixup after irq changesOlaf Hering1-3/+3
2006-10-05[POWERPC] spufs: support new OF device tree formatArnd Bergmann1-5/+94
2006-10-05[POWERPC] spufs: remove support for ancient firmwareArnd Bergmann1-12/+0
2006-10-05[POWERPC] spufs: implement error event delivery to user spaceArnd Bergmann1-3/+3
2006-10-05[POWERPC] spufs: scheduler support for NUMA.Mark Nutter1-17/+34
2006-10-04[POWERPC] Cell interrupt reworkBenjamin Herrenschmidt1-10/+9
2006-09-26[POWERPC] cell spufs iomem annotationsAl Viro1-2/+2
2006-08-01Merge branch 'merge'Paul Mackerras1-3/+3
2006-07-31[POWERPC] cell: Constify & voidify get_property()Jeremy Kerr1-9/+9
2006-07-10[PATCH] powerpc: fix trigger handling in the new irq codeBenjamin Herrenschmidt1-3/+3
2006-07-03[POWERPC] Add new interrupt mapping core and change platforms to use itBenjamin Herrenschmidt1-44/+75
2006-07-02[PATCH] irq-flags: POWERPC: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-28[POWERPC] spufs: fix class0 interrupt assignmentArnd Bergmann1-4/+4
2006-06-21[POWERPC] spufs: clear class2 interrupt status before wakeupMasato Noguchi1-59/+19
2006-06-21[POWERPC] spufs: remove stop_code from struct spuMasato Noguchi1-2/+0
2006-06-21[POWERPC] spufs: fix spu irq affinity settingGeoff Levand1-8/+0
2006-06-21[POWERPC] spufs: further abstract priv1 register accessGeoff Levand1-0/+5
2006-06-21[POWERPC] spufs: use kzalloc in create_spuJeremy Kerr1-19/+2
2006-06-21[POWERPC] spufs: set up correct SLB entries for 64k pagesarnd@arndb.de1-3/+8
2006-06-21[POWERPC] cell: register SPUs as sysdevsJeremy Kerr1-0/+54
2006-05-01[PATCH] powerpc: cell: Add numa id to struct spuJeremy Kerr1-23/+20
2006-05-01[PATCH] spufs: fix for CONFIG_NUMAJoel H Schopp1-12/+60
2006-04-29[PATCH] spufs: Disable local interrupts for SPE hash_page calls.Arnd Bergmann1-3/+7
2006-03-27[PATCH] spufs: Fix endless protection fault on LS writes by SPE.Arnd Bergmann1-3/+2
2006-03-27[PATCH] spufs: enable SPE problem state MMIO access.Mark Nutter1-0/+5
2006-03-27[PATCH] spufs: implement mfc access for PPE-side DMAArnd Bergmann1-2/+5
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar1-11/+11
2006-01-09[PATCH] spufs: set irq affinity for running threadsArnd Bergmann1-0/+8
2006-01-09[PATCH] spufs: fix sparse warningsArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: abstract priv1 register access.Arnd Bergmann1-33/+18
2006-01-09[PATCH] spufs: clean up use of bitopsArnd Bergmann1-3/+3
2006-01-09[PATCH] spufs: clear dsisr on CLASS1[Mf] exceptionArnd Bergmann1-1/+2
2006-01-09[PATCH] spufs: fix mailbox pollingArnd Bergmann1-3/+8
2006-01-09[PATCH] spufs: Improved SPU preemptability.Arnd Bergmann1-78/+15
2006-01-09[PATCH] spufs: Turn off debugging outputArnd Bergmann1-1/+1
2006-01-09[PATCH] spufs: Make all exports GPL-onlyArnd Bergmann1-3/+3
2006-01-09[PATCH] spufs: cooperative scheduler supportArnd Bergmann1-62/+76
2006-01-09[PATCH] spufs: switchable spu contextsMark Nutter1-3/+24
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-0/+740