index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Remove unused/obsolete CONFIG_XICS
Benjamin Herrenschmidt
2011-05-19
1
-5
/
+0
*
powerpc/axon_msi: Validate msi irq via chip_data
Milton Miller
2011-05-19
1
-1
/
+2
*
powerpc/spider-pic: Get pic from chip_data instead of irq_map
Milton Miller
2011-05-19
1
-6
/
+7
*
powerpc: Remove irq_host_ops->remap hook
Milton Miller
2011-05-19
1
-11
/
+0
*
powerpc/psurge: Create a irq_host for secondary cpus
Milton Miller
2011-05-19
3
-13
/
+46
*
powerpc/mpc62xx_pic: Fix get_irq handling of NO_IRQ
Milton Miller
2011-05-19
1
-1
/
+3
*
powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNORE
Milton Miller
2011-05-19
1
-3
/
+3
*
powerpc: Remove trival irq_host_ops.unmap
Milton Miller
2011-05-19
4
-28
/
+0
*
powerpc: Add kconfig for muxed smp ipi support
Milton Miller
2011-05-19
6
-7
/
+27
*
powerpc: Consolidate ipi message mux and demux
Milton Miller
2011-05-19
8
-55
/
+32
*
powerpc: Remove stubbed beat smp support
Milton Miller
2011-05-19
5
-131
/
+0
*
powerpc: Remove alloc_maybe_bootmem for zalloc version
Milton Miller
2011-05-19
1
-3
/
+3
*
powerpc: Remove powermac/pic.h
Milton Miller
2011-05-19
1
-11
/
+0
*
powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF
Milton Miller
2011-05-19
5
-84
/
+9
*
powerpc: Use nr_cpu_ids in initial paca allocation
Milton Miller
2011-05-19
1
-0
/
+5
*
powerpc/iseries: Cleanup and fix secondary startup
Milton Miller
2011-05-19
1
-24
/
+35
*
powerpc/pseries: Print corrupt r3 in FWNMI code
Anton Blanchard
2011-05-19
1
-1
/
+1
*
pseries/iommu: Restore iommu table pointer when restoring iommu ops
Nishanth Aravamudan
2011-05-19
1
-2
/
+3
*
powerpc: Remove ioremap_flags
Anton Blanchard
2011-05-19
1
-2
/
+2
*
powerpc: Ensure dtl buffers do not cross 4k boundary
Nishanth Aravamudan
2011-05-19
2
-18
/
+33
*
powerpc: Fix kexec with dynamic dma windows
Nishanth Aravamudan
2011-05-19
1
-9
/
+14
*
powerpc: Add WSP platform
David Gibson
2011-05-06
13
-0
/
+1839
*
powerpc/eeh: Display eeh error location for bus and device
Richard A Lary
2011-05-06
1
-9
/
+13
*
powerpc/pseries: Add support for IO event interrupts
Tseng-Hui (Frank) Lin
2011-05-06
3
-0
/
+250
*
powerpc/pseries/eeh: Handle functional reset on non-PCIe device
Richard A Lary
2011-05-04
1
-5
/
+14
*
powerpc/pseries/eeh: Propagate needs_freset flag to device at PE
Richard A Lary
2011-05-04
1
-7
/
+43
*
powerpc/pseries: Add page coalescing support
Brian King
2011-05-04
2
-0
/
+57
*
powerpc: Convert old cpumask API into new one
KOSAKI Motohiro
2011-05-04
5
-15
/
+15
*
powerpc: Add Initiate Coprocessor Store Word (icswx) support
Tseng-Hui (Frank) Lin
2011-05-04
1
-0
/
+18
*
powerpc/irq: Stop exporting irq_map
Grant Likely
2011-05-04
14
-128
/
+55
*
powerpc/eeh: Add support for ibm,configure-pe RTAS call
Richard A. Lary
2011-04-27
1
-1
/
+12
*
powerpc: Free up some CPU feature bits by moving out MMU-related features
Matt Evans
2011-04-27
3
-4
/
+5
*
powerpc/ps3: Update debug message for irq_set_chip_data()
Geert Uytterhoeven
2011-04-27
1
-1
/
+1
*
powerpc/pci: Make IO workarounds init implicit when first bus is registered
Michael Ellerman
2011-04-27
2
-15
/
+5
*
powerpc/pci: Move IO workarounds to the common kernel dir
Michael Ellerman
2011-04-27
10
-244
/
+12
*
powerpc/pci: Split IO vs MMIO indirect access hooks
Michael Ellerman
2011-04-27
3
-4
/
+12
*
powerpc: Add A2 cpu support
Benjamin Herrenschmidt
2011-04-27
1
-0
/
+4
*
powerpc/smp: smp_ops->kick_cpu() should be able to fail
Michael Ellerman
2011-04-20
9
-19
/
+36
*
powerpc: Add NAP mode support on Power7 in HV mode
Benjamin Herrenschmidt
2011-04-20
1
-0
/
+4
*
powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV mode
Paul Mackerras
2011-04-20
2
-3
/
+3
*
powerpc: Base support for exceptions using HSRR0/1
Benjamin Herrenschmidt
2011-04-20
2
-3
/
+3
*
powerpc/xics: Rewrite XICS driver
Benjamin Herrenschmidt
2011-04-20
9
-1017
/
+21
*
powerpc/powermac: Build fix with SMP and CPU hotplug
Benjamin Herrenschmidt
2011-04-18
1
-3
/
+5
*
powerpc/pseries: Use a kmem cache for DTL buffers
Nishanth Aravamudan
2011-04-18
1
-2
/
+10
*
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-07
16
-24
/
+24
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
16
-24
/
+24
*
|
powerpc/pseries: Fix build without CONFIG_HOTPLUG_CPU
Matt Evans
2011-04-05
1
-6
/
+11
*
|
powerpc/pseries: Don't register global initcall
Benjamin Herrenschmidt
2011-04-05
1
-1
/
+1
*
|
Documentation: fix minor typos/spelling
Sylvestre Ledru
2011-04-04
1
-1
/
+1
*
|
powerpc/pmac/smp: Remove no-longer needed preempt workaround
Benjamin Herrenschmidt
2011-04-01
1
-7
/
+0
[next]