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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-05
powerpc/32: Include .branch_lt in data section
Joel Stanley
1
-0
/
+1
2019-02-05
powerpc/eeh: Correct retries in eeh_pe_reset_full()
Sam Bobroff
1
-14
/
+18
2019-02-05
powerpc/eeh: Improve recovery of passed-through devices
Sam Bobroff
4
-31
/
+52
2019-02-05
powerpc/eeh: Add include_passed to eeh_clear_pe_frozen_state()
Sam Bobroff
1
-9
/
+11
2019-02-05
powerpc/eeh: Add include_passed to eeh_pe_state_clear()
Sam Bobroff
5
-60
/
+50
2019-02-05
powerpc/eeh: remove sw_state from eeh_unfreeze_pe()
Sam Bobroff
4
-11
/
+14
2019-02-05
powerpc/eeh: Cleanup eeh_pe_clear_frozen_state()
Sam Bobroff
1
-27
/
+13
2019-02-04
powerpc: Drop page_is_ram() and walk_system_ram_range()
Christophe Leroy
3
-37
/
+6
2019-02-03
Move static keyword at beginning of declaration
Mathieu Malaterre
2
-4
/
+4
2019-02-03
powerpc: Remove trailing semicolon after curly brace
Mathieu Malaterre
1
-1
/
+1
2019-02-01
powerpc: Enable kernel XZ compression option on 44x
Christian Lamparter
1
-1
/
+1
2019-01-31
powerpc/livepatch: return -ERRNO values in save_stack_trace_tsk_reliable()
Joe Lawrence
1
-7
/
+7
2019-01-31
powerpc/livepatch: small cleanups in save_stack_trace_tsk_reliable()
Joe Lawrence
1
-26
/
+14
2019-01-31
powerpc/livepatch: relax reliable stack tracer checks for first-frame
Joe Lawrence
1
-8
/
+24
2019-01-31
powerpc/64s: Make reliable stacktrace dependency clearer
Nicolai Stange
1
-1
/
+1
2019-01-31
powerpc/64s: Clear on-stack exception marker upon exception return
Nicolai Stange
1
-0
/
+7
2019-01-31
powerpc/perf: Add mem access events to sysfs
Madhavan Srinivasan
2
-0
/
+28
2019-01-31
powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL mask
Reza Arbab
1
-1
/
+1
2019-01-31
powerpc/cell: Remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-01-30
powerpc/powernv: Remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-01-30
powerpc/kernel/time: Remove duplicate header
Brajeswar Ghosh
1
-1
/
+0
2019-01-30
powerpc/traps: Fix the message printed when stack overflows
Christophe Leroy
1
-2
/
+2
2019-01-30
powerpc/pseries: Perform full re-add of CPU for topology update post-migration
Nathan Fontenot
3
-8
/
+22
2019-01-15
powerpc: remove unnecessary unlikely()
Igor Stoppa
2
-2
/
+2
2019-01-15
powerpc: Allow CPU selection of G4/74xx variant
Mathieu Malaterre
1
-0
/
+6
2019-01-15
powerpc/64s: Add MMU type to __die() output
Michael Ellerman
1
-1
/
+3
2019-01-15
powerpc: Show PAGE_SIZE in __die() output
Michael Ellerman
1
-1
/
+2
2019-01-15
powerpc: Stop using pr_cont() in __die()
Michael Ellerman
1
-18
/
+8
2019-01-15
powerpc: wii.dts: Add GPIO keys
Jonathan Neuschäfer
1
-0
/
+17
2019-01-15
powerpc: wii.dts: Add interrupt-related properties to GPIO node
Jonathan Neuschäfer
1
-0
/
+5
2019-01-15
powerpc/powernv/npu: Remove obsolete comment about TCE_KILL_INVAL_ALL
Alexey Kardashevskiy
1
-4
/
+0
2019-01-15
powerpc/powernv: Remove never used pnv_power9_force_smt4
Alexey Kardashevskiy
1
-1
/
+0
2019-01-15
powerpc/mm: Fix compile when CONFIG_PPC_RADIX_MMU is not defined
Alexey Kardashevskiy
1
-6
/
+24
2019-01-15
powerpc: Use ALIGN instead of BLOCK
Joel Stanley
1
-2
/
+2
2019-01-14
powerpc/dts: Build virtex dtbs
Corentin Labbe
1
-0
/
+1
2019-01-14
powerpc/ipic: drop unused functions
Christophe Leroy
2
-38
/
+0
2019-01-14
powerpc/spufs: use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+2
2019-01-14
powerpc: math-emu: remove unneeded header search paths
Masahiro Yamada
1
-1
/
+1
2019-01-14
powerpc: remove redundant header search path additions
Masahiro Yamada
1
-2
/
+2
2019-01-14
KVM: powerpc: remove -I. header search paths
Masahiro Yamada
1
-5
/
+0
2019-01-14
powerpc/mm: Fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-3
/
+3
2019-01-14
powerpc/irq: drop arch_early_irq_init()
Christophe Leroy
1
-5
/
+0
2019-01-14
powerpc/ps3: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-01-14
powerpc/hvsi: Fix spelling mistake: "lenght" should be "length"
Matteo Croce
1
-1
/
+1
2019-01-14
powerpc: use a CONSOLE_LOGLEVEL_DEBUG macro
Sergey Senozhatsky
1
-1
/
+1
2019-01-14
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
13
-21
/
+107
2019-01-12
Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...
Olof Johansson
1
-0
/
+4
2019-01-12
Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixes
Olof Johansson
3
-3
/
+20
2019-01-12
Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
1
-2
/
+6
2019-01-12
Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Olof Johansson
1
-0
/
+4
[next]