index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
1
-0
/
+3
2020-05-19
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
1
-0
/
+3
2020-05-19
powerpc: Use a function for reading instructions
Jordan Niethe
1
-0
/
+5
2020-05-19
powerpc: Use a datatype for instructions
Jordan Niethe
4
-27
/
+33
2020-05-19
powerpc: Introduce functions for instruction equality
Jordan Niethe
1
-0
/
+5
2020-05-19
powerpc: Use a function for byte swapping instructions
Jordan Niethe
1
-0
/
+5
2020-05-19
powerpc: Use a function for getting the instruction op code
Jordan Niethe
1
-0
/
+5
2020-05-19
powerpc: Use an accessor for instructions
Jordan Niethe
2
-3
/
+8
2020-05-19
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2
-1
/
+13
2020-05-19
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
1
-6
/
+6
2020-05-19
powerpc: Implement ftrace_enabled() helpers
Nicholas Piggin
1
-0
/
+14
2020-05-18
powerpc/pseries/ras: Avoid calling rtas_token() in NMI paths
Nicholas Piggin
1
-0
/
+1
2020-05-16
Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
3
-16
/
+55
2020-05-15
powerpc: Drop unneeded cast in task_pt_regs()
Michael Ellerman
1
-1
/
+1
2020-05-15
powerpc/64: Don't initialise init_task->thread.regs
Michael Ellerman
1
-1
/
+0
2020-05-15
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
1
-6
/
+16
2020-05-15
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
2
-1
/
+9
2020-05-15
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
1
-0
/
+8
2020-05-15
powerpc/64s: Always has full regs, so remove remnant checks
Nicholas Piggin
1
-7
/
+16
2020-05-13
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
2
-2
/
+2
2020-05-12
floppy: use symbolic register names in the powerpc port
Willy Tarreau
1
-7
/
+8
2020-05-12
floppy: split the base port from the register in I/O accesses
Willy Tarreau
1
-2
/
+2
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
2
-2
/
+2
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
1
-2
/
+2
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
2
-2
/
+2
2020-05-08
powerpc/uaccess: Don't use "m<>" constraint
Michael Ellerman
1
-1
/
+1
2020-05-07
powerpc/xive: Enforce load-after-store ordering when StoreEOI is active
Cédric Le Goater
1
-0
/
+8
2020-05-07
powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG
Christophe Leroy
1
-1
/
+1
2020-05-06
Merge the lockless page table walk rework into next
Michael Ellerman
5
-18
/
+50
2020-05-05
powerpc/mm/book3s64: Fix MADV_DONTNEED and parallel page fault race
Aneesh Kumar K.V
1
-0
/
+5
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: 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
2
-1
/
+4
2020-05-05
powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.
Aneesh Kumar K.V
1
-0
/
+13
2020-05-05
powerpc/hash64: Restrict page table lookup using init_mm with __flush_hash_table_range
Aneesh Kumar K.V
1
-2
/
+1
2020-05-05
powerpc/mm/hash64: use _PAGE_PTE when checking for pte_present
Aneesh Kumar K.V
1
-5
/
+10
2020-05-05
powerpc/pkeys: Avoid using lockless page table walk
Aneesh Kumar K.V
1
-9
/
+0
2020-05-04
powerpc/fadump: use static allocation for reserved memory ranges
Hari Bathini
1
-1
/
+3
2020-05-04
powerpc/64s: Fix unrecoverable SLB crashes due to preemption check
Michael Ellerman
1
-1
/
+19
2020-05-01
powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
Christophe Leroy
3
-3
/
+37
2020-04-30
powerpc/uaccess: Implement unsafe_copy_to_user() as a simple loop
Christophe Leroy
1
-1
/
+20
2020-04-30
powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'
Christophe Leroy
1
-9
/
+52
2020-04-30
powerpc/uaccess: Evaluate macro arguments once, before user access is allowed
Nicholas Piggin
1
-14
/
+35
2020-04-30
powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
Gautham R. Shenoy
1
-0
/
+32
2020-04-30
powerpc/pseries: Account for SPURR ticks on idle CPUs
Gautham R. Shenoy
1
-0
/
+17
2020-04-30
powerpc/idle: Store PURR snapshot in a per-cpu global variable
Gautham R. Shenoy
1
-9
/
+22
2020-04-30
powerpc: Move idle_loop_prolog()/epilog() functions to header file
Gautham R. Shenoy
1
-0
/
+31
2020-04-23
arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
Masahiro Yamada
2
-18
/
+20
2020-04-20
crypto/nx: Remove 'pid' in vas_tx_win_attr struct
Haren Myneni
1
-1
/
+0
[prev]
[next]