All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-06 22:37:22 to 2021-07-07 00:26:44 UTC [more...]

[PATCH v3 0/3] DEVICE_UNPLUG_ERROR QAPI event
 2021-07-07  0:20 UTC  (4+ messages)
` [PATCH v3 1/3] qapi/qdev.json: add "

[PATCH] ptp: Set lookup cookie when creating a PTP PPS source
 2021-07-07  0:26 UTC  (4+ messages)

[PATCH 1/2] iomap: remove the length variable in iomap_seek_data
 2021-07-07  0:26 UTC  (3+ messages)
` [PATCH 2/2] iomap: remove the length variable in iomap_seek_hole

[PATCH] Test seeks from LLONG_MIN
 2021-07-07  0:24 UTC  (2+ messages)

[PATCH -v3] ext4: fix possible UAF when remounting r/o a mmp-protected file system
 2021-07-07  0:24 UTC  (2+ messages)
` [PATCH -v4] "

[PATCH] xfs: drop experimental warnings for bigtime and inobtcount
 2021-07-07  0:23 UTC 

[PATCHSET 0/8] fstests: random fixes
 2021-07-07  0:21 UTC  (9+ messages)
` [PATCH 1/8] xfs/172: disable test when file writes don't use delayed allocation
` [PATCH 2/8] generic/561: hide assertions when duperemove is killed
` [PATCH 3/8] shared/298: fix random deletion when filenames contain spaces
` [PATCH 4/8] dmthin: erase the metadata device properly before starting
` [PATCH 5/8] check: run _check_filesystems in an OOM-happy subshell
` [PATCH 6/8] xfs/084: fix test program status collection and processing
` [PATCH 7/8] generic/371: disable speculative preallocation regressions on XFS
` [PATCH 8/8] generic/019: don't dump cores when fio/fsstress hit io errors

[PATCHSET 0/1] fstests: fixes for test control code
 2021-07-07  0:21 UTC  (2+ messages)
` [PATCH 1/1] new: allow users to specify a new test id

[PATCH v2] tcg: Avoid including 'trace-tcg.h' in target translate.c
 2021-07-07  0:07 UTC  (2+ messages)

[PATCH 1/3] mfd: da9063: Add HWMON dependencies
 2021-07-07  0:20 UTC  (4+ messages)
