All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-24 08:14:51 to 2021-08-24 09:15:19 UTC [more...]

[PATCH] amd/amdkfd: add ras page retirement handling for sq/sdma interrupt
 2021-08-24  9:10 UTC  (3+ messages)

small ioremap cleanups
 2021-08-24  9:12 UTC 

[RESEND v4 00/15] Add support for ast2600 ADC
 2021-08-24  9:12 UTC  (8+ messages)
` [RESEND v4 02/15] iio: adc: aspeed: completes the bitfield declare
` [RESEND v4 03/15] iio: adc: aspeed: set driver data when adc probe
` [RESEND v4 04/15] iio: adc: aspeed: Keep model data to driver data
` [RESEND v4 05/15] iio: adc: aspeed: Refactory model data structure
` [RESEND v4 07/15] iio: adc: aspeed: Set num_channels with model data
` [RESEND v4 10/15] iio: adc: aspeed: Support ast2600 adc
` [RESEND v4 11/15] iio: adc: aspeed: Fix the calculate error of clock

[PATCH v4 1/6] vdpa/mlx5: Remove redundant header file inclusion
 2021-08-24  9:14 UTC  (5+ messages)
  ` [PATCH v4 2/6] vdpa/mlx5: function prototype modifications in preparation to control VQ
  ` [PATCH v4 3/6] vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue
  ` [PATCH v4 4/6] vdpa/mlx5: Ensure valid indices are provided
  ` [PATCH v4 5/6] vdpa/mlx5: Add support for control VQ and MAC setting

[PATCH] cpufreq: qcom-cpufreq-hw: Fix 'make allmodconfig' build
 2021-08-24  9:14 UTC  (2+ messages)

[PATCH net-next v3] page_pool: use relaxed atomic for release side accounting
 2021-08-24  9:12 UTC  (3+ messages)

[PATCH 0/3] gdbstub: add support for switchable endianness
 2021-08-24  9:11 UTC  (6+ messages)

[dpdk-dev] [PATCH v5] app/testpmd: fix testpmd doesn't show RSS hash offload
 2021-08-24 17:10 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 0/2] testpmd shows incorrect rx_offload configuration
  ` [dpdk-dev] [PATCH v6 1/2] ethdev: add an API to get device configuration info
  ` [dpdk-dev] [PATCH v6 2/2] app/testpmd: fix testpmd doesn't show RSS hash offload

[Bug 1921664] Re: Coroutines are racy for risc64 emu on arm64 - crash on Assertion
 2021-08-24  8:50 UTC 

[PATCH] media: vivid: add signal-free time for cec message xfer
 2021-08-24  9:12 UTC  (2+ messages)

[PATCH] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write
 2021-08-24  9:33 UTC  (3+ messages)
` [RFC PATCH] generic: regression test for a FALLOC_FL_UNSHARE bug in XFS

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-24  9:12 UTC  (7+ messages)
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}

[PATCH v5] Bluetooth: btusb: Add support using different nvm for variant WCN6855 controller
 2021-08-24  9:12 UTC  (3+ messages)
` [v5] "

[PATCH 0/3] qcow2: relax subclusters allocation dependencies
 2021-08-24  8:59 UTC  (5+ messages)
` [PATCH 1/3] simplebench: add img_bench_templater.py

[RFC PATCH v2 0/5] physmem: Have flaview API check bus permission from MemTxAttrs argument
 2021-08-24  9:03 UTC  (4+ messages)
