All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-30 02:02:15 to 2021-08-30 04:58:45 UTC [more...]

[PATCH 1/2] clocksource/drivers/fttmr010: Pass around less pointers
 2021-08-30  4:58 UTC  (8+ messages)
` [PATCH 2/2] clocksource/drivers/fttmr010: Be stricter on IRQs
            ` [PATCH 2/2]: Be stric clocksource/drivers/fttmr010ter "

[PATCH v5 00/24] target/riscv: Use tcg_constant_*
 2021-08-30  4:56 UTC  (7+ messages)
` [PATCH v5 23/24] target/riscv: Tidy trans_rvh.c.inc
` [PATCH v5 24/24] target/riscv: Use {get,dest}_gpr for RVV

[PATCH] xen/pcifront: Removed unnecessary __ref annotation
 2021-08-30  4:55 UTC  (2+ messages)

[PATCH v6 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-08-30  4:50 UTC  (13+ messages)
` [PATCH v6 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v6 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v6 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v6 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v6 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v6 06/14] target/riscv: Reassign instructions to the Zbs-extension

[PATCH net-next 2/2] skbuff: keep track of pp page when __skb_frag_ref() is called
 2021-08-30  4:50 UTC  (3+ messages)

[PATCH v2 0/4] target/arm/cpu: Introduce sve_vq_supported bitmap
 2021-08-30  4:49 UTC  (4+ messages)

[mptcp:export 1590/1600] ./usr/include/linux/mptcp.h:207:19: error: field 'sa_local' has incomplete type
 2021-08-30  4:49 UTC  (2+ messages)

[Ocfs2-devel] [PATCH v2] ocfs2: ocfs2_downconvert_lock failure results in deadlock
 2021-08-30  4:46 UTC  (2+ messages)
`  "

Regarding usb dwc3 core shutdown callback
 2021-08-30  4:45 UTC  (5+ messages)

kcrash package compile issue
 2021-08-30  4:46 UTC  (2+ messages)
` [yocto] "

It's broke, Jim. BTRFS mounted read only after corruption errors on Samsung 980 Pro
 2021-08-30  4:45 UTC  (3+ messages)

[PATCH v3 0/2] selftests: KVM: verify page stats in kvm x86/mmu
 2021-08-30  4:44 UTC  (3+ messages)
` [PATCH v3 1/2] selftests: KVM: align guest physical memory base address to 1GB
` [PATCH v3 2/2] selftests: KVM: use dirty logging to check if page stats work correctly

[PATCH] ASoC: rockchip: i2s: Fix concurrency between tx/rx
 2021-08-30  4:41 UTC  (6+ messages)

[Buildroot] [PATCH v4 0/9] Add RV64 NOMMU and Canaan K210 SoC support
 2021-08-30  4:41 UTC  (10+ messages)
` [Buildroot] [PATCH v4 1/9] package/elf2flt: add RISC-V 64-bits support
` [Buildroot] [PATCH v4 2/9] package/Makefile.in: Fix NOMMU RISC-V 64-bits toolchain base name
` [Buildroot] [PATCH v4 3/9] arch/config: Make RISC-V 64-bits MMU optional
` [Buildroot] [PATCH v4 4/9] board: Add Sipeed MAIX-bit support
` [Buildroot] [PATCH v4 5/9] board: Add Sipeed MAIX-Go support
` [Buildroot] [PATCH v4 6/9] board: Add Sipeed MAIXDUINO support
` [Buildroot] [PATCH v4 7/9] board: Add Sipeed MAIX-Dock support
` [Buildroot] [PATCH v4 8/9] board: Add Canaan KD233 support
` [Buildroot] [PATCH v4 9/9] board: Document Canaan K210 based boards support

[PATCH v2 2/2] selftests: KVM: use dirty logging to check if page stats work correctly
 2021-08-30  4:42 UTC  (5+ messages)

[syzbot] KASAN: use-after-free Write in sco_sock_timeout
 2021-08-30  4:41 UTC  (3+ messages)

next/pending-fixes baseline: 467 runs, 15 regressions (v5.14-619-gacb79da497df)
 2021-08-30  4:40 UTC 

[PATCH bpf-next v2 0/5] Implement file local storage
 2021-08-30  4:23 UTC  (3+ messages)
` [PATCH bpf-next v2 1/5] bpf: "

[dpdk-dev] [PATCH] net/ixgbe: fix rx multicst count isn't clear
 2021-08-30  4:32 UTC  (2+ messages)

kernel/bpf/verifier.c:9383:12: warning: stack frame size (2224) exceeds limit (2048) in function 'do_check'
 2021-08-30  4:28 UTC  (2+ messages)

XFS fallocate implementation incorrectly reports ENOSPC
 2021-08-30  4:21 UTC  (11+ messages)
            ` Mysterious ENOSPC [was: XFS fallocate implementation incorrectly reports ENOSPC]

[RFC PATCH v3 00/11] Linux RISC-V ACLINT Support
 2021-08-30  4:17 UTC  (24+ messages)
` [RFC PATCH v3 01/11] RISC-V: Clear SIP bit only when using SBI IPI operations
` [RFC PATCH v3 02/11] RISC-V: Treat IPIs as normal Linux IRQs
` [RFC PATCH v3 03/11] RISC-V: Allow marking IPIs as suitable for remote FENCEs
` [RFC PATCH v3 04/11] RISC-V: Use IPIs for remote TLB flush when possible
` [RFC PATCH v3 05/11] dt-bindings: interrupt-controller: Add ACLINT MSWI and SSWI bindings
` [RFC PATCH v3 06/11] dt-bindings: timer: Update SiFive CLINT bindings for IPI support
` [RFC PATCH v3 07/11] irqchip: Add ACLINT software interrupt driver
` [RFC PATCH v3 08/11] RISC-V: Select ACLINT SWI driver for virt machine
` [RFC PATCH v3 09/11] dt-bindings: timer: Add ACLINT MTIMER bindings
` [RFC PATCH v3 10/11] clocksource: clint: Add support for ACLINT MTIMER device
` [RFC PATCH v3 11/11] MAINTAINERS: Add entry for RISC-V ACLINT drivers

[PATCH mptcp-next v3 0/5] mptcp: add SOL_MPTCP getsockopt support
 2021-08-30  4:18 UTC  (3+ messages)
` [PATCH v3 mptcp-next 4/5] mptcp: add MPTCP_SUBFLOW_ADDRS "

[PATCH v4 0/2] mmc: Add support for enumrating MMC card in user specified mode
 2021-08-30  4:18 UTC  (4+ messages)
  ` [PATCH v4 1/2] mmc: Add support for enumerating MMC card in a given mode using mmc command

[GIT PULL] RCU changes for v5.15
 2021-08-30  4:14 UTC 

Trouble building the testsuite for Xenomai-3.0.3
 2021-08-30  4:14 UTC  (3+ messages)

[PATCH] arm64: kdump: Skip kmemleak scan reserved memory for kdump
 2021-08-30  4:05 UTC  (3+ messages)

[linux-next:master 1989/10945] net/xfrm/xfrm_policy.o: warning: objtool: xfrm_lookup_with_ifid()+0xe31: unreachable instruction
 2021-08-30  4:06 UTC  (2+ messages)

[intel-tdx:guest 75/113] drivers/virtio/virtio.c:350:13: error: implicit declaration of function 'prot_guest_has'
 2021-08-30  3:59 UTC  (2+ messages)

[bitbake-devel][RFC][PATCH] bitbake: fetch2: correct PREMIRROR URI
 2021-08-30  3:56 UTC 

[PATCH] rtc: rx8010: select REGMAP_I2C
 2021-08-30  3:56 UTC 

[PATCH v2] lib: sbi: protect dprintf output with spinlock
 2021-08-30  3:56 UTC  (3+ messages)

[PATCH next v2 1/6] Revert "usb: xhci-mtk: relax TT periodic bandwidth allocation"
 2021-08-30  3:49 UTC  (9+ messages)
` [PATCH next v2 3/6] usb: xhci-mtk: update fs bus bandwidth by bw_budget_table

[syzbot] KASAN: use-after-free Write in sco_sock_timeout
 2021-08-30  3:50 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/hns3: add runtime config to set MBX limit time
 2021-08-30  3:48 UTC 

Trying to recover data from SSD
 2021-08-30  3:48 UTC  (21+ messages)

[PATCH V2] fix array-index-out-of-bounds in taprio_change
 2021-08-30  3:47 UTC 

[Intel-gfx] [PATCH 24/27] drm/i915: Multi-BB execbuf
 2021-08-30  3:46 UTC  (3+ messages)

cron job: media_tree daily build: WARNINGS
 2021-08-30  3:44 UTC 

applications can't interact with pulseaudio daemon for ~5 minutes after boot
 2021-08-30  3:43 UTC 

[PATCH v2 1/2] mt76: mt7915: add WA firmware log support
 2021-08-30  3:28 UTC  (4+ messages)
` [PATCH v2 2/2] mt76: mt7915: add debugfs knobs for MCU utilization

[PATCH] lib: sbi: Correct typo in faults delegation CSR name
 2021-08-30  3:40 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/bnxt: fix ring group free
 2021-08-30  3:58 UTC 

stable-rc/queue/5.13 build: 177 builds: 2 failed, 175 passed, 7 warnings (v5.13.13-73-g193ded4206f9)
 2021-08-30  3:37 UTC 

[v3 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-30  3:35 UTC  (4+ messages)
` [v3 3/4] drm/panel: support for BOE and INX video mode panel

[PATCH v11 4/4] pinctrl: mediatek: add rsel setting on MT8195
 2021-08-30  3:33 UTC  (3+ messages)

[PATCH] ipv4/mptcp: fix divide error
 2021-08-30  3:32 UTC  (5+ messages)

[PATCH V4] fbcon: fix fbcon out-of-bounds write in sys_imageblit
 2021-08-30  3:30 UTC 

Get notification when a block device is mounted
 2021-08-30  3:30 UTC 

[dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf
 2021-08-30  3:12 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] "
` [dpdk-dev] [PATCH 2/3] net/iavf: remove i40evf devargs option
` [dpdk-dev] [PATCH 3/3] doc: remove old deprecation notice for i40e

[RFC PATCH 0/6] powerpc: Make hash MMU code build configurable
 2021-08-30  3:24 UTC  (4+ messages)
` [RFC PATCH 6/6] powerpc/microwatt: Stop building the hash MMU code

[PATCH v3 0/4] Rockchip I2S/TDM controller
 2021-08-30  3:22 UTC  (3+ messages)
` [PATCH v3 1/4] ASoC: rockchip: add support for i2s-tdm controller
  ` [PATCH v3 1/4] ASoC: rockchip: add support for i2s-tdm controller【请注意,邮件由linux-rockchip-bounces+sugar.zhang=rock-chips.com@lists.infradead.org代发】

[PATCH 0/2 v2] Add statistics and document for cfs_b burst
 2021-08-30  3:22 UTC  (3+ messages)
` [PATCH 1/2] sched/fair: Add cfs bandwidth burst statistics
` [PATCH 2/2] sched/fair: Add document for burstable CFS bandwidth

[PATCH V3 00/10] irqchip: Add LoongArch-related irqchip drivers
 2021-08-30  3:19 UTC  (10+ messages)
` [PATCH V3 08/10] irqchip: Add LoongArch CPU interrupt controller support

[PATCH RFC v2 00/16] vfio-user implementation
 2021-08-30  3:11 UTC  (13+ messages)
` [PATCH RFC v2 04/16] vfio-user: connect vfio proxy to remote server
` [PATCH RFC v2 05/16] vfio-user: define VFIO Proxy and communication functions
` [PATCH RFC v2 06/16] vfio-user: negotiate version with remote server
` [PATCH RFC v2 07/16] vfio-user: get device info

stable-rc/queue/4.14 build: 193 builds: 0 failed, 193 passed, 64 warnings (v4.14.245-12-gf3c09773d6fe)
 2021-08-30  3:11 UTC 

stable-rc/queue/5.10 build: 182 builds: 0 failed, 182 passed, 14 warnings (v5.10.61-53-g938272055897)
 2021-08-30  3:08 UTC 

[PATCH] drm/amd/amdgpu: add mpio to ras block
 2021-08-30  2:53 UTC  (2+ messages)

[PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
 2021-08-30  3:07 UTC  (17+ messages)

[PATCH] io-wq: check max_worker limits if a worker transitions bound state
 2021-08-30  3:06 UTC  (2+ messages)

[RFC 0/3] perf/x86: Rework RDPMC access handling
 2021-08-30  3:05 UTC  (8+ messages)
` [RFC 2/3] perf/x86: Control RDPMC access from .enable() hook

[dpdk-dev] [PATCH] net/pcap: solve pcap resource leakage when port probe
 2021-08-30  3:01 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] drm/amdgpu: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-08-30  2:40 UTC  (2+ messages)

[PATCH] drm/amd/amdgpu: consolidate PSP TA unload function
 2021-08-30  2:54 UTC  (2+ messages)

[intel-tdx:guest 2/113] arch/x86/include/asm/mem_encrypt.h:82:52: warning: unused parameter 'attr'
 2021-08-30  2:51 UTC  (2+ messages)

[PATCH] dma-buf: Add support for mapping buffers with DMA attributes
 2021-08-30  2:39 UTC  (3+ messages)

[jimc:dd-drm-next 5/8] drivers/gpu/drm/drm_print.c:60:1: error: too many arguments provided to function-like macro invocation
 2021-08-30  2:51 UTC 

[PATCH 0/3] pack-objects: simplify add_objects_in_unpacked_packs()
 2021-08-30  2:48 UTC  (4+ messages)
` [PATCH 1/3] object-store.h: teach for_each_packed_object to ignore kept packs
` [PATCH 2/3] builtin/pack-objects.c: simplify add_objects_in_unpacked_packs()
` [PATCH 3/3] builtin/pack-objects.c: remove duplicate hash lookup

[efi:urgent] BUILD SUCCESS 07b98091e0ab5049542997f6fbc08f98efa2ec1d
 2021-08-30  2:47 UTC 

[PATCH] Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig
 2021-08-30  2:45 UTC  (2+ messages)

stable-rc/queue/4.19 build: 188 builds: 0 failed, 188 passed, 62 warnings (v4.19.205-19-g4eecbf2ca97e)
 2021-08-30  2:43 UTC 

[PATCH] mpt3sas: Add io_uring iopoll support
 2021-08-30  2:40 UTC  (2+ messages)

[PATCH V2 ethtool-next] netlink: settings: add netlink support for coalesce cqe mode parameter
 2021-08-30  2:35 UTC 

[v4 0/4] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-30  2:38 UTC  (5+ messages)
` [v4 1/4] "
` [v4 2/4] dt-bindings: "
` [v4 3/4] drm/panel: support for BOE and INX video mode panel
` [v4 4/4] dt-bindngs: display: panel: Add BOE and INX panel bindings

[PATCH] block/001: don't exit test with pending async scan
 2021-08-30  2:38 UTC 

[PATCH net 2/2] ipv4: make exception cache less predictible
 2021-08-30  2:39 UTC 

[PATCH 3/4] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
 2021-08-30  2:33 UTC  (2+ messages)

[PATCH] ipack: tpci200: change pci_iounmap to iounmap
 2021-08-30  2:32 UTC  (6+ messages)

[PATCH] mips: remove reference to "newer Loongson-3"
 2021-08-30  2:32 UTC  (2+ messages)

[syzbot] BUG: unable to handle kernel paging request in vga16fb_fillrect
 2021-08-30  2:31 UTC  (4+ messages)

decompress.c:undefined reference to `__decompress'
 2021-08-30  2:30 UTC  (3+ messages)

[Intel-gfx] [PATCH 2/5] drm/i915/adlp: Require always a power-of-two sized CCS surface stride
 2021-08-30  2:29 UTC  (5+ messages)
` [Intel-gfx] [RFC PATCH] drm/i915/adlp: gen12_ccs_aux_stride() can be static
  `  "

stable-rc/queue/4.4 build: 184 builds: 0 failed, 184 passed, 9 warnings (v4.4.282-5-geb745ac888ff)
 2021-08-30  2:28 UTC 

[PATCH] mmc: mtk-sd: Remove unused parameters
 2021-08-30  2:17 UTC  (3+ messages)

[PATCH v2 0/2] PCI: uniphier: Fix INTx masking/unmasking
 2021-08-30  2:22 UTC  (6+ messages)
` [PATCH v2 1/2] PCI: uniphier: Fix INTx mask/unmask bit operation and remove ack function
` [PATCH v2 2/2] PCI: uniphier: Serialize INTx masking/unmasking

[PATCH V3] glibc: fix create thread failed in old unprivileged docker
 2021-08-30  2:20 UTC 

stable-rc/queue/5.4 build: 184 builds: 0 failed, 184 passed, 91 warnings (v5.4.143-27-g38b5b40054ba)
 2021-08-30  2:20 UTC 

[PATCH] workqueue: Don't record workqueue stack holding raw_spin_lock
 2021-08-30  2:18 UTC  (2+ messages)

[dpdk-dev] [PATCH] ethdev: add namespace
 2021-08-30  2:13 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] net/i40e: solve vf vlan strip
 2021-08-30  2:09 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] net:sched fix array-index-out-of-bounds in taprio_change
 2021-08-30  2:09 UTC  (4+ messages)

[PATCH] mm, hugetlb: remove ulimit restriction for SHM_HUGETLB
 2021-08-30  0:52 UTC 

[PATCH V2] glibc: fix create thread failed in old unprivileged docker
 2021-08-30  2:04 UTC 

linux-next: Tree for Aug 27
 2021-08-30  2:00 UTC  (3+ messages)
` linux-next: Tree for Aug 27 (sound/soc/mediatek: Kconfig)


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.