All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-26 09:46:26 to 2021-02-26 10:32:34 UTC [more...]

[PATCH v14 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-02-26 10:31 UTC  (5+ messages)
` [PATCH v14 08/11] arm64: kdump: reimplement crashkernel=X

linux-next: manual merge of the irqchip tree with the sunxi tree
 2021-02-26 10:22 UTC  (5+ messages)

[PATCH] Revert "i2c: i2c-qcom-geni: Add shutdown callback for i2c"
 2021-02-26 10:31 UTC  (2+ messages)

[RFC PATCH] doc: mmc man-page
 2021-02-26 10:32 UTC  (2+ messages)

[PATCH v2] i2c: designware: Get right data length
 2021-02-26 10:30 UTC  (2+ messages)

[PATCH 0/3] Add i2s support for sun8i V3 and S3 SoCs
 2021-02-26 10:30 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: sun8i: V3s/V3/S3: add dma controller node
` [PATCH 2/3] ARM: dts: sun8i: V3s/V3/S3: add soc node label
` [PATCH 3/3] ARM: dts: sun8i: V3/S3: add i2s peripheral

[PATCH v2] media: exynos4-is: add missing call to of_node_put()
 2021-02-26 10:29 UTC  (3+ messages)

PME while runtime suspend
 2021-02-26 10:37 UTC 

[RFC PATCH 0/3] net: Pad short frames to minimum size (60 bytes)
 2021-02-26 10:29 UTC  (5+ messages)
` [RFC PATCH 1/3] "
` [RFC PATCH 2/3] Revert "e1000: Pad short frames to minimum size (60 bytes)"
` [RFC PATCH 3/3] Revert "vmxnet3: "

[PATCH v5] drm: Use USB controller's DMA mask when importing dmabufs
 2021-02-26 10:29 UTC  (7+ messages)

[PATCH 0/7] Add PM7325/PM8350C/PMR735A regulator support
 2021-02-26 10:27 UTC  (5+ messages)
` [PATCH 3/7] regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck

[PATCH v3 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-26 10:27 UTC  (11+ messages)
` [PATCH v3 1/2] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH v3 2/2] mm: Make alloc_contig_range handle in-use "

imx6dl dunfell and kernel: linux-fslc or linux-fslc-imx?
 2021-02-26 10:26 UTC  (19+ messages)
` [meta-freescale] "

[PATCH 00/25] media: venus: Enable 6xx support
 2021-02-26 10:25 UTC  (3+ messages)
` [PATCH 25/25] media: venus: vdec: Fix decoder cmd STOP issue

[PATCH wireless-drivers] mt76: dma: do not report truncated frames to mac80211
 2021-02-26 10:24 UTC  (7+ messages)

[PATCH] i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition
 2021-02-26 10:24 UTC  (2+ messages)

[PATCH v2 00/14] spi: dw: Add support for DUAL/QUAD/OCTAL modes
 2021-02-26 10:25 UTC  (6+ messages)
` [PATCH v2 04/14] mtd: spi-mem: Export spi_mem_default_supports_op
` [PATCH v2 05/14] spi: spi-mem: Add debug message for spi-mem ops

[PATCH] mtd-utils: Use AC_SYS_LARGEFILE
 2021-02-26 10:24 UTC 

[PATCH] USB: remove usb_bus_type from usb.h
 2021-02-26 10:23 UTC 

[PATCH] block_dump: don't put the last refcount when marking inode dirty
 2021-02-26 10:31 UTC 

[PATCH] MAINTAINERS: Update info for Raspberry Pi
 2021-02-26 10:23 UTC 

Yet another kernel-doc parsing issue
 2021-02-26 10:21 UTC  (2+ messages)

[PATCH] net: Print the packet size in the debug output
 2021-02-26 10:20 UTC  (2+ messages)

[PATCH] USB: serial: xr: fix NULL-deref on disconnect
 2021-02-26 10:20 UTC  (2+ messages)

[PATCH v2] bcm63xx_enet: fix internal phy IRQ assignment
 2021-02-26 10:19 UTC  (14+ messages)

