All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-22 10:33:21 to 2021-06-22 11:04:37 UTC [more...]

[PATCH 00/14] bcache patches for Linux v5.14
 2021-06-22 11:04 UTC  (23+ messages)
` [PATCH 04/14] bcache: initialize the nvm pages allocator
` [PATCH 05/14] bcache: initialization of the buddy
` [PATCH 06/14] bcache: bch_nvm_alloc_pages() "
` [PATCH 07/14] bcache: bch_nvm_free_pages() "
` [PATCH 08/14] bcache: get allocated pages from specific owner
` [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 12/14] bcache: support storing bcache journal into "
` [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

Interrupt for port 19, but apparently not enabled; per-user 000000004af23acc
 2021-06-22 11:04 UTC  (2+ messages)

[RFC PATCH 00/43] KVM: PPC: Book3S HV P9: entry/exit optimisations round 1
 2021-06-22 10:57 UTC  (58+ messages)
` [RFC PATCH 01/43] powerpc/64s: Remove WORT SPR from POWER9/10
` [RFC PATCH 02/43] KMV: PPC: Book3S HV P9: Use set_dec to set decrementer to host
` [RFC PATCH 03/43] KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read
` [RFC PATCH 04/43] KVM: PPC: Book3S HV P9: Use large decrementer for HDEC
` [RFC PATCH 05/43] KVM: PPC: Book3S HV P9: Reduce mftb per guest entry/exit
` [RFC PATCH 06/43] powerpc/time: add API for KVM to re-arm the host timer/decrementer
` [RFC PATCH 07/43] KVM: PPC: Book3S HV: POWER10 enable HAIL when running radix guests
` [RFC PATCH 08/43] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [RFC PATCH 09/43] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [RFC PATCH 10/43] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [RFC PATCH 11/43] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [RFC PATCH 12/43] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [RFC PATCH 13/43] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [RFC PATCH 14/43] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [RFC PATCH 15/43] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [RFC PATCH 16/43] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [RFC PATCH 17/43] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [RFC PATCH 18/43] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [RFC PATCH 19/43] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [RFC PATCH 20/43] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [RFC PATCH 21/43] KVM: PPC: Book3S HV P9: Move TB updates
` [RFC PATCH 22/43] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [RFC PATCH 23/43] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [RFC PATCH 24/43] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [RFC PATCH 25/43] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [RFC PATCH 26/43] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [RFC PATCH 27/43] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [RFC PATCH 28/43] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [RFC PATCH 29/43] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [RFC PATCH 30/43] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [RFC PATCH 31/43] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [RFC PATCH 32/43] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that requir
` [RFC PATCH 33/43] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [RFC PATCH 34/43] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [RFC PATCH 35/43] KVM: PPC: Book3S HV P9: Demand fault TM "
` [RFC PATCH 36/43] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [RFC PATCH 37/43] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [RFC PATCH 38/43] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [RFC PATCH 39/43] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [RFC PATCH 40/43] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [RFC PATCH 41/43] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [RFC PATCH 42/43] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [RFC PATCH 43/43] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving

[PATCH V2 01/15] ARM: dts: imx6q-dhcom: Add the parallel system bus
 2021-06-22 10:51 UTC  (9+ messages)
` [PATCH V2 05/15] ARM: dts: imx6q-dhcom: Align stdout-path with other DHCOM SoMs
` [PATCH V2 06/15] ARM: dts: imx6q-dhcom: Add keys and leds to the PDK2 board
` [PATCH V2 07/15] ARM: dts: imx6q-dhcom: Use 1G ethernet on "
` [PATCH V2 08/15] ARM: dts: imx6q-dhcom: Rework of the DHCOM GPIO pinctrls
` [PATCH V2 09/15] ARM: dts: imx6q-dhcom: Remove ddc-i2c-bus property

[PATCH v2 1/2] regulator: da9063: Use __stringify_1
 2021-06-22 11:03 UTC  (2+ messages)
  ` [PATCH v2 2/2] regulator: da9063: Add support for full-current mode

v5.13-rcX regression - NULL pointer dereference - MFD and software node API
 2021-06-22 11:03 UTC  (5+ messages)

[PATCH v7, 0/2] soc: mediatek: mmsys: add mt8192 mmsys support
 2021-06-22 11:02 UTC  (6+ messages)
` [PATCH v7, 1/2] soc: mediatek: mmsys: add comp OVL_2L2/POSTMASK/RDMA4
` [PATCH v7, 2/2] soc: mediatek: mmsys: Add mt8192 mmsys routing table

[Intel-gfx] [PATCH] drm/i915/dp: Fix eDP max rate for display 11+
 2021-06-22 11:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] kasan: [v2]unpoison use memzero to init unaligned object
 2021-06-22 10:59 UTC  (10+ messages)

