messages from 2019-11-09 01:23:43 to 2019-11-12 17:25:42 UTC [more...]
[PATCH 00/33] exception cleanup, syscall in C and !COMPAT
2019-11-12 16:52 UTC (10+ messages)
` [PATCH 01/33] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH 02/33] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH 03/33] powerpc/64s/exception: Add GEN_KVM "
` [PATCH 04/33] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH 05/33] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH 06/33] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH 07/33] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH 08/33] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH 09/33] powerpc/64s/exception: Add ISIDE option
[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
2019-11-12 14:45 UTC (14+ messages)
` [PATCH v10 5/8] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v10 6/8] KVM: PPC: Support reset of secure guest
` [PATCH v10 7/8] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
use generic DMA mapping code in powerpc V4
2019-11-12 14:41 UTC (15+ messages)
` Bug 205201 - overflow of DMA mask and bus mask
[PATCH] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one
2019-11-12 12:01 UTC (3+ messages)
[PATCH] powerpc/xive: Prevent page fault issues in the machine crash handler
2019-11-12 12:48 UTC (3+ messages)
[PATCH v1 0/7] PCI: dt: Remove magic numbers for legacy PCI IRQ interrupts
2019-11-12 12:48 UTC (5+ messages)
` [PATCH v1 5/7] powerpc: dts: fsl: Use IRQ flags "
` [PATCH v1 6/7] powerpc: dts: "
[PATCH 03/34] powerpc: Use CONFIG_PREEMPTION
2019-11-12 12:38 UTC (6+ messages)
` [PATCH 03/34 v2] "
` [PATCH 03/34 v3] "
[PATCH v1 00/12] powerpc/pseries: CMM: Implement balloon compaction and remove isolate notifier
2019-11-12 11:12 UTC (5+ messages)
` [PATCH v1 08/12] powerpc/pseries: CMM: Implement balloon compaction
[PATCH v2 0/9] Fixes and Enablement of ibm,drc-info property
2019-11-12 10:50 UTC (13+ messages)
` [PATCH v2 1/9] powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entry
` [PATCH v2 2/9] powerpc/pseries: Fix drc-info mappings of logical cpus to drc-index
` [PATCH v2 3/9] powerpc/pseries: Add cpu DLPAR support for drc-info property
` [PATCH v2 4/9] PCI: rpaphp: Fix up pointer to first drc-info entry
` [PATCH v2 5/9] PCI: rpaphp: Don't rely on firmware feature to imply drc-info support
` [PATCH v2 6/9] PCI: rpaphp: Add drc-info support for hotplug slot registration
` [PATCH v2 7/9] PCI: rpaphp: annotate and correctly byte swap DRC properties
` [PATCH v2 7/9] PCI: rpaphp: Annotate "
` [PATCH v2 8/9] PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-info
` [PATCH v2 9/9] powerpc/pseries: Enable support for ibm, drc-info property
[PATCH v5 0/6] powerpc: convert cache asm to C
2019-11-12 10:49 UTC (3+ messages)
` [PATCH v5 4/6] powerpc: Convert flush_icache_range & friends "
[PATCH 00/50] Add log level to show_stack()
2019-11-12 10:12 UTC (20+ messages)
[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
2019-11-12 9:13 UTC (7+ messages)
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
[4.4] Backport request: powerpc: Fix compiling a BE kernel with a powerpc64le toolchain
2019-11-12 8:52 UTC
[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
2019-11-12 8:17 UTC (12+ messages)
` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read, write}* wrappers
` [PATCH v4 34/47] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE
[PATCH stable 4.4] powerpc/boot: Request no dynamic linker for boot wrapper
2019-11-12 6:59 UTC
[PATCH V9] mm/debug: Add tests validating architecture page table helpers
2019-11-12 6:52 UTC (4+ messages)
[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
2019-11-12 6:51 UTC (25+ messages)
` [PATCH v3 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v3 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v3 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v3 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v3 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v3 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v3 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v3 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v3 11/23] IB/{core, hw, umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v3 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v3 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v3 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v3 15/23] net/xdp: "
` [PATCH v3 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v3 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v3 18/23] vfio, mm: "
` [PATCH v3 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v3 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v3 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v3 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)
net-next branch fails to build on my P8 CI system
2019-11-12 5:58 UTC
[PATCH 00/10] Add support for OpenCAPI SCM devices
2019-11-12 5:41 UTC (9+ messages)
` [PATCH 04/10] powerpc: Map & release OpenCAPI LPC memory
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal
[PATCH V9 RESEND] mm/debug: Add tests validating architecture page table helpers
2019-11-12 5:02 UTC
[PATCH v2 0/4] Replace current->mm by kvm->mm on powerpc/kvm
2019-11-12 4:57 UTC (3+ messages)
` [PATCH v2 1/4] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
[PATCH 2/2] powerpc/perf: Check pmus_inuse flag in perf_event_print_debug()
2019-11-12 2:44 UTC (2+ messages)
[PATCH 0/2] vfio pci: Add support for OpenCAPI devices
2019-11-12 2:15 UTC (6+ messages)
` [PATCH 2/2] vfio/pci: Introduce OpenCAPI devices support
[PATCH v9 0/4] powerpc: expose secure variables to the kernel and userspace
2019-11-12 1:21 UTC (7+ messages)
` [PATCH v9 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v9 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v9 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v9 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring
[RFC v2 0/2] Enable IOMMU support for pseries Secure VMs
2019-11-12 1:15 UTC (4+ messages)
` [RFC v2 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor
[PATCH] macintosh/ams-input: switch to using input device polling mode
2019-11-12 0:41 UTC (2+ messages)
[PATCH v2 00/18] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
2019-11-11 21:46 UTC (6+ messages)
` [PATCH v2 04/18] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 13/18] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
[PATCH V8] mm/debug: Add tests validating architecture page table helpers
2019-11-11 19:06 UTC (9+ messages)
[PATCH v2 00/10] Improvements for random.h/archrandom.h
2019-11-11 17:20 UTC (2+ messages)
[PATCH v15 0/9] open: introduce openat2(2) syscall
2019-11-11 13:24 UTC (2+ messages)
[alsa-devel] [PATCH] ASoC: fsl_audmix: Add spin lock to protect tdms
2019-11-11 12:59 UTC (2+ messages)
[PATCH V2] ASoC: fsl_audmix: Add spin lock to protect tdms
2019-11-11 12:59 UTC (2+ messages)
` [alsa-devel] "
[PATCH 00/23] y2038 cleanups
2019-11-11 12:44 UTC (3+ messages)
` [PATCH 12/23] y2038: syscalls: change remaining timeval to __kernel_old_timeval
[Bug 205201] New: Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
2019-11-11 12:19 UTC (4+ messages)
` [Bug 205201] "
[PATCH v4 0/3] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
2019-11-11 8:01 UTC (2+ messages)
` [PATCH v4 1/3] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo
[PATCH 0/3] powerpc/mm: Conditionally call H_BLOCK_REMOVE
2019-09-12 13:32 UTC (3+ messages)
` [PATCH 1/3] powerpc/mm: Initialize the HPTE encoding values
[PATCH V3 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
2019-11-11 9:18 UTC (2+ messages)
` [PATCH V3 2/2] ASoC: fsl_asrc: Add support "
[alsa-devel] [PATCH V2 1/2] ASoC: dt-bindings: fsl_asrc: add compatible string for imx8qm
2019-11-11 9:06 UTC
[PATCH] ASoC: fsl_audmix: Add spin lock to protect tdms
2019-11-11 7:37 UTC (3+ messages)
` [alsa-devel] "
linux-next: build warning after merge of the net-next tree
2019-11-11 1:45 UTC (2+ messages)
Autobiography of Singaporean Targeted Individual Mr. Turritopsis Dohrnii Teo En Ming (Very First Draft, Lots More to Add in Future)
2019-11-10 13:11 UTC
5.3.7 64-bits kernel doesn't boot on G5 Quad
2019-11-10 10:45 UTC
[PATCH AUTOSEL 4.4 04/40] powerpc/iommu: Avoid derefence before pointer check
2019-11-10 2:50 UTC (5+ messages)
` [PATCH AUTOSEL 4.4 05/40] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.4 06/40] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.4 07/40] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.4 10/40] net: toshiba: fix return type of ndo_start_xmit function
[PATCH AUTOSEL 4.9 04/66] powerpc/iommu: Avoid derefence before pointer check
2019-11-10 2:47 UTC (5+ messages)
` [PATCH AUTOSEL 4.9 05/66] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.9 06/66] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.9 08/66] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.9 11/66] net: toshiba: fix return type of ndo_start_xmit function
[PATCH AUTOSEL 4.14 010/109] powerpc/iommu: Avoid derefence before pointer check
2019-11-10 2:44 UTC (7+ messages)
` [PATCH AUTOSEL 4.14 011/109] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.14 012/109] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.14 013/109] powerpc: Fix duplicate const clang warning in user access code
` [PATCH AUTOSEL 4.14 016/109] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.14 019/109] net: toshiba: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.14 045/109] net: freescale: "
[PATCH AUTOSEL 4.19 025/191] net: ibm: fix return type of ndo_start_xmit function
2019-11-10 2:39 UTC (15+ messages)
` [PATCH AUTOSEL 4.19 026/191] powerpc/iommu: Avoid derefence before pointer check
` [PATCH AUTOSEL 4.19 027/191] selftests/powerpc: Do not fail with reschedule
` [PATCH AUTOSEL 4.19 028/191] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH AUTOSEL 4.19 029/191] powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR request
` [PATCH AUTOSEL 4.19 030/191] powerpc/pseries: Disable CPU hotplug across migrations
` [PATCH AUTOSEL 4.19 031/191] powerpc: Fix duplicate const clang warning in user access code
` [PATCH AUTOSEL 4.19 036/191] libfdt: Ensure INT_MAX is defined in libfdt_env.h
` [PATCH AUTOSEL 4.19 041/191] net: toshiba: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.19 061/191] PCI: portdrv: Initialize service drivers directly
` [PATCH AUTOSEL 4.19 079/191] PCI/AER: Take reference on error devices
` [PATCH AUTOSEL 4.19 080/191] PCI/AER: Don't read upstream ports below fatal errors
` [PATCH AUTOSEL 4.19 081/191] PCI/ERR: Use slot reset if available
` [PATCH AUTOSEL 4.19 085/191] net: freescale: fix return type of ndo_start_xmit function
` [PATCH AUTOSEL 4.19 145/191] PCI/ERR: Run error recovery callbacks for all affected devices
PROBLEM: PCIe Error atleast "help and other detail related"
2019-11-09 20:21 UTC
[PATCH v8 0/4] powerpc: expose secure variables to the kernel and userspace
2019-11-09 19:00 UTC (5+ messages)
` [PATCH v8 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v8 2/4] powerpc: expose secure variables to userspace via sysfs
` [PATCH v8 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v8 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring
[PATCH 0/3] ocxl: Support for an 0penCAPI device in a QEMU guest
2019-11-09 13:07 UTC (5+ messages)
` [PATCH 3/3] powerpc/pseries: Fixup config space size of OpenCAPI devices
[PATCH v3 0/4] reorganize and add FADump sysfs files
2019-11-09 12:59 UTC (6+ messages)
` [PATCH v3 1/4] Documentation/ABI: add ABI documentation for /sys/kernel/fadump_*
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* sysfs files
` [PATCH v3 3/4] Documentation/ABI: mark /sys/kernel/fadump_* sysfs files deprecated
` [PATCH v3 4/4] powerpc/fadump: sysfs for fadump memory reservation
[PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() for PG_reserved changes
2019-11-08 23:01 UTC (8+ messages)
page: next (older) | prev (newer) | latest
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).