All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-26 19:42:43 to 2021-03-26 20:38:34 UTC [more...]

[PATCH v5 0/6] qcow2: fix parallel rewrite and discard (lockless)
 2021-03-26 20:00 UTC  (2+ messages)
` [PATCH v5 4/6] qcow2: introduce inflight-write-counters

[PATCH v2 00/20] drm: Use new DRM printk funcs (like drm_dbg_*()) in DP helpers
 2021-03-26 20:37 UTC  (8+ messages)
` [Nouveau] "
` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 01/20] drm/dp: Fixup kernel docs for struct drm_dp_aux
  `  "
  ` [Nouveau] "

[PATCH v2] eeprom/optoe: driver to read/write SFP/QSFP/CMIS EEPROMS
 2021-03-26 20:37 UTC  (13+ messages)

[RFC v12 00/65] arm cleanup experiment for kvm-only build
 2021-03-26 19:37 UTC  (61+ messages)
` [RFC v12 02/65] target/arm: move helpers to tcg/
` [RFC v12 05/65] target/arm: tcg: split mte_helper user-only and sysemu code
` [RFC v12 06/65] target/arm: tcg: move sysemu-only parts of debug_helper
` [RFC v12 07/65] target/arm: tcg: split tlb_helper user-only and sysemu-only parts
` [RFC v12 08/65] target/arm: tcg: split m_helper "
` [RFC v12 09/65] target/arm: only build psci for TCG
` [RFC v12 10/65] target/arm: split off cpu-sysemu.c
` [RFC v12 11/65] target/arm: tcg: fix comment style before move to cpu-mmu
` [RFC v12 12/65] target/arm: move physical address translation "
` [RFC v12 13/65] target/arm: fix style in preparation of new cpregs module
` [RFC v12 14/65] target/arm: split cpregs from tcg/helper.c
` [RFC v12 15/65] target/arm: move cpu definitions to common cpu module
` [RFC v12 16/65] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v12 17/65] target/arm: tcg: add stubs for some helpers for non-tcg builds
` [RFC v12 18/65] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v12 19/65] target/arm: add temporary stub for arm_rebuild_hflags
` [RFC v12 20/65] target/arm: move arm_hcr_el2_eff from tcg/ to common_cpu
` [RFC v12 21/65] target/arm: split vfp state setting from tcg helpers
` [RFC v12 22/65] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v12 23/65] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v12 24/65] target/arm: move arm_sctlr away from tcg helpers
` [RFC v12 25/65] target/arm: move arm_cpu_list to common_cpu
` [RFC v12 26/65] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v12 27/65] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v12 28/65] target/arm: fixup sve_exception_el code style before move
` [RFC v12 29/65] target/arm: move sve_exception_el out of TCG helpers
` [RFC v12 30/65] target/arm: fix style of arm_cpu_do_interrupt functions before move
` [RFC v12 31/65] target/arm: move exception code out of tcg/helper.c
` [RFC v12 32/65] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
` [RFC v12 33/65] target/arm: move cpu_tcg to tcg/tcg-cpu-models.c
` [RFC v12 34/65] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v12 35/65] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v12 36/65] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
` [RFC v12 37/65] target/arm: cleanup cpu includes
` [RFC v12 38/65] target/arm: remove broad "else" statements when checking accels
` [RFC v12 39/65] target/arm: remove kvm-stub.c
` [RFC v12 40/65] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM
` [RFC v12 41/65] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v12 42/65] tests: do not run test-hmp on all machines for ARM KVM-only
` [RFC v12 43/65] tests: device-introspect-test: cope with ARM TCG-only devices
` [RFC v12 44/65] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v12 45/65] Revert "target/arm: Restrict v8M IDAU to TCG"
` [RFC v12 46/65] target/arm: create kvm cpu accel class
` [RFC v12 47/65] target/arm: move kvm post init initialization to kvm cpu accel
` [RFC v12 48/65] target/arm: add tcg cpu accel class
` [RFC v12 49/65] target/arm: move TCG gt timer creation code in tcg/
` [RFC v12 50/65] target/arm: cpu-sve: new module
` [RFC v12 51/65] target/arm: cpu-sve: split TCG and KVM functionality
` [RFC v12 52/65] target/arm: make is_aa64 and arm_el_is_aa64 a macro for !TARGET_AARCH64
` [RFC v12 53/65] target/arm: restrict rebuild_hflags_a64 to TARGET_AARCH64
` [RFC v12 54/65] target/arm: arch_dump: restrict ELFCLASS64 to AArch64
` [RFC v12 55/65] target/arm: cpu-exceptions: new module
` [RFC v12 56/65] target/arm: tcg: restrict ZCR cpregs to TARGET_AARCH64
` [RFC v12 57/65] target/arm: tcg-sve: import narrow_vq and change_el functions
` [RFC v12 58/65] target/arm: tcg-sve: rename the "
` [RFC v12 59/65] target/arm: move sve_zcr_len_for_el to TARGET_AARCH64-only cpu-sve
` [RFC v12 61/65] cpu-sve: rename sve_zcr_len_for_el to cpu_sve_get_zcr_len_for_el
` [RFC v12 62/65] target/arm: refactor arm_cpu_finalize_features into cpu64
` [RFC v12 63/65] XXX target/arm: experiment refactoring cpu "max"
` [RFC v12 65/65] target/arm: remove v7m stub function for !CONFIG_TCG

[PATCH v2 00/28] drm/msm/dsi: refactor MSM DSI PHY/PLL drivers
 2021-03-26 20:36 UTC  (7+ messages)
` [PATCH v2 05/28] drm/msm/dsi: fuse dsi_pll_* code into dsi_phy_* code
  ` [Freedreno] "
` [PATCH v2 11/28] drm/msm/dsi: stop setting clock parents manually
  ` [Freedreno] "

Why does glibc use AVX-512?
 2021-03-26 20:35 UTC  (7+ messages)

post-receive: pub/scm/bluetooth/bluetooth-next
 2021-03-26 20:35 UTC 

[PATCH v2] ASoC: rt1019: add rt1019 amplifier driver
 2021-03-26 20:34 UTC  (2+ messages)

Bug with Windows tap network when running qemu-system-ppc with Mac OS 9 guest
 2021-03-26 19:54 UTC  (9+ messages)

[PATCH v3 6/6] PCI: brcmstb: Check return value of clk_prepare_enable()
 2021-03-26 20:31 UTC  (3+ messages)

[PATCH] cifs: add FALLOC_FL_INSERT_RANGE support
 2021-03-26 20:31 UTC 

[PATCH v3 00/20] Sparse Index: Design, Format, Tests
 2021-03-26 20:29 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/20] sparse-index: design doc and format update

[PATCHSET v2 0/7] Allow signals for IO threads
 2021-03-26 20:29 UTC  (3+ messages)
` [PATCH 2/7] io_uring: handle signals for IO threads like a normal thread

