All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-10 12:45:19 to 2021-09-10 13:48:19 UTC [more...]

[PATCH 00/21] trace-cmd fixes and clean-ups
 2021-09-10 13:47 UTC  (16+ messages)
` [PATCH 01/21] trace-cmd library: Read option id with correct endian
` [PATCH 02/21] trace-cmd report: Fix typos in error messages
` [PATCH 03/21] trace-cmd library: Fix version string memory leak
` [PATCH 05/21] trace-cmd library: Do not pass guests list to a buffer instance
` [PATCH 06/21] trace-cmd library: Set long size to the input tep handler when it is read from the file
` [PATCH 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH 09/21] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH 12/21] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH 13/21] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH 14/21] trace-cmd library: Set input handler default values in allocation function
` [PATCH 15/21] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH 16/21] trace-cmd report: Close input file handlers on exit

[tip:locking/core] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2021-09-10 13:48 UTC  (12+ messages)

[PATCH] softmmu: fix watchpoint processing in icount mode
 2021-09-10 13:46 UTC  (4+ messages)

[PATCH v2 1/4] spi: amd: Refactor code to use less spi_master_get_devdata
 2021-09-10 13:47 UTC  (4+ messages)
` [PATCH v2 4/4] spi: amd: Don't wait for a write-only transfer to finish

[PATCH 0/3] perf report: Add support to print a textual representation of IBS raw sample data
 2021-09-10 13:47 UTC  (3+ messages)

[PATCH v2 0/3] The HMP/QMP interfaces in Qemu SGX
 2021-09-10 13:46 UTC  (6+ messages)
` [PATCH v2 1/3] monitor: Add HMP and QMP interfaces
` [PATCH v2 2/3] qmp: Add the qmp_query_sgx_capabilities()

Introduction of stable interface between Xenstore and hypervisor
 2021-09-10 13:46 UTC  (3+ messages)

[PATCH 0/5] Stop adding HMP-only commands, allow QMP for all
 2021-09-10 13:45 UTC  (5+ messages)
` [PATCH 1/5] docs/devel: document expectations for QAPI data modelling for QMP

[PATCH 0/3] arm: zynqmp: add support for zcu106 and boot sources
 2021-09-10 13:43 UTC  (4+ messages)
` [PATCH 1/3] arm: zynqmp: add support for xilinx zcu106 board
` [PATCH 2/3] Documentation: boards: zynqmp: fix broken links
` [PATCH 3/3] arm: zynqmp: add boot source support

hsr/prp device sends duplicates to upper layers
 2021-09-10 13:47 UTC 

[PATCH v10 00/16] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-10 13:40 UTC  (6+ messages)
` [PATCH v10 03/16] target/riscv: clwz must ignore high bits (use shift-left & changed logic)

[PATCH] drm/vc4: hdmi: Remove unused struct
 2021-09-10 13:41 UTC  (2+ messages)

[dpdk-dev] [PATCH] port: eventdev port api promoted
 2021-09-10 13:40 UTC  (4+ messages)

[PATCH v3 0/6] drm/vc4: hdmi: Fix CEC access while disabled
 2021-09-10 13:40 UTC  (3+ messages)
` [PATCH v3 1/6] drm/vc4: select PM

[PATCH 00/11] PCI devices passthrough on Arm, part 2
 2021-09-10 13:40 UTC  (14+ messages)
` [PATCH 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain
` [PATCH 10/11] xen/arm: Do not map PCI ECAM space to Domain-0's p2m