` [RFC PATCH v2 1/5] softmmu/physmem: Simplify flatview_write and address_space_access_valid

linux-next: manual merge of the akpm-current tree with the arm tree
 2021-08-24  9:10 UTC 

[PATCH v8 00/34] block: publish backup-top filter
 2021-08-24  8:38 UTC  (35+ messages)
` [PATCH v8 01/34] block: introduce bdrv_replace_child_bs()
` [PATCH v8 02/34] block: introduce blk_replace_bs
` [PATCH v8 03/34] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH v8 04/34] qdev: allow setting drive property for realized device
` [PATCH v8 05/34] block: rename backup-top to copy-before-write
` [PATCH v8 06/34] block-copy: move detecting fleecing scheme to block-copy
` [PATCH v8 07/34] block/block-copy: introduce block_copy_set_copy_opts()
` [PATCH v8 08/34] block/backup: set copy_range and compress after filter insertion
` [PATCH v8 09/34] block/backup: move cluster size calculation to block-copy
` [PATCH v8 10/34] block/copy-before-write: relax permission requirements when no parents
` [PATCH v8 11/34] block/copy-before-write: drop extra bdrv_unref on failure path
` [PATCH v8 12/34] block/copy-before-write: use file child instead of backing
` [PATCH v8 13/34] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH v8 14/34] block/copy-before-write: introduce cbw_init()
` [PATCH v8 15/34] block/copy-before-write: cbw_init(): rename variables
` [PATCH v8 16/34] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH v8 17/34] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PATCH v8 18/34] block/copy-before-write: cbw_init(): use options
` [PATCH v8 19/34] block/copy-before-write: initialize block-copy bitmap
` [PATCH v8 20/34] block/block-copy: make setting progress optional
` [PATCH v8 21/34] block/copy-before-write: make public block driver
` [PATCH v8 22/34] qapi: publish copy-before-write filter
` [PATCH v8 23/34] python/qemu/machine.py: refactor _qemu_args()
` [PATCH v8 24/34] python/qemu/machine: QEMUMachine: improve qmp() method
` [PATCH v8 25/34] python:QEMUMachine: template typing for self returning methods
` [PATCH v8 26/34] iotests/222: fix pylint and mypy complains
` [PATCH v8 27/34] iotests/222: constantly use single quotes for strings
` [PATCH v8 28/34] iotests: move 222 to tests/image-fleecing
` [PATCH v8 29/34] iotests.py: hmp_qemu_io: support qdev
` [PATCH v8 30/34] iotests/image-fleecing: proper source device
` [PATCH v8 31/34] iotests/image-fleecing: rename tgt_node
` [PATCH v8 32/34] iotests/image-fleecing: prepare for adding new test-case
` [PATCH v8 33/34] iotests/image-fleecing: add test-case for copy-before-write filter
` [PATCH v8 34/34] block/block-copy: block_copy_state_new(): drop extra arguments

[PATCH] ipv6: correct comments about fib6_node sernum
 2021-08-24  9:10 UTC  (2+ messages)

git log --encoding=HTML is not supported
 2021-08-24  9:00 UTC 

[PATCH v3 0/2] sched/fair: nohz.next_balance vs newly-idle CPUs
 2021-08-24  9:08 UTC  (5+ messages)
` [PATCH v3 1/2] sched/fair: Add NOHZ balancer flag for nohz.next_balance updates
` [PATCH v3 2/2] sched/fair: Trigger nohz.next_balance updates when a CPU goes NOHZ-idle

[bug report] tracing: Add a probe that attaches to trace events
 2021-08-24  9:07 UTC 

[PATCH] tests/xfs: check avail blocks after log recovery on ro mount
 2021-08-24  9:06 UTC  (7+ messages)
  ` [PATCH v2] tests/xfs: check available "
      ` [PATCH v3] "
          ` [PATCH v4] tests/generic: check log recovery with readonly mount

[RFC] Make use of non-dynamic dmabuf in RDMA
 2021-08-24  9:06 UTC  (11+ messages)

[PATCH net-next v2 0/2] Some minor optimization for page pool
 2021-08-24  9:04 UTC  (7+ messages)
` [PATCH net-next v2 2/2] page_pool: optimize the cpu sync operation when DMA mapping

[PATCH] softmmu/physmem: Improve guest memory allocation failure error message
 2021-08-24  8:53 UTC  (12+ messages)

[PATCH] sched/core: fix pick_next_task 'max' tracking
 2021-08-24  9:03 UTC  (6+ messages)

[BUG] scsi: vmw_pvscsi: Boot hangs during scsi under qemu, post commit e662502b3a78
 2021-08-24  9:00 UTC  (2+ messages)

[PATCH 1/3] fs/ntfs3: Fix error code in indx_add_allocate()
 2021-08-24  9:03 UTC  (2+ messages)

[bug report] fs/ntfs3: Add file operations and implementation
 2021-08-24  9:02 UTC 

[Bug 213625] New: [xfstests xfs/104] XFS: Assertion failed: agno < mp->m_sb.sb_agcount, file: fs/xfs/libxfs/xfs_types.c, line: 22
 2021-08-24  9:02 UTC  (3+ messages)
` [Bug 213625] "

