All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-22 17:19:15 to 2021-09-22 18:21:35 UTC [more...]

[PATCH v3 00/30] LoongArch64 port of QEMU TCG
 2021-09-22 18:09 UTC  (8+ messages)
` [PATCH v3 01/30] elf: Add machine type value for LoongArch
` [PATCH v3 02/30] MAINTAINERS: Add tcg/loongarch64 entry with myself as maintainer
` [PATCH v3 03/30] tcg/loongarch64: Add the tcg-target.h file
` [PATCH v3 04/30] tcg/loongarch64: Add generated instruction opcodes and encoding helpers
` [PATCH v3 07/30] tcg/loongarch64: Implement necessary relocation operations
` [PATCH v3 08/30] tcg/loongarch64: Implement the memory barrier op
` [PATCH v3 14/30] tcg/loongarch64: Implement bswap{16,32,64} ops

[PATCH v5 0/7] Basic recovery for machine checks inside SGX
 2021-09-22 18:21 UTC  (8+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/7] x86/sgx: Provide indication of life-cycle of EPC pages
  ` [PATCH v6 2/7] x86/sgx: Add infrastructure to identify SGX "
  ` [PATCH v6 3/7] x86/sgx: Initial poison handling for dirty and free pages
  ` [PATCH v6 4/7] x86/sgx: Add SGX infrastructure to recover from poison
  ` [PATCH v6 5/7] x86/sgx: Hook arch_memory_failure() into mainline code
  ` [PATCH v6 6/7] x86/sgx: Add hook to error injection address validation

stable-rc/queue/4.4 build: 181 builds: 0 failed, 181 passed, 5 warnings (v4.4.283-136-g132f56460bbb)
 2021-09-22 18:21 UTC 