[Intel-gfx] [PATCH 1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
 2021-09-10 13:39 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915/display/adlp: Add new PSR2 workarounds
` [Intel-gfx] [PATCH 3/5] drm/i915/display: Wait at least 2 frames before selective update
` [Intel-gfx] [PATCH 5/5] drm/i915/display: Workaround cursor left overs with PSR2 selective fetch enabled

[PATCH] ioctl_tty.2: Add example how to get or set baudrate on the serial port
 2021-09-10 13:39 UTC  (5+ messages)
` [PATCH v4] "

[dpdk-dev] [PATCH 01/24] pipeline: move data structures to internal header file
 2021-09-10 13:37 UTC  (25+ messages)
` [dpdk-dev] [PATCH V2 "
  ` [dpdk-dev] [PATCH V2 02/24] pipeline: move thread inline functions to "
  ` [dpdk-dev] [PATCH V2 03/24] pipeline: create inline functions for RX instruction
  ` [dpdk-dev] [PATCH V2 04/24] pipeline: create inline functions for TX instruction
  ` [dpdk-dev] [PATCH V2 05/24] pipeline: create inline functions for extract instruction
  ` [dpdk-dev] [PATCH V2 06/24] pipeline: create inline functions for emit instruction
  ` [dpdk-dev] [PATCH V2 07/24] pipeline: create inline functions for validate instruction
  ` [dpdk-dev] [PATCH V2 08/24] pipeline: create inline functions for learn instruction
  ` [dpdk-dev] [PATCH V2 09/24] pipeline: create inline functions for extern instruction
  ` [dpdk-dev] [PATCH V2 10/24] pipeline: create inline functions for move instruction
  ` [dpdk-dev] [PATCH V2 11/24] pipeline: create inline functions for DMA instruction
  ` [dpdk-dev] [PATCH V2 12/24] pipeline: create inline functions for ALU instructions
  ` [dpdk-dev] [PATCH V2 13/24] pipeline: create inline functions for register instructions
  ` [dpdk-dev] [PATCH V2 14/24] pipeline: create inline functions for meter instructions
  ` [dpdk-dev] [PATCH V2 15/24] pipeline: create inline functions for instruction operands
  ` [dpdk-dev] [PATCH V2 16/24] pipeline: enable persistent instruction meta-data
  ` [dpdk-dev] [PATCH V2 17/24] pipeline: introduce action functions
  ` [dpdk-dev] [PATCH V2 18/24] pipeline: introduce custom instructions
  ` [dpdk-dev] [PATCH V2 19/24] pipeline: introduce pipeline compilation
  ` [dpdk-dev] [PATCH V2 20/24] pipeline: export pipeline instructions to file
  ` [dpdk-dev] [PATCH V2 21/24] pipeline: generate action functions
  ` [dpdk-dev] [PATCH V2 22/24] pipeline: generate custom instruction functions
  ` [dpdk-dev] [PATCH V2 23/24] pipeline: build shared object for pipeline
  ` [dpdk-dev] [PATCH V2 24/24] pipeline: enable pipeline compilation

[Intel-gfx] [PATCH v2 0/9] Move vfio_ccw to the new mdev API
 2021-09-10 13:38 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 5/9] vfio/mdev: Consolidate all the device_api sysfs into the core code
      `  "

stable-rc/queue/4.19 baseline: 165 runs, 7 regressions (v4.19.206-25-gdf1f6d9e7c14)
 2021-09-10 13:38 UTC 

stable-rc/linux-5.14.y build: 159 builds: 2 failed, 157 passed, 94 warnings (v5.14.2-24-g08d4da79178d)
 2021-09-10 13:36 UTC 

[PATCH v2] block/mirror: fix NULL pointer dereference in mirror_wait_on_conflicts()
 2021-09-10 13:33 UTC  (2+ messages)

[PATCH 1/3] oslat: rename cpu_mhz/cpu_hz to timer_mhz/cpu_hz
 2021-09-10 13:33 UTC  (7+ messages)
` [PATCH 2/3] oslat: Add aarch64 support

[Intel-gfx] [PATCH v5] drm/i915: Use Transparent Hugepages when IOMMU is enabled
 2021-09-10 13:33 UTC  (3+ messages)

SMMU Stage 2 translation in QEMU
 2021-09-10 13:32 UTC  (5+ messages)

[GIT PULL] remoteproc updates for v5.15
 2021-09-10 13:32 UTC  (2+ messages)

[PATCH] v4l-compliance: re-introduce NON_COHERENT and cache hints tests
 2021-09-10 13:31 UTC  (4+ messages)

[Bug 213391] New: AMDGPU retries page fault with some specific processes amdgpu: [gfxhub0] retry page fault until *ERROR* ring gfx timeout, but soft recovered
 2021-09-10 13:29 UTC  (2+ messages)
` [Bug 213391] AMDGPU retries page fault with some specific processes amdgpu and sometimes followed "

[Intel-gfx] [PATCH v2 0/6] drm/i915: Suspend / resume backup- and restore of LMEM
 2021-09-10 13:27 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 3/6] drm/i915 Implement LMEM backup and restore for suspend / resume
    `  "

[Buildroot] [git commit branch/2021.08.x] package/go: security bump version to 1.16.8
 2021-09-10 13:20 UTC 

[Buildroot] [git commit branch/2021.05.x] package/go: security bump version to 1.16.8
 2021-09-10 13:20 UTC 

[Buildroot] [PATCH 1/1] package/go: security bump version to 1.16.8
 2021-09-10 13:26 UTC  (2+ messages)

Xen 4.15.1 released
 2021-09-10 13:26 UTC 

[PATCH] data_smart: Make ExpansionErrors more readable
 2021-09-10 13:26 UTC 

[Intel-gfx] [PATCH] drm/i915/display: program audio CDCLK-TS for keepalives
 2021-09-10 13:19 UTC 

[Intel-gfx] [RFC PATCH] drm/ttm: Add a private member to the struct ttm_resource
 2021-09-10 13:25 UTC  (3+ messages)
`  "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH] libsepol: fix typo
 2021-09-10 13:33 UTC  (2+ messages)

Xen 4.13.4 released
 2021-09-10 13:25 UTC 

[PATCH] x86/asm: pessimize the pre-initialization case in static_cpu_has()
 2021-09-10 13:24 UTC  (4+ messages)
` [PATCH v2 0/2] x86/asm: avoid register pressure from static_cpu_has()

[PULL 0/6] Vga 20210910 patches
 2021-09-10 13:17 UTC  (7+ messages)
` [PULL 1/6] ui/gtk: Create a common release_dmabuf helper
` [PULL 2/6] ui/egl: Add egl helpers to help with synchronization
` [PULL 3/6] ui: Create sync objects and fences only for blobs
` [PULL 4/6] ui/gtk-egl: Wait for the draw signal for dmabuf blobs
` [PULL 5/6] virtio-gpu: Add gl_flushed callback
` [PULL 6/6] qxl: fix pre-save logic

Adding IO memory region to mipssim
 2021-09-10 13:21 UTC 

[PATCH v2 00/17] arm/arm64: Turning IPIs into normal interrupts
 2021-09-10 13:19 UTC  (6+ messages)
` [PATCH v2 07/17] irqchip/gic: Atomically update affinity

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-10 13:20 UTC  (7+ messages)

[PATCH] usb: misc: ehset: Workaround for "special" hubs
 2021-09-10 12:58 UTC  (2+ messages)

[PATCH 0/4] locking/rwbase: Assorted fixes
 2021-09-10 13:17 UTC  (7+ messages)
` [PATCH 1/4] sched/wakeup: Strengthen current_save_and_set_rtlock_wait_state()

stable-rc/queue/5.13 build: 156 builds: 2 failed, 154 passed, 7 warnings (v5.13.15-22-g9744a6357aac)
 2021-09-10 13:18 UTC 

[Buildroot] [git commit] package/go: security bump to 1.17.1
 2021-09-10 13:17 UTC 

[Buildroot] [PATCH 1/1] package/go: security bump to 1.17.1
 2021-09-10 13:17 UTC  (2+ messages)

[PATCH v4 1/3] x86/sgx: Report SGX memory in /sys/devices/system/node/node*/meminfo
 2021-09-10 13:17 UTC  (3+ messages)

[RFC PATCH v2 0/5] leaf_cfs_rq_list cleanups and fix
 2021-09-10 13:17 UTC  (5+ messages)
` [RFC PATCH v2 1/5] sched/fair: Add ancestors of unthrottled undecayed cfs_rq

[PATCH] psi : calc cfs task memstall time more precisely
 2021-09-10 13:18 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/5] CPU Enabling: Implement rte_power_monitor API in virtio/vhost PMD
 2021-09-10 13:15 UTC  (3+ messages)