[Bug 213941] New: [xfstests xfs/104] XFS: Assertion failed: agno < mp->m_sb.sb_agcount, file: fs/xfs/libxfs/xfs_types.c, line: 22
 2021-08-24  9:02 UTC  (2+ messages)
` [Bug 213941] "

[PATCH v2 0/3] hw/usb: Always expect 'dma' link property to be set to simplify
 2021-08-24  8:46 UTC  (6+ messages)
` [PATCH v2 2/3] hw/usb/hcd-xhci-pci: Abort if setting link property failed

[PATCH] hw/acpi/pcihp: validate bsel property of the bus before unplugging device
 2021-08-24  8:56 UTC  (3+ messages)

[PATCH v2 0/3] staging/rtl8192u: Prefer kcalloc over open coded arithmetic
 2021-08-24  9:00 UTC  (3+ messages)
` [PATCH v2 2/3] staging/rtl8192u: Initialize variables in the definition block
` [PATCH v2 3/3] staging/rtl8192u: Prefer kcalloc over open coded arithmetic

[dpdk-dev] remove dpdk-pdump pcap file, disk space is not freed
 2021-08-24  8:59 UTC  (4+ messages)

[PATCH] perf tools: Add missing newline at the end of file
 2021-08-24  8:59 UTC 

[PATCH v2 0/2] Add support for Intel Thunder Bay SPI
 2021-08-24  8:58 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: spi: Add bindings for Intel Thunder Bay SoC
` [PATCH v2 2/2] spi: dw: Add support for Intel Thunder Bay SPI

[PATCH v3] imx8mm-cl-iot-gate: Split the defconfigs
 2021-08-24  8:59 UTC  (2+ messages)

[PATCH net-next 00/10] LAN7800 driver improvements
 2021-08-24  8:59 UTC  (4+ messages)
` [PATCH net-next 05/10] lan78xx: Disable USB3 link power state transitions

[PATCH] ima: fix infinite loop within "ima_match_policy" function
 2021-08-24  8:57 UTC  (2+ messages)
` [PATCH] ima: fix deadlock "

[PATCH mptcp-net] selftests: mptcp: clean tmp files in simult_flows
 2021-08-24  8:59 UTC  (2+ messages)

RFC: remove set_fs for m68k
 2021-09-21 21:14 UTC  (18+ messages)

[PATCH 00/23] staging: r8188eu: clean up spacing style issues in core dir
 2021-08-24  8:58 UTC  (2+ messages)

[dpdk-dev] [Bug 794] [dpdk-19.11.10] loopback_multi_queues: core dumped when quit vhost testpmd
 2021-08-24  8:58 UTC 

[PATCH 0/3] powerpc/smp: Misc fixes
 2021-08-24  8:55 UTC  (3+ messages)
` [PATCH 3/3] powerpc/smp: Enable CACHE domain for shared processor

[PATCH] MAINTAINERS: add fuzzing reviewer
 2021-08-24  8:43 UTC  (3+ messages)

Xen 4.16: Proposed release manager and schedule
 2021-08-24  8:55 UTC  (2+ messages)

[PATCH 1/5] drm/sched:add new priority level
 2021-08-24  8:55 UTC  (4+ messages)

[dpdk-dev] [v2, 0/3] common/cnxk: enable npa telemetry
 2021-08-24  8:53 UTC  (5+ messages)
` [dpdk-dev] [v3, "

[PATCH RFC v2 0/6] staging: r8188eu: avoid uninit value bugs
 2021-08-24  8:53 UTC  (6+ messages)
` [PATCH RFC v2 5/6] staging: r8188eu: add error handling of rtw_read32

[PATCH 0/2] staging: r8188eu: Use new usb_control_msg_recv/send()
 2021-08-24  8:53 UTC  (4+ messages)
` [PATCH 1/2] staging: r8188eu: Use usb_control_msg_recv/send() in usbctrl_vendorreq()

[PATCH 1/8] drm/etnaviv: return context from etnaviv_iommu_context_get
 2021-08-24  8:51 UTC  (5+ messages)
` [PATCH 7/8] drm/etnaviv: reference MMU context when setting up hardware state

[dpdk-dev] [PATCH] net/i40e: solve the failure of vf vlan filtering
 2021-08-24  8:51 UTC 

[ghak-trim PATCH v1] audit: move put_tree() to avoid trim_trees refcount underflow and UAF
 2021-08-24  8:51 UTC  (2+ messages)