[PATCH v2 0/2] qcow2: Force preallocation with data-file-raw
 2021-03-26 20:06 UTC  (4+ messages)
` [PATCH v2 2/2] iotests/244: Test preallocation for data-file-raw

[dpdk-dev] [PATCH] pipeline: validate header on emit
 2021-03-26 20:29 UTC 

[Bug 212077] New: AMD GPU at highest frequency even not in use
 2021-03-26 20:25 UTC  (2+ messages)
` [Bug 212077] AMD GPU discrete card memory at highest frequency even while "

[PATCH] usbip: vhci_hcd: do proper error handling
 2021-03-26 20:24 UTC  (2+ messages)

[PATCH rdma-next 0/6] Fix memory corruption in CM
 2021-03-26 20:24 UTC  (3+ messages)
` [PATCH rdma-next 2/6] IB/cm: Remove "mad_agent" parameter of ib_cancel_mad

[PATCH net-next 0/3] ethtool: fec: ioctl kdoc touch ups
 2021-03-26 20:22 UTC  (4+ messages)
` [PATCH net-next 1/3] ethtool: fec: add note about reuse of reserved
` [PATCH net-next 2/3] ethtool: fec: fix FEC_NONE check
` [PATCH net-next 3/3] ethtool: document the enum values not defines

[dpdk-dev] [PATCH] table: relax requirements for table entry action data
 2021-03-26 20:22 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v6 0/9] ARM: STM32: add art-pi(stm32h750xbh6) board support
 2021-03-26 20:18 UTC  (4+ messages)