` [PATCH 2/3] hwmon: da9063: HWMON driver

[PATCH][1.46/1.48] providers: replace newly added logger.warn() with logger.warning()
 2021-07-07  0:20 UTC 

[PATCH] providers: replace newly added logger.warn() with logger.warning()
 2021-07-07  0:20 UTC 

[xenomai-images PATCH] recipes-kernel: armrh_config: enable more features for testing purposes
 2021-07-07  0:19 UTC 

[PATCH] tcg: Add separator in INDEX_op_call dump
 2021-07-07  0:04 UTC 

Issues using simple-audio-card driver with Xilinx Audio Formatter
 2021-07-07  0:17 UTC 

[PATCH] docs: .gitignore parsing is to the top of the repo
 2021-07-07  0:18 UTC  (4+ messages)

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts
 2021-07-06 23:52 UTC  (2+ messages)
` [PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

[PATCH v2 00/36] linux-user: Signal trampolines and vdsos
 2021-07-06 23:49 UTC  (38+ messages)
` [PATCH v2 01/36] linux-user: Add infrastructure for a signal trampoline page
` [PATCH v2 02/36] linux-user: Fix style problems in linuxload.c
` [PATCH v2 03/36] linux-user: Introduce imgsrc_read, imgsrc_read_alloc
` [PATCH v2 04/36] linux-user: Tidy loader_exec
` [PATCH v2 05/36] linux-user: Do not clobber bprm_buf swapping ehdr
` [PATCH v2 06/36] linux-user: Use ImageSource in load_elf_image
` [PATCH v2 07/36] linux-user: Use ImageSource in load_symbols
` [PATCH v2 08/36] linux-user: Replace bprm->fd with bprm->src.fd
` [PATCH v2 09/36] linux-user: Introduce imgsrc_mmap
` [PATCH v2 10/36] linux-user: Load vdso image if available
` [PATCH v2 11/36] linux-user: Add gen-vdso tool
` [PATCH v2 12/36] linux-user/aarch64: Add vdso and use it for rt_sigreturn
` [PATCH v2 13/36] linux-user/arm: Drop v1 signal frames
` [PATCH v2 14/36] linux-user/arm: Drop "_v2" from symbols in signal.c
` [PATCH v2 15/36] target/arm: Add isar_feature_aa32_a32
` [PATCH v2 16/36] linux-user/arm: Add vdso and use it for rt_sigreturn
` [PATCH v2 17/36] linux-user/alpha: Implement setup_sigtramp
` [PATCH v2 18/36] linux-user/cris: "
` [PATCH v2 19/36] linux-user/hexagon: "
` [PATCH v2 20/36] linux-user/hppa: Add vdso and use it for rt_sigreturn
` [PATCH v2 21/36] linux-user/x86_64: Raise SIGSEGV if SA_RESTORER not set
` [PATCH v2 22/36] linux-user/i386: Add vdso and use it for sigreturn
` [PATCH v2 23/36] linux-user/x86_64: Add vdso
` [PATCH v2 24/36] linux-user/m68k: Implement setup_sigtramp
` [PATCH v2 25/36] linux-user/microblaze: "
` [PATCH v2 26/36] linux-user/mips: Tidy install_sigtramp
` [PATCH v2 27/36] linux-user/mips: Implement setup_sigtramp
` [PATCH v2 28/36] linux-user/nios2: Document non-use of setup_sigtramp
` [PATCH v2 29/36] linux-user/openrisc: Implement setup_sigtramp
` [PATCH v2 30/36] target/ppc: Simplify encode_trampoline
` [PATCH v2 31/36] linux-user/ppc: Implement setup_sigtramp
` [PATCH v2 32/36] linux-user/riscv: Add vdso and use it for sigreturn
` [PATCH v2 33/36] linux-user/s390x: Implement setup_sigtramp
` [PATCH v2 34/36] linux-user/sh4: "
` [PATCH v2 35/36] linux-user/sparc: "
` [PATCH v2 36/36] linux-user/xtensa: "

drivers/firmware/broadcom/bcm47xx_sprom.c:187:13: warning: stack frame size (47552) exceeds limit (8192) in function 'bcm47xx_sprom_fill_auto'
 2021-07-07  0:13 UTC  (2+ messages)

[PATCH 0/2] Fix defect in TranslationBlock insertion procedure
 2021-07-07  0:12 UTC  (3+ messages)
` [PATCH 1/2] accel/tcg: Hoist tcg_tb_insert() up above tb_link_page()

[PATCH v2] KVM: X86: Fix exception untrigger on ret to user
 2021-07-07  0:13 UTC  (11+ messages)

[PATCH v3 1/5] drm/i915: use consistent CPU mappings for pin_map users
 2021-07-07  0:12 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v7 0/2] NFSD: delay unmount source's export after inter-server copy completed
 2021-07-07  0:10 UTC  (3+ messages)
` [PATCH v7 2/2] NFSv4.2: remove restriction of copy size for inter-server copy

[PATCH 0/4] selftests/sgx: Trigger the page reclaimer and #PF handler
 2021-07-07  0:10 UTC  (8+ messages)
` [PATCH 2/4] selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.c
` [PATCH 4/4] selftests/sgx: Trigger the reclaimer and #PF handler

[PATCH 0/4] dp8393x: fixes and improvements
 2021-07-06 23:51 UTC  (5+ messages)
` [PATCH 1/4] dp8393x: don't force 32-bit register access
` [PATCH 3/4] dp8393x: Store CAM registers as 16-bit

[PATCH 0/2] pm8150b qmp phy type-c orientation fixes
 2021-07-07  0:10 UTC  (16+ messages)
` [PATCH 1/2] arm64: dts: qcom: sm8250: fix usb2 qmp phy node
` [PATCH 2/2] phy: qcom-qmp: Register as a typec switch for orientation detection

drivers/gpu/drm/i915/gem/i915_gem_create.c:7:1: iwyu: warning: superfluous #include "gem/i915_gem_lmem.h"
 2021-07-07  0:06 UTC 

[PATCHv3 iproute2] ip route: ignore ENOENT during save if RT_TABLE_MAIN is being dumped
 2021-07-07  0:05 UTC  (7+ messages)
` [PATCHv4 "

[PATCH libnetfilter_queue] src: annotation: Correctly identify item for which header is needed
 2021-07-07  0:05 UTC  (5+ messages)
` [PATCH libnetfilter_queue v2] "

[PATCH V2 0/2] Vitqueue State Synchronization
 2021-07-07  0:05 UTC  (11+ messages)
` [PATCH V2 1/2] virtio: introduce virtqueue state as basic facility
` [PATCH V2 2/2] virtio: introduce STOP status bit
  ` [virtio-comment] "
      ` [virtio-dev] "

[PATCH] Input: mms114 - support MMS134S
 2021-07-06 23:59 UTC 

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-07  0:00 UTC  (3+ messages)
` [PATCH 03/19] LoongArch: Add build infrastructure

[syzbot] net boot error: possible deadlock in get_page_from_freelist
 2021-07-06 23:57 UTC  (2+ messages)

[PATCH 0/2] Add support for MEMCPY_SG transfers
 2021-07-06 23:43 UTC  (6+ messages)
` [PATCH 1/2] dmaengine: xilinx_dma: Restore support for memcpy SG transfers
` [PATCH 2/2] xilinx_dma: Fix read-after-free bug when terminating transfers

[PATCH] sched: Initialize the idle task with preemption disabled
 2021-07-06 23:55 UTC  (4+ messages)
` [tip: sched/core] sched/core: "

[PATCH 0/2] Update to new HuC for TGL+ and enable GuC/HuC on ADL-P
 2021-07-06 23:54 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/huc: Update TGL and friends to HuC 7.9.3
    ` [Intel-gfx] "
` [PATCH 2/2] drm/i915/adlp: Add ADL-P GuC/HuC firmware files
    ` [Intel-gfx] "

[PATCH] e2fsck: fix last mount/write time when e2fsck is forced
 2021-07-06 23:52 UTC  (3+ messages)

[PATCH 0/7] dma-resv fence DAG fixes
 2021-07-06 23:47 UTC  (5+ messages)
` [PATCH 7/7] dma-resv: Give the docs a do-over
    ` [Intel-gfx] "

[Intel-gfx] [PATCH 1/3] drm/i915: Guard debugfs against invalid access without display
 2021-07-06 23:44 UTC  (6+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: remove some debug-only registers from MCHBAR

[PATCH] xilinx: zynqmp: increase CONFIG_SYS_SPL_MALLOC_SIZE to 16MB
 2021-07-06 23:43 UTC 

guest/host mem out of sync on core2duo?
 2021-07-06 23:41 UTC  (15+ messages)
          ` exception vs SIGALRM race (was: Re: guest/host mem out of sync on core2duo?)

[dpdk-dev] [PATCH v2 0/4] support AVF RSS and FDIR for GRE tunnel packet
 2021-07-06 23:38 UTC  (3+ messages)

[PATCH 3/3] ui/gtk: gd_draw_event returns FALSE when no cairo surface is bound
 2021-07-06 23:34 UTC  (2+ messages)
` [PATCH 4/4] ui/gtk-egl: guest fb texture needs to be regenerated when reinitializing egl

[PATCH bpf] libbpf: fix reuse of pinned map on older kernel
 2021-07-06 23:32 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 0/3] Support outer layer FDIR for GTPoGRE packet
 2021-07-06 23:27 UTC  (4+ messages)

[PATCH RFC net-next] dt-bindings: ethernet-controller: document signal multiplexer
 2021-07-06 23:22 UTC  (3+ messages)

[PATCH 0/5] optimizations for many odb alternates
 2021-07-06 23:21 UTC  (7+ messages)
` [PATCH v2 1/5] speed up alt_odb_usable() with many alternates
` [PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache

[Intel-gfx] [PATCH] drm/i915/dp: return proper DPRX link training result
 2021-07-06 23:21 UTC  (2+ messages)

[PATCH net-next RFC 0/2] add elevated refcnt support for page pool
 2021-07-06 23:19 UTC  (4+ messages)

[PATCH v2] tracing: Add linear buckets to histogram logic
 2021-07-06 23:20 UTC 

[PATCH v2 0/7] ci: speed-up the Windows parts of our GitHub workflow
 2021-07-06 23:20 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2] dt-bindings: riscv: add starfive jh7100 bindings
 2021-07-06 23:16 UTC  (3+ messages)

[PATCH v3 1/1] riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline stall
 2021-07-06 23:16 UTC  (3+ messages)

[PATCH -fixes] riscv: Fix PTDUMP output now BPF region moved back to module region
 2021-07-06 23:16 UTC  (3+ messages)

[PATCH v2] drm/msm/dsi: do not use uninitialized kms
 2021-07-06 23:17 UTC  (2+ messages)

[PATCH] checkpatch: Don't show signatures in git-log
 2021-07-06 22:30 UTC 

[RFC PATCH net-next 0/8] net: hns3: add support devlink
 2021-07-06 23:16 UTC  (5+ messages)
` [RFC PATCH net-next 3/8] net: hns3: add support for devlink get info for PF
` [RFC PATCH net-next 7/8] net: hns3: add support for PF setting rx/tx buffer size by devlink param

[powerpc:merge] BUILD SUCCESS 311c00a9a9990647758763cc87d0588b6adcad02
 2021-07-06 23:10 UTC 

[dpdk-dev] [RFC] porting AddressSanitizer feature to DPDK
 2021-07-06 23:12 UTC  (4+ messages)
` [dpdk-dev] [RFC v2] "

[PATCH] tools/runqslower: use __state instead of state
 2021-07-06 23:11 UTC  (4+ messages)

linux-next: build failure after merge of the net tree
 2021-07-06 23:11 UTC 

[PATCH v2 0/2] mmc: Add support for checking device number against alias index
 2021-07-06 23:09 UTC  (3+ messages)
` [PATCH v2 1/2] mmc: Check for device with a seq number equal to num before checking against index

[PATCH AUTOSEL 5.13 001/189] drm/etnaviv: fix NULL check before some freeing functions is not needed
 2021-07-06 23:09 UTC  (6+ messages)
` [PATCH AUTOSEL 5.13 113/189] drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue

[PATCH v9 0/3] fpga: Use standard class dev_release function
 2021-07-06 23:08 UTC  (18+ messages)
` [PATCH v9 1/3] fpga: mgr: Use standard dev_release for class driver
` [PATCH v9 2/3] fpga: bridge: "
` [PATCH v9 3/3] fpga: region: "

[TECH TOPIC] Rust for Linux
 2021-07-06 23:08 UTC  (5+ messages)

[xen-unstable-smoke test] 163366: regressions - trouble: blocked/fail
 2021-07-06 23:07 UTC 

[PATCH] xfs: reset child dir '..' entry when unlinking child
 2021-07-06 23:07 UTC  (5+ messages)

[PATCH 0/2] Fixes for KCSAN findings
 2021-07-06 23:06 UTC  (3+ messages)
` [PATCH 1/2] net/netfilter/nf_conntrack_core: Mark access for KCSAN

RFC: Devices for files and partitions
 2021-07-06 23:05 UTC 

[powerpc:fixes-test] BUILD SUCCESS 1df3af6dc3cfe643f43d46f202bd44861ccbdb99
 2021-07-06 23:01 UTC 

[PATCH] Shared page tables during fork
 2021-07-06 23:01 UTC  (2+ messages)

[Buildroot] [PATCH] package/swupdate: bump to version 2021.04
 2021-07-06 22:59 UTC 

[dpdk-dev] [PATCH 00/58] enhancements to host based flow table management
 2021-07-06 22:58 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 08/58] net/bnxt: add action SRAM translation
      ` [dpdk-dev] [PATCH v3] "
  ` [dpdk-dev] [PATCH v2 18/58] net/bnxt: shared TCAM region support
      ` [dpdk-dev] [PATCH v3] "

[PATCH] tools/runqslower: Change state to __state
 2021-07-06 22:57 UTC  (3+ messages)

[PATCH libnetfilter_queue] src: examples: Use libnetfilter_queue cached linux headers throughout
 2021-07-06 22:52 UTC  (3+ messages)
` [PATCH libnetfilter_queue v2] "

