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
*
Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-09-07
428
-4993
/
+11415
|
\
|
*
powerpc/xive: Fix section __init warning
Cédric Le Goater
2017-09-04
1
-1
/
+1
|
*
powerpc: Fix kernel crash in emulation of vector loads and stores
Paul Mackerras
2017-09-04
1
-4
/
+4
|
*
powerpc/xive: improve debugging macros
Cédric Le Goater
2017-09-02
1
-2
/
+6
|
*
powerpc/xive: add XIVE Exploitation Mode to CAS
Cédric Le Goater
2017-09-02
2
-2
/
+37
|
*
powerpc/xive: introduce H_INT_ESB hcall
Cédric Le Goater
2017-09-02
4
-3
/
+53
|
*
powerpc/xive: add the HW IRQ number under xive_irq_data
Cédric Le Goater
2017-09-02
3
-0
/
+5
|
*
powerpc/xive: introduce xive_esb_write()
Cédric Le Goater
2017-09-02
1
-1
/
+10
|
*
powerpc/xive: rename xive_poke_esb() in xive_esb_read()
Cédric Le Goater
2017-09-02
1
-10
/
+10
|
*
powerpc/xive: guest exploitation of the XIVE interrupt controller
Cédric Le Goater
2017-09-02
11
-8
/
+698
|
*
powerpc/xive: introduce a common routine xive_queue_page_alloc()
Cédric Le Goater
2017-09-02
3
-11
/
+27
|
*
powerpc/sstep: Avoid used uninitialized error
Michael Ellerman
2017-09-02
1
-0
/
+1
|
*
axonram: Return directly after a failed kzalloc() in axon_ram_probe()
Markus Elfring
2017-09-01
1
-22
/
+17
|
*
axonram: Improve a size determination in axon_ram_probe()
Markus Elfring
2017-09-01
1
-1
/
+1
|
*
axonram: Delete an error message for a failed memory allocation in axon_ram_p...
Markus Elfring
2017-09-01
1
-1
/
+0
|
*
powerpc/powernv/npu: Move tlb flush before launching ATSD
Alistair Popple
2017-09-01
1
-6
/
+6
|
*
powerpc/macintosh: constify wf_sensor_ops structures
Julia Lawall
2017-09-01
5
-9
/
+9
|
*
powerpc/iommu: Use permission-specific DEVICE_ATTR variants
Julia Lawall
2017-09-01
1
-2
/
+1
|
*
powerpc/eeh: Delete an error out of memory message at init time
Markus Elfring
2017-09-01
1
-4
/
+1
|
*
powerpc/mm: Use seq_putc() in two functions
Markus Elfring
2017-09-01
2
-2
/
+2
|
*
macintosh: Convert to using %pOF instead of full_name
Rob Herring
2017-09-01
7
-18
/
+18
|
*
ide: pmac: Convert to using %pOF instead of full_name
Rob Herring
2017-09-01
1
-9
/
+9
|
*
crypto/nx: Add P9 NX support for 842 compression engine
Haren Myneni
2017-09-01
2
-6
/
+372
|
*
crypto/nx: Add P9 NX specific error codes for 842 engine
Haren Myneni
2017-09-01
3
-0
/
+29
|
*
crypto/nx: Use kzalloc for workmem allocation
Haren Myneni
2017-09-01
1
-1
/
+1
|
*
crypto/nx: Add nx842_add_coprocs_list function
Haren Myneni
2017-09-01
1
-3
/
+9
|
*
crypto/nx: Create nx842_delete_coprocs function
Haren Myneni
2017-09-01
1
-13
/
+12
|
*
crypto/nx: Create nx842_configure_crb function
Haren Myneni
2017-09-01
1
-19
/
+38
|
*
crypto/nx: Rename nx842_powernv_function as icswx function
Haren Myneni
2017-09-01
1
-7
/
+13
|
*
powerpc/32: remove a NOP from memset()
Christophe Leroy
2017-09-01
2
-3
/
+11
|
*
powerpc/32: optimise memset()
Christophe Leroy
2017-09-01
1
-7
/
+14
|
*
powerpc: fix location of two EXPORT_SYMBOL
Christophe Leroy
2017-09-01
2
-2
/
+2
|
*
powerpc/32: add memset16()
Christophe Leroy
2017-09-01
2
-1
/
+17
|
*
powerpc: Wrap register number correctly for string load/store instructions
Paul Mackerras
2017-09-01
1
-2
/
+4
|
*
powerpc: Emulate load/store floating point as integer word instructions
Paul Mackerras
2017-09-01
2
-17
/
+48
|
*
powerpc: Use instruction emulation infrastructure to handle alignment faults
Paul Mackerras
2017-09-01
3
-777
/
+34
|
*
powerpc: Separate out load/store emulation into its own function
Paul Mackerras
2017-09-01
2
-113
/
+154
|
*
powerpc: Handle opposite-endian processes in emulation code
Paul Mackerras
2017-09-01
2
-60
/
+131
|
*
powerpc: Set regs->dar if memory access fails in emulate_step()
Paul Mackerras
2017-09-01
1
-22
/
+52
|
*
powerpc: Emulate the dcbz instruction
Paul Mackerras
2017-09-01
2
-0
/
+34
|
*
powerpc: Emulate load/store floating double pair instructions
Paul Mackerras
2017-09-01
1
-16
/
+52
|
*
powerpc: Emulate vector element load/store instructions
Paul Mackerras
2017-09-01
1
-2
/
+36
|
*
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
Paul Mackerras
2017-09-01
3
-267
/
+203
|
*
powerpc: Make load/store emulation use larger memory accesses
Paul Mackerras
2017-09-01
1
-129
/
+106
|
*
powerpc: Add emulation for the addpcis instruction
Paul Mackerras
2017-09-01
1
-3
/
+11
|
*
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
Paul Mackerras
2017-09-01
1
-6
/
+6
|
*
powerpc: Fix emulation of the isel instruction
Paul Mackerras
2017-09-01
1
-8
/
+10
|
*
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
Paul Mackerras
2017-09-01
2
-55
/
+58
|
*
powerpc: Handle most loads and stores in instruction emulation code
Paul Mackerras
2017-09-01
6
-62
/
+710
|
*
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
Paul Mackerras
2017-09-01
1
-42
/
+12
[next]