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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-27
powerpc/doc: Fix htmldocs errors
Aneesh Kumar K.V
2
-14
/
+16
2021-08-27
MAINTAINERS: update for Paul Gortmaker
Paul Gortmaker
1
-1
/
+0
2021-08-27
powerpc: retire sbc8641d board support
Paul Gortmaker
6
-273
/
+1
2021-08-27
powerpc: retire sbc8548 board support
Paul Gortmaker
11
-748
/
+1
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
11
-30
/
+40
2021-08-26
powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()
Christophe Leroy
1
-2
/
+0
2021-08-26
powerpc/64e: Get dear offset with _DEAR macro
Xiongwei Song
2
-14
/
+7
2021-08-26
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
3
-2
/
+7
2021-08-26
powerpc/64e: Get esr offset with _ESR macro
Xiongwei Song
2
-6
/
+6
2021-08-26
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
6
-6
/
+11
2021-08-26
selftests: Skip TM tests on synthetic TM implementations
Jordan Niethe
28
-1
/
+63
2021-08-26
selftests/powerpc: Add missing clobbered register to to ptrace TM tests
Jordan Niethe
2
-2
/
+2
2021-08-25
powerpc/perf: Fix the check for SIAR value
Kajol Jain
1
-7
/
+1
2021-08-25
powerpc/perf: Drop the case of returning 0 as instruction pointer
Kajol Jain
1
-2
/
+0
2021-08-25
powerpc/perf: Use stack siar instead of mfspr
Kajol Jain
1
-1
/
+1
2021-08-25
powerpc/64s: Remove WORT SPR from POWER9/10
Nicholas Piggin
2
-5
/
+0
2021-08-25
KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs are live
Nicholas Piggin
2
-0
/
+27
2021-08-25
KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argument
Fabiano Rosas
1
-3
/
+3
2021-08-25
KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1
Fabiano Rosas
1
-2
/
+29
2021-08-25
KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible
Nicholas Piggin
4
-2
/
+8
2021-08-25
KVM: PPC: Book3S HV Nested: Sanitise vcpu registers
Fabiano Rosas
1
-48
/
+46
2021-08-25
KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation
Nicholas Piggin
3
-34
/
+48
2021-08-25
KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP
Nicholas Piggin
1
-2
/
+15
2021-08-25
KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path
Nicholas Piggin
1
-42
/
+0
2021-08-25
KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME
Nicholas Piggin
1
-0
/
+1
2021-08-25
powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macros
Christophe Leroy
5
-13
/
+11
2021-08-25
powerpc/ptrace: Make user_mode() common to PPC32 and PPC64
Christophe Leroy
1
-4
/
+0
2021-08-25
powerpc/syscalls: Simplify do_mmap2()
Christophe Leroy
1
-11
/
+4
2021-08-25
powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP
Christophe Leroy
6
-144
/
+47
2021-08-25
powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d level
Christophe Leroy
4
-14
/
+21
2021-08-25
powerpc/ptdump: Remove unused 'page_size' parameter
Christophe Leroy
1
-3
/
+3
2021-08-25
powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()
Christophe Leroy
4
-46
/
+5
2021-08-25
powerpc: Avoid link stack corruption in misc asm functions
Christophe Leroy
5
-10
/
+10
2021-08-25
powerpc/booke: Avoid link stack corruption in several places
Christophe Leroy
6
-16
/
+16
2021-08-25
powerpc/32: indirect function call use bctrl rather than blrl in ret_from_kernel_thread
Christophe Leroy
1
-2
/
+2
2021-08-24
KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix
Fabiano Rosas
1
-3
/
+0
2021-08-24
KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guest
Fabiano Rosas
1
-0
/
+3
2021-08-24
KVM: PPC: Book3S HV: Fix copy_tofrom_guest routines
Fabiano Rosas
1
-2
/
+4
2021-08-23
powerpc/compat_sys: Declare syscalls
Cédric Le Goater
1
-0
/
+30
2021-08-23
powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not set
Cédric Le Goater
1
-2
/
+3
2021-08-23
powerpc/syscalls: Remove __NR__exit
Christophe Leroy
1
-2
/
+0
2021-08-20
powerpc/audit: Simplify syscall_get_arch()
Christophe Leroy
1
-10
/
+5
2021-08-20
powerpc/audit: Avoid unneccessary #ifdef in syscall_get_arguments()
Christophe Leroy
1
-3
/
+2
2021-08-20
KVM: PPC: Book3S PR: Remove unused variable
Cédric Le Goater
1
-2
/
+1
2021-08-20
KVM: PPC: Book3S PR: Declare kvmppc_handle_exit_pr()
Cédric Le Goater
1
-1
/
+2
2021-08-20
powerpc/pseries/vas: Declare pseries_vas_fault_thread_fn() as static
Cédric Le Goater
1
-1
/
+1
2021-08-20
powerpc/perf/hv-gpci: Fix counter value parsing
Kajol Jain
1
-1
/
+1
2021-08-20
powerpc/tau: Add 'static' storage qualifier to 'tau_work' definition
Finn Thain
1
-1
/
+1
2021-08-20
powerpc/kvm: Remove obsolete and unneeded select
Lukas Bulwahn
1
-1
/
+0
2021-08-18
powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}
Christophe Leroy
2
-5
/
+2
[next]