[PATCH bpf-next 0/1] arm64: Add BPF exception tables
 2021-06-22 11:00 UTC  (2+ messages)
` [PATCH] x86 bpf: Fix extable offset calculation

[PATCH v7 0/3] drm/i915: Move system memory to TTM for discrete
 2021-06-22 11:00 UTC  (6+ messages)
` [PATCH v7 3/3] drm/i915/ttm: Use TTM for system memory
  ` [Intel-gfx] "

[PATCH v3] io_uring: reduce latency by reissueing the operation
 2021-06-22 11:00 UTC  (2+ messages)

[PATCH] cifs: fix NULL dereference in smb2_check_message()
 2021-06-22 10:59 UTC 

[PATCH v2] PCI: dra7xx: Fix reset behaviour
 2021-06-22 10:57 UTC  (7+ messages)

[PATCH v17 0/6] MTE support for KVM guest
 2021-06-22 10:56 UTC  (18+ messages)
` [PATCH v17 5/6] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v17 6/6] KVM: arm64: Document MTE capability and ioctl

[dpdk-dev] [PATCH] kni: fix wrong mbuf alloc count in kni_allocate_mbufs
 2021-06-22 10:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

Zynq MPSoC - secure boot
 2021-06-22 10:58 UTC  (3+ messages)

[LTP] [RFC] syscalls/ipc: Make use of TST_EXP_FAIL macro
 2021-06-22 10:58 UTC  (2+ messages)

[PATCH] rcu-scale: change rcu-scale report
 2021-06-22 10:56 UTC  (4+ messages)

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 3717c1342e201571591f4602ca40b1858f15b47d
 2021-06-22 10:56 UTC 

[PATCH v3] brcmfmac: fix "board_type" in brcmf_of_probe()
 2021-06-22 10:56 UTC  (4+ messages)

[RFC 0/3] qtest: pick tests that require KVM at runtime
 2021-06-22 10:54 UTC  (12+ messages)

[PATCH v5 0/4] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-06-22 10:53 UTC  (12+ messages)
` [PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568
` [PATCH v5 3/4] arm64: dts: rockchip: add core dtsi for RK3568 SoC

[agd5f:drm-next 45/45] drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_mode_vba_31.c:3957:6: warning: stack frame size of 2504 bytes in function 'dml31_ModeSupportAndSystemConfigurationFull'
 2021-06-22 10:54 UTC 

[PATCH 0/2] Mount option bit definitions cleanups
 2021-06-22 10:53 UTC  (5+ messages)
` [PATCH 1/2] btrfs: switch mount option bits to enums and use wider type
` [PATCH 2/2] btrfs: shorten integrity checker extent data mount option

[PATCH v6 00/16] qemu_iotests: improve debugging options
 2021-06-22 10:50 UTC  (3+ messages)
` [PATCH v6 06/16] qemu-iotests: delay QMP socket timers

[dpdk-dev] [PATCH v2] lib/rte_rib6: fix stack buffer overflow
 2021-06-22 10:51 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH 1/1] drm/amdgpu: add helper function for vm pasid
 2021-06-22 10:51 UTC  (7+ messages)

[PATCH v2 00/10] Clean up MMU translation
 2021-06-22 10:49 UTC  (3+ messages)
` [PATCH v2 01/10] target/ppc: Remove PowerPCCPUClass.handle_mmu_fault

[PATCH] Revert "drm: add a locked version of drm_is_current_master"
 2021-06-22 10:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH 1/1] Documentation: media: Improve camera sensor documentation
 2021-06-22 10:51 UTC  (4+ messages)

[RFC v1 0/6] virtio/vsock: introduce SOCK_DGRAM support
 2021-06-22 10:50 UTC  (6+ messages)
` [RFC v1 1/6] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
    ` [External] "

[PATCH v6 00/45] Add trace file compression
 2021-06-22 10:50 UTC  (7+ messages)
` [PATCH v6 21/45] trace-cmd library: Add compression of the option section of the trace file
` [PATCH v6 25/45] trace-cmd: Read compressed trace data

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 9ae4a7e8f9b121e10936b7284fb82cd1e1609abe
 2021-06-22 10:49 UTC 

[patch V3 00/66] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-22 10:48 UTC  (7+ messages)
` [patch V3 34/66] x86/fpu: Get rid of the FNSAVE optimization
` [patch V3 35/66] x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_kernel()
` [patch V3 36/66] x86/fpu: Rename initstate copy functions

Functional Coverage via RV? (was: "Learning-based Controlled Concurrency Testing")
 2021-06-22 10:48 UTC  (7+ messages)

[PATCH] bitmaps: don't recurse into trees already in the bitmap
 2021-06-22 10:47 UTC  (7+ messages)

[PATCH 00/24] Rid W=1 warnings from USB
 2021-06-22 10:47 UTC  (9+ messages)
` [PATCH 21/24] usb: host: xhci: Move array of structs from the stack onto the heap

