index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2017-09-01
powerpc/32: remove a NOP from memset()
Christophe Leroy
-3
/
+11
2017-09-01
powerpc/32: optimise memset()
Christophe Leroy
-7
/
+14
2017-09-01
powerpc: fix location of two EXPORT_SYMBOL
Christophe Leroy
-2
/
+2
2017-09-01
powerpc/32: add memset16()
Christophe Leroy
-1
/
+17
2017-09-01
powerpc: Wrap register number correctly for string load/store instructions
Paul Mackerras
-2
/
+4
2017-09-01
powerpc: Emulate load/store floating point as integer word instructions
Paul Mackerras
-17
/
+48
2017-09-01
powerpc: Use instruction emulation infrastructure to handle alignment faults
Paul Mackerras
-777
/
+34
2017-09-01
powerpc: Separate out load/store emulation into its own function
Paul Mackerras
-113
/
+154
2017-09-01
powerpc: Handle opposite-endian processes in emulation code
Paul Mackerras
-60
/
+131
2017-09-01
powerpc: Set regs->dar if memory access fails in emulate_step()
Paul Mackerras
-22
/
+52
2017-09-01
powerpc: Emulate the dcbz instruction
Paul Mackerras
-0
/
+34
2017-09-01
powerpc: Emulate load/store floating double pair instructions
Paul Mackerras
-16
/
+52
2017-09-01
powerpc: Emulate vector element load/store instructions
Paul Mackerras
-2
/
+36
2017-09-01
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
Paul Mackerras
-267
/
+203
2017-09-01
powerpc: Make load/store emulation use larger memory accesses
Paul Mackerras
-129
/
+106
2017-09-01
powerpc: Add emulation for the addpcis instruction
Paul Mackerras
-3
/
+11
2017-09-01
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
Paul Mackerras
-6
/
+6
2017-09-01
powerpc: Fix emulation of the isel instruction
Paul Mackerras
-8
/
+10
2017-09-01
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
Paul Mackerras
-55
/
+58
2017-09-01
powerpc: Handle most loads and stores in instruction emulation code
Paul Mackerras
-62
/
+710
2017-09-01
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
Paul Mackerras
-42
/
+12
2017-09-01
powerpc: Change analyse_instr so it doesn't modify *regs
Paul Mackerras
-257
/
+396
2017-08-31
powerpc: Correct instruction code for xxlor instruction
Paul Mackerras
-1
/
+1
2017-08-31
powerpc: Fix DAR reporting when alignment handler faults
Michael Ellerman
-45
/
+74
2017-08-31
powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...
John Allen
-0
/
+4
2017-08-31
powerpc/4xx: Constify cpm_suspend_ops
Arvind Yadav
-1
/
+1
2017-08-31
powerpc/smp: Add Power9 scheduler topology
Oliver O'Halloran
-1
/
+49
2017-08-31
powerpc/smp: Add cpu_l2_cache_map
Oliver O'Halloran
-6
/
+23
2017-08-31
powerpc/smp: Rework CPU topology construction
Oliver O'Halloran
-66
/
+86
2017-08-31
powerpc/smp: Use cpu_to_chip_id() to find core siblings
Oliver O'Halloran
-26
/
+11
2017-08-31
cxl: Fix driver use count
Frederic Barrat
-1
/
+11
2017-08-31
selftests/powerpc: Force ptrace tests to build -fno-pie
Michael Neuling
-1
/
+1
2017-08-31
powerpc: conditionally compile platform-specific serial drivers
Hannes Reinecke
-3
/
+8
2017-08-31
powerpc/asm: Convert .llong directives to .8byte
Tobin C. Harding
-40
/
+40
2017-08-31
powerpc/configs: Enable THP and 64K for ppc64(le)_defconfig
Balbir Singh
-0
/
+2
2017-08-31
MAINTAINERS: Add drivers/watchdog/wdrtas.c to powerpc section
Murilo Opsfelder Araujo
-0
/
+1
2017-08-31
powerpc/configs: Enable function trace by default
Balbir Singh
-0
/
+10
2017-08-31
powerpc/xmon: Add ISA v3.0 SPRs to SPR dump
Balbir Singh
-0
/
+24
2017-08-31
powerpc/xmon: Add AMR, UAMOR, AMOR, IAMR to SPR dump
Balbir Singh
-4
/
+7
2017-08-31
powerpc/xmon: Dump all 64 bits of HDEC
Balbir Singh
-1
/
+1
2017-08-31
powerpc: Squash lines for simple wrapper functions
Masahiro Yamada
-47
/
+17
2017-08-31
powerpc/mm/radix: Prettify mapped memory range print out
Michael Ellerman
-1
/
+6
2017-08-31
powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c
Michael Ellerman
-0
/
+4
2017-08-31
powerpc/kernel: Change retrieval of pci_dn
Bryant G. Ly
-29
/
+4
2017-08-31
powerpc/mm/cxl: Add barrier when setting mm cpumask
Aneesh Kumar K.V
-2
/
+12
2017-08-31
powerpc/powernv/vas: Define copy/paste interfaces
Sukadev Bhattiprolu
-2
/
+124
2017-08-31
powerpc/powernv/vas: Define vas_tx_win_open()
Sukadev Bhattiprolu
-3
/
+195
2017-08-31
powerpc/powernv/vas: Define vas_win_close() interface
Sukadev Bhattiprolu
-5
/
+103
2017-08-31
powerpc/powernv/vas: Define vas_rx_win_open() interface
Sukadev Bhattiprolu
-1
/
+341
2017-08-31
powerpc/powernv/vas: Define helpers to alloc/free windows
Sukadev Bhattiprolu
-0
/
+73
[next]