All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-01 09:19:59 to 2021-02-01 10:12:04 UTC [more...]

[PATCH v15 00/23] i386 cleanup PART 2
 2021-02-01 10:08 UTC  (4+ 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

[kvm-unit-tests PATCH v1 1/5] s390x: css: Store CSS Characteristics
 2021-02-01 10:11 UTC  (2+ messages)
  ` [kvm-unit-tests PATCH v1 2/5] s390x: css: simplifications of the tests

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

[PATCH v3 net-next 00/21] nvme-tcp receive offloads
 2021-02-01 10:05 UTC  (21+ 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 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 v8 00/16] acquire_resource size and external IPT monitoring
 2021-02-01 10:10 UTC  (5+ messages)
` [PATCH v8 06/16] xen/memory: Fix mapping grant tables with XENMEM_acquire_resource
` [PATCH v8 16/16] x86/vm_event: Carry the vmtrace buffer position in vm_event

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

[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  (2+ messages)

BUG: Bad page state (8)
 2021-02-01 10:07 UTC  (2+ 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

[PATCH net] net: lapb: Copy the skb before sending a packet
 2021-02-01 10:05 UTC  (2+ messages)

WARNING: suspicious RCU usage in kernfs_iop_permission
 2021-02-01 10:06 UTC  (2+ 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)

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

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

[Intel-gfx] [PATCH i-g-t] intel_gpu_top: Hide unused clients
 2021-02-01 10:05 UTC  (7+ messages)
` [Intel-gfx] [PATCH i-g-t v2] "
    ` [igt-dev] "
    ` [Intel-gfx] "

[Intel-gfx] [PATCH] drm/i915/selftests: Use a single copy of the mocs table
 2021-02-01 10:04 UTC 

[PATCH 4.9 00/12] Futex back-port from v4.14
 2021-02-01 10:01 UTC  (13+ messages)
` [PATCH 01/12] y2038: futex: Move compat implementation into futex.c
` [PATCH 02/12] futex: Move futex exit handling into futex code
` [PATCH 03/12] futex: Replace PF_EXITPIDONE with a state
` [PATCH 04/12] exit/exec: Seperate mm_release()
` [PATCH 05/12] futex: Split futex_mm_release() for exit/exec
` [PATCH 06/12] futex: Set task::futex_state to DEAD right after handling futex exit
` [PATCH 07/12] futex: Mark the begin of futex exit explicitly
` [PATCH 08/12] futex: Sanitize exit state handling
` [PATCH 09/12] futex: Provide state handling for exec() as well
` [PATCH 10/12] futex: Add mutex around futex exit
` [PATCH 11/12] futex: Provide distinct return value when owner is exiting
` [PATCH 12/12] futex: Prevent exit livelock

[PATCH RESEND] dt-bindings: ethernet-controller: fix fixed-link specification
 2021-02-01 10:02 UTC 

[PATCH v1] usb: typec: tcpm: Handle vbus shutoff when in source mode
 2021-02-01 10:02 UTC 

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

Recover a git repo after accidentally deleting some hash files located under .git/objects
 2021-02-01 10:02 UTC  (4+ messages)

[PATCH 1/2] dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools
 2021-02-01 10:00 UTC  (2+ messages)

[PATCH 0/3] MAINTAINERS: update STMicroelectronics email
 2021-02-01 10:00 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Update some st.com email addresses to foss.st.com
` [PATCH 2/3] MAINTAINERS: Remove Vincent Abriou for STM/STI DRM drivers
` [PATCH 3/3] MAINTAINERS: Add Alain Volmat as STM32 I2C/SMBUS maintainer

[PATCH v2] drm/lima: add governor data with pre-defined thresholds
 2021-02-01  9:59 UTC  (3+ messages)

[QUESTION] Kernel 5.10 image might be too big to be loaded by U-Boot on RPi 4B
 2021-02-01  9:58 UTC  (2+ messages)

[PATCH v3 1/4] dp/dp_mst: Add support for sink event notify messages
 2021-02-01  9:57 UTC  (4+ messages)

[PATCH] dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAIT
 2021-02-01  9:56 UTC  (3+ messages)

[v2] ext4: Add a test for rename with RENAME_WHITEOUT
 2021-02-01 10:13 UTC  (4+ messages)

[Bug 1914021] [NEW] qemu: uncaught target signal 4 (Illegal instruction) but gdb remote-debug exited normally
 2021-02-01  9:48 UTC  (2+ messages)
` [Bug 1914021] "

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

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

[GIT PULL] soc: mediatek: updates for v5.12
 2021-02-01  9:53 UTC  (4+ messages)

[PATCH] drm/v3d/v3d_sched: fix scheduler callbacks return status
 2021-02-01  9:53 UTC  (3+ messages)

[PATCH v1 1/3] usb: typec: tcpm: Add Callback to Usb Communication capable partner
 2021-02-01  9:53 UTC  (3+ messages)
` [PATCH v1 2/3] usb: typec: tcpci: "
` [PATCH v1 3/3] usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capable

[Buildroot] [git commit branch/2020.02.x] package/intel-mediadriver: fix option
 2021-02-01  9:54 UTC 

[PATCH] drm/lima: Use delayed timer as default in devfreq profile
 2021-02-01  9:53 UTC  (3+ messages)

[Buildroot] [git commit branch/2020.02.x] package/intel-mediadriver: drop unrecognized options
 2021-02-01  9:54 UTC 

[Buildroot] [git commit branch/2020.11.x] package/intel-mediadriver: fix option
 2021-02-01  9:53 UTC 

[Buildroot] [git commit branch/2020.11.x] package/intel-mediadriver: drop unrecognized options
 2021-02-01  9:53 UTC 

led-gpios binding reporting a weird error
 2021-02-01  9:52 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.11.x] package/intel-mediadriver: fix build with gcc 10
 2021-02-01  9:53 UTC 

[dpdk-dev] [PATCH] net/virtio: fix missing listen FD initialization
 2021-02-01  9:52 UTC  (2+ messages)

[PATCH v12 00/17] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2021-02-01  9:51 UTC  (2+ messages)

[RFC PATCH bpf-next] bpf, xdp: per-map bpf_redirect_map functions for XDP
 2021-02-01  9:49 UTC  (4+ messages)

[PATCH printk-rework 00/12] printk: remove logbuf_lock
 2021-02-01  9:49 UTC  (3+ messages)
` [PATCH printk-rework 03/12] printk: consolidate kmsg_dump_get_buffer/syslog_print_all code

[dpdk-dev] [dpdk-announce] release candidate 21.02-rc2
 2021-02-01  9:49 UTC  (2+ messages)

[PATCH 0/2] Add MediaTek MT8192 clock provider device nodes
 2021-02-01  9:31 UTC  (4+ messages)

[PATCH 1/1] Documentation: media: camera-sensor: The unit of hblank is pixels
 2021-02-01  9:39 UTC 

[PATCH V2 0/4] block: add two statistic tables
 2021-02-01  9:47 UTC  (3+ messages)
` [PATCH V2 3/4] block: add io_extra_stats node

[PATCH for-4.15] xen/mm: Fix build when CONFIG_HVM=n and CONFIG_COVERAGE=y
 2021-02-01  9:46 UTC  (2+ messages)

[RFC] efi spi flash support - where to place
 2021-02-01  9:46 UTC  (5+ messages)

[PATCH 1/2] ARM: dts: am335x-pocketbeagle: unique gpio-line-names
 2021-02-01  9:45 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: am335x-boneblack.dts: "

[PATCH] media: add V4L2_BUF_FLAG_TIMESTAMP_UTC and V4L2_BUF_FLAG_TIMESTAMP_TAI
 2021-02-01  9:34 UTC 

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

extended bpf_send_signal_thread with argument
 2021-02-01  9:42 UTC  (3+ messages)

Failing V4l2-compliance test with a sensor driver
 2021-02-01  9:41 UTC  (12+ messages)

[PATCH v3 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-02-01  9:39 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH 0/3] arm64: dts: zynqmp: Enable and Wire DP
 2021-02-01  9:40 UTC  (3+ messages)

[PATCH RFC v1 0/3] Introduce vfio-pci-core subsystem
 2021-02-01  9:40 UTC  (14+ messages)

[PATCH v2] nvme-multipath: Early exit if no path is available
 2021-02-01  9:40 UTC  (19+ messages)

[PATCH] dt-bindings: arm: Fix typo in zcu111 board
 2021-02-01  9:39 UTC  (3+ messages)

possible deadlock in ovl_dir_real_file
 2021-02-01  9:39 UTC  (2+ messages)

[PATCH v2 00/12] arm64: dts: zynqmp: DT updates to match latest drivers
 2021-02-01  9:38 UTC  (6+ messages)
` [PATCH v2 12/12] arm64: dts: zynqmp: Add description for zcu104 revC

[PATCH v2] Fix error: array subscript has type 'char'
 2021-02-01  9:39 UTC  (6+ messages)
` [PATCH v2] libs/light: pass some infos to qemu

[lttng-dev] [barectf] model.emf.uri
 2021-02-01  9:12 UTC 

linux-5.10.11 build failure
 2021-02-01  9:37 UTC  (5+ messages)

[PATCH v3 1/2] libs/light: pass some infos to qemu
 2021-02-01  9:37 UTC  (4+ messages)
` [PATCH v3 2/2] Document qemu-ifup on NetBSD

misc bio allocation cleanups
 2021-02-01  1:16 UTC  (2+ messages)
` [dm-devel] "

[dm-devel] kcryptd, copy/remove big file, unresponsive system (GUI)
 2021-01-31 18:09 UTC 

Build regressions/improvements in v5.11-rc6
 2021-02-01  9:36 UTC 

[PATCHv2 0/2] Add /sys media_dev attr for V4L/DVB devices
 2021-02-01  9:36 UTC  (3+ messages)
` [PATCHv2 1/2] v4l2-dev: add /sys media_dev attr for video devices
` [PATCHv2 2/2] dvbdev: add /sys media_dev attr for dvb devices

[PATCH] x86/debug: fix page-overflow bug in dbg_rw_guest_mem
 2021-02-01  9:37 UTC  (3+ messages)

Please pull u-boot-x86
 2021-02-01  9:37 UTC 

[PATCH net] net: mvpp2: TCAM entry enable should be written after SRAM data
 2021-02-01  9:35 UTC 

[Buildroot] [PATCH 1/2] board/qemu/sh4*: Remove linux-headers patch
 2021-02-01  9:36 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/uclibc: Patch with updated kernel time definitions

[PATCH] ASoC: SOF: topology: Prevent NULL pointer dereference with no TLV
 2021-02-01  9:31 UTC 

[PATCH] drm: Fix drm_atomic_get_new_crtc_state call error
 2021-02-01  9:33 UTC 

[RFC] sched/rt: Fix RT (group) throttling with nohz_full
 2021-02-01  9:34 UTC 

[PATCH v4 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-02-01  9:32 UTC  (3+ messages)
` [PATCH v4 1/2] x86/setup: always add the beginning of RAM as memblock.memory

[PATCH] mm/huge_memory.c: use helper range_in_vma() in __split_huge_p[u|m]d_locked()
 2021-02-01  9:32 UTC 

[intel-linux-intel-lts:4.19/android_r 18683/21556] drivers/staging/android/ion/ion_system_heap.c:17:10: fatal error: asm/set_memory.h: No such file or directory
 2021-02-01  9:33 UTC 

[PATCH] arm64: dts: mediatek: mt8183: evb: Add domain supply for mfg
 2021-02-01  9:30 UTC  (3+ messages)

Possible race in ipv4 routing
 2021-02-01  9:20 UTC 

[PATCH] mpt3sas: Added support for shared host tagset for cpuhotplug
 2021-02-01  9:33 UTC 

[Bug 1893040] [NEW] External modules retreval using Go1.15 on s390x appears to have checksum and ECDSA verification issues
 2021-02-01  9:22 UTC  (2+ messages)
` [Bug 1893040] "

[PATCH 1/2] i3c: Handle drivers without probe or remove callback
 2021-01-28  9:10 UTC 

[PATCH 1/2] i3c: Handle drivers without probe or remove callback
 2021-01-28  9:10 UTC  (2+ messages)
` [PATCH 2/2] i3c: Make remove callback return void

[PATCH] i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependency
 2021-01-27  4:06 UTC 

several questions about porting latmus
 2021-02-01  9:31 UTC  (2+ messages)

[intel-linux-intel-lts:4.19/android_r 19120/21556] arch/x86/kernel/smp.c:273:1: sparse: sparse: unused label 'finish'
 2021-02-01  9:29 UTC 

[dpdk-dev] [PATCH] net/mlx5: fix shared RSS translation and cleanup
 2021-02-01  9:28 UTC 

[PATCH] ASoC: SOF: add be_hw_params_fixup() for ALH
 2021-02-01  9:23 UTC 

[PATCH 0/3] charger-supply for max8997_charger
 2021-02-01  9:26 UTC  (5+ messages)
` [PATCH 3/3] power: supply: max8997_charger: Switch to new binding

[PATCH] init: clean up early_param_on_off() macro
 2021-02-01  9:27 UTC  (2+ messages)

[PATCH 0/3] Add mmc-pwrseq file to use common function
 2021-02-01  9:28 UTC  (8+ messages)
    ` [PATCH 1/3] mmc: pwrseq: add mmc-pwrseq file to provide a generic interface
    ` [PATCH 2/3] mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq
    ` [PATCH 3/3] mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseq

[f2fs-dev] [PATCH] f2fs: remove unnecessary initialization in xattr.c
 2021-02-01  3:15 UTC 

[PATCH 0/8] gpio: implement the configfs testing module
 2021-02-01  9:24 UTC  (3+ messages)

[dpdk-dev] [PATCH 1/1] net/pcap: imissed stats support
 2021-02-01  9:25 UTC  (4+ messages)

9pfs developers docs
 2021-02-01  9:24 UTC  (2+ messages)

Build failed in Jenkins: media-build #3384
 2021-02-01  9:27 UTC  (2+ messages)
` Jenkins build is back to normal : media-build #3385

[PATCH] media: allegro-dvt: Use __packed sentence
 2021-02-01  9:23 UTC  (4+ messages)

[PATCH v14 00/22] i386 cleanup PART 2
 2021-02-01  9:22 UTC  (11+ messages)
` [PATCH v14 18/22] accel: introduce AccelCPUClass extending CPUClass

[next PATCH] usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
 2021-02-01  9:20 UTC  (4+ messages)

[PATCH net] net: hdlc_x25: Use qdisc to queue outgoing LAPB frames
 2021-02-01  9:18 UTC  (9+ messages)

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

possible deadlock in cfg80211_netdev_notifier_call
 2021-02-01  9:17 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.