[PATCH] pull, fetch: fix segfault in --set-upstream option
 2021-08-24  8:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH NET v4 3/7] ipv6: use skb_expand_head in ip6_xmit
 2021-08-24  8:50 UTC  (7+ messages)
` [PATCH NET-NEXT] ipv6: skb_expand_head() adjust skb->truesize incorrectly

[x86/tdx] e2f278db42: WARNING:at_net/sched/sch_generic.c:#dev_watchdog
 2021-08-24  8:50 UTC  (2+ messages)

[PATCH -next v2] soc: aspeed-lpc-ctrl: Fix missing clk_disable_unprepare() on error in aspeed_lpc_ctrl_probe()
 2021-08-24  8:55 UTC 

[PATCH v2 0/9] Support ETE decoding
 2021-08-24  8:47 UTC  (9+ messages)
` [PATCH v2 7/9] perf cs-etm: Create ETE decoder
` [PATCH v2 9/9] perf cs-etm: Show a warning for an unknown magic number

[PATCH V3 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-08-24  8:49 UTC  (15+ messages)
` [PATCH V3 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH V3 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver
        ` min_align_mask "

[PATCH v7 0/4] Support EFI partition on NVIDIA Tegra devices
 2021-08-24  8:48 UTC  (2+ messages)

[LTP] [PATCH 0/3] TST_EXP_*() macros fixes
 2021-08-24  8:48 UTC  (4+ messages)
` [LTP] [PATCH 1/3] tst_test_macros: Fix TST_EXP_*() default message

staging: possible buffer overflow in rtw_wx_set_scan function in driver/staging/rtl8723bs
 2021-08-24  8:47 UTC  (5+ messages)

[GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification
 2021-08-24  8:45 UTC  (3+ messages)
  ` [Intel-gfx] "

stable-rc/queue/5.13 baseline: 139 runs, 2 regressions (v5.13.12-126-ge8b42554dff1)
 2021-08-24  8:45 UTC 

[PATCH v3] x86/mce: Defer processing of early errors
 2021-08-24  8:44 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH 1/3] oeqa/qemurunner: Improve logging thread exit handling for qemu shutdown test
 2021-08-24  8:43 UTC  (5+ messages)
` [PATCH 3/3] lib/package_manager: Use shutil.copy instead of bb.utils.copyfile for intercepts
  ` [OE-core] "

[PATCH 1/2] glibc: Exclude common code to build tests to glibc-tests.inc
 2021-08-24  8:42 UTC  (10+ messages)
` [PATCH 2/2] glibc: ptest: Add support for running glibc test suite with ptest
  ` [OE-core] "

[PATCH RFC 0/7] add socket to netdev page frag recycling support
 2021-08-24  8:41 UTC  (7+ messages)

[PATCH] ASoC: nau8821: Add driver for Nuvoton codec NAU88L21
 2021-08-24  8:39 UTC  (3+ messages)

[PATCH v2 net-next 0/4] Plug holes in DSA's software bridging support
 2021-08-24  8:40 UTC  (2+ messages)

[PATCH net-next 0/6] mptcp: Refactor ADD_ADDR/RM_ADDR handling
 2021-08-24  8:40 UTC  (2+ messages)

[PATCH] docs/zh_CN: Modify the translator tag and fix the wrong word
 2021-08-24  8:39 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Book3S HV: Make unique debugfs nodename
 2021-08-24  8:37 UTC  (6+ messages)

[PATCH v2 00/17] ZNS Support for Btrfs
 2021-08-24  8:37 UTC  (3+ messages)
` [PATCH v2 05/17] btrfs: zoned: consider zone as full when no more SB can be written

stable-rc/queue/4.14 baseline: 110 runs, 3 regressions (v4.14.244-62-gd58d37959b08)
 2021-08-24  8:33 UTC 

[PATCH v2] usb: chipidea: add loop timeout for hw_ep_set_halt()
 2021-08-24  8:31 UTC  (2+ messages)

5.14-rc breaks iotop swap io monitoring
 2021-08-24  8:31 UTC  (2+ messages)

[PATCH 1/2] KVM: X86: Check pte present first in __shadow_walk_next()
 2021-08-24  8:30 UTC  (3+ messages)
` [PATCH V2] KVM: X86: Move PTE present check from loop body to __shadow_walk_next()

[PATCH net-next] net: ipv4: Move ip_options_fragment() out of loop
 2021-08-24  8:30 UTC  (2+ messages)

[PATCH] qed: Fix the VF msix vectors flow
 2021-08-24  8:30 UTC  (2+ messages)

[PATCH V4 0/3] usb: gadget: configfs: add three trace entries
 2021-08-24  8:29 UTC  (4+ messages)
` [PATCH V4 1/3] usb: gadget: configfs: add UDC trace entry

Invalidate conntrack using iptables rule
 2021-08-24  8:29 UTC 

[Buildroot] [PATCH] package/libcap: don't overwrite 'empty' when generating loader.txt
 2021-08-24  8:29 UTC  (3+ messages)

[PATCH linux-next] arm:nommu: fix boolreturn.cocci warnings
 2021-08-24  8:25 UTC  (3+ messages)

[Buildroot] Buildroot mailing list archives search
 2021-08-24  8:26 UTC  (2+ messages)

[PATCH v7 00/15] machine: smp parsing fixes and improvement
 2021-08-24  8:23 UTC  (6+ messages)
` [PATCH v7 05/15] machine: Improve the error reporting of smp parsing

[Intel-wired-lan] [bug report] iavf: use mutexes for locking of critical sections
 2021-08-24  8:25 UTC  (2+ messages)

[PATCH v2 0/5] introduce QArray
 2021-08-24  8:22 UTC  (3+ messages)
` [PATCH v2 1/5] qemu/qarray.h: "

[PATCH linux-next] kernel:fair: fix boolreturn.cocci warnings
 2021-08-24  8:22 UTC  (3+ messages)

Testing a microcontroller emulation by loading the binary on incomplete Flash emulation
 2021-08-24  8:22 UTC  (4+ messages)

[PATCH] hw/arm/smmuv3: Support non-PCI/PCIe devices connection
 2021-08-24  8:21 UTC  (5+ messages)

linux-next: Fixes tag needs some work in the scsi-mkp tree
 2021-08-24  6:43 UTC  (2+ messages)

[PATCH v2 0/6] fs/ntfs3: Use new mount api and change some opts
 2021-08-24  8:21 UTC  (4+ messages)
` [PATCH v2 3/6] fs/ntfs3: Use new api for mounting

[PATCH v8 00/13] ksmbd: introduce new SMB3 kernel server
 2021-08-24  8:20 UTC  (4+ messages)
` [PATCH 00/11] ksmbd: various fixes
  ` [PATCH 11/11] ksmbd: defer notify_change() call

[PATCH 0/2] Add DWC3 controller suppport for AMD's platforms
 2021-08-24  8:19 UTC  (5+ messages)
` [PATCH 1/2] usb: dwc3: pci: add support for AMD's newer generation platform
` [PATCH 2/2] usb: dwc3: pci add property to allow user space role switch

[PATCH net-next] cxgb4: improve printing NIC information
 2021-08-24  8:20 UTC  (2+ messages)

[bug report] net/mlx5: Bridge, allow merged eswitch connectivity
 2021-08-24  8:18 UTC 

[meta-python][PATCH 1/5] python3-colorlog: Upgrade 5.0.1 -> 6.4.1
 2021-08-24  8:18 UTC  (5+ messages)
` [meta-python][PATCH 2/5] python3-ruamel-yaml: Upgrade 0.17.11 -> 0.17.13
` [meta-python][PATCH 3/5] python3-simplejson: Upgrade 3.17.4 -> 3.17.5
` [meta-python][PATCH 4/5] python3-bitarray: Upgrade 2.3.0 -> 2.3.2
` [meta-python][PATCH 5/5] python3-watchdog: Upgrade 2.1.3 -> 2.1.5

[PATCH v4] usb: dwc3: gadget: Stop EP0 transfers during pullup disable
 2021-08-24  8:17 UTC  (2+ messages)

[PATCH v3 0/4] SCHED_IDLE extensions
 2021-08-24  8:16 UTC  (3+ messages)
` [PATCH v3 4/4] sched: adjust sleeper credit for SCHED_IDLE entities

stable-rc/queue/4.19 baseline: 136 runs, 7 regressions (v4.19.204-82-g4aa277a7ee16)
 2021-08-24  8:15 UTC 

arm: mvebu: dts: Armada8k enable mdio
 2021-08-24  8:14 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.