linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-03 02:16:45 to 2019-09-04 21:51:41 UTC [more...]

[PATCH v12 00/12] namei: openat2(2) path resolution restrictions
 2019-09-04 21:48 UTC  (20+ messages)
` [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers
  ` [PATCH v12 01/12] lib: introduce copy_struct_{to, from}_user helpers
` [PATCH v12 02/12] clone3: switch to copy_struct_from_user()
` [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to, from}_user()
` [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user()
` [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions
` [PATCH v12 06/12] procfs: switch magic-link modes to be more sane
` [PATCH v12 07/12] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v12 08/12] namei: O_BENEATH-style path resolution flags
` [PATCH v12 09/12] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v12 11/12] open: openat2(2) syscall
` [PATCH v12 12/12] selftests: add openat2(2) selftests

[PATCH v5 00/31] Add FADump support on PowerNV platform
 2019-09-04 21:01 UTC  (44+ messages)
` [PATCH v5 01/31] powerpc/fadump: move internal macros/definitions to a new header
` [PATCH v5 02/31] powerpc/fadump: move internal code to a new file
` [PATCH v5 05/31] pseries/fadump: introduce callbacks for platform specific operations
` [PATCH v5 06/31] pseries/fadump: define register/un-register callback functions
` [PATCH v5 07/31] powerpc/fadump: release all the memory above boot memory size
` [PATCH v5 10/31] opal: add MPIPL interface definitions
` [PATCH v5 11/31] powernv/fadump: add fadump support on powernv
` [PATCH v5 12/31] powernv/fadump: register kernel metadata address with opal
` [PATCH v5 15/31] powernv/fadump: support copying multiple kernel boot memory regions
` [PATCH v5 16/31] powernv/fadump: process the crashdump by exporting it as /proc/vmcore
` [PATCH v5 17/31] powernv/fadump: Warn before processing partial crashdump
` [PATCH v5 19/31] powerpc/fadump: Update documentation about OPAL platform support
` [PATCH v5 20/31] powerpc/fadump: use smaller offset while finding memory for reservation
` [PATCH v5 21/31] powernv/fadump: process architected register state data provided by firmware

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-04 20:16 UTC  (6+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH rebased] powerpc/fadump: when fadump is supported register the fadump sysfs files
 2019-09-04 18:35 UTC  (4+ messages)
` [PATCH v2] "

lockdep warning while booting POWER9 PowerNV
 2019-09-04 16:09 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 41/52] ibmvnic: Do not process reset during or after device removal
 2019-09-04 15:59 UTC 

[PATCH AUTOSEL 5.2 67/94] ibmvnic: Do not process reset during or after device removal
 2019-09-04 15:57 UTC 

[PATCH v3 0/3] Powerpc64/Watchpoint: Few important fixes
 2019-09-04 14:42 UTC  (6+ messages)
` [PATCH v3 2/3] Powerpc64/Watchpoint: Don't ignore extraneous exceptions
` [PATCH v3 3/3] Powerpc64/Watchpoint: Rewrite ptrace-hwbreak.c selftest

[PATCH] powerpc: Add attributes for setjmp/longjmp
 2019-09-04 14:11 UTC 

[PATCH v2 0/6] powerpc: convert cache asm to C
 2019-09-04 13:35 UTC  (26+ messages)
` [PATCH v2 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
` [PATCH v2 2/6] powerpc: define helpers to get L1 icache sizes
` [PATCH v2 3/6] powerpc: Convert flush_icache_range & friends to C
` [PATCH v2 4/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
` [PATCH v2 5/6] powerpc: Remove 'extern' from func prototypes in cache headers
` [PATCH v2 6/6] powerpc: Don't flush caches when adding memory

[PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
 2019-09-04 13:01 UTC  (11+ messages)

linux-next: build warnings after merge of the kbuild tree
 2019-09-04 12:33 UTC  (5+ messages)

[PATCH v2 00/20] remaining interrupt handler changes
 2019-09-04 11:55 UTC  (21+ messages)
` [PATCH v2 01/20] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH v2 02/20] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH v2 03/20] powerpc/64s/exception: Add GEN_KVM "
` [PATCH v2 04/20] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v2 05/20] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH v2 06/20] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v2 07/20] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v2 08/20] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH v2 09/20] powerpc/64s/exception: Add ISIDE option
` [PATCH v2 10/20] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH v2 11/20] powerpc/64s/exception: move soft-mask test to common code
` [PATCH v2 12/20] powerpc/64s/exception: move KVM "
` [PATCH v2 13/20] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH v2 14/20] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH v2 15/20] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH v2 16/20] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH v2 17/20] powerpc/64s/exception: re-inline some handlers
` [PATCH v2 18/20] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH v2 19/20] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH v2 20/20] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported

[PATCH v3 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-09-04 11:36 UTC  (12+ messages)
` [PATCH v3 2/4] powerpc: expose secure variables to userspace via sysfs
      ` [PATCH] sysfs: add BIN_ATTR_WO() macro
` [PATCH v3 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v3 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH v5 00/23] PCI: Allow BAR movement during hotplug
 2019-09-04 11:22 UTC  (6+ messages)
` [PATCH v5 16/23] PCI: hotplug: movable BARs: Don't reserve IO/mem bus space
` [PATCH v5 18/23] powerpc/pci: Handle BAR movement

[PATCH] KVM: PPC: Book3S HV: Delete an unnecessary check before kfree() in __kvmhv_nested_page_fault()
 2019-09-04  9:12 UTC 

