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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
13
-55
/
+266
2020-03-04
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
1
-5
/
+0
2020-03-04
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
1
-3
/
+27
2020-03-04
powerpc/irq: Use current_stack_pointer in do_IRQ()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc/irq: use IS_ENABLED() in check_stack_overflow()
Christophe Leroy
1
-2
/
+3
2020-03-04
powerpc/irq: Use current_stack_pointer in check_stack_overflow()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc: Rename current_stack_pointer() to current_stack_frame()
Michael Ellerman
4
-8
/
+8
2020-03-04
powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysfs file creation
Kajol Jain
1
-0
/
+6
2020-03-04
powerpc/kernel/sysfs: Refactor current sysfs.c
Madhavan Srinivasan
1
-175
/
+200
2020-03-04
powerpc/kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-29
/
+9
2020-02-28
powerpc: fix hardware PMU exception bug on PowerVM compatibility mode systems
Desnes A. Nunes do Rosario
1
-1
/
+3
2020-02-26
powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardirqs_off()
Christophe Leroy
1
-8
/
+3
2020-02-24
powerpc: Include .BTF section
Naveen N. Rao
1
-0
/
+6
2020-02-24
powerpc/watchpoint: Don't call dar_within_range() for Book3S
Ravi Bangoria
1
-5
/
+7
2020-02-19
powerpc: Don't use thread struct for saving SRR0/1 on syscall.
Christophe Leroy
1
-9
/
+7
2020-02-19
powerpc/32: Warn and return ENOSYS on syscalls from kernel
Christophe Leroy
3
-8
/
+40
2020-02-19
powerpc/fadump: sysfs for fadump memory reservation
Sourabh Jain
1
-0
/
+9
2020-02-19
powerpc/fadump: Reorganize /sys/kernel/fadump_* sysfs files
Sourabh Jain
1
-34
/
+85
2020-02-19
powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()
Christophe Leroy
1
-2
/
+0
2020-02-19
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
Christophe Leroy
1
-2
/
+2
2020-02-18
powerpc/6xx: Fix power_save_ppc32_restore() with CONFIG_VMAP_STACK
Christophe Leroy
1
-0
/
+8
2020-02-18
powerpc/chrp: Fix enter_rtas() with CONFIG_VMAP_STACK
Christophe Leroy
1
-2
/
+7
2020-02-18
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
3
-6
/
+182
2020-02-18
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
Gustavo Luiz Duarte
3
-28
/
+39
2020-02-17
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss
Christophe Leroy
1
-1
/
+1
2020-02-17
powerpc/eeh: Fix deadlock handling dead PHB
Sam Bobroff
1
-10
/
+11
2020-02-14
powerpc: Drop using struct of_pci_range.pci_space field
Rob Herring
1
-1
/
+1
2020-02-08
powerpc: Fix CONFIG_TRACE_IRQFLAGS with CONFIG_VMAP_STACK
Christophe Leroy
1
-1
/
+1
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
40
-509
/
+689
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
4
-64
/
+64
2020-01-29
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
1
-0
/
+1
2020-01-29
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-0
/
+1
2020-01-29
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
2
-4
/
+3
2020-01-29
powerpc: Provide initial documentation for PAPR hcalls
Vaibhav Jain
1
-16
/
+3
2020-01-28
powerpc/32s: Fix CPU wake-up from sleep mode
Christophe Leroy
1
-1
/
+2
2020-01-27
powerpc/32s: Enable CONFIG_VMAP_STACK
Christophe Leroy
5
-5
/
+23
2020-01-27
powerpc/32s: Avoid crossing page boundary while changing SRR0/1.
Christophe Leroy
1
-0
/
+6
2020-01-27
powerpc/32s: Reorganise DSI handler.
Christophe Leroy
1
-14
/
+17
2020-01-27
powerpc/8xx: Enable CONFIG_VMAP_STACK
Christophe Leroy
1
-6
/
+26
2020-01-27
powerpc/8xx: Move tail of alignment exception out of line
Michael Ellerman
1
-1
/
+6
2020-01-27
powerpc/8xx: Split breakpoint exception
Christophe Leroy
1
-9
/
+10
2020-01-27
powerpc/8xx: Move DataStoreTLBMiss perf handler
Christophe Leroy
1
-12
/
+12
2020-01-27
powerpc/8xx: Drop exception entries for non-existing exceptions
Christophe Leroy
1
-29
/
+0
2020-01-27
powerpc/8xx: Use alternative scratch registers in DTLB miss handler
Christophe Leroy
1
-13
/
+14
2020-01-27
powerpc/32: Use vmapped stacks for interrupts
Christophe Leroy
2
-0
/
+25
2020-01-27
powerpc/32: Add early stack overflow detection with VMAP stack.
Christophe Leroy
5
-1
/
+54
2020-01-26
powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
Christophe Leroy
3
-3
/
+3
2020-01-26
powerpc/32: prepare for CONFIG_VMAP_STACK
Christophe Leroy
3
-16
/
+122
2020-01-26
powerpc/32: add a macro to get and/or save DAR and DSISR on stack.
Christophe Leroy
3
-20
/
+19
2020-01-26
powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
Christophe Leroy
2
-21
/
+22
[prev]
[next]