` [dpdk-dev] [PATCH 4/5] lib/power: modify return of queue_stopped

[PATCH 0/8] Arm boards syscon 'unit_address_format' clean-ups
 2021-09-10 13:11 UTC  (4+ messages)
` [PATCH 4/8] dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset' for VCO register address

[PATCH] memfd_secret.2: add NOTES section 
 2021-09-10 13:12 UTC  (2+ messages)

[LTP] [PATCH 1/1] controllers/cpuacct: Simplify deleting directories
 2021-09-10 13:12 UTC  (4+ messages)

[PULL 0/7] Migration.next patches
 2021-09-10 13:10 UTC  (8+ messages)

[PATCH 0/3] cov: fix memory leak caused by abnormal exit
 2021-09-10 13:11 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/3] Virtio PMD RSS support & RSS fixes
 2021-09-10 13:10 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/3] net/virtio: add initial RSS support

[PATCH] kbuild: use smaller dictionary size for zstd module compression
 2021-09-10 13:09 UTC 

[PATCH 0/3] drm/bridge: Create a function to abstract panels away
 2021-09-10 13:09 UTC  (4+ messages)
` [PATCH 1/3] drm/bridge: Add a function to abstract away panels
` [PATCH 2/3] drm/vc4: dpi: Switch to devm_drm_of_get_bridge
` [PATCH 3/3] drm/vc4: dsi: "

[LTP] [PATCH v2 0/7] Cleanup sched/process.c
 2021-09-10 13:08 UTC  (24+ messages)
  ` [LTP] [PATCH v2 1/7] sched/process.c: Replace errfp with stderr
  ` [LTP] [PATCH v2 2/7] sched/process.c: Open debugfp with freopen()
  ` [LTP] [PATCH v2 3/7] ci/alpine: Enable process.c
  ` [LTP] [PATCH v2 4/7] sched/process.c: Log into cwd, add *.log suffix
  ` [LTP] [PATCH v2 5/7] sched/.gitignore: Ignore logs
  ` [LTP] [PATCH v2 6/7] sched/process.c: Remove non-Linux code
  ` [LTP] [PATCH v2 7/7] sched/process.c: Remove useless TRUE FALSE definitions