[PATCH V2 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-22 18:18 UTC  (7+ messages)
` [PATCH V2 2/3] xen/arm: Add handling of extended regions for Dom0

[PATCH] scripts/oe-publish-sdk: Disable git gc to avoid build errors
 2021-09-22 18:19 UTC 

[RFC PATCH] tests/docker: add a debian-native image and make available
 2021-09-22 17:33 UTC  (3+ messages)

[PATCH] ARM: dts: BCM5301X: Add DT for Asus RT-AC88U
 2021-09-22 18:15 UTC  (3+ messages)

[PATCH v3 0/7] KVM: few more SMM fixes
 2021-09-22 18:17 UTC  (6+ messages)

stable/linux-5.4.y baseline: 125 runs, 4 regressions (v5.4.148)
 2021-09-22 18:17 UTC 

[PATCH v1 1/3] KVM: arm64: Add arch specific exit reasons
 2021-09-22 18:13 UTC  (6+ messages)
` [PATCH v1 3/3] KVM: arm64: Add histogram stats for handling time of "

[PATCH] mac80211_hwsim: enable 6GHz channels
 2021-09-22 18:15 UTC 

[RFC PATCH v3 net-next 0/6] Let phylink manage in-band AN for the PHY
 2021-09-22 18:14 UTC  (7+ messages)
` [RFC PATCH v3 net-next 1/6] net: phylink: pass the phy argument to phylink_sfp_config
` [RFC PATCH v3 net-next 2/6] net: phylink: introduce a generic method for querying PHY in-band autoneg capability
` [RFC PATCH v3 net-next 3/6] net: phy: bcm84881: move the in-band capability check where it belongs
` [RFC PATCH v3 net-next 4/6] net: phylink: explicitly configure in-band autoneg for PHYs that support it
` [RFC PATCH v3 net-next 5/6] net: phy: mscc: configure in-band auto-negotiation for VSC8514
` [RFC PATCH v3 net-next 6/6] net: phy: at803x: configure in-band auto-negotiation for AR8031/AR8033

[PATCH] drm/amd/display: Fix Display Flicker on embedded panels
 2021-09-22 17:58 UTC 

INFO: task hung in hub_port_init
 2021-09-22 18:15 UTC  (8+ messages)

[PATCH 0/5] Refactor locking in inode_operations
 2021-09-22 18:12 UTC  (7+ messages)
` [PATCH 1/5] fs/ntfs3: Move ni_lock_dir and ni_unlock into ntfs_create_inode
` [PATCH 2/5] fs/ntfs3: Refactor ntfs_get_acl_ex for better readability
` [PATCH 3/5] fs/ntfs3: Pass flags to ntfs_set_ea in ntfs_set_acl_ex

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 14:48 UTC  (4+ messages)
` [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks

[PATCH v8 0/8] KVM: arm64: Add idempotent controls to migrate guest counter
 2021-09-22 14:44 UTC  (4+ messages)
` [PATCH v8 2/8] KVM: arm64: Separate guest/host counter offset values

[PATCHSET RFC v2 jane 0/5] vfs: enable userspace to reset damaged file storage
 2021-09-22 18:10 UTC  (4+ messages)
` [PATCH 1/5] dax: prepare pmem for use by zero-initializing contents and clearing poisons

[PATCH 0/2] tests/qapi-schema: Minor tooling improvements
 2021-09-22 18:07 UTC  (3+ messages)
` [PATCH 1/2] tests/qapi-schema: Use Python OSError instead of outmoded IOError

[Intel-gfx] [PATCH 0/8] drm/i915/fbc: Rework CFB stride/size calculations
 2021-09-22 18:09 UTC  (5+ messages)
` [Intel-gfx] [PATCH 5/8] drm/i915/fbc: Rework cfb "

[PATCH v3] PCI: of: Avoid pci_remap_iospace() when PCI_IOBASE not defined
 2021-09-22 18:07 UTC  (6+ messages)

[PATCH v2 00/30] LoongArch64 port of QEMU TCG
 2021-09-22 17:35 UTC  (23+ messages)
` [PATCH v2 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v2 12/30] tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc/eqv ops
` [PATCH v2 14/30] tcg/loongarch64: Implement bswap32_i32/bswap32_i64/bswap64_i64
` [PATCH v2 20/30] tcg/loongarch64: Implement setcond ops
` [PATCH v2 23/30] tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
` [PATCH v2 28/30] linux-user: Add safe syscall handling for loongarch64 hosts
` [PATCH v2 29/30] accel/tcg/user-exec: Implement CPU-specific signal handler "

[PATCH] common: guest_physmap_add_page()'s return value needs checking
 2021-09-22 18:06 UTC  (7+ messages)

[PATCH v6 0/9] drm/i915: Suspend / resume backup- and restore of LMEM
 2021-09-22 18:06 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Suspend / resume backup- and restore of LMEM. (rev9)

[PATCH 5.4] PCI/ACPI: Add Ampere Altra SOC MCFG quirk
 2021-09-22 18:05 UTC  (2+ messages)

[PATCH] infiniband hfi1: fix misuse of %x in ipoib_tx.c
 2021-09-22 18:05 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/3] ethdev: introduce configurable flexible item
 2021-09-22 18:04 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] "
` [dpdk-dev] [PATCH 2/3] ethdev: support flow elements with variable length
` [dpdk-dev] [PATCH 3/3] ethdev: implement RTE flex item API

[PATCH v3 0/3] Trivial dynamic debug fixups
 2021-09-22 18:04 UTC  (2+ messages)

[PATCH] null_blk: Fix a NULL pointer dereference
 2021-09-22 18:03 UTC  (3+ messages)

[PATCH] ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrect
 2021-09-22 18:02 UTC  (3+ messages)

stable-rc/queue/5.14 baseline: 124 runs, 1 regressions (v5.14.6-174-gc4109bf2a31f)
 2021-09-22 18:02 UTC 

[GIT PULL] arm64/ARM: dts: juno/vexpress: Fixes for v5.15
 2021-09-22 17:59 UTC  (2+ messages)

[PATCH net-next 0/4] net: remove sk skb caches
 2021-09-22 18:01 UTC  (8+ messages)
` [PATCH net-next 1/4] tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
` [PATCH net-next 2/4] mptcp: stop relying on tcp_tx_skb_cache
` [PATCH net-next 3/4] tcp: make tcp_build_frag() static
` [PATCH net-next 4/4] tcp: remove sk_{tr}x_skb_cache

[PATCH v3 0/3] dump-guest-memory: Add blocker for migration
 2021-09-22 16:20 UTC  (2+ messages)
