messages from 2021-03-09 00:04:16 to 2021-03-10 17:47:41 UTC [more...]
[PATCH v2 00/15] powerpc: Cleanup of uaccess.h and adding asm goto for get_user()
2021-03-10 17:46 UTC (3+ messages)
` [PATCH v2 01/15] powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
` [PATCH v2 02/15] powerpc/uaccess: Define ___get_user_instr() for ppc32
[PATCH] cxl: don't manipulate the mm.mm_users field directly
2021-03-10 17:44 UTC
[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
2021-03-10 17:37 UTC (10+ messages)
make alloc_anon_inode more useful
2021-03-10 16:32 UTC (29+ 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 "
PowerPC64 future proof kernel toc, revised
2021-03-10 16:17 UTC (8+ messages)
` PowerPC64 future proof kernel toc, revised for lld
[PATCH v4 00/14] Restricted DMA
2021-03-10 16:07 UTC (3+ messages)
` [PATCH v4 13/14] dt-bindings: of: Add restricted DMA pool
[PATCH V2 1/2] powerpc/perf: Infrastructure to support checking of attr.config*
2021-03-10 15:19 UTC (4+ messages)
` [PATCH V2 2/2] powerpc/perf: Add platform specific check_attr_config
[PATCH] powerpc: Fix missing declaration of [en/dis]able_kernel_vsx()
2021-03-10 13:33 UTC (7+ messages)
[PATCH v4 0/6] Add audio driver base on rpmsg on i.MX platform
2021-03-10 13:33 UTC (4+ messages)
` [PATCH v4 3/6] ASoC: dt-bindings: fsl_rpmsg: Add binding doc for rpmsg cpu dai driver
[PATCH] powerpc/Makefile: Remove workaround for gcc versions below 4.9
2021-03-10 12:43 UTC
VIO bus not initialized
2021-03-10 12:05 UTC
[PATCH] powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#"
2021-03-10 11:18 UTC (2+ messages)
[PATCH] powerpc: Force inlining of cpu_has_feature() to avoid build failure
2021-03-10 12:10 UTC
cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
2021-03-10 10:55 UTC (12+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG
` [Freedreno] "
[PATCH v3] powerpc/32: remove bogus ppc_select syscall
2021-03-10 10:00 UTC (6+ messages)
[PATCH] KVM: PPC: Book3S HV: Do not expose HFSCR sanitisation to nested hypervisor
2021-03-10 9:23 UTC (6+ messages)
[PATCH] powerpc/mm: Add cond_resched() while removing hpte mappings
2021-03-10 9:17 UTC (3+ messages)
[PATCH v1 00/15] powerpc: Cleanup of uaccess.h
2021-03-10 8:14 UTC (7+ messages)
` [PATCH v1 01/15] powerpc/uaccess: Remove __get_user_allowed() and unsafe_op_wrap()
` [PATCH v1 03/15] powerpc/uaccess: Remove __get/put_user_inatomic()
[PATCH] powerpc: fix warning comparing pointer to 0
2021-03-10 6:42 UTC
[PATCH V2] mm/memtest: Add ARCH_USE_MEMTEST
2021-03-10 6:03 UTC (2+ messages)
[PATCH 0/6] mm: some config cleanups
2021-03-10 5:20 UTC (4+ messages)
` [PATCH 2/6] mm: Generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)
[PATCH v4] powerpc/uprobes: Validation for prefixed instruction
2021-03-10 5:13 UTC (5+ messages)
Errant readings on LM81 with T2080 SoC
2021-03-10 5:06 UTC (13+ messages)
[PATCH v2] powerpc/kexec_file: Restore FDT size estimation for kdump kernel
2021-03-10 5:03 UTC (5+ messages)
[PATCH 0/6] mm: some config cleanups
2021-03-10 4:39 UTC (8+ 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 00/43] powerpc/32: Switch to interrupt entry/exit in C
2021-03-10 1:37 UTC (49+ 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 v2 0/8] powerpc/xive: Map one IPI interrupt per node
2021-03-09 17:26 UTC (22+ 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 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] ethernet: ucc_geth: Use kmemdup instead of kmalloc and memcpy
2021-03-09 21:41 UTC (2+ messages)
[PATCH v2 4/7] CMDLINE: powerpc: convert to generic builtin command line
2021-03-09 21:40 UTC (3+ messages)
[PATCH v2 3/7] powerpc: convert config files to generic cmdline
2021-03-09 21:29 UTC (3+ messages)
[PATCH 0/3] powerpc/qspinlock: Some tuning updates
2021-03-09 17:30 UTC (7+ 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] 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/64s: Use symbolic macros for function entry encoding
2021-03-09 10:42 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
[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 (7+ 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]
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).