linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-06 18:10:27 to 2021-03-09 16:31:08 UTC [more...]

make alloc_anon_inode more useful
 2021-03-09 16:30 UTC  (16+ messages)
` [PATCH 1/9] fs: rename alloc_anon_inode to alloc_anon_inode_sb
` [PATCH 2/9] fs: add an argument-less alloc_anon_inode
` [PATCH 3/9] powerpc/pseries: remove the ppc-cmm file system
` [PATCH 4/9] drm: remove the drm "
` [PATCH 5/9] vmw_balloon: remove the balloon-vmware "
` [PATCH 6/9] virtio_balloon: remove the balloon-kvm "
` [PATCH 7/9] iomem: remove the iomem "
` [PATCH 8/9] z3fold: remove the z3fold "
` [PATCH 9/9] zsmalloc: remove the zsmalloc "

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-09 16:05 UTC  (7+ messages)

[PATCH v3] powerpc/32: remove bogus ppc_select syscall
 2021-03-09 15:59 UTC  (5+ messages)

[PATCH v2 0/8] powerpc/xive: Map one IPI interrupt per node
 2021-03-09 15:49 UTC  (23+ messages)
` [PATCH v2 1/8] powerpc/xive: Use cpu_to_node() instead of ibm, chip-id property
  ` [PATCH v2 1/8] powerpc/xive: Use cpu_to_node() instead of ibm,chip-id property
` [PATCH v2 2/8] powerpc/xive: Introduce an IPI interrupt domain
` [PATCH v2 3/8] powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ
` [PATCH v2 4/8] powerpc/xive: Simplify xive_core_debug_show()
` [PATCH v2 5/8] powerpc/xive: Drop check on irq_data in xive_core_debug_show()
` [PATCH v2 6/8] powerpc/xive: Simplify the dump of XIVE interrupts under xmon
` [PATCH v2 7/8] powerpc/xive: Fix xmon command "dxi"
` [PATCH v2 8/8] powerpc/xive: Map one IPI interrupt per node

[PATCH 0/3] powerpc/qspinlock: Some tuning updates
 2021-03-09 15:46 UTC  (6+ messages)
` [PATCH 1/3] powerpc/spinlock: Define smp_mb__after_spinlock only once
` [PATCH 2/3] powerpc/spinlock: Unserialize spin_is_locked
` [PATCH 3/3] powerpc/qspinlock: Use generic smp_cond_load_relaxed

[PATCH 0/4] powerpc/perf: Export processor pipeline stage cycles information
 2021-03-09 14:04 UTC  (5+ messages)
` [PATCH 1/4] powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT_STRUCT
` [PATCH 2/4] tools/perf: Add dynamic headers for perf report columns
` [PATCH 3/4] tools/perf: Add powerpc support for PERF_SAMPLE_WEIGHT_STRUCT
` [PATCH 4/4] tools/perf: Support pipeline stage cycles for powerpc

[PATCH v4] powerpc/uprobes: Validation for prefixed instruction
 2021-03-09 12:58 UTC  (5+ messages)

[PATCH v2 00/43] powerpc/32: Switch to interrupt entry/exit in C
 2021-03-09 12:10 UTC  (44+ messages)
` [PATCH v2 01/43] powerpc/traps: unrecoverable_exception() is not an interrupt handler
` [PATCH v2 02/43] powerpc/traps: Declare unrecoverable_exception() as __noreturn
` [PATCH v2 03/43] powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
` [PATCH v2 04/43] powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
` [PATCH v2 05/43] powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
` [PATCH v2 06/43] powerpc/40x: Reorder a few instructions in critical exception prolog
` [PATCH v2 07/43] powerpc/40x: Prepare for enabling MMU "
` [PATCH v2 08/43] powerpc/40x: Prepare normal exception handler for enabling MMU early
` [PATCH v2 09/43] powerpc/32: Reconcile interrupts in C
` [PATCH v2 10/43] powerpc/32: Entry cpu time accounting "
` [PATCH v2 11/43] powerpc/32: Handle bookE debugging in C in exception entry
` [PATCH v2 12/43] powerpc/32: Use fast instruction to set MSR RI in exception prolog on 8xx
` [PATCH v2 13/43] powerpc/32: Remove ksp_limit
` [PATCH v2 14/43] powerpc/32: Always enable data translation in exception prolog
` [PATCH v2 15/43] powerpc/32: Tag DAR in EXCEPTION_PROLOG_2 for the 8xx
` [PATCH v2 16/43] powerpc/32: Enable instruction translation at the same time as data translation
` [PATCH v2 17/43] powerpc/32: Statically initialise first emergency context
` [PATCH v2 18/43] powerpc/32: Add vmap_stack_overflow label inside the macro
` [PATCH v2 19/43] powerpc/32: Use START_EXCEPTION() as much as possible
` [PATCH v2 20/43] powerpc/32: Move exception prolog code into .text once MMU is back on
` [PATCH v2 21/43] powerpc/32: Provide a name to exception prolog continuation in virtual mode
` [PATCH v2 22/43] powerpc/32: Refactor booke critical registers saving
` [PATCH v2 23/43] powerpc/32: Perform normal function call in exception entry
` [PATCH v2 24/43] powerpc/32: Always save non volatile registers on "
` [PATCH v2 25/43] powerpc/32: Replace ASM exception exit by C exception exit from ppc64
` [PATCH v2 26/43] powerpc/32: Set regs parameter in r3 in transfer_to_handler
` [PATCH v2 27/43] powerpc/32: Call bad_page_fault() from do_page_fault()
` [PATCH v2 28/43] powerpc/64e: "
` [PATCH v2 29/43] powerpc/32: Save trap number on stack in exception prolog
` [PATCH v2 30/43] powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
` [PATCH v2 31/43] powerpc/32: Only restore non volatile registers when required
` [PATCH v2 32/43] powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
` [PATCH v2 33/43] powerpc/32: Remove the xfer parameter in EXCEPTION() macro
` [PATCH v2 34/43] powerpc/32: Refactor saving of volatile registers in exception prologs
` [PATCH v2 35/43] powerpc/32: Save remaining registers in exception prolog
` [PATCH v2 36/43] powerpc/32: Set current->thread.regs in C interrupt entry
` [PATCH v2 37/43] powerpc/32: Return directly from power_save_ppc32_restore()
` [PATCH v2 38/43] powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
` [PATCH v2 39/43] powerpc/32s: Move KUEP locking/unlocking in C
` [PATCH v2 40/43] powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
` [PATCH v2 41/43] powerpc/32s: Create C version of kuap save/restore/check helpers
` [PATCH v2 42/43] powerpc/8xx: "
` [PATCH v2 43/43] powerpc/32: Manage KUAP in C

