All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-18 15:29:39 to 2022-03-18 16:09:07 UTC [more...]

stable-rc/linux-5.4.y build: 169 builds: 5 failed, 164 passed (v5.4.185-44-g4eb765392859)
 2022-03-18 16:08 UTC 

[PATCH v2 00/16] Modernize rest of the krait drivers
 2022-03-18 16:08 UTC  (12+ messages)
` [PATCH v2 01/16] clk: introduce clk_hw_get_index_of_parent new API
` [PATCH v2 02/16] clk: qcom: gcc-ipq806x: skip pxo/cxo fixed clk if already present
` [PATCH v2 03/16] clk: qcom: gcc-ipq806x: add PXO_SRC in clk table
` [PATCH v2 04/16] clk: qcom: clk-hfpll: use poll_timeout macro
` [PATCH v2 05/16] clk: qcom: kpss-xcc: convert to parent data API
` [PATCH v2 06/16] clk: qcom: clk-krait: unlock spin after mux completion
` [PATCH v2 07/16] clk: qcom: clk-krait: add hw_parent check for div2_round_rate
` [PATCH v2 08/16] clk: qcom: krait-cc: convert to parent_data API
` [PATCH v2 09/16] clk: qcom: krait-cc: drop pr_info and register qsb only if needed
` [PATCH v2 10/16] clk: qcom: krait-cc: drop hardcoded safe_sel
` [PATCH v2 11/16] clk: qcom: krait-cc: force sec_mux to QSB

[PATCH 0/2] btrfs: zoned: activate new BG only from extent allocation context
 2022-03-18 16:08 UTC  (3+ messages)
` [PATCH 2/2] btrfs: zoned: activate block group only for extent allocation

stable-rc/queue/4.9 build: 171 builds: 2 failed, 169 passed (v4.9.307-11-gb2c5ef60cbee)
 2022-03-18 16:06 UTC 

stable-rc/linux-5.15.y build: 179 builds: 4 failed, 175 passed (v5.15.29-26-g1d4b468d2e8df)
 2022-03-18 16:06 UTC 

Patchwork
 2022-03-18 16:07 UTC  (2+ messages)
  ` wiki

stable-rc/queue/5.10 build: 166 builds: 3 failed, 163 passed (v5.10.106-23-g791a445a0751a)
 2022-03-18 16:07 UTC 

stable-rc/queue/4.19 build: 197 builds: 6 failed, 191 passed (v4.19.235-22-ge34a3fde5b20)
 2022-03-18 16:07 UTC 

stable-rc/queue/5.16 build: 145 builds: 5 failed, 140 passed (v5.16.15-28-g8e8af655e8f9)
 2022-03-18 16:07 UTC 

[PATCH 0/5] Volatile fanotify marks
 2022-03-18 16:06 UTC  (9+ messages)
` [PATCH 4/5] fanotify: add support for exclusive create of mark

stable-rc/queue/4.14 build: 182 builds: 3 failed, 179 passed (v4.14.272-14-g545838981be88)
 2022-03-18 16:07 UTC 

[RFC 0/4] completion locking optimisation feature
 2022-03-18 16:06 UTC  (12+ messages)
