All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-01 10:06:25 to 2021-02-01 10:43:37 UTC [more...]

[PATCH 0/3] soundwire: clear bus clash/parity interrupt before the mask is enabled
 2021-02-01 10:42 UTC  (8+ messages)
` [PATCH 1/3] soundwire: bus: clear bus clash "
` [PATCH 2/3] soundwire: intel: add SDW_MASTER_QUIRKS_CLEAR_INITIAL_CLASH quirk

[PATCH] use x86 cpu park to speedup smp_init in kexec situation
 2021-02-01 10:38 UTC  (10+ messages)
      ` [PATCH 1/6] x86/apic/x2apic: Fix parallel handling of cluster_mask
        ` [PATCH 2/6] cpu/hotplug: Add dynamic states before CPUHP_BRINGUP_CPU for parallel bringup
        ` [PATCH 3/6] x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()
        ` [PATCH 4/6] x86/smpboot: Split up native_cpu_up into separate phases
        ` [PATCH 5/6] cpu/hotplug: Move idle_thread_get() to <linux/smpboot.h>
        ` [PATCH 6/6] pre states for x86

[PATCH v2 0/8] arm64: Relocate absolute hyp VAs
 2021-02-01 10:42 UTC  (5+ messages)
` [PATCH v2 4/8] KVM: arm64: Generate hyp relocation data

[PATCH] soundwire: return earlier if no slave is attached
 2021-02-01 10:41 UTC  (2+ messages)

[PATCH] soundwire: bus: add better dev_dbg to track complete() calls
 2021-02-01 10:40 UTC  (2+ messages)

[PATCH v2 0/2] i2c: i2c-amd-mp2: Clean up driver
 2021-02-01 10:38 UTC  (5+ messages)
` [PATCH v2 1/2] i2c: i2c-amd-mp2: Remove NIH logging functions
` [PATCH v2 2/2] i2c: i2c-amd-mp2: Remove unused macro

[PATCH v1 0/2] Make fw_devlink=on more forgiving
 2021-02-01 10:39 UTC  (5+ messages)
` [PATCH v1 2/2] driver core: fw_devlink: Handle missing drivers for optional suppliers

[PATCH v6 0/4] Add support for x509 certs with NIST p256 and p192 keys
 2021-02-01 10:39 UTC  (5+ messages)
` [PATCH v6 2/4] x509: Detect sm2 keys by their parameters OID
` [PATCH v6 4/4] ima: Support EC keys for signature verification

[PATCH v2 1/2] dt-bindings: panel: Add Samsung S6E3FA2 panel
 2021-02-01 10:37 UTC  (2+ messages)
` [PATCH v2 2/2] drm/panel: Add panel for Samsung Galaxy S5

[PATCH mm] kasan: untag addresses for KFENCE
 2021-02-01 10:40 UTC  (2+ messages)

[PATCH v5 0/8] drm/mediatek: add support for mediatek SOC MT8192
 2021-02-01 10:37 UTC  (27+ messages)
` [PATCH v5 1/8] drm/mediatek: add component OVL_2L2
` [PATCH v5 2/8] drm/mediatek: add component POSTMASK
` [PATCH v5 3/8] drm/mediatek: add component RDMA4
` [PATCH v5 4/8] drm/mediatek: separate ccorr module
` [PATCH v5 5/8] drm/mediatek: Fix ccorr size config
` [PATCH v5 6/8] drm/mediatek: add matrix_bits private data for ccorr
` [PATCH v5 7/8] soc: mediatek: add mtk mutex support for MT8192
` [PATCH v5 8/8] drm/mediatek: add support for mediatek SOC MT8192

[PATCH] drm/amdkfd: fix null pointer panic while free buffer in kfd
 2021-02-01 10:39 UTC 

[PATCH 0/2] net: usbnet: convert to new tasklet API
 2021-02-01 10:36 UTC  (5+ messages)
` [PATCH 1/2] net: usbnet: initialize tasklet using tasklet_init
` [PATCH 2/2] net: usbnet: use new tasklet API

[PATCH 00/10] target: Provide target-specific Kconfig
 2021-02-01 10:29 UTC  (10+ messages)
` [PATCH 01/10] hw/sh4/Kconfig: Rename CONFIG_SH4 -> CONFIG_SH4_PERIPHERALS
` [PATCH 02/10] hw/lm32/Kconfig: Introduce CONFIG_LM32_EVR for lm32-evr/uclinux boards
` [PATCH 03/10] hw/sh4/Kconfig: Rename CONFIG_LM32 -> CONFIG_LM32_PERIPHERALS