` [PATCH v3 3/3] dump-guest-memory: Block live migration

[PATCH RFC net-next 0/2] net:sched: Introduce tc flower2 classifier based on PANDA parser in kernel
 2021-09-22 18:00 UTC  (7+ messages)

[PATCH v3 0/7] net/9p: remove msize limit in virtio transport
 2021-09-22 16:00 UTC  (8+ messages)
` [PATCH v3 1/7] net/9p: show error message if user 'msize' cannot be satisfied
` [PATCH v3 2/7] 9p/trans_virtio: separate allocation of scatter gather list
` [PATCH v3 3/7] 9p/trans_virtio: turn amount of sg lists into runtime info
` [PATCH v3 4/7] 9p/trans_virtio: introduce struct virtqueue_sg
` [PATCH v3 5/7] net/9p: add trans_maxsize to struct p9_client
` [PATCH v3 6/7] 9p/trans_virtio: support larger msize values
` [PATCH v3 7/7] 9p/trans_virtio: resize sg lists to whatever is possible

[PATCH v4 0/4] Add remoteproc driver for DSP on i.MX
 2021-09-22 17:55 UTC  (11+ messages)
` [PATCH v4 3/4] remoteproc: imx_dsp_rproc: "

[GIT PULL] SELinux fixes for v5.15 (#1)
 2021-09-22 17:57 UTC  (2+ messages)

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-09-22 17:50 UTC  (14+ messages)
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 11/16] softmmu/memory: add memory_region_try_add_subregion function
` [RFC PATCH v2 13/16] hw/mem/system-memory: add a memory sysbus device
` [RFC PATCH v2 14/16] docs/system: add doc about the initialized machine phase and an example
` [RFC PATCH v2 15/16] hw/char/ibex_uart: set user_creatable
` [RFC PATCH v2 16/16] hw/intc/ibex_plic: "

[syzbot] possible deadlock in mptcp_close
 2021-09-22 17:56 UTC  (2+ messages)

[PATCH v3 0/6] Implement a batched fsync option for core.fsyncObjectFiles
 2021-09-22 17:55 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 5/6] core.fsyncobjectfiles: tests for batch mode

[PATCH] crypto: caam: disable pkc for non-E SoCs
 2021-09-22 17:55 UTC  (3+ messages)

dax_supported() related cleanups v2
 2021-09-22 17:55 UTC  (6+ messages)
` [PATCH 1/3] nvdimm/pmem: fix creating the dax group
` [PATCH 2/3] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 3/3] block: warn if ->groups is set when calling add_disk

[meta-webserver][PATCH v2] netdata: Fixed the recipe (v2)
 2021-09-22 17:54 UTC 

[PATCH 0/5] linux-yocto/libc-headers: update to 5.14
 2021-09-22 17:53 UTC  (6+ messages)
` [PATCH 1/5] libc-headers: bump to v5.14
` [PATCH 2/5] linux-yocto: introduce 5.14 reference kernel
` [PATCH 3/5] systemtap: update to 4.5-latest
` [PATCH 4/5] conf/machine: bump qemu preferred versions to 5.14
` [PATCH 5/5] poky: set default kernel "

[PATCH 0/3] Makefile: make "sparse" and "hdr-check" non-.PHONY
 2021-09-22 17:53 UTC  (4+ messages)

[RFC PATCH 0/5] Remove dependency on congestion_wait in mm/
 2021-09-22 17:52 UTC  (3+ messages)

[RFC 0/3] improvements for poll requests
 2021-09-22 17:52 UTC  (3+ messages)
` [RFC 1/3] io_uring: reduce frequent add_wait_queue() overhead for multi-shot poll request

[PATCH] mm/khugepaged: Detecting uffd-wp vma more efficiently
 2021-09-22 17:51 UTC 

[PATCH 0/4] hwrng: virtio - add an internal buffer
 2021-09-22 17:50 UTC  (3+ messages)

Is it time to start implementing Xen bindings for rust-vmm?
 2021-09-22 17:44 UTC  (3+ messages)

[PATCH] drm/i915: Drop stealing of bits from i915_sw_fence function pointer
 2021-09-22 17:50 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Drop stealing of bits from i915_sw_fence function pointer (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH] erofs: fix misbehavior of unsupported chunk format check
 2021-09-22 17:48 UTC  (3+ messages)

[PATCH] kernel: introduce prctl(PR_LOG_UACCESS)
 2021-09-22 17:46 UTC  (3+ messages)

CM23: Reliable Write Request / Forced Programming Bits
 2021-09-22 17:47 UTC 

googletest shared library
 2021-09-22 17:45 UTC  (5+ messages)
` [yocto] "