[PATCH] selftests: kvm: Mmap the entire vcpu mmap area
 2021-02-26 10:18 UTC  (2+ messages)

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 121 warnings (v5.4.101)
 2021-02-26 10:17 UTC 

[PATCH] KVM: x86: allow compiling out the Xen hypercall interface
 2021-02-26 10:14 UTC 

[PATCH v24 00/18] i386 cleanup PART 2
 2021-02-26 10:09 UTC  (21+ messages)
` [PATCH v24 01/18] i386: split cpu accelerators from cpu.c, using AccelCPUClass
` [PATCH v24 02/18] cpu: call AccelCPUClass::cpu_realizefn in cpu_exec_realizefn
` [PATCH v24 03/18] accel: introduce new accessor functions
` [PATCH v24 04/18] target/i386: fix host_cpu_adjust_phys_bits error handling
` [PATCH v24 05/18] accel-cpu: make cpu_realizefn return a bool
` [PATCH v24 06/18] meson: add target_user_arch
` [PATCH v24 07/18] i386: split off sysemu-only functionality in tcg-cpu
` [PATCH v24 08/18] i386: split smm helper (sysemu)
` [PATCH v24 09/18] i386: split tcg excp_helper into sysemu and user parts
` [PATCH v24 10/18] i386: move TCG btp_helper into sysemu/
` [PATCH v24 11/18] i386: split misc helper user stubs and sysemu part
` [PATCH v24 12/18] i386: separate fpu_helper into user and sysemu parts
` [PATCH v24 13/18] i386: split svm_helper into sysemu and stub-only user
` [PATCH v24 14/18] i386: split seg_helper into user-only and sysemu parts
` [PATCH v24 15/18] i386: split off sysemu part of cpu.c
` [PATCH v24 16/18] target/i386: gdbstub: introduce aux functions to read/write CS64 regs
` [PATCH v24 17/18] target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemu
` [PATCH v24 18/18] i386: make cpu_load_efer sysemu-only

[kvm-unit-tests PATCH v2 0/2] s390x: mvpg test
 2021-02-26 10:14 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/2] s390x: mvpg: simple test

[v8,0/7] PCI: mediatek: Add new generation controller support
 2021-02-26 10:06 UTC  (8+ messages)
` [v8,6/7] PCI: mediatek-gen3: Add system PM support

[PATCH v8] vfs: fix copy_file_range regression in cross-fs copies
 2021-02-26 10:13 UTC  (5+ messages)
` [PATCH] copy_file_range.2: Kernel v5.12 updates

[PATCH] KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1
 2021-02-26 10:11 UTC  (2+ messages)

Linux 5.10.19
 2021-02-26 10:10 UTC  (2+ messages)

Linux 5.11.2
 2021-02-26 10:10 UTC  (2+ messages)

Linux 5.4.101
 2021-02-26 10:10 UTC  (2+ messages)

[PATCH] KVM: flush deferred static key before checking it
 2021-02-26 10:08 UTC 

[ndctl PATCH] ndctl/test: add checking the presence of jq command ahead
 2021-02-26 10:11 UTC  (3+ messages)

[PATCH] perf annotate: add --demangle and --demangle-kernel
 2021-02-26 10:08 UTC  (5+ messages)
  ` [PATCH] perf config: add annotate.demangle{,_kernel}

[PATCH] drm/nouveau/fifo: make tu102_fifo_runlist static
 2021-02-26 10:07 UTC  (2+ messages)

[Bug 211951] New: WARNING: CPU: 1 PID: 304 at fs/ext4/xattr.c:1643 ext4_xattr_set_entry+0x30e2/0x3830
 2021-02-26 10:07 UTC 

[LTP] [PATCH v2 1/2] syscalls/getpid01: Convert to new API
 2021-02-26 10:10 UTC  (3+ messages)
` [LTP] [PATCH v2 2/2] syscalls/getpid02: "

[GIT PULL] PCI changes for v5.12
 2021-02-26 10:09 UTC  (5+ messages)
` Fwd: "

[PATCH v2] f2fs: compress: Allow modular (de)compression algorithms
 2021-02-26 10:06 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v5 0/3] Add support for MaxLinear/Exar USB to serial converters
 2021-02-26 10:07 UTC  (10+ messages)
` [PATCH v5 1/3] usb: serial: Add MaxLinear/Exar USB to Serial driver

