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
2023-10-19
powerpc/32s: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
1
-3
/
+12
2023-10-19
powerpc/40x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-17
/
+3
2023-10-19
powerpc/44x: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
1
-18
/
+4
2023-10-19
powerpc/e500: Introduce _PAGE_READ and remove _PAGE_USER
Christophe Leroy
2
-29
/
+13
2023-10-19
powerpc/nohash: Replace pte_user() by pte_read()
Christophe Leroy
2
-13
/
+7
2023-10-19
powerpc/nohash: Add _PAGE_WRITE to supplement _PAGE_RW
Christophe Leroy
6
-4
/
+15
2023-10-19
powerpc/64s: Use generic permission masks
Christophe Leroy
1
-15
/
+5
2023-10-19
powerpc/8xx: Use generic permission masks
Christophe Leroy
1
-8
/
+5
2023-10-19
powerpc: Refactor permission masks used for __P/__S table and kernel memory f...
Christophe Leroy
1
-0
/
+30
2023-10-19
powerpc: Rely on address instead of pte_user()
Christophe Leroy
1
-1
/
+1
2023-10-19
powerpc: Remove pte_mkuser() and pte_mkpriviledged()
Christophe Leroy
5
-63
/
+0
2023-10-19
powerpc: Implement and use pgprot_nx()
Christophe Leroy
1
-0
/
+6
2023-10-19
powerpc/e500: Simplify pte_mkexec()
Christophe Leroy
1
-4
/
+1
2023-10-19
powerpc/nohash: Refactor __ptep_set_access_flags()
Christophe Leroy
3
-31
/
+17
2023-10-19
powerpc/nohash: Refactor pte_clear()
Christophe Leroy
3
-10
/
+5
2023-10-19
powerpc/nohash: Deduplicate ptep_set_wrprotect() and ptep_get_and_clear()
Christophe Leroy
3
-31
/
+16
2023-10-19
powerpc/nohash: Refactor ptep_test_and_clear_young()
Christophe Leroy
3
-29
/
+12
2023-10-19
powerpc/nohash: Deduplicate pte helpers
Christophe Leroy
3
-61
/
+36
2023-10-19
powerpc/nohash: Deduplicate _PAGE_CHG_MASK
Christophe Leroy
3
-13
/
+7
2023-10-19
powerpc/nohash: Refactor checking of no-change in pte_update()
Christophe Leroy
2
-9
/
+3
2023-10-19
powerpc/nohash: Refactor pte_update()
Christophe Leroy
3
-50
/
+42
2023-10-19
powerpc/nohash: Replace #ifdef CONFIG_44x by IS_ENABLED(CONFIG_44x) in pgtable.h
Christophe Leroy
1
-5
/
+2
2023-10-19
powerpc/nohash: Move 8xx version of pte_update() into pte-8xx.h
Christophe Leroy
2
-56
/
+58
2023-10-19
powerpc/nohash: Refactor declaration of {map/unmap}_kernel_page()
Christophe Leroy
3
-10
/
+3
2023-10-19
powerpc/nohash: Remove {pte/pmd}_protnone()
Christophe Leroy
1
-17
/
+0
2023-10-19
powerpc: Untangle fixmap.h and pgtable.h and mmu.h
Christophe Leroy
6
-15
/
+22
2023-10-19
powerpc: Refactor update_mmu_cache_range()
Christophe Leroy
3
-39
/
+19
2023-10-19
powerpc: Deduplicate prototypes of ptep_set_access_flags() and phys_mem_acces...
Christophe Leroy
3
-19
/
+10
2023-10-19
powerpc: Remove pte_ERROR()
Christophe Leroy
4
-10
/
+0
2023-10-19
powerpc/40x: Remove stale PTE_ATOMIC_UPDATES macro
Christophe Leroy
1
-3
/
+0
2023-10-18
powerpc: implement arch_xor_unlock_is_negative_byte on 32-bit
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-10-18
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
1
-12
/
+5
2023-10-18
Merge branch fixes into next
Michael Ellerman
3
-1
/
+10
2023-10-15
Merge tag 'powerpc-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-1
/
+10
2023-10-12
fbdev: Replace fb_pgprotect() with pgprot_framebuffer()
Thomas Zimmermann
1
-8
/
+5
2023-10-12
fbdev: Avoid file argument in fb_pgprotect()
Thomas Zimmermann
1
-1
/
+6
2023-10-09
Merge tag 'v6.6-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+2
2023-10-09
powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()
Christophe Leroy
1
-1
/
+1
2023-10-09
powerpc/8xx: Fix pte_access_permitted() for PAGE_NONE
Christophe Leroy
2
-0
/
+9
2023-10-04
locking/local, arch: Rewrite local_add_unless() as a static inline function
Uros Bizjak
1
-6
/
+6
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
1
-1
/
+2
2023-09-18
powerpc/fadump: make is_kdump_kernel() return false when fadump is active
Hari Bathini
1
-2
/
+6
2023-09-14
KVM: PPC: Add support for nestedv2 guests
Jordan Niethe
7
-45
/
+592
2023-09-14
KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
Jordan Niethe
4
-9
/
+9
2023-09-14
KVM: PPC: Add helper library for Guest State Buffers
Jordan Niethe
1
-0
/
+904
2023-09-14
KVM: PPC: Use accessors for VCORE registers
Jordan Niethe
1
-1
/
+24
2023-09-14
KVM: PPC: Use accessors for VCPU registers
Jordan Niethe
1
-1
/
+36
2023-09-14
KVM: PPC: Rename accessor generator macros
Jordan Niethe
1
-30
/
+30
2023-09-14
KVM: PPC: Introduce FPR/VR accessor functions
Jordan Niethe
2
-0
/
+65
2023-09-05
Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-18
/
+0
[prev]
[next]