All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-12 15:28:09 to 2022-05-12 16:12:15 UTC [more...]

[PATCH] MIPS: tools: no need to initialise statics to 0
 2022-05-12 16:09 UTC  (2+ messages)

[PATCH v3 0/2] Modify some code about kprobe
 2022-05-12 16:10 UTC  (2+ messages)

[PATCH] MIPS: smp: optimization for flush_tlb_mm when exiting
 2022-05-12 16:11 UTC  (2+ messages)

[PATCH] MIPS: VR41xx: Drop redundant spinlock initialization
 2022-05-12 16:08 UTC  (2+ messages)

[PATCH] MIPS: Sibyte: remove unnecessary return variable
 2022-05-12 16:09 UTC  (2+ messages)

[PATCH] MIPS: Loongson: Use hwmon_device_register_with_groups() to register hwmon
 2022-05-12 16:08 UTC  (2+ messages)

[PATCH v4 00/20] KVM: Extend Eager Page Splitting to the shadow MMU
 2022-05-12 16:10 UTC  (6+ messages)
` [PATCH v4 03/20] KVM: x86/mmu: Derive shadow MMU page role from parent

[PATCH v8 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-05-12 16:10 UTC  (9+ messages)
` [PATCH v8 2/7] crash: prototype change for crash_prepare_elf64_headers
` [PATCH v8 3/7] crash: add generic infrastructure for crash hotplug support

[PATCH v2 0/7] Add the iMX8MP PCIe support
 2022-05-12 16:08 UTC  (5+ messages)
` [PATCH v2 7/7] PCI: imx6: "

[PATCH v3 00/22] https://www.spinics.net/lists/kvm/msg267878.html
 2022-05-12 16:09 UTC  (6+ messages)
` [PATCH 16/22] KVM: x86/mmu: remove redundant bits from extended role

[PATCH] util: Return void on iova_tree_remove
 2022-05-12 16:03 UTC  (3+ messages)

stable/linux-5.10.y baseline: 153 runs, 18 regressions (v5.10.115)
 2022-05-12 16:09 UTC 

[PATCH ipsec] xfrm: fix "disable_policy" flag use when arriving from different devices
 2022-05-12 16:09 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: transition to tarballs
 2022-05-12 16:09 UTC  (9+ messages)
` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: "

[PATCH 1/2] drm/bridge: tc358767: Factor out DSI and DPI RX enablement
 2022-05-12 16:09 UTC  (5+ messages)
` [PATCH 2/2] drm/bridge: tc358767: Add DSI-to-(e)DP mode support

[PATCH v3 1/2] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2022-05-12 16:09 UTC  (3+ messages)

[RFC v1 00/14] Implement call_rcu_lazy() and miscellaneous fixes
 2022-05-12 16:09 UTC  (7+ messages)

[PATCH] CHROMIUM: arm64: dts: qcom: Add sc7180-gelarshie
 2022-05-12 16:08 UTC  (18+ messages)

[PATCH v2 0/8] Introduce support for RISC-V architecture
 2022-05-12 16:07 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 8/8] ci: add RISCV64 cross compilation job

[PATCH net-next v2 0/2] net/smc: two fixes for using smc with io_uring
 2022-05-12 16:06 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pending

[PATCH 0/2] nvmem: add Microchip OTP controller
 2022-05-12 16:04 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: microchip-otpc: document Microchip OTPC

[PATCH] genirq: Don't return error on missing optional irq_request_resources()
 2022-05-12 16:05 UTC 

[PATCH 0/6] board: freescale: p1_p2_rdb_pc: Fix sizes of LBC peripherals
 2022-05-12 16:05 UTC  (9+ messages)
` [PATCH 1/6] Revert "Convert CONFIG_SYS_BR0_PRELIM et al to Kconfig"

[PATCH v4 00/28] clk: More clock rate fixes and tests
 2022-05-12 16:04 UTC  (29+ messages)
