index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
nohash
Age
Commit message (
Expand
)
Author
2022-09-26
powerpc/mm: Make PAGE_KERNEL_xxx macros grep-friendly
Christophe Leroy
2022-09-26
powerpc/mm: Reduce redundancy in pgtable.h
Christophe Leroy
2022-09-26
powerpc/nohash: Remove pgd_huge() stub
Christophe Leroy
2022-07-27
powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')
Christophe Leroy
2022-06-29
powerpc/64e: Reorganise virtual memory
Christophe Leroy
2022-06-29
powerpc/64e: Move virtual memory closer to linear memory
Christophe Leroy
2022-06-29
powerpc/64e: Remove unused REGION related macros
Christophe Leroy
2022-06-29
powerpc/64e: Rewrite p4d_populate() as a static inline function
Christophe Leroy
2022-06-29
powerpc: Remove _PAGE_SAO stub for book3e/64
Christophe Leroy
2022-05-08
powerpc/8xx: Simplify flush_tlb_kernel_range()
Christophe Leroy
2022-03-25
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
2022-03-21
powerpc: Add pmd_pfn()
Matthew Wilcox (Oracle)
2022-02-03
powerpc/nohash: Remove pte_same()
Christophe Leroy
2022-01-24
powerpc/fixmap: Fix VM debug warning on unmap
Christophe Leroy
2021-12-23
powerpc/code-patching: Move patch_exception() outside code-patching.c
Christophe Leroy
2021-12-09
powerpc: Add KUAP support for BOOKE and 40x
Christophe Leroy
2021-12-09
powerpc/kuap: Add kuap_lock()
Christophe Leroy
2021-12-09
powerpc/kuap: Remove __kuap_assert_locked()
Christophe Leroy
2021-12-09
powerpc/kuap: Check KUAP activation in generic functions
Christophe Leroy
2021-12-09
powerpc/kuap: Add a generic intermediate layer
Christophe Leroy
2021-12-09
powerpc/44x: Activate KUEP at all time
Christophe Leroy
2021-12-09
powerpc/8xx: Activate KUEP at all time
Christophe Leroy
2021-10-28
powerpc/book3e: Fix set_memory_x() and set_memory_nx()
Christophe Leroy
2021-10-28
powerpc/nohash: Fix __ptep_set_access_flags() and ptep_set_wrprotect()
Christophe Leroy
2021-10-22
powerpc/32: Don't use a struct based type for pte_t
Christophe Leroy
2021-10-22
powerpc/8xx: Simplify TLB handling
Christophe Leroy
2021-07-08
mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *
Aneesh Kumar K.V
2021-07-08
mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
Aneesh Kumar K.V
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-07-01
mm: define default value for FIRST_USER_ADDRESS
Anshuman Khandual
2021-06-30
powerpc/8xx: add support for huge pages on VMAP and VMALLOC
Christophe Leroy
2021-06-30
mm/hugetlb: change parameters of arch_make_huge_pte()
Christophe Leroy
2021-06-17
powerpc/kuap: Remove to/from/size parameters of prevent_user_access()
Christophe Leroy
2021-06-17
powerpc/8xx: Allow disabling KUAP at boot time
Christophe Leroy
2021-06-17
powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)
Christophe Leroy
2021-04-22
powerpc/64: Fix the definition of the fixmap area
Christophe Leroy
2021-04-14
powerpc/8xx: Define a MODULE area below kernel text
Christophe Leroy
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
2021-03-29
powerpc/8xx: Create C version of kuap save/restore/check helpers
Christophe Leroy
2020-12-17
Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-12-14
Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-12-09
powerpc/8xx: Implement pXX_leaf_size() support
Peter Zijlstra
2020-12-09
powerpc/mm: Move the WARN() out of bad_kuap_fault()
Christophe Leroy
2020-12-09
powerpc/mm: Remove flush_tlb_page_nohash() prototype.
Christophe Leroy
2020-12-08
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
2020-12-04
powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
Mathieu Desnoyers
2020-12-04
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
2020-12-04
powerpc/vdso: Replace vdso_base by vdso
Christophe Leroy
[next]