[PATCH] serial: serial_msm: Ensure BAM/single character mode are disabled
 2021-07-06 22:50 UTC  (2+ messages)

[PATCH] arm: dts: db410c: Add missing cd-gpios for SD card detection
 2021-07-06 22:50 UTC  (2+ messages)

[PATCH 1/2] arm: snapdragon: Use correct GICC register on APQ8016
 2021-07-06 22:50 UTC  (4+ messages)
` [PATCH 2/2] arm: snapdragon: Fix typo in clk_bcr_update()

[PATCH v2 1/8] lpc32xx: Kconfig: switch to CONFIG_CONS_INDEX
 2021-07-06 22:50 UTC  (2+ messages)

[PATCH 0/4] TSX force abort
 2021-07-06 22:51 UTC  (6+ messages)
` [PATCH 4/4] x86/tsx: Add cmdline tsx=fake to not clear CPUID bits RTM and HLE

[PATCH 0/7] CT changes required for GuC submission
 2021-07-06 22:51 UTC  (5+ messages)
` [PATCH 6/7] drm/i915/guc: Optimize CTB writes and reads
  ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for CT changes required for GuC submission (rev3)

[PATCH v5 00/13] arm64: synquacer: Add SynQuacer/DeveloperBox support
 2021-07-06 22:50 UTC  (3+ messages)
` [PATCH v5 01/13] ata: ahci-pci: Use scsi_ops to initialize ops

