linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 01:56:55 to 2020-09-19 16:24:09 UTC [more...]

let import_iovec deal with compat_iovecs as well
 2020-09-19 16:21 UTC  (22+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH v2] powerpc/tm: Save and restore AMR on treclaim and trechkpt
 2020-09-19 15:00 UTC 

[PATCH] powerpc: Select HAVE_FUTEX_CMPXCHG
 2020-09-19 13:50 UTC  (2+ messages)

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-19 10:37 UTC  (18+ messages)
` [patch RFC 01/15] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch RFC 02/15] highmem: Provide generic variant of kmap_atomic*
` [patch RFC 03/15] x86/mm/highmem: Use generic kmap atomic implementation
` [patch RFC 04/15] arc/mm/highmem: "
` [patch RFC 05/15] ARM: highmem: Switch to generic kmap atomic
` [patch RFC 06/15] csky/mm/highmem: "
` [patch RFC 07/15] microblaze/mm/highmem: "
` [patch RFC 08/15] mips/mm/highmem: "
` [patch RFC 09/15] nds32/mm/highmem: "
` [patch RFC 10/15] powerpc/mm/highmem: "
` [patch RFC 11/15] sparc/mm/highmem: "
` [patch RFC 12/15] xtensa/mm/highmem: "
` [patch RFC 13/15] mm/highmem: Remove the old kmap_atomic cruft
` [patch RFC 14/15] sched: highmem: Store temporary kmaps in task struct
` [patch RFC 15/15] mm/highmem: Provide kmap_temporary*

[PATCH v2] kbuild: preprocess module linker script
 2020-09-19 10:26 UTC  (2+ messages)

[PATCH v2 0/4] selftests/seccomp: Refactor change_syscall()
 2020-09-19  8:06 UTC  (5+ messages)
` [PATCH v2 1/4] selftests/seccomp: Record syscall during ptrace entry
` [PATCH v2 2/4] selftests/seccomp: Allow syscall nr and ret value to be set separately
` [PATCH v2 3/4] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
` [PATCH v2 4/4] selftests/clone3: Avoid OS-defined clone_args

[PATCH] KVM: PPC: Book3S: Remove redundant initialization of variable ret
 2020-09-19  7:12 UTC 

[PATCH -next v2] tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n
 2020-09-19  6:35 UTC 

[PATCH -next] tty: hvc: fix link error with CONFIG_SERIAL_CORE_CONSOLE=n
 2020-09-19  5:40 UTC  (4+ messages)

[PATCH v1] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
 2020-09-19  4:15 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[powerpc:next-test] BUILD SUCCESS 2a671167b5546321e2d2245aeb6f5a0e056a8f71
 2020-09-19  3:26 UTC 

[PATCH -next v2] KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  1:29 UTC 

[PATCH -next v2] powerpc/mm: ptdump: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  1:29 UTC 

[PATCH -next] powerpc: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-19  1:27 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS ace1986562a0814f179ecd2f1e648215ebc6625a
 2020-09-18 23:57 UTC 

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-18 22:00 UTC  (7+ messages)
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args

[powerpc:topic/irqs-off-activate-mm] BUILD SUCCESS a665eec0a22e11cdde708c1c256a465ebe768047
 2020-09-18 20:26 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.9-5 tag
 2020-09-18 19:04 UTC  (2+ messages)

[PATCH 0/2] DAI driver for new XCVR IP
 2020-09-18 17:23 UTC  (11+ messages)
` [PATCH 1/2] ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driver
` [PATCH 2/2] ASoC: dt-bindings: fsl_xcvr: Add document for XCVR

[PATCH] ocxl: fix kconfig dependency warning for OCXL
 2020-09-18 15:12 UTC  (2+ messages)

[PATCH v2 0/4] more mm switching vs TLB shootdown and lazy tlb fixes
 2020-09-18 12:18 UTC  (5+ messages)
` [PATCH v2 1/4] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race

[PATCH 0/3] powerpc/mce: Fix mce handler and add selftest
 2020-09-18 12:07 UTC  (13+ messages)
` [PATCH 1/3] powerpc/mce: remove nmi_enter/exit from real mode handler
` [PATCH 2/3] powerpc/mce: Add debugfs interface to inject MCE

[PATCH 1/6] powerpc/64: fix irq replay missing preempt
 2020-09-18 12:06 UTC  (3+ messages)
` [PATCH 6/6] powerpc/64: irq replay remove decrementer overflow check

[PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag
 2020-09-18 10:50 UTC  (21+ messages)
` [PATCH v6 1/8] powerpc/watchpoint: Fix quarword instruction handling on p10 predecessors
` [PATCH v6 2/8] powerpc/watchpoint: Fix handling of vector instructions
` [PATCH v6 3/8] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v6 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
` [PATCH v6 5/8] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v6 6/8] powerpc/watchpoint: Add hw_len wherever missing
` [PATCH v6 7/8] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
` [PATCH v6 8/8] powerpc/watchpoint/selftests: Tests for kernel accessing user memory

[PATCH] ASoC: fsl_sai: Instantiate snd_soc_dai_driver
 2020-09-18 10:26 UTC 

[PATCH v2 1/9] powerpc/eeh: Rework EEH initialisation
 2020-09-18  9:30 UTC  (9+ messages)
` [PATCH v2 2/9] powerpc/powernv: Stop using eeh_ops->init()
` [PATCH v2 3/9] powerpc/pseries: "
` [PATCH v2 4/9] powerpc/eeh: Delete eeh_ops->init
` [PATCH v2 5/9] powerpc/eeh: Move EEH initialisation to an arch initcall
` [PATCH v2 6/9] powerpc/pseries/eeh: Clean up pe_config_addr lookups
` [PATCH v2 7/9] powerpc/pseries/eeh: Rework device EEH PE determination
` [PATCH v2 8/9] powerpc/pseries/eeh: Allow zero to be a valid PE configuration address
` [PATCH v2 9/9] powerpc/eeh: Clean up PE addressing

[PATCH -next] powerpc/papr_scm: Fix warnings about undeclared variable
 2020-09-18  8:59 UTC 

[PATCHv7 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-18  8:15 UTC  (6+ messages)
` [PATCHv7 04/12] PCI: designware-ep: Modify MSI and MSIX CAP way of finding

[PATCH v2 1/2] powerpc/64: Set up a kernel stack for secondaries before cpu_restore()
 2020-09-18  7:20 UTC  (3+ messages)
` [PATCH v2 2/2] powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to C

[PATCH AUTOSEL 5.4 030/330] powerpc/64s: Always disable branch profiling for prom_init.o
 2020-09-18  6:35 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 101/330] powerpc/powernv/ioda: Fix ref count for devices with their own PE
` [PATCH AUTOSEL 5.4 102/330] powerpc/eeh: Only dump stack once if an MMIO loop is detected
` [PATCH AUTOSEL 5.4 153/330] powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
` [PATCH AUTOSEL 5.4 180/330] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
` [PATCH AUTOSEL 5.4 224/330] powerpc/perf: Implement a global lock to avoid races between trace, core and thread imc events
` [PATCH AUTOSEL 5.4 270/330] powerpc/traps: Make unrecoverable NMIs die instead of panic
` [PATCH AUTOSEL 5.4 290/330] KVM: PPC: Book3S HV: Close race with page faults around memslot flushes

[PATCH -next] ide: Fix symbol undeclared warnings
 2020-09-18  6:26 UTC  (4+ messages)

[PATCH] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-18  6:22 UTC  (7+ messages)

[PATCH] powerpc/tm: Save and restore AMR on treclaim and trechkpt
 2020-09-18  4:20 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 031/127] powerpc/eeh: Only dump stack once if an MMIO loop is detected
 2020-09-18  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 102/127] powerpc/traps: Make unrecoverable NMIs die instead of panic

[PATCH AUTOSEL 4.19 055/206] powerpc/powernv/ioda: Fix ref count for devices with their own PE
 2020-09-18  2:07 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 056/206] powerpc/eeh: Only dump stack once if an MMIO loop is detected
` [PATCH AUTOSEL 4.19 114/206] KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
` [PATCH AUTOSEL 4.19 165/206] powerpc/traps: Make unrecoverable NMIs die instead of panic

