index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Improve prom_printf()
Benjamin Herrenschmidt
2011-04-20
1
-1
/
+25
*
powerpc: Perform an isync to synchronize CPUs coming out of secondary_hold
Benjamin Herrenschmidt
2011-04-20
1
-0
/
+2
*
powerpc: Add NAP mode support on Power7 in HV mode
Benjamin Herrenschmidt
2011-04-20
3
-1
/
+127
*
powerpc: Properly handshake CPUs going out of boot spin loop
Benjamin Herrenschmidt
2011-04-20
4
-23
/
+36
*
powerpc: Call CPU ->restore callback earlier on secondary CPUs
Benjamin Herrenschmidt
2011-04-20
1
-11
/
+11
*
powerpc: Initialize TLB and LPID register on HV mode Power7
Benjamin Herrenschmidt
2011-04-20
1
-0
/
+18
*
powerpc: Initialize LPCR:DPFD on power7 to a sane default
Benjamin Herrenschmidt
2011-04-20
1
-0
/
+7
*
powerpc: Always use SPRN_SPRG_HSCRATCH0 when running in HV mode
Paul Mackerras
2011-04-20
1
-13
/
+13
*
powerpc: More work to support HV exceptions
Benjamin Herrenschmidt
2011-04-20
1
-28
/
+64
*
powerpc: Base support for exceptions using HSRR0/1
Benjamin Herrenschmidt
2011-04-20
2
-12
/
+39
*
powerpc: In HV mode, use HSPRG0 for PACA
Benjamin Herrenschmidt
2011-04-20
4
-9
/
+20
*
powerpc: Define CPU feature for Architected 2.06 HV mode
Benjamin Herrenschmidt
2011-04-20
3
-0
/
+72
*
powerpc/perf_event: Skip updating kernel counters if register value shrinks
Eric B Munson
2011-04-18
1
-7
/
+30
*
powerpc: Fix oops if scan_dispatch_log is called too early
Anton Blanchard
2011-04-18
1
-0
/
+3
*
powerpc/kexec: Fix regression causing compile failure on UP
Paul Gortmaker
2011-04-18
1
-6
/
+6
*
Merge remote branch 'kumar/merge' into merge
Benjamin Herrenschmidt
2011-04-18
2
-4
/
+6
|
\
|
*
powerpc/book3e: Fix CPU feature handling on 64-bit e5500
Kumar Gala
2011-04-12
1
-1
/
+1
|
*
powerpc: Check device status before adding serial device
Prabhakar Kushwaha
2011-04-12
1
-3
/
+5
*
|
PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS
Rafael J. Wysocki
2011-04-11
1
-3
/
+3
*
|
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-07
19
-20
/
+20
|
\
\
|
|
/
|
/
|
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
19
-20
/
+20
*
|
powerpc: Set nr_cpu_ids early and use it to free PACAs
Ryan Grimm
2011-04-05
2
-1
/
+4
*
|
powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.
Paul Gortmaker
2011-04-05
1
-3
/
+3
*
|
powerpc/smp: Increase vdso_data->processorCount, not just decrease it
Benjamin Herrenschmidt
2011-04-01
1
-0
/
+4
*
|
powerpc/smp: Create idle threads on demand and properly reset them
Benjamin Herrenschmidt
2011-04-01
1
-22
/
+78
*
|
powerpc/smp: Don't expose per-cpu "cpu_state" array
Benjamin Herrenschmidt
2011-04-01
1
-1
/
+6
*
|
powerpc/smp: Add a smp_ops->bringup_up() done callback
Benjamin Herrenschmidt
2011-04-01
1
-0
/
+4
*
|
powerpc/pmac/smp: Properly NAP offlined CPU on G5
Benjamin Herrenschmidt
2011-04-01
2
-21
/
+7
*
|
powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32
Benjamin Herrenschmidt
2011-04-01
2
-2
/
+3
*
|
powerpc/smp: Remove unused smp_ops->cpu_enable()
Benjamin Herrenschmidt
2011-04-01
1
-10
/
+0
*
|
powerpc/smp: Remove unused generic_cpu_enable()
Benjamin Herrenschmidt
2011-04-01
1
-22
/
+0
*
|
powerpc/smp: Fix generic_mach_cpu_die()
Benjamin Herrenschmidt
2011-04-01
1
-2
/
+1
*
|
powerpc/smp: soft-replugged CPUs must go back to start_secondary
Benjamin Herrenschmidt
2011-04-01
2
-2
/
+16
*
|
powerpc: Make decrementer interrupt robust against offlined CPUs
Benjamin Herrenschmidt
2011-04-01
1
-4
/
+11
|
/
*
powerpc/mm: Move the STAB0 location to 0x8000 to make room in low memory
Benjamin Herrenschmidt
2011-03-30
1
-14
/
+14
*
powerpc: Fix accounting of softirq time when idle
Anton Blanchard
2011-03-30
1
-1
/
+1
*
powerpc: Implement dma_mmap_coherent()
Benjamin Herrenschmidt
2011-03-30
1
-0
/
+18
*
powerpc: Use generic show_interrupts()
Thomas Gleixner
2011-03-29
1
-60
/
+1
*
powerpc: Convert to new irq_* function names
Thomas Gleixner
2011-03-29
3
-5
/
+5
*
powerpc: irq: Use irqdata based information
Thomas Gleixner
2011-03-29
1
-6
/
+8
*
powerpc: Use proper accessors for IRQ_* flags
Thomas Gleixner
2011-03-29
2
-3
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-03-23
1
-3
/
+3
|
\
|
*
mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm
Stephen Wilson
2011-03-23
1
-1
/
+1
|
*
mm: arch: make in_gate_area take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
1
-1
/
+1
|
*
mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
Stephen Wilson
2011-03-23
1
-1
/
+1
*
|
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...
Olaf Hering
2011-03-23
1
-17
/
+0
*
|
rapidio: modify configuration to support PCI-SRIO controller
Alexandre Bounine
2011-03-23
1
-1
/
+1
*
|
mm: NUMA aware alloc_thread_info_node()
Eric Dumazet
2011-03-22
1
-2
/
+2
|
/
*
powerpc/ptrace: Remove BUG_ON when full register set not available
Mike Wolf
2011-03-21
1
-3
/
+12
*
powerpc/pci: Fix crash in PCI code on ppc64 when matching device nodes
Benjamin Herrenschmidt
2011-03-21
1
-2
/
+5
[next]