All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-17 09:10:04 to 2021-06-17 09:52:34 UTC [more...]

passing-through TOS/DSCP marking
 2021-06-17  9:41 UTC  (6+ messages)

[PATCH 00/16] Rid W=1 warnings from Char
 2021-06-17  9:52 UTC  (3+ messages)
` [PATCH 09/16] char: agp: backend: Demote some non-conformant kernel-doc headers

RFC: Github PR bot questions
 2021-06-17  9:52 UTC  (9+ messages)

[PATCH v1 0/6] pwm: tegra: several improvements
 2021-06-17  9:51 UTC  (7+ messages)
` [PATCH v1 1/6] pwm: tegra: Drop an if block with an always false condition
` [PATCH v1 2/6] pwm: tegra: Don't modify HW state in .remove callback
` [PATCH v1 3/6] pwm: tegra: Don't needlessly enable and disable the clock in .remove()
` [PATCH v1 4/6] pwm: tegra: Assert reset only after the PWM was unregistered
` [PATCH v1 5/6] pwm: tegra: Implement .apply callback
` [PATCH v1 6/6] pwm: tegra: unfold legacy callbacks into tegra_pwm_apply()

[PATCH] dt-bindings: clk: renesas: Update {ETH,SDHI,USB} CPG Clock Definitions
 2021-06-17  9:51 UTC  (3+ messages)

[PULL 00/45] Memory, i386, compilation, bugfix changes for 2021-06-17
 2021-06-17  9:31 UTC  (28+ messages)
` [PULL 01/45] vnc: avoid deprecation warnings for SASL on OS X
` [PULL 02/45] vl: Fix an assert failure in error path
` [PULL 03/45] qemu-config: use qemu_opts_from_qdict
` [PULL 04/45] block/scsi: correctly emulate the VPD block limits page
` [PULL 05/45] runstate: Initialize Error * to NULL
` [PULL 06/45] esp: only assert INTR_DC interrupt flag if selection fails
` [PULL 07/45] esp: only set ESP_RSEQ at the start of the select sequence
` [PULL 08/45] esp: allow non-DMA callback in esp_transfer_data() initial transfer
` [PULL 09/45] esp: handle non-DMA transfers from the target one byte at a time
` [PULL 10/45] esp: ensure PDMA write transfers are flushed from the FIFO to the target immediately
` [PULL 11/45] esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
` [PULL 12/45] esp: correctly accumulate extended messages for PDMA
` [PULL 13/45] esp: fix migration version check in esp_is_version_5()
` [PULL 14/45] esp: store lun coming from the MESSAGE OUT phase
` [PULL 15/45] softmmu/physmem: Mark shared anonymous memory RAM_SHARED
` [PULL 16/45] softmmu/physmem: Fix ram_block_discard_range() to handle shared anonymous memory
` [PULL 18/45] util/mmap-alloc: Factor out calculation of the pagesize for the guard page
` [PULL 19/45] util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
` [PULL 20/45] util/mmap-alloc: Factor out activating of memory to mmap_activate()
` [PULL 21/45] softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()
` [PULL 22/45] softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
` [PULL 23/45] softmmu/memory: Pass ram_flags to qemu_ram_alloc() and qemu_ram_alloc_internal()
` [PULL 24/45] util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
` [PULL 25/45] memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PULL 27/45] hostmem: Wire up RAM_NORESERVE via "reserve" property
` [PULL 32/45] hmp: Print "reserve" property of memory backends with "info memdev"
` [PULL 42/45] util: Use unique type for QemuRecMutex in thread-posix.h

[PATCH next v4 0/2] introduce printk cpu lock
 2021-06-17  9:50 UTC  (3+ messages)
` [PATCH next v4 1/2] lib/dump_stack: move cpu lock to printk.c
` [PATCH next v4 2/2] printk: fix cpu lock ordering

[PATCH v10] qapi: introduce 'query-kvm-cpuid' QMP command
 2021-06-17  9:50 UTC 

[PATCH 0/1] Create multicast snooping sysctl option
 2021-06-17  9:50 UTC  (2+ messages)
` [PATCH 1/1] net: Allow all multicast packets to be received on a interface

[PATCH 00/11] Rid W=1 warnings from ATA
 2021-06-17  9:49 UTC  (3+ messages)

[PATCH 0/6] net: gianfar: 64-bit statistics and rx_missed_errors counter
 2021-06-17  9:49 UTC  (7+ messages)
` [PATCH 1/6] net: gianfar: Convert to ndo_get_stats64 interface
` [PATCH 2/6] net: gianfar: Extend statistics counters to 64-bit
` [PATCH 3/6] net: gianfar: Clear CAR registers
` [PATCH 4/6] net: gianfar: Avoid 16 bytes of memset
` [PATCH 5/6] net: gianfar: Add definitions for CAR1 and CAM1 register bits
` [PATCH 6/6] net: gianfar: Implement rx_missed_errors counter

