index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
powerpc/configs: drop unused BACKLIGHT_GENERIC option
Andrey Zhizhikin
1
-1
/
+0
2020-12-08
powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACK
Christophe Leroy
2
-74
/
+60
2020-12-08
powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"
Colin Ian King
1
-1
/
+1
2020-12-08
powerpc/pseries/mobility: refactor node lookup during DT update
Nathan Lynch
1
-32
/
+17
2020-12-08
powerpc/rtas: remove unused rtas_suspend_me_data
Nathan Lynch
1
-8
/
+0
2020-12-08
powerpc/pseries/hibernation: remove prepare_late() callback
Nathan Lynch
1
-25
/
+0
2020-12-08
powerpc/pseries/hibernation: perform post-suspend fixups later
Nathan Lynch
1
-17
/
+4
2020-12-08
powerpc/pseries/hibernation: remove redundant cacheinfo update
Nathan Lynch
1
-3
/
+0
2020-12-08
powerpc/rtas: remove unused rtas_suspend_last_cpu()
Nathan Lynch
2
-44
/
+0
2020-12-08
powerpc/pseries/hibernation: switch to rtas_ibm_suspend_me()
Nathan Lynch
1
-5
/
+1
2020-12-08
powerpc/rtas: remove rtas_suspend_cpu()
Nathan Lynch
2
-53
/
+0
2020-12-08
powerpc/machdep: remove suspend_disable_cpu()
Nathan Lynch
1
-1
/
+0
2020-12-08
powerpc/pseries/hibernation: remove pseries_suspend_cpu()
Nathan Lynch
1
-15
/
+0
2020-12-08
powerpc/pseries/hibernation: pass stream id via function arguments
Nathan Lynch
1
-5
/
+3
2020-12-08
powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops
Nathan Lynch
1
-1
/
+0
2020-12-08
powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()
Nathan Lynch
2
-67
/
+1
2020-12-08
powerpc/rtas: dispatch partition migration requests to pseries
Nathan Lynch
3
-1
/
+11
2020-12-08
powerpc/pseries/mobility: retry partition suspend after error
Nathan Lynch
1
-2
/
+57
2020-12-08
powerpc/pseries/mobility: signal suspend cancellation to platform
Nathan Lynch
1
-0
/
+31
2020-12-08
powerpc/pseries/mobility: use stop_machine for join/suspend
Nathan Lynch
1
-7
/
+125
2020-12-08
powerpc/pseries/mobility: extract VASI session polling logic
Nathan Lynch
1
-5
/
+64
2020-12-08
powerpc/pseries/mobility: use rtas_activate_firmware() on resume
Nathan Lynch
1
-14
/
+1
2020-12-08
powerpc/pseries/mobility: error message improvements
Nathan Lynch
1
-4
/
+3
2020-12-08
powerpc/pseries/mobility: add missing break to default case
Nathan Lynch
1
-0
/
+1
2020-12-08
powerpc/pseries/mobility: don't error on absence of ibm, update-nodes
Nathan Lynch
1
-1
/
+1
2020-12-08
powerpc/hvcall: add token and codes for H_VASI_SIGNAL
Nathan Lynch
1
-0
/
+9
2020-12-08
powerpc/rtas: add rtas_activate_firmware()
Nathan Lynch
2
-0
/
+31
2020-12-08
powerpc/rtas: add rtas_ibm_suspend_me()
Nathan Lynch
2
-0
/
+58
2020-12-08
powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe
Nathan Lynch
3
-5
/
+5
2020-12-08
powerpc/rtas: complete ibm,suspend-me status codes
Nathan Lynch
1
-1
/
+6
2020-12-08
powerpc/rtas: prevent suspend-related sys_rtas use on LE
Nathan Lynch
1
-0
/
+2
2020-12-08
powerpc/book3s64/kuap: Improve error reporting with KUAP
Aneesh Kumar K.V
5
-25
/
+25
2020-12-08
powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
Christophe Leroy
2
-1
/
+10
2020-12-07
powerpc/powernv/idle: Restore CIABR after idle for Power9
Jordan Niethe
1
-0
/
+3
2020-12-07
powerpc/book3s64/kexec: Clear CIABR on kexec
Jordan Niethe
1
-0
/
+5
2020-12-07
Merge 5.10-rc7 into tty-next
Greg Kroah-Hartman
19
-29
/
+92
2020-12-06
Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+2
2020-12-06
Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+1
2020-12-05
Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
9
-17
/
+65
2020-12-05
powerpc: Remove ucache_bsize
Christophe Leroy
3
-6
/
+1
2020-12-05
powerpc: Retire e200 core (mpc555x processor)
Christophe Leroy
12
-186
/
+11
2020-12-04
powerpc: Fix update form addressing in inline assembly
Christophe Leroy
3
-8
/
+9
2020-12-04
powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
Mathieu Desnoyers
2
-4
/
+4
2020-12-04
powerpc/xmon: Change printk() to pr_cont()
Christophe Leroy
1
-1
/
+1
2020-12-04
powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
Alexey Kardashevskiy
1
-2
/
+14
2020-12-04
lkdtm/powerpc: Add SLB multihit test
Ganesh Goudar
3
-28
/
+28
2020-12-04
powernv/pci: Print an error when device enable is blocked
Oliver O'Halloran
1
-1
/
+3
2020-12-04
powerpc/pci: Remove LSI mappings on device teardown
Oliver O'Halloran
1
-4
/
+78
2020-12-04
powerpc: add security.config, enforcing lockdown=integrity
Daniel Axtens
1
-0
/
+15
2020-12-04
powerpc/44x: Don't support 47x code and non 47x code at the same time
Christophe Leroy
2
-30
/
+10
[prev]
[next]