[PATCH] powerpc/perf: Fix the threshold event selection for memory events in power10
 2021-03-09 11:28 UTC  (2+ messages)

[PATCH] powerpc/perf: Fix sampled instruction type for larx/stcx
 2021-03-09 11:26 UTC  (2+ messages)

[PATCH] powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()
 2021-03-09 10:55 UTC  (6+ messages)

[PATCH] powerpc/64s: Use symbolic macros for function entry encoding
 2021-03-09 10:42 UTC  (2+ messages)

[PATCH 0/6] mm: some config cleanups
 2021-03-09 10:12 UTC  (7+ messages)
` [PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
` [PATCH 5/6] mm: Drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK

[PATCH v2 4/7] CMDLINE: powerpc: convert to generic builtin command line
 2021-03-09  7:56 UTC  (2+ messages)

[PATCH v2 3/7] powerpc: convert config files to generic cmdline
 2021-03-09  7:47 UTC  (2+ messages)

[PATCH v2 2/7] CMDLINE: drivers: of: ifdef out cmdline section
 2021-03-09  7:36 UTC  (2+ messages)

[PATCH v2 1/7] CMDLINE: add generic builtin command line
 2021-03-09  7:34 UTC  (2+ messages)

[PATCH v2 7/7] CMDLINE: x86: convert to generic builtin command line
 2021-03-09  6:43 UTC  (2+ messages)

[PATCH] powerpc/vdso32: Add missing _restgpr_31_x to fix build failure
 2021-03-09  6:19 UTC 

Errant readings on LM81 with T2080 SoC
 2021-03-09  5:24 UTC  (10+ messages)

PowerPC64 future proof kernel toc, revised
 2021-03-09  4:56 UTC 

[PATCH 0/6] mm: some config cleanups
 2021-03-09  3:32 UTC  (9+ messages)
