linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-06 00:37:24 to 2020-05-08 04:51:14 UTC [more...]

[PATCH v4 00/16] powerpc: machine check and system reset fixes
 2020-05-08  4:33 UTC  (8+ messages)
` [PATCH v4 01/16] powerpc/64s/exception: Fix machine check no-loss idle wakeup
` [PATCH v4 02/16] powerpc/64s/exceptions: Fix in_mce accounting in unrecoverable path
` [PATCH v4 03/16] powerpc/64s/exceptions: Change irq reconcile for NMIs from reusing _DAR to RESULT
` [PATCH v4 04/16] powerpc/64s/exceptions: machine check reconcile irq state
` [PATCH v4 05/16] powerpc/pseries/ras: avoid calling rtas_token in NMI paths
` [PATCH v4 06/16] powerpc/pseries/ras: FWNMI_VALID off by one
` [PATCH v4 07/16] powerpc/pseries/ras: fwnmi avoid modifying r3 in error case

Fwd: [CRON] Broken: ClangBuiltLinux/continuous-integration#1432 (master - 0aceafc)
 2020-05-08  3:29 UTC  (2+ messages)

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

[PATCH v8 00/30] Initial Prefixed Instruction support
 2020-05-08  2:26 UTC  (34+ messages)
` [PATCH v8 01/30] powerpc/xmon: Remove store_inst() for patch_instruction()
` [PATCH v8 02/30] powerpc/xmon: Move breakpoint instructions to own array
` [PATCH v8 03/30] powerpc/xmon: Move breakpoints to text section
` [PATCH v8 04/30] powerpc/xmon: Use bitwise calculations in_breakpoint_table()
` [PATCH v8 05/30] powerpc: Change calling convention for create_branch() et. al
` [PATCH v8 06/30] powerpc: Use a macro for creating instructions from u32s
` [PATCH v8 07/30] powerpc: Use an accessor for instructions
` [PATCH v8 08/30] powerpc: Use a function for getting the instruction op code
` [PATCH v8 09/30] powerpc: Use a function for byte swapping instructions
` [PATCH v8 10/30] powerpc: Introduce functions for instruction equality
` [PATCH v8 11/30] powerpc: Use a datatype for instructions
` [PATCH v8 12/30] powerpc: Use a function for reading instructions
` [PATCH v8 13/30] powerpc: Add a probe_user_read_inst() function
` [PATCH v8 14/30] powerpc: Add a probe_kernel_read_inst() function
` [PATCH v8 15/30] powerpc/kprobes: Use patch_instruction()
` [PATCH v8 16/30] powerpc: Define and use __get_user_instr{, inatomic}()
` [PATCH v8 17/30] powerpc: Introduce a function for reporting instruction length
` [PATCH v8 18/30] powerpc/xmon: Use a function for reading instructions
` [PATCH v8 19/30] powerpc/xmon: Move insertion of breakpoint for xol'ing
` [PATCH v8 20/30] powerpc: Make test_translate_branch() independent of instruction length
` [PATCH v8 21/30] powerpc: Enable Prefixed Instructions
` [PATCH v8 22/30] powerpc: Define new SRR1 bits for a future ISA version
` [PATCH v8 23/30] powerpc: Add prefixed instructions to instruction data type
` [PATCH v8 24/30] powerpc: Test prefixed code patching
` [PATCH v8 25/30] powerpc: Test prefixed instructions in feature fixups
` [PATCH v8 26/30] powerpc/xmon: Don't allow breakpoints on suffixes
` [PATCH v8 27/30] powerpc/kprobes: "
` [PATCH v8 28/30] powerpc: Support prefixed instructions in alignment handler
` [PATCH v8 29/30] powerpc sstep: Add support for prefixed load/stores
` [PATCH v8 30/30] powerpc sstep: Add support for prefixed fixed-point arithmetic

[PATCH 1/3] powerpc/va: Add a __va() variant that doesn't do input validation
 2020-05-08  1:52 UTC  (4+ messages)
` [PATCH 2/3] powerpc: Fix instruction dumping to use address value correctly
` [PATCH 3/3] powerp: Avoid opencoding fixup_real_addr

[PATCH V3 00/15] Remove duplicated kmap code
 2020-05-07 22:52 UTC  (21+ messages)
` [PATCH V3 01/15] arch/kmap: Remove BUG_ON()
` [PATCH V3 02/15] arch/xtensa: Move kmap build bug out of the way
` [PATCH V3 03/15] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V3 04/15] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V3 05/15] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V3 06/15] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V3 07/15] arch/kunmap_atomic: "
` [PATCH V3 08/15] arch/kmap: Ensure kmap_prot visibility
` [PATCH V3 09/15] arch/kmap: Don't hard code kmap_prot values
` [PATCH V3 10/15] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V3 11/15] drm: Remove drm specific kmap_atomic code
` [PATCH V3 12/15] kmap: Remove kmap_atomic_to_page()
` [PATCH V3 13/15] parisc/kmap: Remove duplicate kmap code
` [PATCH V3 14/15] sparc: Remove unnecessary includes
` [PATCH V3 15/15] kmap: Consolidate kmap_prot definitions
  ` [PATCH V3.1] "