[RFC PATCH v4 0/8] ext4, jbd2: fix 3 issues about bdev_try_to_free_page()
 2021-06-17  9:48 UTC  (2+ messages)

[PATCH 00/10] Rid W=1 warnings from Bus
 2021-06-17  9:49 UTC  (3+ messages)

[PATCH 0/3] *** Support ASPEED AST2600 I2C ***
 2021-06-17  9:43 UTC  (8+ messages)
` [PATCH 1/3] dts: aspeed: Add node for AST2600 I2C and I2CS
` [PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C
` [PATCH 3/3] i2c:support new register set for ast2600

[PATCH] misc: sram: Only map reserved areas in Tegra SYSRAM
 2021-06-17  9:48 UTC 

[dpdk-dev] [RFC PATCH] dmadev: introduce DMA device library
 2021-06-17  9:48 UTC  (9+ messages)

[PATCH] drm/auth: Move master pointer from drm_device to drm_file
 2021-06-17  9:47 UTC 

[PATCH 01/11] virglrenderer: explicitly depend on libgbm
 2021-06-17  9:45 UTC  (4+ messages)
` [PATCH 05/11] perl: split perl-cross into its own recipe
  ` [OE-core] "

[PATCH v6 0/4] KVM: arm64: Improve efficiency of stage2 page table
 2021-06-17  9:43 UTC  (10+ messages)
` [PATCH v6 1/4] KVM: arm64: Introduce cache maintenance callbacks for guest stage-2

[PATCH] libtracefs: Add memory test
 2021-06-17  9:44 UTC 

[igt-dev] [PATCH v6 i-g-t 0/2] Fix the multiprocess mode of intel allocator
 2021-06-17  9:44 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

Linux 5.13-rc6 regression to 5.12.x: kernel OOM and panic during kernel boot in low memory Xen VM's (256MB assigned memory)
 2021-06-17  9:26 UTC 

[PATCH v7 0/5] printk: Userspace format indexing support
 2021-06-17  9:43 UTC  (7+ messages)
` [PATCH v7 4/5] "

[PATCH] hwmon: (pmbus) Add support for MPS MP2949A
 2021-06-17  9:43 UTC 

[PATCH] util-linux: backport a patch to address mkswap hangs
 2021-06-17  9:43 UTC  (3+ messages)
` [OE-core] "

[PATCH v6] PCI: ixp4xx: Add a new driver for IXP4xx
 2021-06-17  9:42 UTC  (3+ messages)

[virtio-comment] Repost due mailist failure: virtio-gpio: add formal specification
 2021-06-17  9:41 UTC  (2+ messages)
` [virtio-comment] [PATCH] "

[PATCHv2 0/8] videobuf2: support new noncontiguous DMA API
 2021-06-17  9:40 UTC  (8+ messages)
` [PATCHv2 8/8] videobuf2: handle non-contiguous DMA allocations

All RBD IO stuck after flapping OSD's
 2021-06-17  9:40 UTC  (7+ messages)

[PATCH] mm/vmalloc: unbreak kasan vmalloc support
 2021-06-17  9:40 UTC  (2+ messages)

[PATCH v2] sched/fair: Age the average idle time
 2021-06-17  9:40 UTC  (6+ messages)

ALSA: usb-audio: fix rate on Ozone Z90 USB headset
 2021-06-17  9:39 UTC  (3+ messages)

What's cooking in git.git (Jun 2021, #06; Thu, 17)
 2021-06-17  9:40 UTC  (3+ messages)
` jh/builtin-fsmonitor, was "
` js/subtree-on-windows-fix, "

[PATCH -next] riscv: mm: remove redundant trampoline PGD for 64bit
 2021-06-17  9:38 UTC  (3+ messages)

[PATCH 0/2] ALSA: firewire-motu: add support for MOTU 828 and 896
 2021-06-17  9:37 UTC  (2+ messages)

[PATCH] dma-buf: fix and rework dma_buf_poll
 2021-06-17  9:38 UTC  (5+ messages)

[RFC PATCH 1/1] arm64: implement live patching
 2021-06-17  9:29 UTC  (3+ messages)

vc4_bo_create: Failed to allocate from CMA
 2021-06-17  9:36 UTC  (2+ messages)

[PATCH 0/4] Add support for the SanCloud BBE Lite
 2021-06-17  9:33 UTC  (5+ messages)
` [PATCH 1/4] ARM: dts: am335x-boneblack: Extract HDMI config
` [PATCH 2/4] ARM: dts: am335x-sancloud-bbe: Extract common code
` [PATCH 3/4] ARM: dts: am335x-sancloud-bbe-lite: New devicetree
` [PATCH 4/4] MAINTAINERS: Adopt SanCloud dts files as supported

[PATCH v4 0/7] crypto: Make QCryptoTLSCreds* structures private
 2021-06-17  9:31 UTC  (5+ messages)
` [PATCH v4 1/7] crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper
` [PATCH v4 2/7] block/nbd: Use qcrypto_tls_creds_check_endpoint()

[PATCH v7 1/2] power: supply: PCHG: Peripheral device charger
 2021-06-17  9:33 UTC  (3+ messages)
` [PATCH v7 2/2] mfd: cros_ec: Add peripheral "

[PATCH v12 00/12] Restricted DMA
 2021-06-17  0:47 UTC  (5+ messages)
` [PATCH v12 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
  ` [Intel-gfx] "
` [PATCH v12 11/12] dt-bindings: of: Add restricted DMA pool
  ` [Intel-gfx] "

[PATCH] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()
 2021-06-17  8:20 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v15 0/4] KASAN core changes for ppc64 radix KASAN
 2021-06-17  9:30 UTC  (10+ messages)
` [PATCH v15 1/4] kasan: allow an architecture to disable inline instrumentation
` [PATCH v15 2/4] kasan: allow architectures to provide an outline readiness check
` [PATCH v15 3/4] mm: define default MAX_PTRS_PER_* in include/pgtable.h
` [PATCH v15 4/4] kasan: use MAX_PTRS_PER_* for early shadow tables

[PATCH -next] media: staging: media: atomisp: pci: fix error return code in atomisp_pci_probe()
 2021-06-17  9:32 UTC  (2+ messages)

linux-next: build failure after merge of the akpm tree
 2021-06-17  9:32 UTC 

[PATCH 0/3] x86/ept: force WB to foreign and grant mappings
 2021-06-17  9:31 UTC  (5+ messages)
` [PATCH 2/3] x86/mtrr: move epte_get_entry_emt to p2m-ept.c
` [PATCH 3/3] x86/ept: force WB cache attributes for grant and foreign maps

[PATCH] erofs-utils: do not check ->idata_size for compressed files in erofs_prepare_inode_buffer()
 2021-06-17  9:30 UTC  (5+ messages)

The problem about arm64: io: Relax implicit barriers in default I/O accessors
 2021-06-17  9:27 UTC 

[PATCH 0/8] membarrier cleanups
 2021-06-17  9:28 UTC  (12+ messages)
` [PATCH 4/8] membarrier: Make the post-switch-mm barrier explicit
              ` [RFC][PATCH] sched: Use lightweight hazard pointers to grab lazy mms

[PATCH mmotm v1] mm/hwpoison: disable pcp for page_handle_poison()
 2021-06-17  9:28 UTC  (2+ messages)

[PATCH 0/3] Fix uninitialised reads found with MSAN
 2021-06-17  9:28 UTC  (2+ messages)

[pci:pci/p2pdma] BUILD SUCCESS d1b8dc09dd71248f5098792af98caa497ec66d19
 2021-06-17  9:28 UTC 

hypercalls with 64-bit results
 2021-06-17  9:22 UTC  (2+ messages)

[PATCH -next] cifsd: fix WARNING: convert list_for_each to entry variant in smb2pdu.c
 2021-06-17  9:26 UTC  (2+ messages)

[PATCH v2 -next] riscv: mm: fix build errors caused by mk_pmd()
 2021-06-17  9:58 UTC  (2+ messages)

u-boot on RPi4 32bit - issue after upgrading the firmware
 2021-06-17  9:26 UTC  (5+ messages)

[PATCH v3 0/2] media: i2c: isl7998x: Add driver for Intersil ISL7998x
 2021-06-17  9:25 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: Add Intersil ISL79987 DT bindings
` [PATCH v3 2/2] media: i2c: isl7998x: Add driver for Intersil ISL7998x

[PATCH qemu v21] spapr: Implement Open Firmware client interface
 2021-06-17  9:21 UTC  (11+ messages)

[PATCH bpf] xsk: fix missing validation for skb and unaligned mode
 2021-06-17  9:22 UTC 

[PATCH] drm/amd/pm: Disable SMU messages in navi10 sriov
 2021-06-17  9:23 UTC  (2+ messages)

[PATCH] mm/slub: Add taint after the errors are printed
 2021-06-17  9:22 UTC  (2+ messages)

[PATCH bpf] xsk: fix broken Tx ring validation
 2021-06-17  9:22 UTC 

[PATCH 0/8] [GSOC][RFC] cat-file: reuse ref-filter logic
 2021-06-17  9:22 UTC  (4+ messages)
` [PATCH 2/8] [GSOC] ref-filter: add %(raw) atom

[PATCH] ARM: bcm283x: change the virtual address of the XHCI PCI device base
 2021-06-17  9:22 UTC 

[PATCH] block: break circular locks in blk_request_module
 2021-06-17  9:20 UTC  (2+ messages)

[PATCH v6 1/5] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml
 2021-06-17  9:20 UTC  (5+ messages)
` [PATCH v6 2/5] mfd: sy7636a: Initial commit

[PATCH] intel: Do not assert on unknown chips in drm_intel_decode_context_alloc
 2021-06-17  9:20 UTC  (6+ messages)

[PATCH] MAINTAINERS: update caam crypto driver maintainers list
 2021-06-17  9:19 UTC 

[PATCH for-next] RDMA/cma: Replace RMW with atomic bit-ops
 2021-06-17  9:19 UTC  (5+ messages)

[PATCH] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
 2021-06-17  9:18 UTC  (4+ messages)

[PATCH 2/6] btrfs: add cancelable chunk relocation support
 2021-06-17  9:18 UTC  (3+ messages)
` [PATCH v2] btrfs: add cancellable "

[dpdk-dev] [PATCH v6] ethdev: add new ext hdr for gtp psc
 2021-06-17  9:17 UTC 

[Intel-gfx] [PATCH] drm/i915/ttm: remove unused function
 2021-06-17  9:17 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 1/1] quota: remove unnecessary oom message
 2021-06-17  9:16 UTC 

[dpdk-dev] [PATCH] examples/l2fwd: fix l2fwd long options parse issue
 2021-06-17  9:16 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 1/2] examples/l2fwd: fix long option parsing
` [dpdk-dev] [PATCH v2 2/2] examples/l2fwd: remove mac-updating option
  ` [dpdk-dev] [dpdk-stable] "

[PATCH] btrfs: fix negative space_info->bytes_readonly
 2021-06-17  9:13 UTC  (2+ messages)

[PATCH] dt-bindings: Drop redundant minItems/maxItems
 2021-06-17  9:14 UTC  (6+ messages)

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-06-17  9:14 UTC  (5+ messages)

[PATCH v3 0/4] mptcp: fix conflicts when using pm.add_signal in ADD_ADDR/echo and RM_ADDR process
 2021-06-17  9:14 UTC  (5+ messages)
` [PATCH v3 1/4] mptcp: fix ADD_ADDR and RM_ADDR maybe flush addr_signal each other
` [PATCH v3 2/4] mptcp: make MPTCP_ADD_ADDR_SIGNAL and MPTCP_ADD_ADDR_ECHO separate
` [PATCH v3 3/4] mptcp: build ADD_ADDR/echo-ADD_ADDR option according pm.add_signal
` [PATCH v3 4/4] mptcp: remove MPTCP_ADD_ADDR_IPV6 and MPTCP_ADD_ADDR_PORT

[Buildroot] [PATCH v3 1/3] package/zstd: rework build and install
 2021-06-17  9:14 UTC  (6+ messages)
` [Buildroot] [PATCH v3 2/3] package/zstd: Change Build options
` [Buildroot] [PATCH v3 3/3] package/zstd: Prefer dynamically linked tool
` [Buildroot] [PATCH v4 1/3] package/zstd: rework build and install
` [Buildroot] [PATCH v4 2/3] package/zstd: Change Build options
` [Buildroot] [PATCH v4 3/3] package/zstd: Prefer dynamically linked tool

[PATCH] usb: dwc3: Fix debugfs creation flow
 2021-06-17  9:14 UTC  (5+ messages)

[PATCH 1/1] fs/qnx6: remove unnecessary oom message
 2021-06-17  9:14 UTC 

[PATCH v3 00/23] Add generic vdso_base tracking
 2021-06-17  9:13 UTC  (2+ messages)

[PATCH v10 0/7] I3C mastership handover support
 2021-06-17  9:13 UTC  (5+ messages)
` [PATCH v10 6/7] i3c: master: sysfs key for acquire bus

[PATCH 00/11] Add imx8ulp basic dtsi support
 2021-06-17  9:09 UTC  (4+ messages)
` [PATCH 09/11] dt-bindings: clock: Add imx8ulp clock support

[PULL next] u-boot-atmel-2021.10-a
 2021-06-17  9:11 UTC 

[PATCH 1/1] pstore: remove unnecessary oom message
 2021-06-17  9:10 UTC 

[PATCH v3] Documentation: gpu: Mention the requirements for new properties
 2021-06-17  7:27 UTC  (12+ messages)

[PATCH 2/2] ASoC: rt711: add two jack detection modes
 2021-06-17  9:08 UTC 

[PATCH bpf v1] bpf: fix libelf endian handling in resolv_btfids
 2021-06-17  9:10 UTC  (5+ messages)

[PATCH 1/1] cgroup-v1: Grant CAP_SYS_NICE holders permission to move tasks between cgroups
 2021-06-17  9:09 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.