index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: Add support for context switching the TAR register
Ian Munsie
2013-02-08
3
-0
/
+31
*
powerpc: fix ics_rtas_init and start_secondary section mismatch
Daniel Borkmann
2013-02-08
1
-1
/
+1
*
powerpc: Change hardware breakpoint to allow longer ranges
Michael Neuling
2013-01-29
1
-2
/
+10
*
powerpc: Add length setting to set_dawr
Michael Neuling
2013-01-29
1
-1
/
+9
*
Merge branch 'merge' into next
Benjamin Herrenschmidt
2013-01-29
3
-4
/
+23
|
\
|
*
powerpc: Max next_tb to prevent from replaying timer interrupt
Tiejun Chen
2013-01-29
1
-2
/
+7
|
*
powerpc: kernel/kgdb.c: Fix memory leakage
Cong Ding
2013-01-29
1
-2
/
+3
|
*
powerpc/book3e: Disable interrupt after preempt_schedule_irq
Tiejun Chen
2013-01-29
1
-0
/
+13
|
*
powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32
Li Zhong
2013-01-29
1
-0
/
+2
*
|
powerpc: Rename set_break to avoid naming conflict
Michael Neuling
2013-01-16
3
-8
/
+8
*
|
powerpc: Fix typo in breakpoint kgdb code.
Michael Neuling
2013-01-16
1
-1
/
+1
*
|
powerpc: Add DSCR support to ptrace
Alexey Kardashevskiy
2013-01-16
1
-0
/
+29
*
|
powerpc: Make room in exception vector area
Benjamin Herrenschmidt
2013-01-10
1
-55
/
+55
*
|
powerpc/eeh: Fix crash when adding a device in a slot with DDW
Thadeu Lima de Souza Cascardo
2013-01-10
2
-2
/
+8
*
|
powerpc/eeh/of: Checking for CONFIG_EEH is not needed
Thadeu Lima de Souza Cascardo
2013-01-10
1
-4
/
+0
*
|
powerpc/iommu: Prevent false TCE leak message
Thadeu Lima de Souza Cascardo
2013-01-10
1
-0
/
+7
*
|
powerpc: Add the DAWR support to the set_break()
Michael Neuling
2013-01-10
1
-0
/
+23
*
|
powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers
Michael Neuling
2013-01-10
8
-102
/
+134
*
|
powerpc: Implement PPR save/restore
Haren Myneni
2013-01-10
2
-10
/
+16
*
|
powerpc: Define ppr in thread_struct
Haren Myneni
2013-01-10
2
-0
/
+3
*
|
powerpc: Move branch instruction from ACCOUNT_CPU_USER_ENTRY to caller
Haren Myneni
2013-01-10
2
-2
/
+4
*
|
powerpc/kexec: Add kexec "hold" support for Book3e processors
Jimi Xenidis
2013-01-10
1
-1
/
+18
*
|
powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32
Li Zhong
2013-01-10
1
-0
/
+2
*
|
powerpc: Build kernel with -mcmodel=medium
Anton Blanchard
2013-01-10
3
-3
/
+44
*
|
powerpc: Remove RELOC() macro
Anton Blanchard
2013-01-10
1
-291
/
+267
*
|
powerpc: Relocate prom_init.c on 64bit
Anton Blanchard
2013-01-10
4
-15
/
+64
*
|
powerpc: Update Kconfig + Makefile to prepare for server doorbells
Ian Munsie
2013-01-10
1
-2
/
+2
*
|
powerpc: Add code to handle soft-disabled doorbells on server
Ian Munsie
2013-01-10
3
-16
/
+45
*
|
powerpc: Add book3s privileged doorbell exception vectors
Ian Munsie
2013-01-10
1
-2
/
+7
*
|
powerpc: Add book3s hypervisor doorbell exception vectors
Ian Munsie
2013-01-10
1
-3
/
+13
*
|
powerpc: Define differences between doorbells on book3e and book3s
Ian Munsie
2013-01-10
1
-2
/
+2
*
|
powerpc: Enable the Watchdog vector for 405
Jason Gunthorpe
2013-01-10
2
-19
/
+30
|
/
*
Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-01-03
12
-51
/
+48
|
\
|
*
POWERPC: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
12
-51
/
+48
*
|
powerpc/vdso: Remove redundant locking in update_vsyscall_tz()
Shan Hai
2013-01-03
1
-5
/
+0
|
/
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2012-12-18
18
-121
/
+451
|
\
|
*
powerpc: Setup relocation on exceptions for bare metal systems
Michael Neuling
2012-11-15
1
-0
/
+2
|
*
powerpc: Move initial mfspr LPCR out of __init_LPCR
Michael Neuling
2012-11-15
1
-1
/
+5
|
*
powerpc: Add relocation on exception vector handlers
Michael Neuling
2012-11-15
2
-9
/
+174
|
*
powerpc: Add new macros needed for relocation on exceptions
Michael Neuling
2012-11-15
1
-0
/
+25
|
*
powerpc: Turn syscall handler into macros
Michael Neuling
2012-11-15
1
-23
/
+40
|
*
powerpc: Make load_hander handle upto 64k offset
Michael Neuling
2012-11-15
2
-2
/
+7
|
*
powerpc: Remove unessessary 0x3000 location enforcement
Michael Neuling
2012-11-15
1
-1
/
+3
|
*
powerpc: Whitespace changes in exception64s.S
Michael Neuling
2012-11-15
1
-15
/
+15
|
*
Merge branch 'dt' into next
Benjamin Herrenschmidt
2012-11-15
5
-16
/
+15
|
|
\
|
|
*
powerpc+of: Remove the pSeries_reconfig.h file
Nathan Fontenot
2012-11-15
1
-1
/
+0
|
|
*
powerpc+of: Rename the drivers/of prom_* functions to of_*
Nathan Fontenot
2012-11-15
3
-12
/
+12
|
|
*
powerpc+of: Add of node/property notification chain for adds and removes
Nathan Fontenot
2012-11-15
1
-3
/
+3
|
*
|
powerpc: Fix CONFIG_RELOCATABLE=y CONFIG_CRASH_DUMP=n build
Anton Blanchard
2012-11-15
1
-1
/
+1
|
*
|
powerpc: Add POWER8 architected mode to cputable
Michael Neuling
2012-11-15
1
-0
/
+15
[next]