[PATCH] powerpc/mm: Replace zero-length array with flexible-array
 2020-05-07 18:57 UTC 

[PATCH] powerpc: Replace zero-length array with flexible-array
 2020-05-07 18:57 UTC 

[PATCH] treewide: Replace zero-length array with flexible-array
 2020-05-07 18:53 UTC 

[PATCH net 00/16] net: fix fixed-link phydev leaks
 2020-05-07 22:05 UTC  (7+ messages)
` [PATCH net 11/16] net: ethernet: marvell: mvneta: "

[PATCH 3/5] powerpc/mpc85xx: Add Cyrus Power-off and reset
 2020-05-07 21:13 UTC 

[PATCH 5/5] powerpc/mpc85xx: Add Cyrus P5040 device tree source
 2020-05-07 21:30 UTC 

[PATCH 1/5] powerpc/mpc85xx: Define ethernet port aliases in board dts file
 2020-05-07 21:12 UTC 

[PATCH 4/5] powerpc/mpc85xx: Add Cyrus HDD LED
 2020-05-07 21:15 UTC 

[PATCH 2/5] powerpc/mpc85xx: Activate Cyrus P5020 ethernet
 2020-05-07 21:13 UTC 

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

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

powerpc/pci: [PATCH 1/1]: PCIE PHB reset
 2020-05-07 13:10 UTC 

[PATCH v2 00/28] Kernel userspace access/execution prevention with hash translation
 2020-05-07 14:25 UTC  (3+ messages)
` [PATCH v2 15/28] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec

[PATCH] powerpc/uaccess: Don't use "m<>" constraint
 2020-05-07 13:30 UTC  (2+ messages)

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-07 13:04 UTC  (4+ messages)
` [PATCH v4 2/7] KVM: arm64: "

[PATCH -next] soc: fsl_asrc: Make some functions static
 2020-05-07 12:18 UTC  (2+ messages)

[PATCH v2 1/4] powerpc/64s: Always has full regs, so remove remnant checks
 2020-05-07 12:13 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc: Use set_trap() and avoid open-coding trap masking
` [PATCH v2 3/4] powerpc: trap_is_syscall() helper to hide syscall trap number
` [PATCH v2 4/4] powerpc: Use trap metadata to prevent double restart rather than zeroing trap

[PATCH -next] ALSA: sound/ppc: Use bitwise instead of arithmetic operator for flags
 2020-05-07  7:06 UTC  (2+ messages)

[PATCH] powerpc/spufs: Add rcu_read_lock() around fcheck()
 2020-05-07  6:54 UTC  (4+ messages)

[RFC][PATCH 0/2] Add support for using reserved memory for ima buffer pass
 2020-05-07  5:50 UTC  (3+ messages)

[PATCH v2 1/2] cpufreq: qoriq: convert to a platform driver
 2020-05-07  5:18 UTC  (3+ messages)

[PATCH V2 00/11] Subject: Remove duplicated kmap code
 2020-05-07  4:56 UTC  (14+ messages)
` [PATCH V2 05/11] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V2 06/11] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V2 07/11] arch/kunmap_atomic: "
` [PATCH V2 08/11] arch/kmap: Ensure kmap_prot visibility
` [PATCH V2 10/11] arch/kmap: Define kmap_atomic_prot() for all arch's

