LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-23 20:28:38 to 2021-11-26 18:01:15 UTC [more...]

[PATCH] powerpc/code-patching: Relax verification of patchability
 2021-11-26 18:00 UTC  (3+ messages)

[PATCH] powerpc/mm: Use refcount_t for refcount
 2021-11-26 17:55 UTC  (3+ messages)

[PATCH v5 1/3] powerpc/bitops: Use immediate operand when possible
 2021-11-26 17:27 UTC  (2+ messages)

[PATCH v2] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-26 17:02 UTC  (4+ messages)

[PATCH v3] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-26 17:06 UTC 

[PATCH] powerpc: mm: radix_tlb: rearrange the if-else block
 2021-11-26 16:25 UTC  (5+ messages)

[PATCH] w1: Misuse of get_user()/put_user() reported by sparse
 2021-11-26 16:24 UTC  (4+ messages)

[powerpc:merge] BUILD SUCCESS 2dbc3a3e8fc1ea24589150a874cd37904898286a
 2021-11-26 13:47 UTC 

[PATCH] powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
 2021-11-26 12:40 UTC 

[Bug 205099] New: KASAN hit at raid6_pq: BUG: Unable to handle kernel data access at 0x00f0fd0d
 2021-11-26 11:33 UTC  (8+ messages)
` [Bug 205099] "

[PATCH] powerpc/64s/radix: Fix unmapping huge vmaps when CONFIG_HUGETLB_PAGE=n
 2021-11-26 10:55 UTC  (3+ messages)

[PATCH 1/3] powerpc/code-patching: work around code patching verification in patching tests
 2021-11-26 10:39 UTC  (6+ messages)
` [PATCH 2/3] powerpc/code-patching: warn on code patching failure
` [PATCH 3/3] powerpc/code-patching: don't use the stack for code patching tests

[PATCH] powerpc/pseries/vas: Don't print an error when VAS is unavailable
 2021-11-26 10:31 UTC  (3+ messages)

[PATCH] powerpc/ptdump: Fix display a BAT's size unit
 2021-11-26 10:30 UTC 

[PATCH] recordmcount: Support empty section from recent binutils
 2021-11-26  8:43 UTC  (2+ messages)

[PATCH v4 00/17] powerpc: Make hash MMU code build configurable
 2021-11-26  7:20 UTC  (23+ messages)
` [PATCH v4 01/17] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v4 02/17] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v4 03/17] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v4 04/17] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [PATCH v4 05/17] powerpc/pseries: move process table registration away from hash-specific code
` [PATCH v4 06/17] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v4 07/17] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v4 08/17] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v4 09/17] powerpc/64s: move page size definitions from hash specific file
` [PATCH v4 10/17] powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
` [PATCH v4 11/17] powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
` [PATCH v4 12/17] powerpc: make memremap_compat_align 64s-only
` [PATCH v4 13/17] powerpc/64e: remove mmu_linear_psize
` [PATCH v4 14/17] powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
` [PATCH v4 15/17] powerpc/64s: Make hash MMU support configurable
` [PATCH v4 16/17] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
` [PATCH v4 17/17] powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU

[powerpc/merge] ftrace warning while running stress_code_patching
 2021-11-26  6:40 UTC 

linux-next: runtime warnings from qemu run
 2021-11-26  5:48 UTC  (2+ messages)

[PATCH 1/8] powerpc/mm: Make slice specific to book3s/64
 2021-11-26  5:15 UTC  (7+ messages)
      ` [kbuild-all] "