[PATCH 0/1] sched/topology: NUMA distance deduplication
 2021-02-01 10:35 UTC  (5+ messages)
` [PATCH 1/1] sched/topology: Make sched_init_numa() use a set for the deduplicating sort

[PATCH] usbnet: fix the indentation of one code snippet
 2021-02-01 10:34 UTC  (2+ messages)

[PATCH] x86/pod: Do not fragment PoD memory allocations
 2021-02-01 10:35 UTC  (12+ messages)

[PATCH v15 00/23] i386 cleanup PART 2
 2021-02-01 10:09 UTC  (24+ messages)
` [PATCH v15 01/23] cpu: Introduce TCGCpuOperations struct
` [PATCH v15 02/23] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PATCH v15 03/23] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PATCH v15 04/23] cpu: Move synchronize_from_tb() to tcg_ops
` [PATCH v15 05/23] cpu: Move cpu_exec_* "
` [PATCH v15 06/23] cpu: Move tlb_fill "
` [PATCH v15 07/23] cpu: Move debug_excp_handler "
` [PATCH v15 08/23] target/arm: do not use cc->do_interrupt for KVM directly
` [PATCH v15 09/23] cpu: move cc->do_interrupt to tcg_ops
` [PATCH v15 10/23] cpu: move cc->transaction_failed "
` [PATCH v15 11/23] cpu: move do_unaligned_access "
` [PATCH v15 12/23] physmem: make watchpoint checking code TCG-only
` [PATCH v15 13/23] cpu: move adjust_watchpoint_address to tcg_ops
` [PATCH v15 14/23] cpu: move debug_check_watchpoint "
` [PATCH v15 15/23] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PATCH v15 16/23] accel: extend AccelState and AccelClass to user-mode
` [PATCH v15 17/23] accel: replace struct CpusAccel with AccelOpsClass
` [PATCH v15 18/23] accel: introduce AccelCPUClass extending CPUClass
` [PATCH v15 19/23] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v15 20/23] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v15 21/23] hw/core/cpu: call qemu_init_vcpu in cpu_common_realizefn
` [PATCH v15 22/23] accel: introduce new accessor functions
` [PATCH v15 23/23] accel-cpu: make cpu_realizefn return a bool

git fails with a broken pipe when one quits the pager
 2021-02-01 10:34 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t] meson: Turn off -Werror
 2021-02-01 10:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[Intel-gfx] [PATCH] drm/i915/bios: tidy up child device debug logging
 2021-02-01 10:33 UTC  (3+ messages)

[PATCH v1] cifs: make nested cifs mount point dentries always valid to deal with signaled 'df'
 2021-02-01 10:31 UTC  (3+ messages)

[Bug 211467] New: Regression affecting 32->64 bit SYSENTER on AMD
 2021-02-01 10:31 UTC  (2+ messages)
` [Bug 211467] "

[PATCH v8 00/16] acquire_resource size and external IPT monitoring
 2021-02-01 10:32 UTC  (5+ messages)
` [PATCH v8 06/16] xen/memory: Fix mapping grant tables with XENMEM_acquire_resource
` [PATCH v8 07/16] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vmtrace

[PATCH] driver/perf: Remove ARM_SMMU_V3_PMU dependency on ARM_SMMU_V3
 2021-02-01 10:24 UTC  (2+ messages)

[GIT PULL] defconfig: mediatek: updates for v5.12
 2021-02-01 10:19 UTC  (4+ messages)