Permission denied with NFS shared download and sstate-cache
 2021-09-22 17:43 UTC  (3+ messages)
` [yocto] "

[PATCH RFC] gitweb: Handle non-ASCII email addresses
 2021-09-22 17:42 UTC  (2+ messages)
` *ping* "

[PATCH] rev-parse: fix mismatch quoting of separator in the message
 2021-09-22 17:40 UTC  (2+ messages)

[Buildroot] Recommended way to auto-reconnect wifi?
 2021-09-22 17:40 UTC  (3+ messages)

[PATCH v2 0/2] R-Car DU: Add DSI encoder driver for V3U
 2021-09-22 17:40 UTC  (8+ messages)
` [RESEND] [PATCH v2 1/2] dt-bindings: display: bridge: Add binding for R-Car MIPI DSI/CSI-2 TX

What's cooking in git.git (Sep 2021, #06; Mon, 20)
 2021-09-22 17:38 UTC  (5+ messages)
` cb/pedantic-build-for-developers, POSIX-but-not-C99 and -Wno-pedantic-ms-format

[PATCH 0/2] Scale wakeup granularity relative to nr_running
 2021-09-22 17:38 UTC  (10+ messages)
` [PATCH 2/2] sched/fair: "

[PATCHSET RFC chandan 00/14] xfs: support dynamic btree cursor height
 2021-09-22 17:38 UTC  (4+ messages)
` [PATCH 11/14] xfs: dynamically allocate cursors based on maxlevels

[PATCH v2] perf test: Fix dwarf unwind for optimized builds
 2021-09-22 17:38 UTC 

[GIT PULL] md-fixes 20210922
 2021-09-22 17:38 UTC  (3+ messages)

b4: introducing b4 shazam (like b4 am -o- | git am)
 2021-09-22 17:38 UTC  (2+ messages)

[PATCH] Makefile: Allow LTO to be disabled for a build
 2021-09-22 17:37 UTC 

Man page lsfd(1)
 2021-09-22 17:37 UTC 

❌ FAIL: Test report for kernel 5.15.0-rc2 (mainline.kernel.org-clang, cf1d2c3e)
 2021-09-22 17:36 UTC 

[dpdk-dev] [PATCH v2 00/13] enhancements to host based flow table management
 2021-09-22 17:36 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 "

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-22 17:35 UTC  (3+ messages)
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command

stable-rc/queue/4.19 build: 189 builds: 0 failed, 189 passed, 4 warnings (v4.19.206-296-gc6d39ece03f1)
 2021-09-22 17:35 UTC 

[PATCH v3 1/2] Revert "kbuild: remove unused dtc-version.sh script"
 2021-09-22 17:34 UTC  (2+ messages)