` [PATCH 1/6] mm: Generalize ARCH_HAS_CACHE_LINE_SIZE
` [PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
` [PATCH 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
` [PATCH 5/6] mm: Drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCK
` [PATCH 6/6] mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE

[PATCH] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
 2021-03-09  1:52 UTC  (5+ messages)

[PATCH v2 0/7] Generic Command Line changes
 2021-03-09  1:17 UTC  (2+ messages)

[PATCH v3 00/41] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-09  1:14 UTC  (9+ messages)
` [PATCH v3 01/41] KVM: PPC: Book3S HV: Disallow LPCR[AIL] to be set to 1 or 2
` [PATCH v3 02/41] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v3 20/41] KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR

[powerpc:next-test] BUILD SUCCESS 91de4cae55e214bfd8695e4ef9990ced34959e9a
 2021-03-09  0:43 UTC 

[powerpc:merge] BUILD SUCCESS 67f76911b6d44cea4c783271c9633d1414bce4fb
 2021-03-09  0:43 UTC 

[PATCH v2 6/7] CMDLINE: mips: convert to generic builtin command line
 2021-03-09  0:02 UTC 

[PATCH v2 5/7] mips: convert config files to generic cmdline
 2021-03-09  0:02 UTC 

[PATCH v2 0/7] Generic Command Line changes
 2021-03-09  0:02 UTC 

[PATCH v2 2/7] CMDLINE: drivers: of: ifdef out cmdline section
 2021-03-08 23:53 UTC 

[PATCH v2 1/7] CMDLINE: add generic builtin command line
 2021-03-08 23:53 UTC 

[PATCH] net: wan: fix error return code of uhdlc_init()
 2021-03-08 20:00 UTC  (2+ messages)

[PATCH] ASoC: fsl_xcvr: Use devm_platform_ioremap_resource_byname() to simplify code
 2021-03-08 16:06 UTC  (2+ messages)

[PATCH next v4 00/15] printk: remove logbuf_lock
 2021-03-08 15:09 UTC  (3+ messages)

[PATCH v1 12/15] powerpc/uaccess: Refactor get/put_user() and __get/put_user()
 2021-03-08 14:43 UTC  (4+ messages)

[PATCH v4 0/6] Add audio driver base on rpmsg on i.MX platform
 2021-03-08 13:22 UTC  (7+ messages)
` [PATCH v4 1/6] ASoC: soc-component: Add snd_soc_pcm_component_ack
` [PATCH v4 2/6] ASoC: fsl_rpmsg: Add CPU DAI driver for audio base on rpmsg
` [PATCH v4 3/6] ASoC: dt-bindings: fsl_rpmsg: Add binding doc for rpmsg cpu dai driver
` [PATCH v4 4/6] ASoC: imx-audio-rpmsg: Add rpmsg_driver for audio channel
` [PATCH v4 5/6] ASoC: imx-pcm-rpmsg: Add platform driver for audio base on rpmsg
` [PATCH v4 6/6] ASoC: imx-rpmsg: Add machine "

[PATCH v3 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-03-08 13:16 UTC  (4+ messages)
` [PATCH v3 7/7] ASoC: dt-bindings: imx-rpmsg: Add binding doc for rpmsg machine driver

[PATCH] powerpc: Fix instruction encoding for lis in ppc_function_entry()
 2021-03-08 10:40 UTC  (3+ messages)

[RFC PATCH 0/7] Move 64e to new interrupt return code
 2021-03-08  9:52 UTC  (9+ messages)
` [PATCH] powerpc: fix inverted SET_FULL_REGS bitop
` [RFC PATCH 1/7] powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off order
` [RFC PATCH 2/7] powerpc/64e/interrupt: always save nvgprs on interrupt
` [RFC PATCH 3/7] powerpc/64e/interrupt: use new interrupt return
` [RFC PATCH 4/7] powerpc/64e/interrupt: reconcile irq soft-mask state in C
` [RFC PATCH 5/7] KVM: PPC: Remove RECONCILE_IRQ_STATE from guest exit
` [RFC PATCH 6/7] powerpc/64e/interrupt: handle bad_page_fault in C
` [RFC PATCH 7/7] powerpc/64e/interrupt: Use new interrupt context tracking scheme

[PATCH] powerpc: fix inverted SET_FULL_REGS bitop
 2021-03-08  8:55 UTC 

[PATCH v5 00/22] powerpc/32: Implement C syscall entry/exit
 2021-03-08  8:47 UTC  (7+ messages)
` [PATCH v5 05/22] powerpc/irq: Add helper to set regs->softe

[powerpc:next-test 15/17] arch/powerpc/mm/book3s64/hash_utils.c:1986:6: warning: no previous prototype for 'kfence_protect_page'
 2021-03-08  7:03 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 103ebc760cccd96ab1ebc3558881106d48efdcea
 2021-03-07 23:09 UTC 

[powerpc:next-test] BUILD SUCCESS WITH WARNING 7c6d5b4b9e8a472043a26ccc22092aebbe65ca68
 2021-03-07 23:09 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.12-2 tag
 2021-03-07 21:30 UTC  (2+ messages)

[PATCH -next] pci/controller/dwc: convert comma to semicolon
 2021-03-07 18:36 UTC  (4+ messages)

[PATCH] Replace __toc_start + 0x8000 with .TOC
 2021-03-07  6:31 UTC  (3+ messages)

[PATCH] powerpc: iommu: fix build when neither PCI or IBMVIO is set
 2021-03-06 19:44 UTC  (3+ messages)

[PATCH v1 0/3] Remove qe_io{read,write}* IO accessors
 2021-03-06 19:23 UTC  (5+ messages)
` [PATCH v1 1/3] soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*
` [PATCH v1 2/3] tty: serial: ucc_uart: "
  ` [PATCH v1 2/3] tty: serial: ucc_uart: replace qe_io{read, write}* "
` [PATCH v1 3/3] Revert "soc: fsl: qe: introduce qe_io{read,write}* wrappers"


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