linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-08 00:07:22 to 2021-06-10 22:04:11 UTC [more...]

[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages
 2021-06-10 16:20 UTC  (4+ messages)
` [PATCH] "

[PATCH 0/6] mremap fixes
 2021-06-10 22:03 UTC  (9+ messages)
` [PATCH 1/6] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH 2/6] selftest/mremap_test: Avoid crash with static build
` [PATCH 3/6] mm/mremap: Convert huge PUD move to separate helper
` [PATCH 4/6] mm/mremap: Don't enable optimized PUD move if page table levels is 2
` [PATCH 5/6] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH 6/6] mm/mremap: hold the rmap lock in write mode when moving "

[PATCH AUTOSEL 5.12 42/43] powerpc/fsl: set fsl, i2c-erratum-a004447 flag for P2041 i2c controllers
 2021-06-10 22:00 UTC  (4+ messages)
  ` [PATCH AUTOSEL 5.12 42/43] powerpc/fsl: set fsl,i2c-erratum-a004447 "

[PATCH net-next] ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.c
 2021-06-10 21:10 UTC  (4+ messages)

[PATCH] powerpc/signal32: Remove impossible #ifdef combinations
 2021-06-10 15:58 UTC 

[PATCH v3 00/11] powerpc/64: fast interrupt exits
 2021-06-10 13:09 UTC  (12+ messages)
` [PATCH v3 01/11] powerpc: remove interrupt exit helpers unused argument
` [PATCH v3 02/11] powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
` [PATCH v3 03/11] powerpc/64s: avoid reloading (H)SRR registers if they are still valid
` [PATCH v3 04/11] powerpc/64: handle MSR EE and RI in interrupt entry wrapper
` [PATCH v3 05/11] powerpc/64: move interrupt return asm to interrupt_64.S
` [PATCH v3 06/11] powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
` [PATCH v3 07/11] powerpc/64s: save one more register in the masked interrupt handler
` [PATCH v3 08/11] powerpc/64: allow alternate return locations for soft-masked interrupts
` [PATCH v3 09/11] powerpc/64: interrupt soft-enable race fix
` [PATCH v3 10/11] powerpc/64: treat low kernel text as irqs soft-masked
` [PATCH v3 11/11] powerpc/64: use interrupt restart table to speed up return from interrupt

[PATCH] ASoC:fsl_easrc:Remove superfluous error message around platform_get_irq()
 2021-06-10 12:50 UTC 

[next] [powerpc] tau_6xx.c:204:30: error: too many arguments for format [-Werror=format-extra-args]
 2021-06-10 11:54 UTC 

[PATCH] powerpc/vdso: Fix multiple issues with sys_call_table
 2021-06-10 11:36 UTC  (3+ messages)

[PATCH] powerpc/mm/book3s64: Fix possible build error
 2021-06-10  8:36 UTC 

[PATCH 0/5] cpufreq: cppc: Fix suspend/resume specific races with FIE code
 2021-06-10  8:23 UTC  (2+ messages)
` [PATCH 3/5] cpufreq: powerenv: Migrate to ->exit() callback instead of ->stop_cpu()

[RFC] powerpc/pseries: Interface to represent PAPR firmware attributes
 2021-06-10  8:01 UTC  (6+ messages)

[PATCH] powerpc/signal64: Don't read sigaction arguments back from user memory
 2021-06-10  7:29 UTC 

[PATCH] ASoC:fsl_spdif:Remove superfluous error message around platform_get_irq()
 2021-06-10  4:00 UTC 

[PATCH 1/1] of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
 2021-06-09 18:50 UTC  (2+ messages)

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 14:50 UTC  (6+ messages)
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA

[PATCH] powerpc/bpf: Use bctrl for making function calls
 2021-06-09 13:11 UTC  (3+ messages)

[PATCH 0/4] Add perf interface to expose nvdimm
 2021-06-09 12:12 UTC  (7+ messages)
` [PATCH 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 10:58 UTC  (17+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH v1 04/12] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
 2021-06-09 10:05 UTC  (8+ messages)
` [PATCH v1 05/12] mm/memory_hotplug: remove nid parameter from remove_memory() and friends

switch the block layer to use kmap_local_page
 2021-06-09  9:37 UTC  (33+ messages)
` [PATCH 01/16] mm: use kmap_local_page in memzero_page
` [PATCH 02/16] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 03/16] bvec: fix the include guards for bvec.h
` [PATCH 04/16] bvec: add a bvec_kmap_local helper
` [PATCH 05/16] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
  ` [PATCH 05/16] bvec: add memcpy_{from,to}_bvec "
` [PATCH 06/16] block: use memzero_page in zero_fill_bio
` [PATCH 07/16] rbd: use memzero_bvec
` [PATCH 08/16] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 10/16] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 11/16] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 12/16] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 13/16] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 14/16] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 15/16] block: use bvec_kmap_local in t10_pi_type1_{prepare, complete}
` [PATCH 16/16] block: use bvec_kmap_local in bio_integrity_process

[PATCH v2 0/3] powerpc/mm/hash: Time improvements for memory hot(un)plug
 2021-06-09  6:59 UTC  (14+ messages)
` [PATCH v2 1/3] powerpc/mm/hash: Avoid resizing-down HPT on first memory hotplug
` [PATCH v2 2/3] powerpc/mm/hash: Avoid multiple HPT resize-ups on "
` [PATCH v2 3/3] powerpc/mm/hash: Avoid multiple HPT resize-downs on memory hotunplug

