index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/powerpc: Add a test for PROT_SAO
Michael Ellerman
2016-07-14
4
-1
/
+51
*
powerpc/xmon: Dump ISA 2.07 SPRs
Michael Ellerman
2016-07-14
2
-0
/
+45
*
powerpc/xmon: Dump ISA 2.06 SPRs
Michael Ellerman
2016-07-14
1
-0
/
+31
*
powerpc/xmon: Adjust spacing of existing SPRs to make room for more
Michael Ellerman
2016-07-14
1
-5
/
+6
*
powerpc/xmon: Move static regno into its only user
Michael Ellerman
2016-07-14
1
-1
/
+1
*
powerpc/xmon: Remove unused externs
Michael Ellerman
2016-07-14
1
-5
/
+0
*
powerpc/crash: Rearrange loop condition to avoid out of bounds array access
Suraj Jitindar Singh
2016-07-14
1
-1
/
+1
*
powerpc: Don't test for machine type in smp_setup_cpu_maps()
Benjamin Herrenschmidt
2016-07-13
1
-1
/
+1
*
powerpc/rtas: Don't test for machine type in rtas_initialize()
Benjamin Herrenschmidt
2016-07-13
1
-1
/
+1
*
powerpc/85xx/mpc85xx_rdb: Don't use the flat device-tree after boot
Benjamin Herrenschmidt
2016-07-13
1
-2
/
+1
*
powerpc/85xx/mpc85xx_ds: Don't use the flat device-tree after boot
Benjamin Herrenschmidt
2016-07-13
1
-3
/
+1
*
powerpc/85xx/ge_imp3a: Don't use the flat device-tree after boot
Benjamin Herrenschmidt
2016-07-13
1
-2
/
+1
*
powerpc/cell: Don't use flat device-tree after boot
Benjamin Herrenschmidt
2016-07-13
1
-2
/
+1
*
powerpc: Move epapr_paravirt_early_init() to early_init_devtree()
Benjamin Herrenschmidt
2016-07-11
3
-6
/
+2
*
powerpc: Add comment explaining the purpose of setup_kdump_trampoline()
Benjamin Herrenschmidt
2016-07-11
1
-2
/
+4
*
powerpc: Update obsolete comments in setup_32.c about entry conditions
Benjamin Herrenschmidt
2016-07-11
1
-3
/
+5
*
cxl: Ignore CAPI adapters misplaced in switched slots
Philippe Bergheaud
2016-07-08
1
-0
/
+29
*
cxl: make base more explicitly non-modular
Paul Gortmaker
2016-07-08
1
-2
/
+1
*
cxl: Refine slice error debug messages
Philippe Bergheaud
2016-07-08
4
-8
/
+57
*
cxl: Fix NULL pointer dereference on kernel contexts with no AFU interrupts
Ian Munsie
2016-07-08
2
-3
/
+2
*
cxl: Workaround XSL bug that does not clear the RA bit after a reset
Ian Munsie
2016-07-08
1
-0
/
+10
*
cxl: Fix bug where AFU disable operation had no effect
Ian Munsie
2016-07-08
3
-7
/
+53
*
cxl: Fix allocating a minimum of 2 pages for the SPA
Ian Munsie
2016-07-08
1
-1
/
+1
*
cxl: Fix allowing bogus AFU descriptors with 0 maximum processes
Ian Munsie
2016-07-08
1
-0
/
+15
*
powerpc/configs: Remove old symbols from defconfigs
Andrew Donnellan
2016-07-08
96
-253
/
+84
*
powerpc: Fix typo in comment reference to CONFIG_TRACE_IRQFLAGS
Andrew Donnellan
2016-07-08
1
-1
/
+1
*
powerpc/ps3: Fix typo in comment reference to CONFIG_PS3_REPOSITORY_WRITE
Andrew Donnellan
2016-07-08
1
-1
/
+1
*
powerpc/eeh: Fix pr_debug()s in eeh_cache.c
Andrew Donnellan
2016-07-08
1
-4
/
+4
*
powerpc/opal: Wake up kopald polling thread before waiting for events
Benjamin Herrenschmidt
2016-07-08
3
-2
/
+17
*
powerpc: Add MTD_BLOCK to powernv_defconfig
Michael Neuling
2016-07-08
1
-0
/
+1
*
powerpc/pseries: start rtasd before PCI probing
Greg Kurz
2016-07-08
1
-5
/
+17
*
powerpc/pci: Assign fixed PHB number based on device-tree properties
Guilherme G. Piccoli
2016-07-07
1
-3
/
+51
*
powerpc/kernel: Drop unused extern for current_set
Michael Ellerman
2016-07-07
1
-3
/
+0
*
powerpc/pci: Fix build with PCI_IOV=y and EEH=n
Michael Ellerman
2016-07-07
1
-4
/
+5
*
powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs
Benjamin Herrenschmidt
2016-07-07
1
-0
/
+10
*
powerpc/mm: Fix build of Book3E/64 with 64K pages
Benjamin Herrenschmidt
2016-07-07
1
-0
/
+1
*
selftests/powerpc: Use "Delta" rather than "Error" in normal output
Michael Ellerman
2016-07-07
1
-1
/
+1
*
powerpc/boot: Add OPAL console to epapr wrappers
Oliver O'Halloran
2016-07-05
7
-2
/
+175
*
powerpc/mm: Add a parameter to disable 1TB segs
Oliver O'Halloran
2016-07-05
2
-0
/
+21
*
powerpc/timer: Large Decrementer support
Oliver O'Halloran
2016-07-05
3
-11
/
+63
*
powerpc: Avoid -maltivec when using clang integrated assembler
Anton Blanchard
2016-07-05
1
-1
/
+1
*
powerpc/pseries: Fix error return value in cmm_mem_going_offline()
Rasmus Villemoes
2016-07-05
1
-1
/
+1
*
powerpc/rtas: Fix array overrun in ppc_rtas() syscall
Andrew Donnellan
2016-07-05
1
-1
/
+1
*
selftests/powerpc: Test unaligned copy and paste
Chris Smart
2016-07-05
10
-1
/
+332
*
powerpc: Send SIGBUS on unaligned copy and paste
Chris Smart
2016-07-05
2
-0
/
+18
*
selftests/powerpc: Import Anton's mmap & futex micro benchmarks
Michael Ellerman
2016-07-05
4
-1
/
+86
*
selftests/powerpc: Fix generation of vector instructions/types in context_switch
Cyril Bur
2016-07-05
2
-3
/
+9
*
selftests/powerpc: Fix usage message in context_switch
Cyril Bur
2016-07-05
1
-3
/
+3
*
selftests/powerpc/pmu: Use signed long to read perf_event_paranoid
Cyril Bur
2016-07-05
1
-3
/
+3
*
powerpc/perf: Export Power9 generic and cache events to sysfs
Madhavan Srinivasan
2016-07-05
1
-0
/
+59
[next]