[PATCH v2] powerpc/ima: fix secure boot rules in ima arch policy
 2020-05-07  2:05 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'
 2020-05-06 22:18 UTC  (11+ messages)

remove set_fs calls from the coredump code v6
 2020-05-06 15:44 UTC  (5+ messages)

[PATCH 18/91] perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
 2020-05-06 15:21 UTC  (4+ messages)
` [PATCH 19/91] perf tests expr: Added test for runtime param in metric expression
` [PATCH 20/91] perf tools: Enable Hz/hz prinitg for --metric-only option
` [PATCH 21/91] perf vendor events power9: Add hv_24x7 socket/chip level metric events

[PATCH v4 0/2] powerpc/eeh: Release EEH device state synchronously
 2020-05-06 14:55 UTC  (3+ messages)
` [PATCH v4 1/2] powerpc/eeh: fix pseries_eeh_configure_bridge()

[PATCH v8 0/5] powerpc/hv-24x7: Expose chip/sockets info to add json file metric support for the hv_24x7 socket/chip level events
 2020-05-06 11:07 UTC  (6+ messages)
` [PATCH v8 1/5] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH v8 2/5] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [PATCH v8 3/5] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [PATCH v8 4/5] Documentation/ABI: Add ABI documentation for chips and sockets
` [PATCH v8 5/5] powerpc/hv-24x7: Update post_mobility_fixup() to handle migration

[PATCH v7 0/5] powerpc/hv-24x7: Expose chip/sockets info to add json file metric support for the hv_24x7 socket/chip level events
 2020-05-06  9:53 UTC  (4+ messages)
` [PATCH v7 2/5] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details

[PATCH] tty: hvc: Fix data abort due to race in hvc_open
 2020-05-06  9:48 UTC  (2+ messages)

[PATCH 0/2] powerpc/perf: Add support for perf extended regs in powerpc
 2020-05-06  7:54 UTC  (4+ messages)
` [PATCH 2/2] powerpc/perf: Add support for outputting extended regs in perf intr_regs

[PATCH] powerpc/xive: Enforce load-after-store ordering when StoreEOI is active
 2020-05-06  6:58 UTC  (3+ messages)

[RFC PATCH 00/10] OPAL V4
 2020-05-06  7:02 UTC  (3+ messages)
` [RFC PATCH 06/10] powerpc/powernv: opal use new opal call entry point if it exists

[PATCH] powerpc/8xx: Update email address in MAINTAINERS
 2020-05-06  6:51 UTC 

[PATCH] powerpc/5200: update contact email
 2020-05-06  6:22 UTC  (4+ messages)

[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-06  6:12 UTC  (3+ messages)
` [PATCH V2 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V2 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH -next] powerpc/kernel/sysfs: Use ARRAY_SIZE instead of calculating the array size
 2020-05-06  2:33 UTC 

[PATCH v3 00/15] powerpc/64: machine check and system reset fixes
 2020-05-06  3:50 UTC  (4+ messages)
` [PATCH v3 11/15] powerpc/64s: machine check interrupt update NMI accounting

[PATCH] powerpc/ps3: Move static keyword to the front of declaration
 2020-05-06  2:51 UTC  (2+ messages)

[PATCH] powerpc/64: Have MPROFILE_KERNEL depend on FUNCTION_TRACER
 2020-05-06  2:51 UTC  (2+ messages)

[PATCH v3 1/2] powerpc/fadump: use static allocation for reserved memory ranges
 2020-05-06  2:51 UTC  (2+ messages)

[PATCH v5 1/5] powerpc: Move idle_loop_prolog()/epilog() functions to header file
 2020-05-06  2:51 UTC  (2+ messages)

[PATCH 0/3] ASoC: fsl_esai: Add support for imx8qm
 2020-05-06  2:33 UTC  (4+ messages)
` [PATCH 2/3] "

[PATCH v2 1/2] powerpc/64s/hash: add torture_slb kernel boot option to increase SLB faults
 2020-05-06  1:32 UTC  (2+ messages)

[RFC PATCH 0/2] powerpc/64s: scv support
 2020-05-06  1:11 UTC  (4+ messages)
` [RFC PATCH 2/2] powerpc/64s: system call support for scv/rfscv instructions

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-05 16:53 UTC  (4+ messages)


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).