` [PATCH 4/4] io_uring: optimise compl locking for non-shared rings

stable-rc/linux-4.14.y build: 168 builds: 3 failed, 165 passed (v4.14.272-15-gd7a314aa75d7)
 2022-03-18 16:06 UTC 

stable-rc/linux-5.16.y build: 152 builds: 4 failed, 148 passed (v5.16.15-29-g106ac438092e)
 2022-03-18 16:06 UTC 

[PATCH] drm: of: Properly try all possible cases for bridge/panel detection
 2022-03-18 16:05 UTC  (3+ messages)

stable-rc/linux-5.4.y build: 143 builds: 2 failed, 141 passed (v5.4.185-44-ge52a2b0f299b)
 2022-03-18 16:05 UTC 

stable-rc/linux-5.10.y build: 167 builds: 2 failed, 165 passed (v5.10.106-24-g0bacaadb448b)
 2022-03-18 16:05 UTC 

[REGRESSION] Right touchpad button disabled on Dell 7750
 2022-03-18 16:05 UTC  (6+ messages)

stable-rc/linux-4.9.y build: 185 builds: 3 failed, 182 passed (v4.9.307-12-g907431a01b501)
 2022-03-18 16:05 UTC 

[PATCH v3 0/4] Add VIRTIO_RING_F_INDIRECT_SIZE and queue_indirect_size
 2022-03-18 16:06 UTC  (9+ messages)
` [PATCH v3 1/4] Add VIRTIO_RING_F_INDIRECT_SIZE
  ` [virtio-comment] "
` [PATCH v3 4/4] Add CCW configuration field "indirect_num"
  ` [virtio-comment] "

[PATCHv7 00/30] TDX Guest: TDX core support
 2022-03-18 16:05 UTC  (34+ messages)
` [PATCHv7 01/30] x86/tdx: Detect running as a TDX guest in early boot
` [PATCHv7 02/30] x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
` [PATCHv7 03/30] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCHv7 04/30] x86/tdx: Extend the confidential computing API to support TDX guests
` [PATCHv7 05/30] x86/tdx: Exclude shared bit from __PHYSICAL_MASK
` [PATCHv7 06/30] x86/traps: Refactor exc_general_protection()
` [PATCHv7 07/30] x86/traps: Add #VE support for TDX guest
` [PATCHv7 08/30] x86/tdx: Add HLT support for TDX guests
` [PATCHv7 09/30] x86/tdx: Add MSR "
` [PATCHv7 10/30] x86/tdx: Handle CPUID via #VE
` [PATCHv7 11/30] x86/tdx: Handle in-kernel MMIO
` [PATCHv7 12/30] x86/tdx: Detect TDX at early kernel decompression time
` [PATCHv7 13/30] x86: Adjust types used in port I/O helpers
` [PATCHv7 14/30] x86: Consolidate "
` [PATCHv7 15/30] x86/boot: Port I/O: allow to hook up alternative helpers
  ` [PATCHv7.1 "
` [PATCHv7 16/30] x86/boot: Port I/O: add decompression-time support for TDX
  ` [PATCHv7.1 "
` [PATCHv7 17/30] x86/tdx: Port I/O: add runtime hypercalls
` [PATCHv7 18/30] x86/tdx: Port I/O: add early boot support
` [PATCHv7 19/30] x86/tdx: Wire up KVM hypercalls
` [PATCHv7 20/30] x86/boot: Add a trampoline for booting APs via firmware handoff
` [PATCHv7 21/30] x86/acpi, x86/boot: Add multiprocessor wake-up support
` [PATCHv7 22/30] x86/boot: Set CR0.NE early and keep it set during the boot
` [PATCHv7 23/30] x86/boot: Avoid #VE during boot for TDX platforms
` [PATCHv7 24/30] x86/topology: Disable CPU online/offline control for TDX guests
` [PATCHv7 25/30] x86/tdx: Make pages shared in ioremap()
` [PATCHv7 26/30] x86/mm/cpa: Add support for TDX shared memory
` [PATCHv7 27/30] x86/mm: Make DMA memory shared for TD guest
` [PATCHv7 28/30] x86/tdx: ioapic: Add shared bit for IOAPIC base address
` [PATCHv7 29/30] ACPICA: Avoid cache flush inside virtual machines
` [PATCHv7 30/30] Documentation/x86: Document TDX kernel architecture

stable-rc/linux-4.19.y build: 196 builds: 6 failed, 190 passed (v4.19.235-23-g57e593a4ee92)
 2022-03-18 16:05 UTC 

stable-rc/queue/5.15 build: 179 builds: 4 failed, 175 passed (v5.15.29-25-g24c12ba5bbae)
 2022-03-18 16:05 UTC 

stable-rc/queue/5.4 build: 150 builds: 2 failed, 148 passed (v5.4.185-43-g6c27769e1413)
 2022-03-18 16:05 UTC 

[PATCH 0/3] drm/msm/gpu: More system suspend fixes
 2022-03-18 16:04 UTC  (15+ messages)
` [PATCH 2/3] drm/msm/gpu: Park scheduler threads for system suspend

[PATCH v5 00/20] Rust support
 2022-03-18 16:04 UTC  (4+ messages)
` [PATCH v5 12/20] vsprintf: add new `%pA` format specifier

next/master build: 192 builds: 11 failed, 181 passed, 12 errors, 6 warnings (next-20220317)
 2022-03-18 16:04 UTC 

[PATCH] Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"
 2022-03-18 16:03 UTC  (3+ messages)

[PATCH 0/6] introduce fwnode in the I2C subsystem
 2022-03-18 16:00 UTC  (14+ messages)
` [PATCH 1/6] property: add fwnode_property_read_string_index()
` [PATCH 2/6] i2c: fwnode: add fwnode_find_i2c_adapter_by_node()
` [PATCH 3/6] i2c: of: use fwnode_get_i2c_adapter_by_node()
` [PATCH 4/6] i2c: mux: pinctrl: remove CONFIG_OF dependency and use fwnode API
` [PATCH 5/6] i2c: mux: add support for fwnode
` [PATCH 6/6] net: sfp: "

[igt-dev] [PATCH i-g-t 0/2] i915/gem_ctx_create: lower time of active subtest
 2022-03-18 16:04 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/i915/gem_engine_topology: add iterator for choosing one random engine from each class
` [igt-dev] [PATCH i-g-t 2/2] i915/gem_ctx_create: lower time of active subtest

next/master build: 192 builds: 11 failed, 181 passed, 12 errors, 6 warnings (next-20220317)
 2022-03-18 16:04 UTC 

[PATCH net-next 0/3] bridge: dsa: switchdev: mv88e6xxx: Implement local_receive bridge flag
 2022-03-18 16:03 UTC  (9+ messages)

cip/linux-4.4.y-cip build: 140 builds: 4 failed, 136 passed, 6 errors, 31 warnings (v4.4.302-cip68-19-gcfdd1ea3a7ba) #kernelci
 2022-03-18 16:03 UTC 

[PATCH v2] drm: of: Properly try all possible cases for bridge/panel detection
 2022-03-18 16:02 UTC  (2+ messages)

how to automatically open conflicted files when "git rebase" encounter conflict
 2022-03-18 16:01 UTC  (4+ messages)

[PATCH v2 0/2] automation: qemu32 smoke test
 2022-03-18 15:58 UTC  (3+ messages)
` [PATCH v2 2/2] gitlab-ci: add an ARM32 qemu-based "

[PATCH 0/6] Add new HW variants and fix few minor issues
 2022-03-18 15:55 UTC  (14+ messages)
` [PATCH 1/6] ALSA: hda/cs8409: Fix Warlock using dual mic configuration
` [PATCH 2/6] ALSA: hda/cs8409: Re-order quirk table into ascending order
` [PATCH 3/6] ALSA: hda/cs8409: Fix Full Scale Volume setting for all variants
` [PATCH 4/6] ALSA: hda/cs8409: Support new Warlock MLK Variants
` [PATCH 5/6] ALSA: hda/cs8409: Disable HSBIAS_SENSE_EN for Cyborg
` [PATCH 6/6] ALSA: hda/cs8409: Add new Dolphin HW variants

[PATCH] UBI: support EOF block marking end of ubinized image
 2022-03-18 15:58 UTC  (2+ messages)

[PATCH for-5.18 0/3] block: throttle related fixes
 2022-03-18 15:58 UTC  (2+ messages)

[ovmf test] 168680: regressions - FAIL
 2022-03-18 15:57 UTC 

[PATCH] block/rbd: fix write zeroes with growing images
 2022-03-18 15:48 UTC  (2+ messages)

[PATCH] drm/amd/display: Fixed the unused-but-set-variable warning
 2022-03-18 15:44 UTC  (4+ messages)

[PATCH -next] jbd2: use the correct print format
 2022-03-18 15:56 UTC 

[RFC PATCH v4 00/15] Landlock LSM
 2022-03-18 15:55 UTC  (5+ messages)

iommufd dirty page logging overview
 2022-03-18 15:55 UTC  (6+ messages)

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-2022-03 233/9999] arch/arm64/kvm/perf.c:58:43: error: implicit declaration of function 'perf_num_counters'; did you mean 'dec_mm_counter'?
 2022-03-18 15:54 UTC 

[PATCH v8 00/46] CXl 2.0 emulation Support
 2022-03-18 15:06 UTC  (28+ messages)
` [PATCH v8 19/46] hw/cxl/device: Add some trivial commands
` [PATCH v8 20/46] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v8 21/46] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v8 22/46] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v8 23/46] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v8 24/46] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v8 25/46] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v8 26/46] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v8 27/46] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v8 28/46] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v8 29/46] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v8 33/46] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v8 34/46] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v8 35/46] i386/pc: Enable CXL fixed memory windows
` [PATCH v8 36/46] tests/acpi: q35: Allow addition of a CXL test
` [PATCH v8 37/46] qtests/bios-tables-test: Add a test for CXL emulation
` [PATCH v8 38/46] tests/acpi: Add tables "
` [PATCH v8 39/46] qtest/cxl: Add more complex test cases with CFMWs
` [PATCH v8 40/46] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v8 41/46] qtest/cxl: Add aarch64 virt test for CXL
` [PATCH v8 42/46] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PATCH v8 43/46] pci-bridge/cxl_upstream: Add a CXL switch upstream port
` [PATCH v8 44/46] pci-bridge/cxl_downstream: Add a CXL switch downstream port
` [PATCH v8 45/46] cxl/cxl-host: Support interleave decoding with one level of switches
` [PATCH v8 46/46] docs/cxl: Add switch documentation

[PATCH] block/rbd: fix write zeroes with growing images
 2022-03-18 15:36 UTC  (2+ messages)

[RFC PATCH 00/16] Introduce SCMI test driver and related Kselftest
 2022-03-18 15:49 UTC  (7+ messages)
` [RFC PATCH 07/16] debugfs: Add signed versions of debugfs_create_u32/64 helpers

