index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
11
-24
/
+24
2020-05-11
drivers/powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
4
-7
/
+7
2020-05-11
powerpc/8xx: Update email address in MAINTAINERS
Christophe Leroy
1
-1
/
+1
2020-05-11
powerpc/5200: update contact email
Wolfram Sang
1
-3
/
+1
2020-05-11
powerpc: module_[32|64].c: replace swap function with built-in one
Andrey Abramov
2
-32
/
+2
2020-05-11
powerpc/powernv: Fix a warning message
Christophe JAILLET
1
-1
/
+1
2020-05-06
Merge the lockless page table walk rework into next
Michael Ellerman
22
-290
/
+279
2020-05-05
powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race
Aneesh Kumar K.V
2
-0
/
+23
2020-05-05
powerpc/mm/book3s64: Avoid sending IPI on clearing PMD
Aneesh Kumar K.V
3
-31
/
+7
2020-05-05
powerpc/kvm/book3s: Use pte_present instead of opencoding _PAGE_PRESENT check
Aneesh Kumar K.V
1
-1
/
+1
2020-05-05
powerpc/kvm/book3s: Use find_kvm_host_pte in kvmppc_get_hpa
Aneesh Kumar K.V
1
-21
/
+11
2020-05-05
powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page
Aneesh Kumar K.V
1
-4
/
+4
2020-05-05
powerpc/kvm/book3s: Avoid using rmap to protect parallel page table update.
Aneesh Kumar K.V
1
-29
/
+9
2020-05-05
powerpc/kvm/book3s: use find_kvm_host_pte in pute_tce functions
Aneesh Kumar K.V
1
-6
/
+24
2020-05-05
powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
Aneesh Kumar K.V
2
-19
/
+8
2020-05-05
powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
Aneesh Kumar K.V
1
-4
/
+4
2020-05-05
powerpc/kvm/book3s: Add helper for host page table walk
Aneesh Kumar K.V
1
-0
/
+16
2020-05-05
powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
Aneesh Kumar K.V
4
-17
/
+19
2020-05-05
powerpc/kvm/nested: Add helper to walk nested shadow linux page table.
Aneesh Kumar K.V
1
-7
/
+21
2020-05-05
powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.
Aneesh Kumar K.V
3
-7
/
+20
2020-05-05
powerpc/kvm/book3s: switch from raw_spin_*lock to arch_spin_lock.
Aneesh Kumar K.V
1
-4
/
+4
2020-05-05
powerpc/perf/callchain: Use __get_user_pages_fast in read_user_stack_slow
Aneesh Kumar K.V
1
-32
/
+14
2020-05-05
powerpc/mce: Don't reload pte val in addr_to_pfn
Aneesh Kumar K.V
1
-5
/
+9
2020-05-05
powerpc/book3s64/hash: Use the pte_t address from the caller
Aneesh Kumar K.V
1
-22
/
+5
2020-05-05
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_ta...
Aneesh Kumar K.V
3
-16
/
+5
2020-05-05
powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
Aneesh Kumar K.V
2
-7
/
+19
2020-05-05
powerpc/pkeys: Check vma before returning key fault error to the user
Aneesh Kumar K.V
1
-8
/
+0
2020-05-05
powerpc/pkeys: Avoid using lockless page table walk
Aneesh Kumar K.V
3
-56
/
+60
2020-05-05
mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
3
-6
/
+6
2020-05-05
Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvm
Michael Ellerman
2
-8
/
+10
2020-05-04
powerpc/fadump: consider reserved ranges while reserving memory
Hari Bathini
1
-9
/
+67
2020-05-04
powerpc/fadump: use static allocation for reserved memory ranges
Hari Bathini
2
-33
/
+48
2020-05-04
powerpc/ps3: Move static keyword to the front of declaration
Xiongfeng Wang
1
-2
/
+2
2020-04-30
powerpc/64: Have MPROFILE_KERNEL depend on FUNCTION_TRACER
Naveen N. Rao
1
-1
/
+1
2020-04-30
Documentation: Document sysfs interfaces purr, spurr, idle_purr, idle_spurr
Gautham R. Shenoy
1
-0
/
+39
2020-04-30
powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
Gautham R. Shenoy
2
-3
/
+111
2020-04-30
powerpc/pseries: Account for SPURR ticks on idle CPUs
Gautham R. Shenoy
2
-0
/
+19
2020-04-30
powerpc/idle: Store PURR snapshot in a per-cpu global variable
Gautham R. Shenoy
3
-22
/
+31
2020-04-30
powerpc: Move idle_loop_prolog()/epilog() functions to header file
Gautham R. Shenoy
3
-31
/
+43
2020-04-22
powerpc/vas: Include linux/types.h in uapi/asm/vas-api.h
Stephen Rothwell
1
-0
/
+2
2020-04-21
selftests/powerpc: Add README for GZIP engine tests
Raphael Moreira Zinsly
2
-0
/
+46
2020-04-21
selftests/powerpc: Add NX-GZIP engine decompress testcase
Raphael Moreira Zinsly
3
-1
/
+1030
2020-04-21
selftests/powerpc: Add NX-GZIP engine compress testcase
Raphael Moreira Zinsly
5
-0
/
+803
2020-04-21
selftests/powerpc: Add header files for NX compresion/decompression
Raphael Moreira Zinsly
3
-0
/
+801
2020-04-21
selftests/powerpc: Add header files for GZIP engine test
Raphael Moreira Zinsly
3
-0
/
+194
2020-04-21
Merge NX gzip support into next
Michael Ellerman
11
-76
/
+764
2020-04-21
Merge VAS page fault handling into next
Michael Ellerman
14
-59
/
+779
2020-04-21
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
2
-8
/
+10
2020-04-20
Documentation/powerpc: VAS API
Haren Myneni
2
-0
/
+293
2020-04-20
crypto/nx: Remove 'pid' in vas_tx_win_attr struct
Haren Myneni
2
-2
/
+0
[next]