[PATCHv2] media/rc: compile rc-cec.c into rc-core
 2021-02-26 10:06 UTC  (2+ messages)

Spurious TCP retransmissions on ack vs kfree_skb reordering
 2021-02-26 10:05 UTC  (3+ messages)

[PATCH v3 00/15] media: mtk-vcodec: support for MT8183 decoder
 2021-02-26 10:01 UTC  (32+ messages)
` [PATCH v3 01/15] media: mtk-vcodec: vdec: move stateful ops into their own file
` [PATCH v3 02/15] media: mtk-vcodec: vdec: handle firmware version field
` [PATCH v3 03/15] media: mtk-vcodec: support version 2 of decoder firmware ABI
` [PATCH v3 04/15] media: add Mediatek's MM21 format
` [PATCH v3 05/15] media: mtk-vcodec: vdec: support stateless API
` [PATCH v3 06/15] media: mtk-vcodec: vdec: support stateless H.264 decoding
` [PATCH v3 07/15] media: mtk-vcodec: vdec: add media device if using stateless api
` [PATCH v3 08/15] dt-bindings: media: document mediatek,mt8183-vcodec-dec
  ` [PATCH v3 08/15] dt-bindings: media: document mediatek, mt8183-vcodec-dec
` [PATCH v3 09/15] media: mtk-vcodec: enable MT8183 decoder
` [PATCH v3 10/15] media: mtk-vcodec: vdec: use helpers in VIDIOC_(TRY_)DECODER_CMD
` [PATCH v3 11/15] media: mtk-vcodec: vdec: Support H264 profile control
` [PATCH v3 12/15] media: mtk-vcodec: vdec: clamp OUTPUT resolution to hardware limits
` [PATCH v3 13/15] media: mtk-vcodec: make flush buffer reusable by encoder
` [PATCH v3 14/15] media: mtk-vcodec: venc: support START and STOP commands
` [PATCH v3 15/15] media: mtk-vcodec: venc: make sure buffer exists in list before removing

[DRBD-announce] drbdd v0.1.0
 2021-02-26 10:08 UTC 

[PATCH][RFC] perf annotate: show full line locations with 'k' in UI
 2021-02-26 10:04 UTC  (4+ messages)

QEMU Clock record and replay
 2021-02-26  9:54 UTC  (3+ messages)

[PATCH] [RFC] arm64: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2021-02-26 10:02 UTC  (8+ messages)

[PATCH v3 00/15] Build fixes for musl libc
 2021-02-26 10:04 UTC  (6+ messages)
` [dpdk-dev] [PATCH v5 04/17] build: define _GNU_SOURCE globally

[PATCH 0/4] aspeed: LPC peripheral controller devices
 2021-02-26  9:51 UTC  (3+ messages)
` [PATCH 4/4] hw/misc: Model KCS devices in the Aspeed LPC controller

[kvm-unit-tests PATCH v3 0/5] CSS Mesurement Block
 2021-02-26 10:02 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3 1/5] s390x: css: Store CSS Characteristics
` [kvm-unit-tests PATCH v3 5/5] s390x: css: testing measurement block format 1

[Printing-architecture] Automatic printer setup with Printer Applications
 2021-02-26 10:03 UTC  (7+ messages)

KASAN: use-after-free Read in __cpuhp_state_remove_instance
 2021-02-26  9:58 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v5.12-rc1
 2021-02-26  9:59 UTC  (2+ messages)

[PATCH] fs: Use WARN(1,...)
 2021-02-26  9:49 UTC 

[PATCH] fs: Use WARN(1,...)
 2021-02-26  9:49 UTC 

[bug] tab crash on media playback
 2021-02-26  9:59 UTC  (2+ messages)

[PATCH v2] PM: runtime: Update device status before letting suppliers suspend
 2021-02-26  9:56 UTC  (2+ messages)

[PATCHv2 0/2] iommu/arm-smmu-qcom: Add SC7280 support
 2021-02-26  9:55 UTC  (6+ messages)
` [PATCHv2 1/2] iommu/arm-smmu-qcom: Add SC7280 SMMU compatible
` [PATCHv2 2/2] iommu/arm-smmu-qcom: Move the adreno smmu specific impl earlier

[v3 0/6] Add Vendor Authorized Boot (VAB) support
 2021-02-26  9:58 UTC  (5+ messages)
` [v3 2/6] arm: socfpga: soc64: Support Vendor Authorized Boot (VAB)
` [v3 3/6] arm: socfpga: cmd: Support 'vab' command

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-26  9:45 UTC  (2+ messages)
` Question about the "EXPERIMENTAL" tag for dax in XFS