[PATCH] scsi: add __GFP_ZERO flag for blk_rq_map_kern in function sg_scsi_ioctl
 2022-03-18 15:50 UTC  (2+ messages)

[PATCH] ath11k: Add support for SAR
 2022-03-18 15:50 UTC  (3+ messages)

Fw: Connman Ofono Huawei MS2372h-153 not working
 2022-03-18 15:49 UTC 

[RFC v1 00/10] roadtest: a driver testing framework
 2022-03-18 15:49 UTC  (5+ messages)
` [RFC v1 07/10] iio: light: opt3001: add roadtest

[Intel-gfx] [PATCH] drm/i915/display/adlp: More voltage swing table updates
 2022-03-18 15:48 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the spi tree
 2022-03-18 15:48 UTC  (4+ messages)

can't access kernelci results
 2022-03-18 15:47 UTC  (14+ messages)

[PATCH] version: 22.07-rc0
 2022-03-18 15:46 UTC  (2+ messages)

[PATCH v2] ipv6: acquire write lock for addr_list in dev_forward_change
 2022-03-18 15:45 UTC  (5+ messages)

[PATCH 1/7] drm/amdgpu: move VM PDEs to idle after update
 2022-03-18 15:45 UTC  (3+ messages)
` [PATCH 4/7] drm/amdgpu: rework TLB flushing

