- 2b279c0 powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC by Christophe Leroy · 4 years, 7 months ago
- a2feeb2 powerpc/8xx: Implement dedicated kasan_init_region() by Christophe Leroy · 4 years, 7 months ago
- fcdafd1 powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOC by Christophe Leroy · 4 years, 7 months ago
- da1adea powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLB by Christophe Leroy · 4 years, 7 months ago
- cf20995 powerpc/8xx: Map linear memory with huge pages by Christophe Leroy · 4 years, 7 months ago
- a623bb5 powerpc/8xx: Map IMMR with a huge page by Christophe Leroy · 4 years, 7 months ago
- 34536d7 powerpc/8xx: Add a function to early map kernel via huge pages by Christophe Leroy · 4 years, 7 months ago
- c8bef10 powerpc/8xx: Refactor kernel address boundary comparison by Christophe Leroy · 4 years, 7 months ago
- a0591b60e powerpc/mm: Don't be too strict with _etext alignment on PPC32 by Christophe Leroy · 4 years, 7 months ago
- 0c8c2c9 powerpc/8xx: Move DTLB perf handling closer. by Christophe Leroy · 4 years, 7 months ago
- 1251288 powerpc/8xx: Remove now unused TLB miss functions by Christophe Leroy · 4 years, 7 months ago
- 400dc0f powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlers by Christophe Leroy · 4 years, 7 months ago
- 684c166 powerpc/8xx: Always pin TLBs at startup. by Christophe Leroy · 4 years, 7 months ago
- 136a9a0 powerpc/8xx: Don't set IMMR map anymore at boot by Christophe Leroy · 4 years, 7 months ago
- f76c8f6 powerpc/8xx: Add function to set pinned TLBs by Christophe Leroy · 4 years, 7 months ago
- 5d46566 powerpc/8xx: Move PPC_PIN_TLB options into 8xx Kconfig by Christophe Leroy · 4 years, 7 months ago
- 555904d powerpc/8xx: MM_SLICE is not needed anymore by Christophe Leroy · 4 years, 7 months ago
- d4870b8 powerpc/8xx: Only 8M pages are hugepte pages now by Christophe Leroy · 4 years, 7 months ago
- b250c8c powerpc/8xx: Manage 512k huge pages as standard pages. by Christophe Leroy · 4 years, 7 months ago
- a891c43 powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages. by Christophe Leroy · 4 years, 7 months ago
- d3efcd3 powerpc/8xx: Drop CONFIG_8xx_COPYBACK option by Christophe Leroy · 4 years, 7 months ago
- b12c07a powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx by Christophe Leroy · 4 years, 7 months ago
- 6ad41bf powerpc/mm: Create a dedicated pte_update() for 8xx by Christophe Leroy · 4 years, 7 months ago
- 06f5252 powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64 by Christophe Leroy · 4 years, 7 months ago
- c7fa770 powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64 by Christophe Leroy · 4 years, 7 months ago
- 1c1bf29 powerpc/mm: Refactor pte_update() on book3s/32 by Christophe Leroy · 4 years, 7 months ago
- 2db99ae powerpc/mm: Refactor pte_update() on nohash/32 by Christophe Leroy · 4 years, 7 months ago
- fadaac6 powerpc/mm: PTE_ATOMIC_UPDATES is only for 40x by Christophe Leroy · 4 years, 7 months ago
- 4e3319c powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32. by Christophe Leroy · 4 years, 7 months ago
- 925ac14 powerpc/mm: Allocate static page tables for fixmap by Christophe Leroy · 4 years, 7 months ago
- 4b19f96 powerpc/32s: Don't warn when mapping RO data ROX. by Christophe Leroy · 4 years, 7 months ago
- 6b789a2 powerpc/ptdump: Handle hugepd at PGD level by Christophe Leroy · 4 years, 7 months ago
- b00ff6d powerpc/ptdump: Properly handle non standard page size by Christophe Leroy · 4 years, 7 months ago
- 8961a2a powerpc/ptdump: Standardise display of BAT flags by Christophe Leroy · 4 years, 7 months ago
- 6b30830 powerpc/ptdump: Display size of BATs by Christophe Leroy · 4 years, 7 months ago
- 3af4786e powerpc/ptdump: Add _PAGE_COHERENT flag by Christophe Leroy · 4 years, 7 months ago
- ec97d02 powerpc/kasan: Declare kasan_init_region() weak by Christophe Leroy · 4 years, 7 months ago
- 7dec42a powerpc/kasan: Refactor update of early shadow mappings by Christophe Leroy · 4 years, 7 months ago
- 7c31c05 powerpc/kasan: Remove unnecessary page table locking by Christophe Leroy · 4 years, 7 months ago
- d2a91ce powerpc/kasan: Fix shadow pages allocation failure by Christophe Leroy · 4 years, 7 months ago
- 3a66a24 powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END by Christophe Leroy · 4 years, 7 months ago
- d132443 powerpc/kasan: Fix error detection on memory allocation by Christophe Leroy · 4 years, 7 months ago
- 30df74d powerpc/watchpoint/xmon: Support 2nd DAWR by Ravi Bangoria · 4 years, 8 months ago
- 514db91 powerpc/watchpoint/xmon: Don't allow breakpoint overwriting by Ravi Bangoria · 4 years, 8 months ago
- 29da4f9 powerpc/watchpoint: Don't allow concurrent perf and ptrace events by Ravi Bangoria · 4 years, 8 months ago
- 74c6881 powerpc/watchpoint: Prepare handler to handle more than one watchpoint by Ravi Bangoria · 4 years, 8 months ago
- e68ef12 powerpc/watchpoint: Use builtin ALIGN*() macros by Ravi Bangoria · 4 years, 8 months ago
- c9e82ae powerpc/watchpoint: Introduce is_ptrace_bp() function by Ravi Bangoria · 4 years, 8 months ago
- 6b424ef powerpc/watchpoint: Use loop for thread_struct->ptrace_bps by Ravi Bangoria · 4 years, 8 months ago
- 303e6a9 powerpc/watchpoint: Convert thread_struct->hw_brk to an array by Ravi Bangoria · 4 years, 8 months ago
- 22a214e powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable by Ravi Bangoria · 4 years, 8 months ago
- c291913 powerpc/watchpoint: Get watchpoint count dynamically while disabling them by Ravi Bangoria · 4 years, 8 months ago
- 4a8a937 powerpc/watchpoint: Provide DAWR number to __set_breakpoint by Ravi Bangoria · 4 years, 8 months ago
- a18b834 powerpc/watchpoint: Provide DAWR number to set_dawr by Ravi Bangoria · 4 years, 8 months ago
- 45093b3 powerpc/watchpoint/ptrace: Return actual num of available watchpoints by Ravi Bangoria · 4 years, 8 months ago
- a6ba44e powerpc/watchpoint: Introduce function to get nr watchpoints dynamically by Ravi Bangoria · 4 years, 8 months ago
- 4a4ec22 powerpc/watchpoint: Add SPRN macros for second DAWR by Ravi Bangoria · 4 years, 8 months ago
- 09f82b0 powerpc/watchpoint: Rename current DAWR macros by Ravi Bangoria · 4 years, 8 months ago
- 3920742 powerpc sstep: Add support for prefixed fixed-point arithmetic by Jordan Niethe · 4 years, 8 months ago
- 50b80a1 powerpc sstep: Add support for prefixed load/stores by Jordan Niethe · 4 years, 8 months ago
- 9409d2f powerpc: Support prefixed instructions in alignment handler by Jordan Niethe · 4 years, 8 months ago
- b4657f7 powerpc/kprobes: Don't allow breakpoints on suffixes by Jordan Niethe · 4 years, 8 months ago
- c9c831a powerpc/xmon: Don't allow breakpoints on suffixes by Jordan Niethe · 4 years, 8 months ago
- 785b79d powerpc: Test prefixed instructions in feature fixups by Jordan Niethe · 4 years, 8 months ago
- f77f8ff powerpc: Test prefixed code patching by Jordan Niethe · 4 years, 8 months ago
- 650b55b powerpc: Add prefixed instructions to instruction data type by Jordan Niethe · 4 years, 8 months ago
- 7a8818e powerpc/optprobes: Add register argument to patch_imm64_load_insns() by Jordan Niethe · 4 years, 8 months ago
- b691505 powerpc: Define new SRR1 bits for a ISA v3.1 by Jordan Niethe · 4 years, 8 months ago
- 2aa6195 powerpc: Enable Prefixed Instructions by Alistair Popple · 4 years, 8 months ago
- 0b582db powerpc: Make test_translate_branch() independent of instruction length by Jordan Niethe · 4 years, 8 months ago
- 7fccfcf powerpc/xmon: Move insertion of breakpoint for xol'ing by Jordan Niethe · 4 years, 8 months ago
- 6c7a4f0 powerpc/xmon: Use a function for reading instructions by Jordan Niethe · 4 years, 8 months ago
- 622cf6f powerpc: Introduce a function for reporting instruction length by Jordan Niethe · 4 years, 8 months ago
- 5249385 powerpc: Define and use get_user_instr() et. al. by Jordan Niethe · 4 years, 8 months ago
- a8646f4 powerpc/kprobes: Use patch_instruction() by Jordan Niethe · 4 years, 8 months ago
- 95b980a powerpc: Add a probe_kernel_read_inst() function by Jordan Niethe · 4 years, 8 months ago
- 7ba68b2 powerpc: Add a probe_user_read_inst() function by Jordan Niethe · 4 years, 8 months ago
- f8faaff powerpc: Use a function for reading instructions by Jordan Niethe · 4 years, 8 months ago
- 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
- 217862d powerpc: Introduce functions for instruction equality by Jordan Niethe · 4 years, 8 months ago
- aabd223 powerpc: Use a function for byte swapping instructions by Jordan Niethe · 4 years, 8 months ago
- 8094892 powerpc: Use a function for getting the instruction op code by Jordan Niethe · 4 years, 8 months ago
- 777e26f powerpc: Use an accessor for instructions by Jordan Niethe · 4 years, 8 months ago
- 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 8 months ago
- 7c95d88 powerpc: Change calling convention for create_branch() et. al. by Jordan Niethe · 4 years, 8 months ago
- 5a7fdca powerpc/xmon: Use bitwise calculations in_breakpoint_table() by Jordan Niethe · 4 years, 8 months ago
- 4eff2b4f powerpc/xmon: Move breakpoints to text section by Jordan Niethe · 4 years, 8 months ago
- 51c9ba1 powerpc/xmon: Move breakpoint instructions to own array by Jordan Niethe · 4 years, 8 months ago
- 802268f powerpc/xmon: Remove store_inst() for patch_instruction() by Jordan Niethe · 4 years, 8 months ago
- 12655446 powerpc/ps3: Fix kexec shutdown hang by Geoff Levand · 4 years, 8 months ago
- 720bc31 ps3disk: use the default segment boundary by Emmanuel Nicolet · 4 years, 8 months ago
- 7b27b95 net/ps3_gelic_net: Remove duplicate error message by Markus Elfring · 4 years, 8 months ago
- 6a8aa78 drivers/ps3: Remove duplicate error messages by Markus Elfring · 4 years, 8 months ago
- 331aa46 powerpc/head_check: Avoid broken pipe by Geoff Levand · 4 years, 8 months ago
- f61200d powerpc/wrapper: Output linker map file by Geoff Levand · 4 years, 8 months ago
- 4c592a3 powerpc/head_check: Automatic verbosity by Geoff Levand · 4 years, 8 months ago
- 265d6e5 powerpc/traps: Make unrecoverable NMIs die instead of panic by Nicholas Piggin · 4 years, 8 months ago
- bbbc803 powerpc/traps: Do not trace system reset by Nicholas Piggin · 4 years, 8 months ago
- abd106f powerpc/64s: machine check do not trace real-mode handler by Nicholas Piggin · 4 years, 8 months ago
- f2d7f62 powerpc: Implement ftrace_enabled() helpers by Nicholas Piggin · 4 years, 8 months ago