Large latency with bcache for Ceph OSD
 2021-02-26  9:54 UTC  (8+ messages)

[PATCH] drm/nouveau/mc: make tu102_mc_intr_unarm static
 2021-02-26  9:53 UTC  (2+ messages)

[PATCH v2] kdb: Get rid of custom debug heap allocator
 2021-02-26  9:53 UTC 

[PATCH v1 4/7] write WPEN bit for SST26* devices when locking
 2021-02-26  9:56 UTC  (2+ messages)

[PATCHv4 0/4] Fixup return value for nvme_submit_sync_cmd()
 2021-02-26  9:55 UTC  (5+ messages)
` [PATCH 1/4] nvme: simplify error logic in nvme_validate_ns()

[PATCH v2 0/4] keys: Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-26  9:52 UTC  (5+ messages)
` [PATCH v2 1/4] certs: Add EFI_CERT_X509_GUID support for dbx entries
` [PATCH v2 2/4] certs: Move load_system_certificate_list to a common function
` [PATCH v2 3/4] certs: Add ability to preload revocation certs
` [PATCH v2 4/4] integrity: Load mokx variables into the blacklist keyring

[LTP] [PATCH] lib/tst_supported_fs_types.c: Add tmpfs to filesystem whitelist
 2021-02-26  9:54 UTC  (2+ messages)

Stray reference to RQF_SORTED
 2021-02-26  9:52 UTC 

[PATCH] media: mtk-vcodec: venc: remove redundant code
 2021-02-26  9:52 UTC  (2+ messages)

[PATCH 0/1] Intoducing a new option max_latency_rw
 2021-02-26  9:52 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Wedge the GPU if command parser setup fails
 2021-02-26  9:51 UTC 

[PATCH] spi: rockchip: avoid objtool warning
 2021-02-26  9:49 UTC  (5+ messages)

[PATCH] regulator: pf8x00: Use regulator_map_voltage_ascend for pf8x00_buck7_ops
 2021-02-26  9:48 UTC  (2+ messages)

[PATCH printk-rework 00/14] printk: remove logbuf_lock
 2021-02-26  9:48 UTC  (7+ messages)
` [PATCH printk-rework 09/14] printk: introduce a kmsg_dump iterator
  ` synchronization model: was: "

[PATCH 00/20] Manual replacement of all strlcpy in favor of strscpy
 2021-02-26  9:49 UTC  (3+ messages)
` [PATCH 17/20] vt: Manual replacement of the deprecated strlcpy() with return values

[PATCH v3 0/9] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-26  9:47 UTC  (6+ messages)
` [PATCH v3 5/9] media: hantro: Introduce G2/HEVC decoder

general protection fault in synic_get
 2021-02-26  9:48 UTC 

[PATCH] radeon: ERROR: space prohibited before that ','
 2021-02-26  6:05 UTC 

[PATCH] drm/amd/pm/swsmu: Remove unnecessary conversion to bool
 2021-02-26  9:17 UTC 

[PATCH v2] pwm: iqs620a: Correct a stale state variable
 2021-02-26  9:47 UTC  (4+ messages)

[PATCH v3 1/2] mm: Make alloc_contig_range handle free hugetlb pages
 2021-02-26  9:47 UTC  (3+ messages)

[PATCH v7 0/2] add support for GPIO or IRQ based evemt counter
 2021-02-26  9:45 UTC  (3+ messages)
` [PATCH v7 2/2] counter: add IRQ or GPIO based counter


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.