` [PATCH v6 9/9] dt-bindings: serial: stm32: Use 'type: object' instead of false for 'additionalProperties'

[PATCH v3 0/2] aspeed: HACE hash Scatter-Gather support
 2021-03-26 19:37 UTC  (3+ messages)
` [PATCH v3 1/2] aspeed: Add Scater-Gather support for HACE Hash
` [PATCH v3 2/2] tests: Aspeed HACE Scatter-Gather tests

[PATCH][gatesgarth][dunfell] openssl: update to 1.1.1k to fix CVE-2021-3450 and CVE-2021-3449
 2021-03-26 20:19 UTC  (4+ messages)
` [OE-core] "

[PATCH] bpf: remove redundant assignment of variable id
 2021-03-26 20:18 UTC  (2+ messages)

[PATCH V4] file-posix: allow -EBUSY error during ioctl(fd, BLKZEROOUT, range) on block
 2021-03-26 19:39 UTC  (7+ messages)

[PATCH v3 3/6] PCI: brcmstb: Do not turn off regulators if EP can wake up
 2021-03-26 20:17 UTC  (3+ messages)

[PATCH v8 0/4] PCI: mediatek: Spilt PCIe node to comply with hardware design
 2021-03-26 20:17 UTC  (9+ messages)
` [PATCH v8 1/4] dt-bindings: PCI: mediatek: Update the Device tree bindings
` [PATCH v8 2/4] PCI: mediatek: Add new method to get shared pcie-cfg base address and parse node

[PATCH 1/2] iio: inv_mpu6050: Remove superfluous indio_dev->modes assignment
 2021-03-26 19:52 UTC  (5+ messages)
` [PATCH 2/2] iio: inv_mpu6050: Make interrupt optional

[PATCH 0/3] Convert index writes to use hashfile API
 2021-03-26 20:16 UTC  (2+ messages)

[PATCH v2 0/4] u-boot: Support for SPL verified boot
 2021-03-26 20:14 UTC  (10+ messages)
` [PATCH v2 1/4] u-boot: Move definitions to common locations
` [PATCH v2 2/4] u-boot: Add infrastructure to SPL verified boot
` [PATCH v2 3/4] u-boot: Use a different Key for SPL signing
` [PATCH v2 4/4] oe-selftest: Add U-Boot fitImage signing testcases

[PATCH bpf v2 1/2] bpf: link: refuse non-O_RDWR flags in BPF_OBJ_GET
 2021-03-26 20:13 UTC  (3+ messages)
` [PATCH bpf v2 2/2] bpf: program: "

[PATCH 1/2] cpupower: fix amd cpu (family < 0x17) active state issue
 2021-03-26 20:13 UTC  (2+ messages)

[PATCH 2/2] cpupower: fix amd cpu (family >= 0x17) active state issue
 2021-03-26 20:13 UTC  (2+ messages)

[PATCH v3 2/6] PCI: brcmstb: Add control of EP voltage regulators
 2021-03-26 20:11 UTC  (3+ messages)

[PATCH] drm/amdgpu/display: fix merge breakage
 2021-03-26 20:12 UTC  (4+ messages)

[PATCH v9 00/22] pinctrl: add BCM63XX pincontrol support
 2021-03-26 20:10 UTC  (10+ messages)
