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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-19
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
24
-120
/
+156
2020-05-19
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
6
-84
/
+119
2020-05-19
powerpc/xmon: Use bitwise calculations in_breakpoint_table()
Jordan Niethe
1
-2
/
+2
2020-05-19
powerpc/xmon: Move breakpoints to text section
Jordan Niethe
5
-6
/
+33
2020-05-19
powerpc/xmon: Move breakpoint instructions to own array
Jordan Niethe
1
-9
/
+12
2020-05-19
powerpc/xmon: Remove store_inst() for patch_instruction()
Jordan Niethe
1
-13
/
+5
2020-05-19
powerpc/ps3: Fix kexec shutdown hang
Geoff Levand
1
-10
/
+12
2020-05-19
powerpc/head_check: Avoid broken pipe
Geoff Levand
1
-1
/
+1
2020-05-19
powerpc/wrapper: Output linker map file
Geoff Levand
1
-1
/
+2
2020-05-19
powerpc/head_check: Automatic verbosity
Geoff Levand
1
-2
/
+4
2020-05-19
powerpc/traps: Make unrecoverable NMIs die instead of panic
Nicholas Piggin
1
-3
/
+3
2020-05-19
powerpc/traps: Do not trace system reset
Nicholas Piggin
1
-0
/
+5
2020-05-19
powerpc/64s: machine check do not trace real-mode handler
Nicholas Piggin
1
-1
/
+8
2020-05-19
powerpc: Implement ftrace_enabled() helpers
Nicholas Piggin
1
-0
/
+14
2020-05-19
powerpc/64s: machine check interrupt update NMI accounting
Nicholas Piggin
2
-1
/
+20
2020-05-19
powerpc/pseries: Machine check use rtas_call_unlocked() with args on stack
Nicholas Piggin
1
-1
/
+9
2020-05-19
powerpc/pseries: Limit machine check stack to 4GB
Nicholas Piggin
1
-3
/
+12
2020-05-19
powerpc/pseries/ras: fwnmi sreset should not interlock
Nicholas Piggin
1
-15
/
+33
2020-05-18
powerpc/pseries/ras: fwnmi avoid modifying r3 in error case
Nicholas Piggin
1
-3
/
+4
2020-05-18
powerpc/pseries/ras: Fix FWNMI_VALID off by one
Nicholas Piggin
1
-2
/
+3
2020-05-18
powerpc/pseries/ras: Avoid calling rtas_token() in NMI paths
Nicholas Piggin
3
-5
/
+12
2020-05-18
powerpc/64s/exceptions: Machine check reconcile irq state
Nicholas Piggin
1
-0
/
+19
2020-05-18
powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RESULT
Nicholas Piggin
1
-5
/
+5
2020-05-18
powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable path
Nicholas Piggin
1
-0
/
+4
2020-05-18
powerpc/64s/exception: Fix machine check no-loss idle wakeup
Nicholas Piggin
1
-6
/
+8
2020-05-18
powerpc/eeh: Release EEH device state synchronously
Sam Bobroff
2
-2
/
+31
2020-05-18
powerpc/eeh: Fix pseries_eeh_configure_bridge()
Sam Bobroff
1
-1
/
+7
2020-05-18
powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/status
Michael Ellerman
1
-0
/
+36
2020-05-16
Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
9
-33
/
+78
2020-05-15
kvm: add halt-polling cpu usage stats
David Matlack
1
-0
/
+2
2020-05-15
powerpc/xmon: constify sysrq_key_op
Emil Velikov
1
-1
/
+1
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
2
-9
/
+1
2020-05-15
powerpc/mm: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-15
powerpc: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-15
powerpc: Use trap metadata to prevent double restart rather than zeroing trap
Nicholas Piggin
4
-15
/
+26
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-14
vfs: add faccessat2 syscall
Miklos Szeredi
1
-0
/
+1
2020-05-13
kvm: Replace vcpu->swait with rcuwait
Davidlohr Bueso
4
-16
/
+13
2020-05-13
Merge branch 'kvm-amd-fixes' into HEAD
Paolo Bonzini
199
-6728
/
+8142
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-12
powerpc/40x: Make more space for system call exception
Christophe Leroy
1
-1
/
+2
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
[prev]
[next]