[PATCH] arm: iproc: Add higher speed configurations
 2021-07-06 22:50 UTC  (2+ messages)

[PATCH] ARM: integrator: Drop PCI support
 2021-07-06 22:50 UTC  (2+ messages)

[PATCH] mpc8379erdb: enable DM_USB DM_PCI DM_ETH
 2021-07-06 22:50 UTC  (2+ messages)

[PATCH 00/53] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-06 22:48 UTC  (5+ messages)
` [PATCH 03/53] drm/i915: Fork DG1 interrupt handler
    ` [Intel-gfx] "

[PATCH] rtlwifi: de-dupe rtl8723b WiFi firmware
 2021-07-06 22:47 UTC 

[PATCH] rev-list: add option for --pretty without header
 2021-07-06 22:43 UTC 

[PATCH 5.4 0/6] 5.4.130-rc1 review
 2021-07-06 22:44 UTC  (2+ messages)

[PATCH 5.10 0/7] 5.10.48-rc1 review
 2021-07-06 22:44 UTC  (2+ messages)

[PATCH 5.12 0/7] 5.12.15-rc1 review
 2021-07-06 22:44 UTC  (2+ messages)

[PATCH] s390/vfio-ap: do not use open locks during VFIO_GROUP_NOTIFY_SET_KVM notification
 2021-07-06 22:43 UTC  (9+ messages)

[PATCH 5.13 0/2] 5.13.1-rc1 review
 2021-07-06 22:43 UTC  (2+ messages)

[PATCH 0/7] CT changes required for GuC submission
 2021-07-06 22:41 UTC  (8+ messages)
` [PATCH 6/7] drm/i915/guc: Optimize CTB writes and reads
            ` [Intel-gfx] "


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.