linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 16:37:40 to 2020-05-11 13:40:57 UTC [more...]

[PATCH v3 00/45] Use hugepages to map kernel mem on 8xx
 2020-05-11 11:26 UTC  (38+ messages)
` [PATCH v3 01/45] powerpc/kasan: Fix error detection on memory allocation
` [PATCH v3 02/45] powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END
` [PATCH v3 03/45] powerpc/kasan: Fix shadow pages allocation failure
` [PATCH v3 04/45] powerpc/kasan: Remove unnecessary page table locking
` [PATCH v3 05/45] powerpc/kasan: Refactor update of early shadow mappings
` [PATCH v3 06/45] powerpc/kasan: Declare kasan_init_region() weak
` [PATCH v3 07/45] powerpc/ptdump: Limit size of flags text to 1/2 chars on PPC32
` [PATCH v3 08/45] powerpc/ptdump: Reorder flags
` [PATCH v3 09/45] powerpc/ptdump: Add _PAGE_COHERENT flag
` [PATCH v3 10/45] powerpc/ptdump: Display size of BATs
` [PATCH v3 11/45] powerpc/ptdump: Standardise display of BAT flags
` [PATCH v3 12/45] powerpc/ptdump: Properly handle non standard page size
` [PATCH v3 13/45] powerpc/ptdump: Handle hugepd at PGD level
` [PATCH v3 14/45] powerpc/32s: Don't warn when mapping RO data ROX
` [PATCH v3 15/45] powerpc/mm: Allocate static page tables for fixmap
` [PATCH v3 16/45] powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32
` [PATCH v3 17/45] powerpc/mm: PTE_ATOMIC_UPDATES is only for 40x
` [PATCH v3 18/45] powerpc/mm: Refactor pte_update() on nohash/32
` [PATCH v3 19/45] powerpc/mm: Refactor pte_update() on book3s/32
` [PATCH v3 20/45] powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 and PPC64
` [PATCH v3 21/45] powerpc/mm: Standardise pte_update() prototype "
` [PATCH v3 22/45] powerpc/mm: Create a dedicated pte_update() for 8xx
` [PATCH v3 23/45] powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
` [PATCH v3 24/45] powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
` [PATCH v3 25/45] powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages
` [PATCH v3 26/45] powerpc/8xx: Manage 512k huge pages as standard pages
` [PATCH v3 27/45] powerpc/8xx: Only 8M pages are hugepte pages now
` [PATCH v3 28/45] powerpc/8xx: MM_SLICE is not needed anymore
` [PATCH v3 29/45] powerpc/8xx: Move PPC_PIN_TLB options into 8xx Kconfig
` [PATCH v3 30/45] powerpc/8xx: Add function to set pinned TLBs
` [PATCH v3 31/45] powerpc/8xx: Don't set IMMR map anymore at boot
` [PATCH v3 32/45] powerpc/8xx: Always pin TLBs at startup
` [PATCH v3 33/45] powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlers
` [PATCH v3 34/45] powerpc/8xx: Remove now unused TLB miss functions
` [PATCH v3 35/45] powerpc/8xx: Move DTLB perf handling closer
` [PATCH v3 36/45] powerpc/mm: Don't be too strict with _etext alignment on PPC32
` [PATCH v3 37/45] powerpc/8xx: Refactor kernel address boundary comparison

[PATCH] powerpc/kvm: silence kmemleak false positives
 2020-05-11 11:15 UTC  (2+ messages)

sort out the flush_icache_range mess
 2020-05-11 11:00 UTC  (38+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

[PATCH v2] powerpc/64/signal: balance return predictor stack in signal trampoline
 2020-05-11 10:19 UTC 

powerpc/pci: [PATCH 1/1]: PCIE PHB reset
 2020-05-11 10:17 UTC  (2+ messages)

[PATCH v4 11/16] powerpc/64s: machine check interrupt update NMI accounting
 2020-05-11  9:50 UTC  (4+ messages)

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-11  9:37 UTC  (3+ messages)

[PATCH v3 1/2] powerpc/64s/hash: add torture_slb kernel boot option to increase SLB faults
 2020-05-11  9:20 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/64s/hash: add torture_hpt kernel boot option to increase hash faults

[powerpc:merge] BUILD SUCCESS 78263190ec9727216ca715bfc0ee8b58b657d1ea
 2020-05-11  8:25 UTC 

[powerpc:fixes] BUILD SUCCESS c44dc6323cd49d8d742c37e234b952e822c35de4
 2020-05-11  8:25 UTC 

[powerpc:topic/ppc-kvm] BUILD SUCCESS b1f9be9392f090f08e4ad9e2c68963aeff03bd67
 2020-05-11  8:25 UTC 

[powerpc:fixes-test] BUILD SUCCESS 25107dc0610d8687ebbf4fc56323babf87149cb4
 2020-05-11  8:24 UTC 

[PATCH] tty: hvc: Fix data abort due to race in hvc_open
 2020-05-11  7:41 UTC  (8+ messages)

[PATCH RFC 0/4] Add support for Microwatt-based SoCs
 2020-05-11  7:07 UTC  (11+ messages)
` [PATCH RFC 1/4] powerpc/radix: Fix compilation for radix with CONFIG_SMP=n
` [PATCH RFC 2/4] powerpc: Add Microwatt platform
` [PATCH RFC 3/4] powerpc/microwatt: Add early debug UART support for Microwatt
` [PATCH RFC 4/4] powerpc/radix: Add support for microwatt's PRTBL SPR

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-11  6:36 UTC  (7+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11  3:14 UTC  (4+ messages)
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()

[PATCH v5 00/16] powerpc/watchpoint: Preparation for more than one watchpoint
 2020-05-11  2:59 UTC  (17+ messages)
` [PATCH v5 01/16] powerpc/watchpoint: Rename current DAWR macros
` [PATCH v5 02/16] powerpc/watchpoint: Add SPRN macros for second DAWR
` [PATCH v5 03/16] powerpc/watchpoint: Introduce function to get nr watchpoints dynamically
` [PATCH v5 04/16] powerpc/watchpoint/ptrace: Return actual num of available watchpoints
` [PATCH v5 05/16] powerpc/watchpoint: Provide DAWR number to set_dawr
` [PATCH v5 06/16] powerpc/watchpoint: Provide DAWR number to __set_breakpoint
` [PATCH v5 07/16] powerpc/watchpoint: Get watchpoint count dynamically while disabling them
` [PATCH v5 08/16] powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable
` [PATCH v5 09/16] powerpc/watchpoint: Convert thread_struct->hw_brk to an array
` [PATCH v5 10/16] powerpc/watchpoint: Use loop for thread_struct->ptrace_bps
` [PATCH v5 11/16] powerpc/watchpoint: Introduce is_ptrace_bp() function
` [PATCH v5 12/16] powerpc/watchpoint: Use builtin ALIGN*() macros
` [PATCH v5 13/16] powerpc/watchpoint: Prepare handler to handle more than one watcnhpoint
` [PATCH v5 14/16] powerpc/watchpoint: Don't allow concurrent perf and ptrace events
` [PATCH v5 15/16] powerpc/watchpoint/xmon: Don't allow breakpoint overwriting
` [PATCH v5 16/16] powerpc/watchpoint/xmon: Support 2nd DAWR

[PATCH v8 00/30] Initial Prefixed Instruction support
 2020-05-11  1:19 UTC  (5+ messages)
` [PATCH v8 11/30] powerpc: Use a datatype for instructions