` [PATCH v4 01/28] clk: Drop the rate range on clk_put()
` [PATCH v4 02/28] clk: Skip clamping when rounding if there's no boundaries
` [PATCH v4 03/28] clk: Introduce clk_get_rate_range()
` [PATCH v4 04/28] drm/vc4: hdmi: Rework hdmi_enable_4kp60 detection
` [PATCH v4 05/28] clk: Mention that .recalc_rate can return 0 on error
` [PATCH v4 06/28] clk: Clarify clk_get_rate() expectations
` [PATCH v4 07/28] clk: tests: Add test suites description
` [PATCH v4 08/28] clk: tests: Add reference to the orphan mux bug report
` [PATCH v4 09/28] clk: tests: Add tests for uncached clock
` [PATCH v4 10/28] clk: tests: Add tests for single parent mux
` [PATCH v4 11/28] clk: tests: Add tests for mux with multiple parents
` [PATCH v4 12/28] clk: tests: Add some tests for orphan "
` [PATCH v4 13/28] clk: Take into account uncached clocks in clk_set_rate_range()
` [PATCH v4 14/28] clk: Fix clk_get_parent() documentation
` [PATCH v4 15/28] clk: Set req_rate on reparenting
` [PATCH v4 16/28] clk: Change clk_core_init_rate_req prototype
` [PATCH v4 17/28] clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its caller
` [PATCH v4 18/28] clk: Introduce clk_hw_init_rate_request()
` [PATCH v4 19/28] clk: Add our request boundaries in clk_core_init_rate_req
` [PATCH v4 20/28] clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
` [PATCH v4 21/28] clk: Introduce clk_core_has_parent()
` [PATCH v4 22/28] clk: Stop forwarding clk_rate_requests to the parent
` [PATCH v4 23/28] clk: Zero the clk_rate_request structure
` [PATCH v4 24/28] clk: Test the clock pointer in clk_hw_get_name()
` [PATCH v4 25/28] clk: Introduce the clk_hw_get_rate_range function
` [PATCH v4 26/28] clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3d
` [PATCH v4 27/28] clk: tests: Add some tests for clk_get_rate_range()
` [PATCH v4 28/28] clk: tests: Add missing test case for ranges

[PATCH 1/3] dt-bindings: arm: qcom: Add sc7180 Chromebook board bindings
 2022-05-12 16:04 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: arm: qcom: Add / fix sc7280 "
