index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
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
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-27
/
+0
2023-08-31
powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changes
Ingo Molnar
1
-1
/
+1
2023-08-31
Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
46
-401
/
+340
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-8
/
+8
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
13
-67
/
+279
2023-08-24
powerpc: implement the new page table range API
Matthew Wilcox (Oracle)
7
-38
/
+36
2023-08-24
powerpc/pseries: Rework lppaca_shared_proc() to avoid DEBUG_PREEMPT
Russell Currey
1
-2
/
+9
2023-08-24
powerpc: Don't include lppaca.h in paca.h
Michael Ellerman
4
-5
/
+7
2023-08-24
powerpc/pseries: Move hcall_vphn() prototype into vphn.h
Michael Ellerman
3
-3
/
+2
2023-08-24
powerpc/pseries: Move VPHN constants into vphn.h
Michael Ellerman
2
-22
/
+22
2023-08-24
powerpc: Drop zalloc_maybe_bootmem()
Michael Ellerman
1
-1
/
+0
[prev]
[next]