[PATCH v2 0/9] powerpc + ps3 patches
 2020-05-10 22:50 UTC  (14+ messages)
` [PATCH v2 3/9] powerpc/head_check: Avoid broken pipe
` [PATCH v2 4/9] drivers/ps3: Remove duplicate error messages
` [PATCH v2 1/9] powerpc/head_check: Automatic verbosity
` [PATCH v2 2/9] powerpc/wrapper: Output linker map file
` [PATCH v2 9/9] hvc_console: Allow backends to set I/O buffer size
  ` [PATCH v3 "
` [PATCH v2 7/9] powerpc/ps3: Add check for otheros image size
` [PATCH v2 8/9] powerpc/ps3: Fix kexec shutdown hang
` [PATCH v2 6/9] ps3disk: use the default segment boundary
` [PATCH v2 5/9] net/ps3_gelic_net: Remove duplicate error message

[PATCH fixes] powerpc/vdso32: Fallback on getres syscall when clock is unknown
 2020-05-10 22:15 UTC  (2+ messages)

[PATCH v2] papr/scm: Add bad memory ranges to nvdimm bad ranges
 2020-05-10 13:17 UTC  (2+ messages)

[PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-10 13:08 UTC  (11+ messages)
` [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules

[PATCH] powerpc/kvm/book3s64/vio: fix some RCU-list locks
 2020-05-10  5:18 UTC 

[PATCH] powerpc/mm/book3s64/iommu: fix some RCU-list locks
 2020-05-10  5:15 UTC 

[PATCH] powerpc/powernv/pci: fix a RCU-list lock
 2020-05-10  5:13 UTC 

[Bug 207359] New: MegaRAID SAS 9361 controller hang/reset
 2020-05-10  3:02 UTC  (2+ messages)
` [Bug 207359] "

ioremap() called early from pnv_pci_init_ioda_phb()
 2020-05-09 22:59 UTC  (8+ messages)

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-05-09 18:48 UTC  (5+ messages)
` [PATCH v8 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH fixes] powerpc/40x: Make more space for system call exception
 2020-05-09 17:05 UTC 

[PATCH vdsotest] Add support for clock_gettime64() on powerpc32
 2020-05-09 16:18 UTC 

[PATCH vdsotest] Add support for clock_gettime64() on powerpc32
 2020-05-09 16:12 UTC 

remove a few uses of ->queuedata
 2020-05-09 15:07 UTC  (18+ messages)
` [PATCH 01/15] nfblock: use gendisk private_data
` [PATCH 04/15] null_blk: stop using ->queuedata for bio mode
` [PATCH 07/15] umem: stop using ->queuedata
` [PATCH 09/15] lightnvm: "
  ` [PATCH 09/15, fіxed] "
` [PATCH 10/15] bcache: stop setting ->queuedata
` [PATCH 11/15] dm: stop using ->queuedata
` [PATCH 12/15] md: "
` [PATCH 13/15] nvdimm/blk: "
` [PATCH 14/15] nvdimm/btt: "
` [PATCH 15/15] nvdimm/pmem: "

generic DMA bypass flag v3
 2020-05-09 14:07 UTC  (9+ messages)
` [PATCH 1/4] dma-mapping: move the remaining DMA API calls out of line

[PATCH v3] powerpc/64s/pgtable: fix an undefined behaviour
 2020-05-09 13:19 UTC  (3+ messages)

[PATCH -next] soc: fsl: dpio: remove set but not used variable 'addr_cena'
 2020-05-09 11:07 UTC  (2+ messages)

[PATCH v4 00/16] powerpc: machine check and system reset fixes
 2020-05-09  7:48 UTC  (4+ messages)
` [PATCH v4 04/16] powerpc/64s/exceptions: machine check reconcile irq state

[PATCH -next] powerpc/powernv: add NULL check after kzalloc
 2020-05-09  2:08 UTC 

[PATCH v8 5/5] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration
 2020-05-08 22:10 UTC  (2+ messages)

[PATCH 5/5] powerpc/mpc85xx: Add Cyrus P5040 device tree source
 2020-05-08 20:42 UTC  (2+ messages)

[PATCH 4/5] powerpc/mpc85xx: Add Cyrus HDD LED
 2020-05-08 20:37 UTC  (2+ messages)

[PATCH 0/2] selftests: vm: pkeys: Some powerpc fixes
 2020-05-08 20:03 UTC  (6+ messages)
` [PATCH 1/2] selftests: vm: pkeys: Fix powerpc access right definitions
` [PATCH 2/2] selftests: vm: pkeys: Fix powerpc access right updates

[PATCH] selftests: powerpc: Add test for execute-disabled pkeys
 2020-05-08 16:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).