index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-11
powerpc/irq: Add helper to set regs->softe
Christophe Leroy
1
-2
/
+9
2021-02-11
powerpc/kexec_file: fix FDT size estimation for kdump kernel
Hari Bathini
1
-0
/
+1
2021-02-11
powerpc/mm: Add PG_dcache_clean to indicate dcache clean state
Aneesh Kumar K.V
2
-2
/
+8
2021-02-11
powerpc/mm: Enable compound page check for both THP and HugeTLB
Aneesh Kumar K.V
1
-2
/
+0
2021-02-11
powerpc/64s: Remove EXSLB interrupt save area
Nicholas Piggin
1
-2
/
+1
2021-02-11
powerpc/uaccess: Avoid might_fault() when user access is enabled
Alexey Kardashevskiy
1
-3
/
+10
2021-02-11
powerpc/uaccess: Simplify unsafe_put_user() implementation
Michael Ellerman
1
-8
/
+7
2021-02-11
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
1
-5
/
+20
2021-02-10
softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig
Thomas Gleixner
1
-2
/
+0
2021-02-10
KVM: PPC: Don't always report hash MMU capability for P9 < DD2.2
Fabiano Rosas
1
-0
/
+1
2021-02-10
KVM: PPC: Book3S HV: Remove support for running HPT guest on RPT host without...
Nicholas Piggin
1
-11
/
+0
2021-02-10
KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR
Ravi Bangoria
1
-0
/
+1
2021-02-10
KVM: PPC: Book3S HV: Add infrastructure to support 2nd DAWR
Ravi Bangoria
3
-1
/
+12
2021-02-10
KVM: PPC: Book3S HV: Rename current DAWR macros and variables
Ravi Bangoria
1
-2
/
+2
2021-02-10
KVM: PPC: Book3S HV: Allow nested guest creation when L0 hv_guest_state > L1
Ravi Bangoria
1
-2
/
+15
2021-02-09
KVM: Raise the maximum number of user memslots
Vitaly Kuznetsov
1
-1
/
+0
2021-02-09
powerpc/32s: Allow constant folding in mtsr()/mfsr()
Christophe Leroy
1
-2
/
+8
2021-02-09
powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
Christophe Leroy
2
-6
/
+6
2021-02-09
powerpc/32s: Change mfsrin() into a static inline function
Christophe Leroy
1
-3
/
+8
2021-02-09
powerpc/uaccess: Perform barrier_nospec() in KUAP allowance helpers
Christophe Leroy
2
-11
/
+3
2021-02-09
powerpc/64s: Implement ptep_clear_flush_young that does not flush TLBs
Nicholas Piggin
1
-3
/
+20
2021-02-09
powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regs
Athira Rajeev
2
-6
/
+24
2021-02-09
powerpc/pkeys: Remove unused code
Sandipan Das
2
-9
/
+0
2021-02-09
powerpc: remove unneeded semicolons
Chengyang Fan
12
-20
/
+20
2021-02-09
powerpc/64s: runlatch interrupt handling in C
Nicholas Piggin
1
-0
/
+7
2021-02-09
powerpc/64s: move NMI soft-mask handling to C
Nicholas Piggin
1
-0
/
+25
2021-02-09
powerpc: move NMI entry/exit code into wrapper
Nicholas Piggin
1
-0
/
+28
2021-02-09
powerpc/64: entry cpu time accounting in C
Nicholas Piggin
2
-24
/
+6
2021-02-09
powerpc/64: move account_stolen_time into its own function
Nicholas Piggin
1
-0
/
+14
2021-02-09
powerpc/64s: reconcile interrupts in C
Nicholas Piggin
1
-4
/
+11
2021-02-09
powerpc/64s: move context tracking exit to interrupt exit path
Nicholas Piggin
1
-3
/
+31
2021-02-09
powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
Nicholas Piggin
1
-0
/
+2
2021-02-09
powerpc/64: add context tracking to asynchronous interrupts
Nicholas Piggin
1
-0
/
+2
2021-02-09
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
1
-0
/
+9
2021-02-09
powerpc/64s/hash: improve context tracking of hash faults
Nicholas Piggin
1
-0
/
+1
2021-02-09
powerpc/64: context tracking remove _TIF_NOHZ
Nicholas Piggin
1
-3
/
+1
2021-02-09
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
1
-0
/
+7
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
6
-43
/
+67
2021-02-09
powerpc: add interrupt wrapper entry / exit stub functions
Nicholas Piggin
1
-0
/
+66
2021-02-09
powerpc: interrupt handler wrapper functions
Nicholas Piggin
1
-0
/
+169
2021-02-09
powerpc: introduce die_mce
Nicholas Piggin
1
-0
/
+1
2021-02-09
powerpc: add and use unknown_async_exception
Nicholas Piggin
1
-0
/
+1
2021-02-09
powerpc/time: move timer_broadcast_interrupt prototype to asm/time.h
Nicholas Piggin
2
-1
/
+2
2021-02-09
powerpc/64s: add do_bad_page_fault_segv handler
Nicholas Piggin
1
-0
/
+1
2021-02-09
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
1
-2
/
+2
2021-02-09
powerpc: do_break get registers from regs
Nicholas Piggin
1
-2
/
+1
2021-02-09
powerpc: remove arguments from fault handler functions
Nicholas Piggin
3
-4
/
+4
2021-02-09
powerpc/64s: move the hash fault handling logic to C
Nicholas Piggin
1
-0
/
+1
2021-02-06
powerpc/kuap: Allow kernel thread to access userspace after kthread_use_mm
Aneesh Kumar K.V
2
-9
/
+11
2021-02-03
powerpc/pci: Add ppc_md.discover_phbs()
Oliver O'Halloran
1
-0
/
+3
[prev]
[next]