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
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Lines
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
-4
/
+1
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
-1
/
+1
2023-08-18
powerpc/book3s64/radix: add support for vmemmap optimization for radix
Aneesh Kumar K.V
-0
/
+11
2023-08-18
powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling fu...
Aneesh Kumar K.V
-0
/
+8
2023-08-18
powerpc/book3s64/mm: enable transparent pud hugepage
Aneesh Kumar K.V
-11
/
+199
2023-08-18
mmu_notifiers: call invalidate_range() when invalidating TLBs
Alistair Popple
-0
/
+1
2023-08-18
powerpc: mm: convert to GENERIC_IOREMAP
Christophe Leroy
-5
/
+3
2023-08-18
mm: move is_ioremap_addr() into new header file
Baoquan He
-10
/
+0
2023-08-18
asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
Baoquan He
-8
/
+1
2023-08-18
powerpc: add pte_free_defer() for pgtables sharing page
Hugh Dickins
-0
/
+4
2023-08-18
powerpc/rtas: export rtas_error_rc() for reuse.
Mahesh Salgaonkar
-0
/
+3
2023-08-18
powerpc: Move DMA64_PROPNAME define to a header
Michal Suchanek
-0
/
+3
2023-08-18
powerpc/mm: Cleanup memory block size probing
Aneesh Kumar K.V
-4
/
+1
2023-08-18
powerpc/32s: Cleanup the mess in __set_pte_at()
Christophe Leroy
-46
/
+31
2023-08-18
powerpc/82xx: Remove CONFIG_8260 and CONFIG_8272
Christophe Leroy
-1
/
+1
2023-08-16
powerpc/watchpoints: Track perf single step directly on the breakpoint
Benjamin Gray
-5
/
+1
2023-08-16
powerpc: Make virt_to_pfn() a static inline
Linus Walleij
-15
/
+25
2023-08-16
powerpc: remove <asm/export.h>
Masahiro Yamada
-1
/
+0
2023-08-16
powerpc/inst: add PPC_TLBILX_LPID
Nick Desaulniers
-0
/
+2
2023-08-16
powerpc/reg: Remove #ifdef around mtspr macro
Christophe Leroy
-2
/
+0
2023-08-16
powerpc/cpm2: Remove cpm2_map() and cpm2_unmap()
Christophe Leroy
-8
/
+0
2023-08-16
powerpc/8xx: Remove immr_map() and immr_unmap()
Christophe Leroy
-8
/
+0
2023-08-16
powerpc/include: Remove mpc8260.h and m82xx_pci.h
Christophe Leroy
-26
/
+3
2023-08-16
powerpc/include: Declare mpc8xx_immr in 8xx_immap.h
Christophe Leroy
-2
/
+2
2023-08-14
Merge branch 'topic/cpu-smt' into next
Michael Ellerman
-0
/
+15
2023-08-12
locking: remove spin_lock_prefetch
Mateusz Guzik
-3
/
+0
2023-08-04
serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()
Christophe Leroy
-10
/
+0
2023-08-02
word-at-a-time: use the same return type for has_zero regardless of endianness
ndesaulniers@google.com
-1
/
+1
2023-08-02
powerpc: Add HOTPLUG_SMT support
Michael Ellerman
-0
/
+15
2023-08-02
powerpc: address missing-prototypes warnings
Arnd Bergmann
-1
/
+2
2023-08-02
powerpc: Explicitly include correct DT includes
Rob Herring
-1
/
+4
2023-08-02
powerpc/64s: Use dec_mm_active_cpus helper
Nicholas Piggin
-1
/
+2
2023-08-02
powerpc/kuap: Use ASM feature fixups instead of static branches
Christophe Leroy
-73
/
+86
2023-08-02
powerpc/kuap: KUAP enabling/disabling functions must be __always_inline
Christophe Leroy
-52
/
+53
2023-08-02
powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
Christophe Leroy
-46
/
+20
2023-08-02
powerpc/kuap: Use MMU_FTR_KUAP on all and refactor disabling kuap
Christophe Leroy
-31
/
+11
2023-08-02
powerpc/kuap: MMU_FTR_BOOK3S_KUAP becomes MMU_FTR_KUAP
Christophe Leroy
-12
/
+12
2023-08-02
powerpc/features: Add capability to update mmu features later
Christophe Leroy
-0
/
+1
2023-08-02
powerpc/kuap: Fold kuep_is_disabled() into its only user
Christophe Leroy
-5
/
+0
2023-08-02
powerpc/kuap: Avoid useless jump_label on empty function
Christophe Leroy
-39
/
+29
2023-08-02
powerpc/kuap: Avoid unnecessary reads of MD_AP
Christophe Leroy
-10
/
+4
2023-07-19
Revert "powerpc/64s: Remove support for ELFv1 little endian userspace"
Andrew Donnellan
-11
/
+1
2023-07-17
Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...
Christophe Leroy
-56
/
+13
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
-8
/
+8
2023-07-10
powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page size
Aneesh Kumar K.V
-11
/
+5
2023-06-30
Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-50
/
+55
2023-06-29
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-5
/
+3
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-11
/
+8
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+4
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-24
/
+0
[prev]
[next]