[PATCH 0/2] Add MediaTek MT8192 clock provider device nodes
 2021-02-01 10:15 UTC  (5+ messages)

[GIT PULL] arm64: dts: mediatek: updates for v5.12
 2021-02-01 10:12 UTC  (4+ messages)

[Linux-kernel-mentees] [RFC PATCH resend] vidtv: adapter->mdev was set too late
 2021-02-01 10:30 UTC  (3+ messages)
  `  "

[dpdk-dev] Question: typedef of eventdev_info_get_t bug?
 2021-02-01 10:31 UTC  (4+ messages)

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-01 10:05 UTC  (43+ messages)
` [PATCH v3 net-next 01/21] iov_iter: Introduce new procedures for copy to iter/pages
` [PATCH v3 net-next 02/21] net: Introduce direct data placement tcp offload
` [PATCH v3 net-next 03/21] net: Introduce crc offload for tcp ddp ulp
` [PATCH v3 net-next 04/21] net: SKB copy(+hash) iterators for DDP offloads
` [PATCH v3 net-next 05/21] net/tls: expose get_netdev_for_sock
` [PATCH v3 net-next 06/21] nvme-tcp: Add DDP offload control path
` [PATCH v3 net-next 07/21] nvme-tcp: Add DDP data-path
` [PATCH v3 net-next 08/21] nvme-tcp : Recalculate crc in the end of the capsule
` [PATCH v3 net-next 09/21] nvme-tcp: Deal with netdevice DOWN events
` [PATCH v3 net-next 10/21] net/mlx5: Header file changes for nvme-tcp offload
` [PATCH v3 net-next 11/21] net/mlx5: Add 128B CQE for NVMEoTCP offload
` [PATCH v3 net-next 12/21] net/mlx5e: TCP flow steering for nvme-tcp
` [PATCH v3 net-next 13/21] net/mlx5e: NVMEoTCP offload initialization
` [PATCH v3 net-next 14/21] net/mlx5e: KLM UMR helper macros
` [PATCH v3 net-next 15/21] net/mlx5e: NVMEoTCP use KLM UMRs
` [PATCH v3 net-next 16/21] net/mlx5e: NVMEoTCP queue init/teardown
` [PATCH v3 net-next 17/21] net/mlx5e: NVMEoTCP async ddp invalidation
` [PATCH v3 net-next 18/21] net/mlx5e: NVMEoTCP ddp setup and resync
` [PATCH v3 net-next 19/21] net/mlx5e: NVMEoTCP, data-path for DDP+CRC offload
` [PATCH v3 net-next 20/21] net/mlx5e: NVMEoTCP statistics
` [PATCH v3 net-next 21/21] Documentation: add TCP DDP offload documentation

[PATCH] ARM: kexec: Fix panic after TLB are invalidated
 2021-02-01 10:10 UTC  (3+ messages)

[PATCH] powerpc/603: Fix protection of user pages mapped with PROT_NONE
 2021-02-01 10:22 UTC  (2+ messages)

[PATCH 5/8] lib: bitmap: remove the 'extern' keyword from function declarations
 2021-02-01 10:28 UTC  (4+ messages)
    ` [PATCH 8/8] gpio: sim: new testing module

[PATCH bpf-next V14 0/7] bpf: New approach for BPF MTU handling
 2021-02-01 10:28 UTC 

[Buildroot] Question on udhcpc script
 2021-02-01 10:30 UTC 

[PATCH v2 4/4] hw/xen: Have Xen machines select 9pfs
 2021-02-01 10:23 UTC  (4+ messages)

[PATCH v3] Fix crash with IOthread when block commit after snapshot
 2021-02-01 10:27 UTC  (3+ messages)
` [PATCH v4] blockjob: "

[Buildroot] [PATCH] package/libgpiod: bump to version 1.6.2
 2021-02-01 10:29 UTC  (2+ messages)

[PATCH] printk: fix deadlock when kernel panic
 2021-02-01 10:26 UTC 

[RFC PATCH 1/2] soundwire: add support for static port mapping
 2021-02-01 10:27 UTC  (12+ messages)

