index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
1
-2
/
+2
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
5
-21
/
+21
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
4
-10
/
+10
2020-05-11
powerpc/powernv: Fix a warning message
Christophe JAILLET
1
-1
/
+1
2020-05-05
powerpc/spufs: simplify spufs core dumping
Christoph Hellwig
3
-172
/
+113
2020-05-05
powerpc/spufs: stop using access_ok
Christoph Hellwig
1
-34
/
+8
2020-05-05
powerpc/spufs: fix copy_to_user while atomic
Jeremy Kerr
1
-38
/
+75
2020-04-30
sched/core: Fix illegal RCU from offline CPUs
Peter Zijlstra
1
-1
/
+0
2020-04-30
powerpc/pseries: Account for SPURR ticks on idle CPUs
Gautham R. Shenoy
1
-0
/
+2
2020-04-30
powerpc/idle: Store PURR snapshot in a per-cpu global variable
Gautham R. Shenoy
1
-4
/
+3
2020-04-30
powerpc: Move idle_loop_prolog()/epilog() functions to header file
Gautham R. Shenoy
1
-2
/
+5
2020-04-22
powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32
Christophe Leroy
1
-1
/
+1
2020-04-20
powerpc/vas: Add VAS user space API
Haren Myneni
4
-4
/
+284
2020-04-20
powerpc/vas: Initialize window attributes for GZIP coprocessor type
Haren Myneni
1
-5
/
+12
2020-04-20
powerpc: Use mm_context vas_windows counter to issue CP_ABORT
Haren Myneni
1
-9
/
+13
2020-04-20
powerpc/vas: Free send window in VAS instance after credits returned
Haren Myneni
1
-2
/
+2
2020-04-20
powerpc/vas: Display process stuck message
Haren Myneni
1
-1
/
+29
2020-04-20
powerpc/vas: Do not use default credits for receive window
Haren Myneni
2
-4
/
+2
2020-04-20
powerpc/vas: Print CRB and FIFO values
Haren Myneni
1
-0
/
+41
2020-04-20
powerpc/vas: Return credits after handling fault
Haren Myneni
3
-0
/
+46
2020-04-20
powerpc/vas: Update CSB and notify process for fault CRBs
Haren Myneni
1
-1
/
+125
2020-04-20
powerpc/vas: Setup thread IRQ handler per VAS instance
Haren Myneni
4
-1
/
+220
2020-04-20
powerpc/vas: Take reference to PID and mm for user space windows
Haren Myneni
3
-6
/
+55
2020-04-20
powerpc/vas: Register NX with fault window ID and IRQ port value
Haren Myneni
2
-2
/
+28
2020-04-20
powerpc/vas: Setup fault window per VAS instance
Haren Myneni
5
-3
/
+121
2020-04-20
powerpc/vas: Alloc and setup IRQ and trigger port address
Haren Myneni
2
-6
/
+40
2020-04-09
Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
4
-11
/
+22
2020-04-08
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-22
/
+5
2020-04-07
powernv/memtrace: always online added memory blocks
David Hildenbrand
1
-10
/
+4
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
32
-224
/
+227
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
1
-0
/
+1
2020-04-02
Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-next
Dan Williams
1
-1
/
+3
2020-04-02
Merge branch 'for-5.7/numa' into libnvdimm-for-next
Dan Williams
1
-20
/
+1
2020-04-03
powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent memory
Alexey Kardashevskiy
1
-0
/
+9
2020-04-02
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
1
-1
/
+1
2020-04-03
powerpc/ps3: Remove duplicate error message
Markus Elfring
1
-3
/
+1
2020-04-03
powerpc/powernv: Re-enable imc trace-mode in kernel
Anju T Sudhakar
1
-8
/
+1
2020-04-03
powerpc/pseries: Fix MCE handling on pseries
Ganesh Goudar
1
-0
/
+11
2020-04-01
powerpc/32: drop unused ISA_DMA_THRESHOLD
Mike Rapoport
5
-7
/
+0
2020-03-31
libnvdimm: Update persistence domain value for of_pmem and papr_scm device
Aneesh Kumar K.V
1
-1
/
+3
2020-03-27
powerpc/pseries: Handle UE event for memcpy_mcsafe
Ganesh Goudar
1
-0
/
+3
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-25
powerpc/maple: Fix declaration made after definition
Nathan Chancellor
1
-17
/
+17
2020-03-25
powerpc/pseries: Avoid harmless preempt warning
Nicholas Piggin
1
-1
/
+9
2020-03-25
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
2
-17
/
+36
2020-03-25
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
3
-21
/
+52
2020-03-25
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
2
-3
/
+1
2020-03-25
powerpc: Replace setup_irq() by request_irq()
afzal mohammed
6
-55
/
+29
2020-03-25
powerpc/cell: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-03-25
powerpc/pseries: Fix of_read_drc_info_cell() to point at next record
Tyrel Datwyler
1
-1
/
+1
[prev]
[next]