index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-15
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
5
-4
/
+12
2020-05-15
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
4
-3
/
+11
2020-05-15
powerpc/64s: Always has full regs, so remove remnant checks
Nicholas Piggin
2
-8
/
+17
2020-05-11
powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT
Christophe Leroy
1
-0
/
+1
2020-05-11
powerpc: Remove _ALIGN_UP(), _ALIGN_DOWN() and _ALIGN()
Christophe Leroy
1
-7
/
+0
2020-05-11
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
4
-8
/
+8
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
15
-37
/
+37
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-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-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
[next]