[Bridge] [PATCH v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-18 15:45 UTC  (5+ messages)
` [Bridge] [PATCH v2 net-next 4/4] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
    `  "

[PATCH bpf-next] bpftool: add BPF_TRACE_KPROBE_MULTI to attach type names table
 2022-03-18 15:44 UTC  (2+ messages)

[PATCH 1/3] Makefile/set_versions: Allow poky.yaml to be autogenerated
 2022-03-18 15:42 UTC  (3+ messages)
` [PATCH 2/3] conf.py/set_versions/poky.yaml: Set version in conf.py from poky.yaml
` [PATCH 3/3] set_versions: Add support for setting POKYVERSION found in older releases

[broonie-misc:arm64-sysreg-gen 6/9] arch/arm64/include/asm/sysreg.h:125:10: fatal error: 'generated/asm/sysreg.h' file not found
 2022-03-18 15:41 UTC  (5+ messages)

[PATCH] target/i386: kvm: do not access uninitialized variable on older kernels
 2022-03-18 15:26 UTC 

[PATCH 03/30] ath6kl: fix typos in comments
 2022-03-18 15:39 UTC  (2+ messages)

[PATCH V2] ath9k: Use platform_get_irq() to get the interrupt
 2022-03-18 15:38 UTC  (2+ messages)

[PATCH V2,2/2] mm: madvise: skip unmapped vma holes passed to process_madvise
 2022-03-18 15:37 UTC  (11+ messages)

[PATCH v3 1/6] ath11k: Add basic WoW functionalities
 2022-03-18 15:37 UTC  (3+ messages)

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-18 15:36 UTC  (2+ messages)
` [tip: x86/core] kbuild: Fixup the IBT kbuild changes

[PATCHv6 00/30] TDX Guest: TDX core support
 2022-03-18 15:36 UTC  (12+ messages)
` [PATCHv6 07/30] x86/traps: Add #VE support for TDX guest
` [PATCHv6 16/30] x86/boot: Port I/O: add decompression-time support for TDX

mdadm is unable to see Alder Lake IMSM array
 2022-03-18 15:34 UTC  (5+ messages)

[PATCH v2 0/5] vCPU hotunplug related memory leaks
 2022-03-18 15:15 UTC  (3+ messages)
` [PATCH v2 1/5] accel: Introduce AccelOpsClass::destroy_vcpu_thread()
` [PATCH v2 2/5] softmmu/cpus: Free cpu->thread in destroy_vcpu_thread_generic()

[PATCHv3 00/10] ext4: Improve FC trace events
 2022-03-18 15:32 UTC  (8+ messages)
` [PATCHv3 02/10] ext4: Fix ext4_fc_stats trace point

bcm2711 / RPi4 not functional after d62069c22eda
 2022-03-18 15:31 UTC  (2+ messages)

[PATCH] sandbox: board: add stickypage.bin into .gitignore
 2022-03-18 15:30 UTC 

[PATCH] scripts: remove non-existent bareboxstate binaries from .gitignore
 2022-03-18 15:28 UTC 

[PATCH net-next v4 0/2] af_vsock: add two new tests for SOCK_SEQPACKET
 2022-03-18 15:30 UTC  (2+ messages)

pull-request: wireless-next-2022-03-18
 2022-03-18 15:30 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.