` [PATCH v9 03/22] dt-bindings: improve BCM6345 GPIO binding documentation
` [PATCH v9 17/22] dt-bindings: add BCM63268 pincontroller "
` [PATCH v9 20/22] dt-bindings: add BCM6318 "

[PATCH v14 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-03-26 20:08 UTC  (9+ messages)
` [PATCH v14 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings
` [PATCH v14 5/7] dt-bindings: soc: mediatek: add mt8192 "

[PATCH] drivers/media/usb/gspca/stv06xx: fix memory leak
 2021-03-26 20:08 UTC  (3+ messages)

[PATCH v6 00/11] soc: rockchip: power-domain: add rk3568 powerdomains
 2021-03-26 20:06 UTC  (5+ messages)
` [PATCH v6 09/11] dt-bindings: power: rockchip: Convert to json-schema

[xen-4.15-testing test] 160422: tolerable FAIL - PUSHED
 2021-03-26 20:06 UTC 

[PATCH 0/3] Apple M1 DART IOMMU driver
 2021-03-26 20:03 UTC  (17+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-03-26 20:04 UTC  (9+ messages)
` [RFC Part1 PATCH 03/13] x86: add a helper routine for the PVALIDATE instruction

[PATCH] btrfs: Fix a typo
 2021-03-26 20:03 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2021-03-26 20:02 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-03-26 20:02 UTC 

[PATCH 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-26 20:00 UTC  (6+ messages)
` [PATCH 4/8] hugetlb: create remove_hugetlb_page() to separate functionality

[PATCH] nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev
 2021-03-26 19:59 UTC  (4+ messages)

[PATCH] s390: dasd: Mundane spelling fixes
 2021-03-26 19:59 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: devapc: Update bindings
 2021-03-26 19:58 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-03-26 19:58 UTC 

[dm-devel] [PATCH] multipath-tools: convert back HUAWEI/XSG1 to multibus
 2021-03-26 19:55 UTC  (4+ messages)

[PATCH v7 1/3] usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement
 2021-03-26 19:55 UTC  (8+ messages)

[PATCH v5 00/21] Offer to run CI/PR builds in Azure Pipelines
 2021-03-26 19:54 UTC  (10+ messages)
` [PATCH v6 "
  ` [PATCH v6 16/21] mingw: try to work around issues with the test cleanup

[PATCH] coresight-pmu.h: Fix a typo
 2021-03-26 19:53 UTC  (3+ messages)

[PATCH] io_uring: remove unsued assignment to pointer io
 2021-03-26 19:52 UTC 

[PATCH] cifs: add support for FALLOC_FL_COLLAPSE_RANGE
 2021-03-26 19:52 UTC 

[PATCH v2] dt-bindings: media: video-interfaces: Drop the example
 2021-03-26 19:51 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-03-26 19:52 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2021-03-26 19:51 UTC 

[PATCH v2] ASoC: dt-bindings: nvidia, tegra210-ahub: Add missing child nodes
 2021-03-26 19:50 UTC  (2+ messages)
` [PATCH v2] ASoC: dt-bindings: nvidia,tegra210-ahub: "

main - tests: update dbus test_nesting
 2021-03-26 19:50 UTC 

main - tests: update for newer thin-pool
 2021-03-26 19:50 UTC 

main - tests: use blkid without caching
 2021-03-26 19:50 UTC 

main - tests: use aux mdadm_assemble wrapper
 2021-03-26 19:50 UTC 

main - tests: add aux mdadm_assemble
 2021-03-26 19:50 UTC 

main - tests: better reporting of problematic services
 2021-03-26 19:50 UTC 

main - tests: skip more tests for lvmpolld pass
 2021-03-26 19:50 UTC 

[PATCH v3 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-26 19:48 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] ACPICA: Fix a typo
 2021-03-26 19:48 UTC  (3+ messages)

[RFC PATCH 1/3] dt-bindings: display: simple: Add the panel on sc7180-trogdor-pompom
 2021-03-26 19:48 UTC  (8+ messages)

[PATCH v2] nvme: disallow passthru cmd from targeting a nsid != nsid of the block dev
 2021-03-26 19:48 UTC  (2+ messages)

[PATCH] x86/sgx: Remove unnecessary kmap() from sgx_ioc_enclave_init()
 2021-03-26 19:45 UTC  (2+ messages)

[PATCH v6 00/21] Miscellaneous fixes for resctrl selftests
 2021-03-26 19:45 UTC  (2+ messages)

[bluetooth-next:master] BUILD SUCCESS 5153ceb9e622f4e27de461404edc73324da70f8c
 2021-03-26 19:44 UTC 

[PATCH] sched/psi.c: Rudimentary typo fixes
 2021-03-26 19:42 UTC  (4+ messages)

[linux-stable-rc:linux-5.4.y 1976/5637] drivers/scsi/lpfc/lpfc_ct.c:2059:8: warning: taking address of packed member 'AttrValue' of class or structure 'lpfc_fdmi_attr_def' may result in an unaligned pointer value
 2021-03-26 19:43 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.