[PATCH v2 2/2] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
 2021-11-26  4:11 UTC  (5+ messages)
      ` [PATCH] powerpc/85xx: fix oops when CONFIG_FSL_PMC=n

[PATCH AUTOSEL 5.10 03/28] powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persistent memory"
 2021-11-26  2:33 UTC 

[PATCH AUTOSEL 5.15 03/39] powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persistent memory"
 2021-11-26  2:31 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 04/39] powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one window

[PATCH] powerpc/watchdog: Fix wd_smp_last_reset_tb reporting
 2021-11-26  0:50 UTC  (4+ messages)

[PATCH v2 0/9] Convert powerpc to default topdown mmap layout
 2021-11-26  0:36 UTC  (12+ messages)
` [PATCH v2 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 6/9] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v2 7/9] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v2 8/9] powerpc/mm: Properly randomise mmap with slices
` [PATCH v2 9/9] powerpc: Simplify and move arch_randomize_brk()

[powerpc:next-test] BUILD SUCCESS dbf69a1d7c9daa284ec98147f627321bdfd64288
 2021-11-25 23:48 UTC 

[powerpc:next] BUILD SUCCESS 3d030e301856da366380b3865fce6c03037b08a6
 2021-11-25 23:48 UTC 

[powerpc:topic/ppc-kvm] BUILD SUCCESS 9c5a432a558105d6145b058fad78eb6fcf3d4c38
 2021-11-25 22:42 UTC 

[PATCH 0/5] xen: cleanup detection of non-essential pv devices
 2021-11-25 15:21 UTC  (4+ messages)

[PATCH v2 1/2] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
 2021-11-25 18:09 UTC  (2+ messages)
` [PATCH v2 2/2] ppc64/fadump: fix inaccurate CPU state info in vmcore generated with panic

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-11-25 18:02 UTC  (7+ messages)
` [PATCH v2 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 5/6] module: Use key_being_used_for for log messages in verify_appended_signature
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH v2 rebased 0/9] Convert powerpc to default topdown mmap layout
 2021-11-25 17:52 UTC  (10+ messages)
` [PATCH v2 rebased 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 rebased 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 rebased 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 rebased 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 rebased 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 rebased 6/9] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v2 rebased 7/9] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v2 rebased 8/9] powerpc/mm: Properly randomise mmap with slices
` [PATCH v2 rebased 9/9] powerpc: Simplify and move arch_randomize_brk()

[PATCH v3 0/4] powerpc: watchdog fixes
 2021-11-25 17:20 UTC  (5+ messages)

[5.16.0-rc2] Kernel warning while running sigfuz w/PPC_IRQ_SOFT_MASK_DEBUG
 2021-11-25 15:23 UTC  (3+ messages)

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2021-11-25 13:59 UTC  (6+ messages)

[powerpc:fixes-test] BUILD SUCCESS 5bb60ea611db1e04814426ed4bd1c95d1487678e
 2021-11-25 13:43 UTC 

[PATCH v2 0/8] sysctl: second set of kernel/sysctl cleanups
 2021-11-25  9:41 UTC  (12+ messages)
` [PATCH v2 2/8] i915: simplify subdirectory registration with register_sysctl()
` [PATCH v2 4/8] ocfs2: "
` [PATCH v2 5/8] test_sysctl: "
` [PATCH v2 6/8] inotify: "
` [PATCH v2 7/8] cdrom: "
` [PATCH v2 8/8] eventpoll: simplify sysctl declaration "

[PATCH] powerpc: Don't bother about .data..Lubsan sections
 2021-11-25 11:43 UTC 

[PATCH v2] powerpc64/exceptions: Refactor code to eliminate a few memory loads
 2021-11-25 11:06 UTC  (3+ messages)

[PATCH] powerpc: tsi108: make EXPORT_SYMBOL follow its function immediately
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH v4 00/53] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-11-25  9:38 UTC  (2+ messages)

[PATCH 0/4] powerpc/security mitigation updates
 2021-11-25  9:35 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/rtas: improved busy and extended delay status handling
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH] powerpc/rtas: kernel-doc fixes
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH] powerpc/pseries: delete scanlog
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH] powerpc/microwatt: Make microwatt_get_random_darn() static
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH 0/6] add missing of_node_put
 2021-11-25  9:35 UTC  (2+ messages)
` (subset) "

[PATCH] powerpc/prom_init: fix the improper check of prom_getprop
 2021-11-25  9:36 UTC  (2+ messages)

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH 1/2] eeh: Small refactor of eeh_handle_normal_event
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH 00/11] powerpc/xive: Improve diagnostic and activate StoreEOI on P10 PowerNV
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH v3] powerpc/code-patching: Improve verification of patchability
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH v1] KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
 2021-11-25  9:34 UTC  (2+ messages)

[PATCH] powerpc/32: Fix hardlockup on vmap stack overflow
 2021-11-25  9:34 UTC  (2+ messages)

[PATCH 0/3] KEXEC_SIG with appended signature
 2021-11-25  9:14 UTC  (16+ messages)

[PATCH 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2021-11-25  8:10 UTC  (3+ messages)
` [PATCH 2/2] tools/perf: Update global/local variants for p_stage_cyc in powerpc

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-11-25  5:49 UTC  (3+ messages)

[PATCH] powerpc/eeh: Delay slot presence check once driver is notified about the pci error
 2021-11-25  5:34 UTC  (6+ messages)

[PATCH 1/1] futex: Wireup futex_waitv syscall
 2021-11-24 23:18 UTC  (7+ messages)

[PATCH 0/8] Convert powerpc to default topdown mmap layout
 2021-11-24 18:00 UTC  (4+ messages)

[PATCH 0/3] of/fdt: Rework early FDT scanning functions
 2021-11-24 17:01 UTC  (8+ messages)
` [PATCH 1/3] of/fdt: Rework early_init_dt_scan_chosen() to call directly
` [PATCH 2/3] of/fdt: Rework early_init_dt_scan_root() "
` [PATCH 3/3] of/fdt: Rework early_init_dt_scan_memory() "

[PATCH 5.15 258/279] signal/powerpc: On swapcontext failure force SIGSEGV
 2021-11-24 11:59 UTC 

[PATCH v3 1/2] powerpc/mce: Avoid using irq_work_queue() in realmode
 2021-11-24 13:10 UTC  (4+ messages)
` [PATCH v3 2/2] pseries/mce: Refactor the pseries mce handling code

[PATCH 1/6] powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()
 2021-11-24  9:32 UTC  (6+ messages)
` [PATCH 2/6] powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
` [PATCH 3/6] powerpc/85xx: Make c293_pcie_pic_init() static
` [PATCH 4/6] powerpc/mm: Move tlbcam_sz() and make it static
` [PATCH 5/6] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
` [PATCH 6/6] powerpc: Mark probe_machine() __init and static

[PATCH v2 1/2] powerpc/mce: Avoid using irq_work_queue() in realmode
 2021-11-24  9:25 UTC  (3+ messages)
` [PATCH v2 2/2] pseries/mce: Refactor the pseries mce handling code

[PATCH] powerpc/perf: Fix task context setting for trace imc
 2021-11-24  2:46 UTC 

[PATCH] powerpc/signal32: Use struct_group() to zero spe regs
 2021-11-24  0:08 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).