[PATCH 0/2] ftrace: two fixes with func_probes handling
 2019-09-04  8:07 UTC  (4+ messages)
` [PATCH 1/2] ftrace: Fix NULL pointer dereference in t_probe_next()

[PATCH v2] powerpc: dump kernel log before carrying out fadump or kdump
 2019-09-04  7:59 UTC 

[PATCH v2 1/2] powerpc/nvdimm: Use HCALL error as the return value
 2019-09-04  6:59 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error

[PATCH] powerpc: Perform a bounds check in arch_add_memory
 2019-09-04  5:25 UTC  (7+ messages)

[PATCH 1/3] powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction
 2019-09-04  4:59 UTC  (8+ messages)
` [PATCH 2/3] powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts
` [PATCH 3/3] powerpc/tm: Add tm-poison test
` [PATCH v2 1/3] powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction
  ` [PATCH v2 2/3] powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts
  ` [PATCH v2 3/3] powerpc/tm: Add tm-poison test

[RFC PATCH 00/11] Secure Virtual Machine Enablement
 2019-09-04  2:48 UTC  (2+ messages)

[PATCH v7 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-09-03 23:41 UTC  (8+ messages)
` [PATCH v7 1/5] "
` [PATCH v7 2/5] kasan: add test for vmalloc
` [PATCH v7 3/5] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v7 4/5] x86/kasan: support KASAN_VMALLOC
` [PATCH v7 5/5] kasan debug: track pages allocated for vmalloc shadow

[PATCH 1/2] powerpc/memcpy: Fix stack corruption for smaller sizes
 2019-09-03 21:43 UTC  (2+ messages)
` [PATCH 2/2] seltests/powerpc: Add a selftest for memcpy_mcsafe

[PATCH v4 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
 2019-09-03 18:53 UTC  (3+ messages)

[PATCH v4 02/16] powerpc/pseries: Introduce option to build secure virtual machines
 2019-09-03 18:53 UTC  (3+ messages)

[PATCH v2] platform/powernv: Avoid re-registration of imc debugfs directory
 2019-09-03 17:53 UTC 

[PATCH] powerpc/powernv: remove the unused pnv_npu_try_dma_set_bypass function
 2019-09-03 16:51 UTC 

[PATCH AUTOSEL 4.19 035/167] KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
 2019-09-03 16:25 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 043/167] powerpc/pkeys: Fix handling of pkey state across fork()
` [PATCH AUTOSEL 4.19 075/167] powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
` [PATCH AUTOSEL 4.19 136/167] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH AUTOSEL 4.19 137/167] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
` [PATCH AUTOSEL 4.19 149/167] powerpc/mm: Limit rma_size to 1TB when running without HV mode

[PATCH v2 0/9] check the node id consistently across different arches
 2019-09-03 14:28 UTC  (16+ messages)
` [PATCH v2 2/9] x86: numa: check the node id consistently for x86
              ` [PATCH] x86/mm: Fix cpumask_of_node() error condition

[PATCH v6 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-09-03 14:12 UTC  (4+ messages)
` [PATCH v6 3/3] soc: fsl: add RCPM driver

EEH + hotplug fixes
 2019-09-03 14:09 UTC  (16+ messages)
` [PATCH 01/14] powerpc/eeh: Clean up EEH PEs after recovery finishes
` [PATCH 02/14] powerpc/eeh: Fix race when freeing PDNs
` [PATCH 03/14] powerpc/eeh: Make permanently failed devices non-actionable
` [PATCH 04/14] powerpc/eeh: Check slot presence state in eeh_handle_normal_event()
` [PATCH 05/14] powerpc/eeh: Defer printing stack trace
` [PATCH 06/14] powerpc/eeh: Remove stale CAPI comment
` [PATCH 07/14] powernv/eeh: Use generic code to handle hot resets
` [PATCH 08/14] pci-hotplug/pnv_php: Add a reset_slot() callback
` [PATCH 09/14] pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs
` [PATCH 10/14] pci-hotplug/pnv_php: Add attention indicator support
` [PATCH 11/14] powerpc/eeh: Set attention indicator while recovering
` [PATCH 12/14] powerpc/eeh: Add debugfs interface to run an EEH check
` [PATCH 13/14] powerpc/eeh: Add a eeh_dev_break debugfs interface
` [PATCH 14/14] selftests/powerpc: Add basic EEH selftest

[PATCH] powerpc/powernv: fix a W=1 compilation warning
 2019-09-03 13:52 UTC  (4+ messages)

[RFC PATCH 1/3] mm/powerpc/book3s64/radix: Remove unused code
 2019-09-03 12:40 UTC  (3+ messages)
` [RFC PATCH 2/3] powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all
` [RFC PATCH 3/3] powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is set

[mainline][BUG][PPC][btrfs][bisected 00801a] kernel BUG at fs/btrfs/locking.c:71!
 2019-09-03 12:38 UTC  (3+ messages)

[PATCH v7 0/6] Disable compat cruft on ppc64le v7
 2019-09-03  5:21 UTC  (6+ messages)
` [PATCH v7 5/6] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-03  3:43 UTC  (10+ messages)
` [PATCH v3 01/11] PCI: designware-ep: Add multiple PFs support for DWC
` [PATCH v3 04/11] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
` [PATCH v3 07/11] PCI: layerscape: Modify the way of getting capability with different PEX

[PATCH 0/6] Making tlbie optional for radix
 2019-09-03  2:52 UTC  (4+ messages)
` [PATCH 6/6] powerpc/64s/radix: introduce options to disable use of the tlbie instruction


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