[PATCH v1 1/1] powerpc/prom_init: Move custom isspace() to its own namespace
 2021-06-09  7:00 UTC  (3+ messages)

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-09  6:52 UTC  (12+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH] powerpc: Move update_power8_hid0() into its only user
 2021-06-09  6:10 UTC 

[PATCH] powerpc: Remove proc_trap()
 2021-06-09  5:52 UTC 

[PATCH 00/11] fpga: change FPGA indirect article to an
 2021-06-09  3:10 UTC  (14+ messages)
` [PATCH 01/11] dt-bindings: fpga: fpga-region: "
` [PATCH 02/11] Documentation: fpga: dfl: "
` [PATCH 03/11] Documentation: ocxl.rst: "
` [PATCH 04/11] crypto: marvell: cesa: "
` [PATCH 05/11] fpga: "
` [PATCH 06/11] fpga: bridge: "
` [PATCH 07/11] fpga-mgr: "
` [PATCH 08/11] fpga: region: "
` [PATCH 09/11] fpga: of-fpga-region: "
` [PATCH 10/11] fpga: stratix10-soc: "
` [PATCH 11/11] staging: fpgaboot: "

[PATCH] crash_core, vmcoreinfo: Append 'SECTION_SIZE_BITS' to vmcoreinfo
 2021-06-09  2:47 UTC  (5+ messages)

[PATCH v2] lockdown, selinux: avoid bogus SELinux lockdown permission checks
 2021-06-09  2:40 UTC  (6+ messages)
` [PATCH v2] lockdown,selinux: "

[PATCH v15 0/9] powerpc: Further Strict RWX support
 2021-06-09  1:34 UTC  (10+ messages)
` [PATCH v15 1/9] powerpc/mm: Implement set_memory() routines
` [PATCH v15 2/9] powerpc/lib/code-patching: Set up Strict RWX patching earlier
` [PATCH v15 3/9] powerpc/modules: Make module_alloc() Strict Module RWX aware
` [PATCH v15 4/9] powerpc/kprobes: Mark newly allocated probes as ROX
` [PATCH v15 5/9] powerpc/bpf: Remove bpf_jit_free()
` [PATCH v15 6/9] powerpc/bpf: Write protect JIT code
` [PATCH v15 7/9] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v15 8/9] powerpc/mm: implement set_memory_attr()
` [PATCH v15 9/9] powerpc/32: use set_memory_attr()

[PATCH] libnvdimm/pmem: Fix blk_cleanup_disk() usage
 2021-06-08 21:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v7 00/11] Speedup mremap on ppc64
 2021-06-08 20:39 UTC  (12+ messages)
` [PATCH v7 01/11] mm/mremap: Fix race between MOVE_PMD mremap and pageout

[PATCH] powerpc/32: Remove __main()
 2021-06-08 18:25 UTC  (2+ messages)

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-08 16:20 UTC  (14+ messages)
` [PATCH v4 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v4 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v4 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH v3 resend 01/15] mm: add setup_initial_init_mm() helper
 2021-06-08 15:14 UTC  (8+ messages)
` [PATCH v3 resend 11/15] powerpc: convert to setup_initial_init_mm()

[PATCH] powerpc/signal64: Copy siginfo before changing regs->nip
 2021-06-08 13:46 UTC 

[PATCH v2 00/12] powerpc: Cleanup use of 'struct ppc_inst'
 2021-06-08 12:46 UTC  (2+ messages)

[PATCH] powerpc/kprobes: Pass ppc_inst as a pointer to emulate_step() on ppc32
 2021-06-08 11:34 UTC  (6+ messages)

[PATCH] powerpc: Fix kernel-jump address for ppc64 wrapper boot
 2021-06-08 11:03 UTC  (6+ messages)

[PATCH] selftests/powerpc: Handle more misreporting cases in spectre_v2
 2021-06-08  6:48 UTC 

[PATCH] selftests/powerpc: Fix typo in spectre_v2
 2021-06-08  5:48 UTC 

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-08  5:39 UTC  (4+ messages)
` [PATCH 20/30] nullb: use blk_mq_alloc_disk

[PATCH] powerpc: Fix duplicate included _clear.h
 2021-06-08  2:26 UTC  (2+ messages)

[PATCH -next] soc: fsl: dpio: use list_move_tail instead of list_del/list_add_tail
 2021-06-08  0:50 UTC 


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