index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
book3s32
/
hash_low.S
Age
Commit message (
Expand
)
Author
2023-10-19
powerpc/32s: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
2023-10-19
powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
2023-08-16
powerpc: replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-06-14
powerpc/32s: Fix LLVM SMP build
Nicholas Piggin
2021-06-17
powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE
Christophe Leroy
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
2020-12-09
powerpc/32s: Cleanup around PTE_FLAGS_OFFSET in hash_low.S
Christophe Leroy
2020-12-09
powerpc/32s: In add_hash_page(), calculate VSID later
Christophe Leroy
2020-12-09
powerpc/32s: Remove unused counters incremented by create_hpte()
Christophe Leroy
2020-12-09
powerpc/32s: Handle PROTFAULT in hash_page() also for CONFIG_PPC_KUAP
Christophe Leroy
2020-12-09
powerpc/32s: Move _tlbie() and _tlbia() in a new file
Christophe Leroy
2020-12-09
powerpc/32s: Inline _tlbie() on non SMP
Christophe Leroy
2020-12-04
powerpc/32s: Don't use SPRN_SPRG_PGDIR in hash_page
Christophe Leroy
2020-12-04
powerpc/32s: Don't hash_preload() kernel text
Christophe Leroy
2020-10-08
powerpc/32s: Setup the early hash table at all time.
Christophe Leroy
2020-10-08
powerpc: Drop SYNC_601() ISYNC_601() and SYNC()
Christophe Leroy
2020-07-27
powerpc/32s: Kernel space starts at TASK_SIZE
Christophe Leroy
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-02
powerpc/32s: Blacklist functions running with MMU disabled for kprobe
Christophe Leroy
2020-06-02
powerpc/32s: Make local symbols non visible in hash_low.
Christophe Leroy
2020-05-20
Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."
Christophe Leroy
2020-03-25
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
2020-02-19
powerpc/32s: Slenderize _tlbia() for powerpc 603/603e
Christophe Leroy
2020-02-18
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
2020-01-27
powerpc/32s: Enable CONFIG_VMAP_STACK
Christophe Leroy
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-14
powerpc/32s: fix flush_hash_pages() on SMP
Christophe Leroy
2019-05-03
powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64
Christophe Leroy