index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
2019-07-17
1
-1
/
+0
*
mm/mmap: move common defines to mman-common.h
Aneesh Kumar K.V
2019-07-17
1
-5
/
+1
*
powerpc: define syscall_get_error()
Dmitry V. Levin
2019-07-17
1
-0
/
+10
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
23
-894
/
+229
|
\
|
*
powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
Christophe Leroy
2019-07-05
1
-0
/
+9
|
*
powerpc/64: reuse PPC32 static inline flush_dcache_range()
Christophe Leroy
2019-07-04
2
-6
/
+18
|
*
powerpc/32: define helpers to get L1 cache sizes.
Christophe Leroy
2019-07-04
2
-11
/
+29
|
*
powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
Christophe Leroy
2019-07-04
1
-1
/
+0
|
*
powerpc: slightly improve cache helpers
Christophe Leroy
2019-07-04
1
-4
/
+4
|
*
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
2019-07-04
3
-2
/
+71
|
*
powerpc/mm: Remove unused variable declaration
Aneesh Kumar K.V
2019-07-04
1
-1
/
+0
|
*
powerpc/pseries: Protect against hogging the cpu while setting up the stats
Naveen N. Rao
2019-07-04
1
-1
/
+1
|
*
powerpc/pseries: Provide vcpu dispatch statistics
Naveen N. Rao
2019-07-04
1
-0
/
+6
|
*
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
Naveen N. Rao
2019-07-04
1
-0
/
+24
|
*
powerpc/pseries: Introduce rwlock to gatekeep DTLB usage
Naveen N. Rao
2019-07-04
1
-0
/
+2
|
*
powerpc/pseries: Factor out DTL buffer allocation and registration routines
Naveen N. Rao
2019-07-04
1
-0
/
+3
|
*
powerpc/pseries: Use macros for referring to the DTL enable mask
Naveen N. Rao
2019-07-04
1
-0
/
+11
|
*
powerpc: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-07-03
1
-1
/
+1
|
*
powerpc: Add barrier_nospec to raw_copy_in_user()
Suraj Jitindar Singh
2019-07-03
1
-0
/
+1
|
*
powerpc: remove device_to_mask()
Christoph Hellwig
2019-07-03
1
-8
/
+0
|
*
powerpc: Fix compile issue with force DAWR
Michael Neuling
2019-07-03
1
-7
/
+14
|
*
powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates
Nicholas Piggin
2019-07-03
1
-0
/
+9
|
*
powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT
Nicholas Piggin
2019-07-03
1
-1
/
+1
|
*
powerpc/64s/exception: remove bad stack branch
Nicholas Piggin
2019-07-02
2
-7
/
+2
|
*
powerpc/64s/exception: move paca save area offsets into exception-64s.S
Nicholas Piggin
2019-07-02
1
-14
/
+3
|
*
powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used
Nicholas Piggin
2019-07-02
2
-253
/
+0
|
*
powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it ...
Nicholas Piggin
2019-07-02
1
-431
/
+0
|
*
powerpc/64s/exception: move KVM related code together
Nicholas Piggin
2019-07-02
1
-19
/
+21
|
*
powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants
Nicholas Piggin
2019-07-02
2
-24
/
+17
|
*
powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place
Nicholas Piggin
2019-07-02
1
-56
/
+57
|
*
powerpc/64s/exception: unwind exception-64s.h macros
Nicholas Piggin
2019-07-02
2
-120
/
+57
|
*
powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers
Nicholas Piggin
2019-07-02
2
-31
/
+15
|
*
powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into...
Nicholas Piggin
2019-07-02
1
-13
/
+13
|
*
powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency wi...
Nicholas Piggin
2019-07-02
1
-12
/
+13
|
*
powerpc/64s/exception: KVM handler can set the HSRR trap bit
Nicholas Piggin
2019-07-02
2
-5
/
+7
|
*
powerpc/64s/exception: merge KVM handler and skip variants
Nicholas Piggin
2019-07-02
2
-22
/
+14
|
*
powerpc/64s/exception: consolidate maskable and non-maskable prologs
Nicholas Piggin
2019-07-02
1
-67
/
+45
|
*
powerpc/64s/exception: remove the "extra" macro parameter
Nicholas Piggin
2019-07-02
1
-88
/
+70
|
*
powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
Nicholas Piggin
2019-07-02
1
-45
/
+42
|
*
powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
Nicholas Piggin
2019-07-02
1
-32
/
+11
|
*
powerpc/64s/exception: remove H concatenation for EXC_HV variants
Nicholas Piggin
2019-07-02
2
-143
/
+197
|
*
powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980
Michael Ellerman
2019-07-02
1
-1
/
+0
|
*
powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros
Nicholas Piggin
2019-07-01
2
-52
/
+52
|
*
powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions
Christoph Hellwig
2019-07-01
1
-10
/
+0
|
*
powerpc/powernv: remove unused NPU DMA code
Christoph Hellwig
2019-07-01
2
-24
/
+0
|
*
powerpc/powernv: remove the unused tunneling exports
Christoph Hellwig
2019-07-01
1
-4
/
+0
|
*
powerpc/powernv: remove the unused pnv_pci_set_p2p function
Christoph Hellwig
2019-07-01
2
-4
/
+0
|
*
powerpc/cacheflush: fix variable set but not used
Qian Cai
2019-07-01
1
-2
/
+5
|
*
Merge branch 'fixes' into next
Michael Ellerman
2019-07-01
4
-0
/
+44
|
|
\
|
*
|
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
Nicholas Piggin
2019-06-19
1
-0
/
+8
[next]