[PATCH] powerpc/process: Fix uninitialised variable error
 2020-09-18  1:34 UTC  (2+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (4+ messages)
` [oss-drivers] "

[PATCH v2 0/3] ASoC: fsl_sai: update the register list
 2020-09-17 18:57 UTC  (6+ messages)
` [PATCH v2 1/3] ASoC: fsl_sai: Add new added registers and new bit definition
` [PATCH v2 2/3] ASoC: fsl_sai: Add fsl_sai_check_version function
` [PATCH v2 3/3] ASoC: fsl_sai: Set MCLK input or output direction

[PATCH] ASoC: fsl_audmix: make clock and output src write only
 2020-09-17 18:57 UTC  (2+ messages)

[PATCH -next] PCI: rpadlpar: use for_each_child_of_node() and for_each_node_by_name
 2020-09-17 16:57 UTC  (2+ messages)

[PATCH v4] pseries/hotplug-memory: hot-add: skip redundant LMB lookup
 2020-09-17 14:34 UTC  (2+ messages)

[PATCH] fsl: imx-audmix : Replace seq_printf with seq_puts
 2020-09-17 13:04 UTC  (2+ messages)

[PATCH] powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group constraints
 2020-09-17 13:01 UTC  (3+ messages)

[PATCH v2 0/7] powerpc: Fix a few W=1 compile warnings
 2020-09-17 12:20 UTC  (3+ messages)
` [PATCH v2 6/7] powerpc/perf: Remove unused variable 'target' in trace_imc_event_init()

[PATCH] powerpc/64: Make VDSO32 track COMPAT on 64-bit
 2020-09-17 11:28 UTC  (2+ messages)

[Bug 209297] New: powerpc: MPC10X_BRIDGE violates Kconfig dependency of PPC_INDIRECT_PCI on PCI
 2020-09-17 11:28 UTC 

[PATCH] powerpc/ps3: make two symbols static
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH -next] drivers/macintosh/smu.c: Fix undeclared symbol warning
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v2] powerpc/papr_scm: Fix warning triggered by perf_stats_show()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v6 0/3] Offline memoryless cpuless node 0
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v5 00/10] Coregroup support on Powerpc
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v3] powerpc/numa: Restrict possible nodes based on platform
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v2 1/2] sched/topology: Allow archs to override cpu_smt_mask
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH] powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH 0/5] powerpc/tau: TAU driver fixes
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH -next] macintosh: windfarm: use for_each_child_of_node() macro
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v2] powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v2] powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v1] powerpc/process: Tag an #endif to help locate the matching #ifdef
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v1] powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v1] powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v1] powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v1] powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) by IS_ENABLED()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v1 1/4] powerpc/process: Remove useless #ifdef CONFIG_VSX
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH] powerpc/uaccess: Add pre-update addressing to __put_user_asm_goto()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH] powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xx
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH] powerpc: Fix random segfault when freeing hugetlb range
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH 1/2] powerpc/8xx: Refactor calculation of number of entries per PTE in page tables
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH 1/2] powerpc/32: Fix vmap stack - Do not activate MMU before reading task struct
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v3] powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH v2 1/4] powerpc/percpu: Update percpu bootmem allocator
 2020-09-17 11:27 UTC  (2+ messages)

[PATCH] powerepc/book3s64/hash: Align start/end address correctly with bolt mapping
 2020-09-17 11:27 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2020-09-17  8:57 UTC 

[powerpc:next-test] BUILD SUCCESS 10ea0d6512bcf308ed3d00b93571452448cea06c
 2020-09-17  7:40 UTC 

[powerpc:next] BUILD SUCCESS b5c8a2934eecbba3d688a911b98e92f8670ff462
 2020-09-17  7:40 UTC 

[PATCH 1/2] powerpc/mm/64s: Fix slb_setup_new_exec() sparse warning
 2020-09-17  4:30 UTC  (3+ messages)
` [PATCH 2/2] powerpc/perf: Add declarations to fix sparse warnings

[PATCH -next v2] powerpc/book3s64: fix link error with CONFIG_PPC_RADIX_MMU=n
 2020-09-17  2:06 UTC 

[PATCH 1/2] powerpc/64: Set up a kernel stack for secondaries before cpu_restore()
 2020-09-17  2:05 UTC  (2+ messages)
` [PATCH 2/2] powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to C

[PATCH 0/3] ASoC: fsl_sai: update the register list
 2020-09-17  1:50 UTC  (5+ messages)
` [PATCH 2/3] ASoC: fsl_sai: Add fsl_sai_check_version function
` [PATCH 3/3] ASoC: fsl_sai: Set MCLK input or output direction


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