` [PATCH 3/3] dt-bindings: arm: qcom: Add more sc7180 Chromebook "

[PATCH v5 0/8] platform/x86: introduce p2sb_bar() helper
 2022-05-12 16:04 UTC  (6+ messages)

[PATCH V5 0/5] iio: accel: sca3300: add compatible for scl3300
 2022-05-12 16:03 UTC  (6+ messages)
` [PATCH V5 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300
` [PATCH V5 2/5] iio: accel: sca3300: add define for temp channel for reuse
` [PATCH V5 3/5] iio: accel: sca3300: modified to support multi chips
` [PATCH V5 4/5] iio: accel: sca3300: Add support for SCL3300
` [PATCH V5 5/5] iio: accel: sca3300: Add inclination channels

RTT-PROBE: lore-subspace-rtt
 2022-05-12 16:03 UTC 

[PATCH 0/9] vfio/migration: Implement VFIO migration protocol v2
 2022-05-12 15:43 UTC  (10+ messages)
` [PATCH 1/9] linux-headers: Update headers to v5.18-rc6
` [PATCH 2/9] vfio: Fix compilation errors caused by VFIO migration v1 deprecation
` [PATCH 3/9] vfio/migration: Fix NULL pointer dereference bug
` [PATCH 4/9] vfio/migration: Skip pre-copy if dirty page tracking is not supported
` [PATCH 5/9] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH 6/9] vfio/migration: Implement VFIO migration protocol v2
` [PATCH 7/9] vfio/migration: Reset device if setting recover state fails
` [PATCH 8/9] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH 9/9] docs/devel: Align vfio-migration docs to VFIO migration v2

[PATCH net v5 1/3] ptp: ptp_clockmatrix: Add PTP_CLK_REQ_EXTTS support
 2022-05-12 16:03 UTC  (5+ messages)
` [PATCH net v5 3/3] ptp: clockmatrix: miscellaneous cosmetic change

[PATCH 01/13] net: Add l_net_clear_host_bits utility
 2022-05-12 16:02 UTC 

[PATCH v5] drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq_ctrl()
 2022-05-12 16:02 UTC  (6+ messages)

[Buildroot] [PATCH 1/5] package/gnutls: disable library search in /usr/lib
 2022-05-12 16:01 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/gnutls: remove unused libregex dependency
` [Buildroot] [PATCH 3/5] package/gnutls: remove redundant --enable-openssl-compatibility
` [Buildroot] [PATCH 4/5] package/gnutls: add optional dependency on brotli, zlib, zstd
` [Buildroot] [PATCH 5/5] package/gnutls: libunistring is not optional

stable-rc/queue/4.14 build: 196 builds: 3 failed, 193 passed, 2 errors, 32 warnings (v4.14.278-4-g7655c1c6fb54)
 2022-05-12 16:02 UTC 

[PATCH v4 1/2] cpufreq: fix race on cpufreq online
 2022-05-12 16:01 UTC  (4+ messages)
` [PATCH v4 2/2] cpufreq: make interface functions and lock holding state clear

[PATCH 3/8] s390/entry: shorten OUTSIDE macro
 2022-05-12 15:59 UTC  (2+ messages)

[PATCH] qga-vss: Use a proper function for free memory
 2022-05-12 15:49 UTC 

[PATCH] scsi: ufs: Split the drivers/scsi/ufs directory
 2022-05-12 15:59 UTC  (2+ messages)

[PATCH v2] http: add custom hostname to IP address resolutions
 2022-05-12 15:58 UTC  (5+ messages)
` [PATCH v3] "

stable-rc/linux-5.10.y baseline: 110 runs, 9 regressions (v5.10.115)
 2022-05-12 15:58 UTC 

[PATCH libdrm] xf86drmMode: Create drmModeCreatePropertyBlobWithFlags
 2022-05-12 15:57 UTC  (2+ messages)

[PATCH net-next 00/14] Wangxun 10 Gigabit Ethernet Driver
 2022-05-12 15:57 UTC  (5+ messages)
` [PATCH net-next 01/14] net: txgbe: Add build support for txgbe ethernet driver

[PULL V3 00/15] Net patches
 2022-05-12 15:47 UTC  (3+ messages)
` [PULL V3 08/15] vhost: Shadow virtqueue buffers forwarding

[Intel-gfx] [PATCH] drm/i915/d12+: Disable DMC firmware flip queue handlers
 2022-05-12 15:57 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/d12+: Disable DMC firmware flip queue handlers (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Security Working Group meeting - Wednesday May 11
 2022-05-12 15:54 UTC  (2+ messages)
` Security Working Group meeting - Wednesday May 11 - results

PROPOSAL: Delete www-archive.xenproject.org
 2022-05-12 15:54 UTC  (2+ messages)

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc ltp-timers: 5 runs, 1 regressions (v5.10.112-cip6-289-g2969e096d186) #kernelci
 2022-05-12 15:55 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-futex: 7 runs, 1 regressions (v5.10.112-cip6-289-g2969e096d186) #kernelci
 2022-05-12 15:55 UTC 

cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc kselftest-filesystems: 7 runs, 1 regressions (v5.10.112-cip6-289-g2969e096d186) #kernelci
 2022-05-12 15:55 UTC 

[PATCH v3 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-05-12 15:54 UTC  (4+ messages)
` [PATCH v3 17/23] ata: ahci: Introduce firmware-specific caps initialization

[RFC PATCH 00/15] Region driver
 2022-05-12 15:54 UTC  (9+ messages)
` [RFC PATCH 02/15] cxl/core/hdm: Bail on endpoint init fail
` [RFC PATCH 12/15] cxl/region: Add region creation ABI

RTT-PROBE: lore-subspace-rtt
 2022-05-12 15:53 UTC 

[PATCH v2] block/gluster: correctly set max_pdiscard
 2022-05-12 15:44 UTC  (2+ messages)

[PATCH v5 00/12] mm: userspace hugepage collapse
 2022-05-12 15:53 UTC  (5+ messages)
` [PATCH v5 10/13] mm/madvise: add MADV_COLLAPSE to process_madvise()

[PULL 00/10] Block layer patches
 2022-05-12 15:34 UTC  (11+ messages)
` [PULL 01/10] coroutine: Rename qemu_coroutine_inc/dec_pool_size()
` [PULL 02/10] coroutine: Revert to constant batch size
` [PULL 03/10] iotests/testrunner: Flush after run_test()
` [PULL 04/10] tests/qemu-iotests: print intent to run a test in TAP mode
` [PULL 05/10] .gitlab-ci.d: export meson testlog.txt as an artifact
` [PULL 06/10] hw/block/fdc: Prevent end-of-track overrun (CVE-2021-3507)
` [PULL 07/10] tests/qtest/fdc-test: Add a regression test for CVE-2021-3507
` [PULL 08/10] qemu-nbd: Pass max connections to blockdev layer
` [PULL 09/10] nbd/server: Allow MULTI_CONN for shared writable exports
` [PULL 10/10] qemu-iotests: inline common.config into common.rc

[PATCH 00/20] perf vendors events arm64: Multiple Arm CPUs
 2022-05-12 15:52 UTC  (7+ messages)
` [PATCH 01/20] perf vendors events arm64: Arm Cortex-A5

[Buildroot] [PATCH 1/1] package/kodi-pvr-zattoo: bump version to 19.7.15-Matrix
 2022-05-12 15:52 UTC 

[PATCH] qga-vss: Add auto generated headers to dependencies
 2022-05-12 15:49 UTC 

[meta-ti][dunfell][PATCH] ti-graphics: update for 4K/64K page size GPU drivers
 2022-05-12 15:51 UTC 

[PATCH v2] fs: change test in inode_insert5 for adding to the sb list
 2022-05-12 15:51 UTC  (3+ messages)

[PATCH v3 0/2] Dirtying, failing memop: don't indicate suppression
 2022-05-12 15:50 UTC  (5+ messages)
` [PATCH v3 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop

[Bug 15051] New: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op
 2022-05-12 15:50 UTC  (3+ messages)
` [Bug 15051] "

[PATCH net-next 09/10] ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
 2022-05-12 15:48 UTC  (2+ messages)

[PATCH][SMB3] EBADF/EIO errors in rename/open caused by race condition in smb2_compound_op
 2022-05-12 15:49 UTC 

[PATCH 0/2] x86/crash: Fix double list_add nmi_shootdown bug
 2022-05-12 15:48 UTC  (9+ messages)
` [PATCH 1/2] x86/crash: Disable virt in core NMI crash handler to avoid double list_add
` [PATCH 2/2] x86/reboot: Disable virtualization in an emergency if SVM is supported

[dm-devel] kernel BUG at drivers/md/dm-bufio.c:1155!
 2022-05-12 15:48 UTC  (3+ messages)

[PATCH userspace v3 0/2] Support the 'self' keyword in type transitions
 2022-05-12 15:47 UTC  (4+ messages)
` [PATCH userspace v3 2/2] libsepol,checkpolicy: add support for self "

[PATCH v2 4/5] KVM: x86: Use __try_cmpxchg_user() to emulate atomic accesses
 2022-05-12 15:47 UTC  (3+ messages)
` [PATCH] KVM: x86: fix a typo in __try_cmpxchg_user that caused cmpxchg to be not atomic

[PATCH v3] KVM: x86/mmu: Update number of zapped pages even if page list is stable
 2022-05-12 15:47 UTC  (2+ messages)

Feedback on user-events UAPI
 2022-05-12 15:47 UTC 

[PATCH] serial: 8250_fsl: Don't report FE, PE and OE twice
 2022-05-12 15:46 UTC  (4+ messages)

[PATCH v2] EDAC: Fix some refcount leaks
 2022-05-12 15:46 UTC  (2+ messages)

[PATCH v2] net: macb: Disable macb pad and fcs for fragmented packets
 2022-05-12 15:45 UTC  (4+ messages)

[PATCH] usb: hub: Simplify error and success path in port_over_current_notify
 2022-05-12 15:44 UTC  (3+ messages)

[kvm-unit-tests PATCH v3 0/2] s390x: add migration test for CMM
 2022-05-12 15:44 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-12 15:43 UTC 

stable-rc/queue/4.19 build: 198 builds: 6 failed, 192 passed, 2 errors, 32 warnings (v4.19.242-6-g5f36f554ae014)
 2022-05-12 15:43 UTC 

[RFCv2 00/10] Linear Address Masking enabling
 2022-05-12 15:42 UTC  (8+ messages)
` [PATCH] x86: Implement Linear Address Masking support

[kvm-unit-tests PATCH v1 0/2] s390x: add migration test for storage keys
 2022-05-12 15:41 UTC  (5+ messages)
` [kvm-unit-tests PATCH v1 1/2] lib: s390x: introduce check_pgm_int_code_xfail()
` [kvm-unit-tests PATCH v1 2/2] s390x: add migration test for storage keys

[PATCH 1/2] Revert "ASoC: amd: acp: Set gpio_spkr_en to None for max speaker amplifer in machine driver"
 2022-05-12 15:40 UTC  (2+ messages)
` [PATCH 2/2] Revert "ASoC: amd: acp: Power on/off the speaker enable gpio pin based on DAPM callback."

[PATCH 5.15 000/135] 5.15.39-rc1 review
 2022-05-12 15:40 UTC  (3+ messages)

[PATCH v3] docs/zh_CN: fix devicetree usage-model translation
 2022-05-12 15:40 UTC  (3+ messages)

[broonie-ci:filegSObUR 100/158] sound/soc/codecs/max98396.c:1555:32: error: implicit declaration of function 'devm_gpiod_get_optional'; did you mean 'devm_regulator_get_optional'?
 2022-05-12 15:38 UTC 

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 470/1138] drivers/misc/jesd204b/jesd_phy.c:172:6: warning: no previous prototype for function 'jesd204_phy_set_speed'
 2022-05-12 15:38 UTC  (2+ messages)

Question about pre-merge and git merge octopus strategy
 2022-05-12 15:39 UTC  (8+ messages)

[igt-dev] [PATCH i-g-t v3 0/4] enable 4-tiled ccs modifiers on dg2
 2022-05-12 15:38 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for enable 4-tiled ccs modifiers on dg2 (rev3)

[PATCH v2 2/2] mtd: rawnand: renesas: Use runtime PM instead of the raw clock API
 2022-05-12 15:37 UTC  (4+ messages)

[ammarfaizi2-block:palmer/linux/riscv-d1 9/12] arch/riscv/kernel/cpufeature.c:292:6: warning: variable 'cpu_apply_feature' set but not used
 2022-05-12 15:38 UTC 

[PATCH v2] usb: hub: Simplify error and success path in port_over_current_notify
 2022-05-12 15:37 UTC 

[PATCH v1 1/2] docs: move Linux logo into a new `images` folder
 2022-05-12 15:37 UTC  (2+ messages)

[igt-dev] [PATCH] tests/kms_hdr: Fix dynamic subtest name
 2022-05-12 15:37 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_hdr: Fix dynamic subtest name (rev2)

[PATCH v10 0/9] Enable designware PCI EP EDMA locally
 2022-05-12 15:36 UTC  (4+ messages)
` [PATCH v10 9/9] PCI: endpoint: Enable DMA controller tests for endpoints with DMA capabilities

Git issue clone issue with .gdb , .loz, & .las files
 2022-05-12 15:36 UTC 

[PATCH 1/2] RISC-V: Fix counter restart during overflow for RV32
 2022-05-12 15:36 UTC  (5+ messages)

[PATCH v5 00/28] Builtin FSMonitor Part 3
 2022-05-12 15:35 UTC  (3+ messages)
` [PATCH v6 "

[meta-arago][dunfell][PATCH] tisdk-core-bundle: Add ti-sci-firmware binary to prebuilt-images directory of SDK
 2022-05-12 15:35 UTC  (2+ messages)

[PATCH] drm/meson: Fix refcount leak in meson_encoder_hdmi_init
 2022-05-12 15:33 UTC  (6+ messages)

[Buildroot] [PATCH] fs/oci: entrypoint and command are space-separated lists
 2022-05-12 15:34 UTC  (2+ messages)

[RFC PATCH 1/4] libselinux: simplify policy path logic to avoid uninitialized read
 2022-05-12 15:34 UTC  (3+ messages)
` [RFC PATCH 4/4] libselinux: check for truncations

RTT-PROBE: lore-subspace-rtt
 2022-05-12 15:33 UTC 

[PATCH v2] net: dsa: tag_mtk: add padding for tx packets
 2022-05-12 15:32 UTC  (13+ messages)

[meta-ti][dunfell][PATCH] ti-sci-fw: Add DM firmware to deploy directory for am62xx-evm
 2022-05-12 15:31 UTC  (2+ messages)

[PATCH] mm: change "char *bdi_unknown_name" to "char bdi_unknown_name[]"
 2022-05-12 15:29 UTC  (2+ messages)

[RFC PATCH bpf-next 0/5] bpf: add get_reg_val helper
 2022-05-12 15:29 UTC  (3+ messages)
` [RFC PATCH bpf-next 2/5] "

[PATCH] mtd: rawnand: kioxia: Add support for TH58NVG3S0HBAI4
 2022-05-12 15:27 UTC  (2+ messages)

[PATCH] mtd: rawnand: cs553x: simplify the return expression of cs553x_write_ctrl_byte()
 2022-05-12 15:27 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.