` [PATCH v3 2/2] Makefile: Only build dtc if needed

stable/linux-4.9.y baseline: 78 runs, 3 regressions (v4.9.283)
 2021-09-22 17:35 UTC 

[PATCH v2 0/5] drm: rcar-du: V3U Support
 2021-09-22 17:34 UTC  (5+ messages)
` [PATCH v2 3/5] drm: rcar-du: Fix DIDSR field name
` [PATCH v2 4/5] drm: rcar-du: Split CRTC IRQ and Clock features

[PATCH][next] drm/rockchip: Remove redundant assignment of pointer connector
 2021-09-22 17:31 UTC  (6+ messages)

[PATCH] MyFirstContribution: Document --range-diff option when writing v2
 2021-09-22 17:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ARM: imx: drop devlinks to reset-controller node
 2021-09-22 17:30 UTC  (8+ messages)

[PATCH 0/2] arm64: dts: renesas: r8a779a0: Add INTC-EX support
 2021-09-22 17:33 UTC  (5+ messages)

tear down file system I/O in del_gendisk v2
 2021-09-22 17:22 UTC  (5+ messages)
` [PATCH 1/4] block: factor out a blk_try_enter_queue helper
` [PATCH 2/4] block: split bio_queue_enter from blk_queue_enter
` [PATCH 3/4] block: drain file system I/O on del_gendisk
` [PATCH 4/4] block: keep q_usage_counter in atomic mode after del_gendisk

[PATCH 1/3] userfaultfd/selftests: fix feature support detection
 2021-09-22 17:32 UTC  (8+ messages)

[Intel-gfx] [PATCH v3 03/13] drm/dp: add LTTPR DP 2.0 DPCD addresses
 2021-09-22 17:32 UTC  (3+ messages)
` [PATCH] drm/amd/display: Only define DP 2.0 symbols if not already defined
  ` [Intel-gfx] "

[dpdk-dev] [PATCH v3 2/8] dmadev: add burst capacity API
 2021-09-22 17:29 UTC  (12+ messages)

[PATCH v4 0/2] mtd: spi: nor: force mtd name to "nor%d"
 2021-09-22 17:29 UTC  (2+ messages)

[PATCH v4 0/2] Add support for sc7280 WPSS PIL loading
 2021-09-22 17:28 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support

[PATCH v3 0/5] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-09-22 17:28 UTC  (7+ messages)
` [PATCH v3 3/5] drivers/acpi: Introduce Platform Firmware Runtime Update device driver

[PATCH v2] xprtrdma: Provide a buffer to pad Write chunks of unaligned length
 2021-09-22 17:28 UTC  (6+ messages)

[PATCH 0/2] net: Remove the ipx network layer header files
 2021-09-22 17:25 UTC  (9+ messages)
` [PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h "

doesn't boot when linkaddr=0x0090.0000
 2021-09-22 17:25 UTC 

[syzbot] INFO: rcu detected stall in sys_recvmmsg
 2021-09-22 17:25 UTC  (2+ messages)

[RFC PATCH 0/2] branch: implement in-process --recurse-submodules
 2021-09-22 17:24 UTC  (4+ messages)
` [RFC PATCH 2/2] branch: add --recurse-submodules option for branch creation

[PATCH v3 00/10] coresight: TRBE and Self-Hosted trace fixes
 2021-09-22 17:13 UTC  (5+ messages)
` [PATCH v3 06/10] coresight: trbe: Fix handling of spurious interrupts

[PATCH v2] perf test: Make metric testing more robust
 2021-09-22 17:24 UTC 

[PATCH] fsstress: fix bogus compile warning do_renameat2()
 2021-09-22 17:24 UTC  (2+ messages)

[PATCH] rteval: kcompile.py: Relax the requirement for kernel tarball filename
 2021-09-22 17:17 UTC 

[PATCH 00/84] Call scsi_done() directly
 2021-09-22 17:26 UTC  (3+ messages)
` [PATCH 45/84] libsas: "

[PATCH stable 4.9 v2 0/4] ARM: ftrace MODULE_PLTS warning
 2021-09-22 17:02 UTC  (5+ messages)
` [PATCH stable 4.9 v2 1/4] ARM: 9077/1: PLT: Move struct plt_entries definition to header
` [PATCH stable 4.9 v2 2/4] ARM: 9078/1: Add warn suppress parameter to arm_gen_branch_link()
` [PATCH stable 4.9 v2 3/4] ARM: 9079/1: ftrace: Add MODULE_PLTS support
` [PATCH stable 4.9 v2 4/4] ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACE

[PATCH] fs-verity: fix signed integer overflow with i_size near S64_MAX
 2021-09-22 17:22 UTC  (2+ messages)

[PATCH] leds: gpio: Always provide cdev->brightness_set_blocking()
 2021-09-22 17:21 UTC 

[PATCH net] MAINTAINERS: remove Guvenc Gulce as net/smc maintainer
 2021-09-22 17:21 UTC 

Regression with e428e250fde6 on BeagleBoard Rev C2
 2021-09-22 17:21 UTC  (7+ messages)

[PATCH] hwmon: dell-smm-hwmon: fix unused variable error
 2021-09-22 17:19 UTC  (2+ messages)
` [tip: x86/misc] x86/Kconfig: Fix an unused variable error in dell-smm-hwmon


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.