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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-26
powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...
Christophe Leroy
1
-27
/
+2
2020-05-26
powerpc/8xx: Always pin TLBs at startup.
Christophe Leroy
1
-14
/
+17
2020-05-26
powerpc/8xx: Don't set IMMR map anymore at boot
Christophe Leroy
1
-22
/
+17
2020-05-26
powerpc/8xx: Add function to set pinned TLBs
Christophe Leroy
1
-0
/
+103
2020-05-26
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
1
-7
/
+5
2020-05-26
powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.
Christophe Leroy
1
-6
/
+9
2020-05-26
powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
Christophe Leroy
1
-14
/
+1
2020-05-26
powerpc/mm: Allocate static page tables for fixmap
Christophe Leroy
1
-1
/
+1
2020-05-26
powerpc/64s: Fix restore of NV GPRs after facility unavailable exception
Michael Ellerman
1
-0
/
+2
2020-05-20
Revert "powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits."
Christophe Leroy
1
-3
/
+6
2020-05-19
hardirq/nmi: Allow nested nmi_enter()
Peter Zijlstra
1
-16
/
+6
2020-05-19
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
1
-0
/
+1
2020-05-19
powerpc/watchpoint: Don't allow concurrent perf and ptrace events
Ravi Bangoria
1
-0
/
+221
2020-05-19
powerpc/watchpoint: Prepare handler to handle more than one watchpoint
Ravi Bangoria
2
-91
/
+307
2020-05-19
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
3
-11
/
+11
2020-05-19
powerpc/watchpoint: Introduce is_ptrace_bp() function
Ravi Bangoria
1
-1
/
+6
2020-05-19
powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
Ravi Bangoria
3
-10
/
+31
2020-05-19
powerpc/watchpoint: Convert thread_struct->hw_brk to an array
Ravi Bangoria
4
-40
/
+77
2020-05-19
powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable
Ravi Bangoria
1
-3
/
+7
2020-05-19
powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Ravi Bangoria
3
-12
/
+12
2020-05-19
powerpc/watchpoint: Provide DAWR number to set_dawr
Ravi Bangoria
2
-6
/
+11
2020-05-19
powerpc/watchpoint/ptrace: Return actual num of available watchpoints
Ravi Bangoria
1
-1
/
+1
2020-05-19
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
1
-1
/
+1
2020-05-19
powerpc/watchpoint: Rename current DAWR macros
Ravi Bangoria
1
-2
/
+2
2020-05-19
powerpc: Support prefixed instructions in alignment handler
Jordan Niethe
1
-1
/
+18
2020-05-19
powerpc/kprobes: Don't allow breakpoints on suffixes
Jordan Niethe
1
-0
/
+13
2020-05-19
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
3
-3
/
+8
2020-05-19
powerpc/optprobes: Add register argument to patch_imm64_load_insns()
Jordan Niethe
1
-17
/
+17
2020-05-19
powerpc: Enable Prefixed Instructions
Alistair Popple
1
-0
/
+1
2020-05-19
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
2
-3
/
+5
2020-05-19
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
3
-3
/
+3
2020-05-19
powerpc/kprobes: Use patch_instruction()
Jordan Niethe
1
-4
/
+1
2020-05-19
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
1
-10
/
+13
2020-05-19
powerpc: Use a function for reading instructions
Jordan Niethe
5
-9
/
+9
2020-05-19
powerpc: Use a datatype for instructions
Jordan Niethe
12
-91
/
+105
2020-05-19
powerpc: Introduce functions for instruction equality
Jordan Niethe
1
-7
/
+8
2020-05-19
powerpc: Use a function for byte swapping instructions
Jordan Niethe
1
-1
/
+1
2020-05-19
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2
-2
/
+3
2020-05-19
powerpc: Use an accessor for instructions
Jordan Niethe
4
-25
/
+29
2020-05-19
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
13
-41
/
+57
2020-05-19
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
3
-21
/
+31
2020-05-19
powerpc/xmon: Move breakpoints to text section
Jordan Niethe
1
-0
/
+8
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/64s: machine check interrupt update NMI accounting
Nicholas Piggin
2
-1
/
+20
2020-05-19
powerpc/pseries: Limit machine check stack to 4GB
Nicholas Piggin
1
-3
/
+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 RE...
Nicholas Piggin
1
-5
/
+5
2020-05-18
powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable path
Nicholas Piggin
1
-0
/
+4
[prev]
[next]