nct7802 mode selection for RTD1,2,3 via device tree?
 2021-09-10 13:09 UTC  (3+ messages)

❌ FAIL: Test report for kernel 5.14.0 (mainline.kernel.org-clang, 0f4b9289)
 2021-09-10 13:08 UTC 

[ext4:dev] BUILD SUCCESS 948ca5f30e1df0c11eb5b0f410b9ceb97fa77ad9
 2021-09-10 13:08 UTC 

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-10 13:08 UTC  (7+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"

[Buildroot] [git commit] Config.in.legacy: drop 2021.08 entry duplicate
 2021-09-10 13:04 UTC 

[PATCH v5 0/3] NVIDIA Tegra NVDEC support
 2021-09-10 13:08 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: Add YAML bindings for NVDEC

[Buildroot] [git commit branch/2021.08.x] Config.in.legacy: drop 2021.08 entry duplicate
 2021-09-10 13:06 UTC 

[PATCH] hwmon: (nct7802) Make RTD modes configurable
 2021-09-10 13:07 UTC 

[Buildroot] [PATCH 1/1] Config.in.legacy: drop 2021.08 entry duplicate
 2021-09-10 13:07 UTC  (2+ messages)

[PATCH] dt-bindings: hwmon: Add nct7802 bindings
 2021-09-10 13:03 UTC 

[Intel-gfx] [PATCH 0/6] i915: Simplify mmio handling & add new DG2 shadow table
 2021-09-10 13:03 UTC  (6+ messages)
` [Intel-gfx] [PATCH 1/6] drm/i915/uncore: Convert gen6/gen7 read operations to fwtable
` [Intel-gfx] [PATCH 5/6] drm/i915/uncore: Drop gen11 mmio read handlers

[PATCH] .mailmap: Update mailmap
 2021-09-10 13:02 UTC 

[PATCH 1/1] exception/stackdepot: add irqentry section in case of STACKDEPOT
 2021-09-10 12:59 UTC  (5+ messages)

[PATCH] software node: balance refcount for managed sw nodes
 2021-09-10 13:00 UTC  (12+ messages)

mm/damon/dbgfs.c:396 dbgfs_mk_context_write() warn: passing a valid pointer to 'PTR_ERR'
 2021-09-10 13:00 UTC 

stable-rc/queue/4.4 baseline: 118 runs, 8 regressions (v4.4.283-26-g7f5804ff03b3)
 2021-09-10 12:57 UTC 

[dhowells-fs:fscache-iter-2 51/75] fs/cachefiles/namei.c:295 cachefiles_create_file() warn: signedness bug returning '(-4095)'
 2021-09-10 12:56 UTC  (3+ messages)

[PATCH] dma-debug: prevent an error message from causing runtime problems
 2021-09-10 12:55 UTC  (3+ messages)

[PATCH 0/6] cxl fixes for v5.15-rc1
 2021-09-10 12:55 UTC  (6+ messages)
` [PATCH 2/6] cxl/pci: Fix lockdown level

[PATCH v4 00/21] Add LoongArch linux-user emulation support
 2021-09-10 12:52 UTC  (5+ messages)
` [PATCH v4 17/21] LoongArch Linux User Emulation

[PATCH v4 0/4] Add remoteproc driver for DSP on i.MX
 2021-09-10 12:51 UTC  (4+ messages)
` [PATCH v4 4/4] dt-bindings: dsp: fsl: update binding document for remote proc driver

stable-rc/linux-5.13.y build: 177 builds: 2 failed, 175 passed, 7 warnings (v5.13.15-23-g950636fd38b0)
 2021-09-10 12:52 UTC 

[PATCH v4] hw/arm/aspeed: Add Fuji machine type
 2021-09-10 12:50 UTC  (5+ messages)

stable-rc/queue/5.10 baseline: 191 runs, 6 regressions (v5.10.63-16-g57271c4a00b1)
 2021-09-10 12:50 UTC 

linux-next: Fixes tag needs some work in the net tree
 2021-09-10 12:50 UTC 

[PATCH RFC 0/9] s390: fixes, cleanups and optimizations for page table walkers
 2021-09-10 12:48 UTC  (5+ messages)
` [PATCH RFC 6/9] s390/pci_mmio: fully validate the VMA before calling follow_pte()

[LTP] [PATCH 1/2] rtc01: add space to beginning of comments
 2021-09-10 12:46 UTC  (5+ messages)

[PATCH v2] device-dax: use fallback nid when numa node is invalid
 2021-09-10 12:46 UTC 

[PATCH 1/1] scripts/checkpatch.pl: remove warning for pritk_deferred also
 2021-09-10 12:45 UTC  (3+ messages)

[PATCH] scsi: bsg: Fix device unregistration
 2021-09-10 12:45 UTC  (2+ messages)


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.