[PATCH 5.10 000/146] 5.10.46-rc1 review
 2021-06-22 10:47 UTC  (2+ messages)

[PATCH 0/3] Move Git for Windows' system config to its top-level directory's etc/
 2021-06-22 10:46 UTC  (4+ messages)
` [PATCH 1/3] mingw: move Git for Windows' system config where users expect it
` [PATCH 2/3] cmake(windows): set correct path to the system Git config
` [PATCH 3/3] config: normalize the path of the system gitconfig

[PATCH 5.4 00/90] 5.4.128-rc1 review
 2021-06-22 10:45 UTC  (2+ messages)

[PATCH] platform/x86: add support for Acer Predator LEDs
 2021-06-22 10:46 UTC  (10+ messages)
` [PATCH v2] "
              ` input devices vs. keyboard backlights [WAS: [PATCH v2] platform/x86: add support for Acer Predator LEDs]

[PATCH V5 RESEND] mtd: rawnand: Add Loongson1 NAND driver
 2021-06-22 10:44 UTC  (3+ messages)

[PATCH v2 0/2] execlog TCG plugin to log instructions
 2021-06-22 10:37 UTC  (9+ messages)
` [PATCH v2 1/2] contrib/plugins: add execlog to log instruction execution and memory access
` [PATCH v2 2/2] docs/devel: tvg-plugins: add execlog plugin description

Trouble running u-boot and SPL on Digilent Genesys ZU
 2021-06-22 10:42 UTC  (2+ messages)

[Bugreport] ath9k dynack not working/low performance on 5 & 10MHz Bandwidth
 2021-06-22 10:40 UTC  (4+ messages)

[linux-next:master 3145/11714] drivers/bluetooth/hci_qca.c:1860:37: warning: unused variable 'qca_soc_data_wcn6750'
 2021-06-22 10:42 UTC  (2+ messages)

[PATCH] config.mak.uname: PCRE1 cleanup
 2021-06-22 10:42 UTC 

[PATCH 1/3] PCI: tegra: Fix OF node reference leak
 2021-06-22 10:42 UTC  (2+ messages)

[PATCH v4 0/6] block-copy: protect block-copy internal structures
 2021-06-22 10:39 UTC  (7+ messages)
` [PATCH v4 6/6] block-copy: atomic .cancelled and .finished fields in BlockCopyCallState

why were GIO_FONTX/PIO_FONTX dropped? i was using them
 2021-06-22 10:40 UTC  (2+ messages)

[PATCH V3 1/7] drm/amdgpu: correct tcp harvest setting
 2021-06-22 10:40 UTC  (6+ messages)

[RFC v5 00/13] s390x cleanup
 2021-06-22 10:31 UTC  (3+ messages)
` [RFC v5 13/13] target/s390x: split sysemu part of cpu models

[net-next, v3, 00/10] ptp: support virtual clocks and timestamping
 2021-06-22 10:39 UTC  (6+ messages)
` [net-next, v3, 02/10] ptp: support ptp physical/virtual clocks conversion

[PATCH 09/10] arm64: dts: rockchip: add pwm nodes for rk3568
 2021-06-22 10:36 UTC  (4+ messages)

[PATCH] rcu-scale: rcu-scale returns one less than the real number of gps in the dmesg report
 2021-06-22 10:37 UTC 

[PATCH 00/28] tcg: bswap improvements
 2021-06-22 10:20 UTC  (5+ messages)
` [PATCH 17/28] tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64

[PATCH v2 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-06-22 10:26 UTC  (6+ messages)
` [PATCH v2 1/2] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot

ksmbd mailing list
 2021-06-22 10:37 UTC  (3+ messages)

[GIT PULL]: soundwire updates for v5.14-rc1
 2021-06-22 10:36 UTC  (2+ messages)

[PATCH v3] media: v4l2-fwnode: Simplify v4l2_async_nf_parse_fwnode_endpoints()
 2021-06-22 10:36 UTC  (2+ messages)

[PATCH V4 2/2] arch: arm64: dts: qcom: Add support for Sony Xperia 10II
 2021-06-22 10:35 UTC  (3+ messages)

[PATCH 4.9] inet: use bigger hash table for IP ID generation (backported to 4.9 and 4.4)
 2021-06-22 10:35 UTC  (2+ messages)

[PATCH mptcp-net] mptcp: properly account bulk freed memory
 2021-06-22 10:34 UTC 

[PATCH v2] PCI: rockchip: Avoid accessing PCIe registers with clocks gated
 2021-06-22 10:31 UTC  (2+ messages)

RFC: Implementation of QMP documentation retrieval command
 2021-06-22 10:26 UTC  (5+ 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.