index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/8xx: Map linear memory with huge pages
Christophe Leroy
2020-05-26
1
-2
/
+2
*
powerpc/8xx: Refactor kernel address boundary comparison
Christophe Leroy
2020-05-26
1
-14
/
+8
*
powerpc/mm: Don't be too strict with _etext alignment on PPC32
Christophe Leroy
2020-05-26
1
-2
/
+1
*
powerpc/8xx: Move DTLB perf handling closer.
Christophe Leroy
2020-05-26
1
-12
/
+11
*
powerpc/8xx: Remove now unused TLB miss functions
Christophe Leroy
2020-05-26
1
-83
/
+0
*
powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...
Christophe Leroy
2020-05-26
1
-27
/
+2
*
powerpc/8xx: Always pin TLBs at startup.
Christophe Leroy
2020-05-26
1
-14
/
+17
*
powerpc/8xx: Don't set IMMR map anymore at boot
Christophe Leroy
2020-05-26
1
-22
/
+17
*
powerpc/8xx: Add function to set pinned TLBs
Christophe Leroy
2020-05-26
1
-0
/
+103
*
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
2020-05-26
1
-7
/
+5
*
powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.
Christophe Leroy
2020-05-26
1
-6
/
+9
*
powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
Christophe Leroy
2020-05-26
1
-14
/
+1
*
powerpc/mm: Allocate static page tables for fixmap
Christophe Leroy
2020-05-26
1
-1
/
+1
*
powerpc/watchpoint: Don't allow concurrent perf and ptrace events
Ravi Bangoria
2020-05-18
1
-0
/
+221
*
powerpc/watchpoint: Prepare handler to handle more than one watchpoint
Ravi Bangoria
2020-05-18
2
-91
/
+307
*
powerpc/watchpoint: Use builtin ALIGN*() macros
Ravi Bangoria
2020-05-18
3
-11
/
+11
*
powerpc/watchpoint: Introduce is_ptrace_bp() function
Ravi Bangoria
2020-05-18
1
-1
/
+6
*
powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
Ravi Bangoria
2020-05-18
3
-10
/
+31
*
powerpc/watchpoint: Convert thread_struct->hw_brk to an array
Ravi Bangoria
2020-05-18
4
-40
/
+77
*
powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable
Ravi Bangoria
2020-05-18
1
-3
/
+7
*
powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Ravi Bangoria
2020-05-18
3
-12
/
+12
*
powerpc/watchpoint: Provide DAWR number to set_dawr
Ravi Bangoria
2020-05-18
2
-6
/
+11
*
powerpc/watchpoint/ptrace: Return actual num of available watchpoints
Ravi Bangoria
2020-05-18
1
-1
/
+1
*
powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
Ravi Bangoria
2020-05-18
1
-1
/
+1
*
powerpc/watchpoint: Rename current DAWR macros
Ravi Bangoria
2020-05-18
1
-2
/
+2
*
powerpc: Support prefixed instructions in alignment handler
Jordan Niethe
2020-05-18
1
-1
/
+18
*
powerpc/kprobes: Don't allow breakpoints on suffixes
Jordan Niethe
2020-05-18
1
-0
/
+13
*
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-18
3
-3
/
+8
*
powerpc/optprobes: Add register argument to patch_imm64_load_insns()
Jordan Niethe
2020-05-18
1
-17
/
+17
*
powerpc: Enable Prefixed Instructions
Alistair Popple
2020-05-18
1
-0
/
+1
*
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
2020-05-18
2
-3
/
+5
*
powerpc: Define and use get_user_instr() et. al.
Jordan Niethe
2020-05-18
3
-3
/
+3
*
powerpc/kprobes: Use patch_instruction()
Jordan Niethe
2020-05-18
1
-4
/
+1
*
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
2020-05-18
1
-10
/
+13
*
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-18
5
-9
/
+9
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-18
12
-91
/
+105
*
powerpc: Introduce functions for instruction equality
Jordan Niethe
2020-05-18
1
-7
/
+8
*
powerpc: Use a function for byte swapping instructions
Jordan Niethe
2020-05-18
1
-1
/
+1
*
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2020-05-18
2
-2
/
+3
*
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-18
4
-25
/
+29
*
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-18
13
-41
/
+57
*
powerpc: Change calling convention for create_branch() et. al.
Jordan Niethe
2020-05-18
3
-21
/
+31
*
powerpc/xmon: Move breakpoints to text section
Jordan Niethe
2020-05-18
1
-0
/
+8
*
powerpc/traps: Make unrecoverable NMIs die instead of panic
Nicholas Piggin
2020-05-18
1
-3
/
+3
*
powerpc/traps: Do not trace system reset
Nicholas Piggin
2020-05-18
1
-0
/
+5
*
powerpc/64s: machine check do not trace real-mode handler
Nicholas Piggin
2020-05-18
1
-1
/
+8
*
powerpc/64s: machine check interrupt update NMI accounting
Nicholas Piggin
2020-05-18
2
-1
/
+20
*
powerpc/pseries: Limit machine check stack to 4GB
Nicholas Piggin
2020-05-18
1
-3
/
+12
*
powerpc/64s/exceptions: Machine check reconcile irq state
Nicholas Piggin
2020-05-18
1
-0
/
+19
*
powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RE...
Nicholas Piggin
2020-05-18
1
-5
/
+5
[next]