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