[PATCH] firmware: xilinx: Remove zynqmp_pm_get_eemi_ops() in IS_REACHABLE(CONFIG_ZYNQMP_FIRMWARE)
 2021-02-01 10:08 UTC  (2+ messages)

[PATCH printk-rework 00/12] printk: remove logbuf_lock
 2021-02-01 10:26 UTC  (3+ messages)
` [PATCH printk-rework 09/12] um: synchronize kmsg_dumper

[PATCH RFC v2 00/10] vdpa: add vdpa simulator for block device
 2021-02-01 10:23 UTC  (9+ messages)
` [PATCH RFC v2 03/10] vringh: reset kiov 'consumed' field in __vringh_iov()
` [PATCH RFC v2 04/10] vringh: implement vringh_kiov_advance()

[MPTCP] Re: [PATCH net-next v3] mptcp: fix length of MP_PRIO suboption
 2021-02-01 10:23 UTC 

[PATCH] libsdl2: upgrade to 2.0.14
 2021-02-01 10:23 UTC 

[Buildroot] [git commit] support/scripts/pkg-stats: properly handle host packages with -c option
 2021-02-01 10:23 UTC  (2+ messages)

[PATCH rdma-next 00/10] Various cleanups
 2021-02-01 10:19 UTC  (3+ messages)
` [PATCH rdma-next 02/10] IB/mlx5: Avoid calling query device for reading pkey table length

Bugs: usb serial crash when close second comport
 2021-02-01 10:19 UTC 

[Buildroot] [RFC PATCH 0/1] package/sysklogd: proposal to update default syslog.conf
 2021-02-01 10:16 UTC  (6+ messages)

[PATCH] cpufreq: Remove CPUFREQ_STICKY flag
 2021-02-01 10:05 UTC  (4+ messages)

[PATCH] soundwire: debugfs: use controller id instead of link_id
 2021-02-01 10:14 UTC  (10+ messages)

[PATCH] mm/page_owner: Record the timestamp of all pages during free
 2021-02-01 10:13 UTC  (2+ messages)

KASAN: use-after-free Read in rxrpc_send_data_packet
 2021-02-01 10:12 UTC  (2+ messages)

[PATCH 0/5] Clock fixes for DSI 10nm PLL
 2021-02-01 10:11 UTC  (4+ messages)
` [PATCH 3/5] drm/msm/dsi_pll_10nm: Fix bad VCO rate calculation and prescaler

[kvm-unit-tests PATCH v1 2/5] s390x: css: simplifications of the tests
 2021-02-01 10:11 UTC 

[PATCH] PM: domains: Simplify the calculation of variables
 2021-02-01 10:08 UTC  (2+ messages)

[PATCH] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
 2021-02-01 10:10 UTC  (3+ messages)

[PATCH] MAINTAINERS: add my github tree URL
 2021-02-01 10:08 UTC  (3+ messages)

[PATCH v2 bpf-next] net: veth: alloc skb in bulk for ndo_xdp_xmit
 2021-02-01 10:06 UTC  (4+ messages)

[Buildroot] [PATCH 1/3] package/intel-mediadriver: fix build with gcc 10
 2021-02-01 10:09 UTC  (6+ messages)
` [Buildroot] [PATCH 2/3] package/intel-mediadriver: drop unrecognized options
` [Buildroot] [PATCH 3/3] package/intel-mediadriver: fix option

WARNING: suspicious RCU usage in kernfs_iop_permission
 2021-02-01 10:06 UTC  (2+ messages)

corrupted pvqspinlock in htab_map_update_elem
 2021-02-01 10:06 UTC  (3+ messages)

[RFC 0/7] KVM: PKS Virtualization support
 2021-02-01 10:05 UTC  (5+ messages)
` [RFC 2/7] KVM: VMX: Expose IA32_PKRS MSR

[PATCH 2/2] dmaengine: fsl-dpaa2-qdma: Update DPDMAI interfaces
 2021-02-01 10:06 UTC  (2+ messages)

BUG: Bad page state (8)
 2021-02-01 10:07 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.