All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-23 13:25:32 to 2023-10-23 14:04:55 UTC [more...]

[PATCH v3 0/3] Improve pwm-ir-tx precision
 2023-10-23 13:34 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3 1/3] pwm: make it possible to apply pwm changes in atomic context
          `  "

[RESEND PATCH 1/1] clk: ti: k3-pll: Add calibration support for non fractional mode
 2023-10-23 14:03 UTC  (2+ messages)

[PATCH v2 00/10] xhci: dbc: Update driver to use modern APIs
 2023-10-23 14:06 UTC  (4+ messages)
` [PATCH v2 05/10] xhci: dbc: Check for errors first in xhci_dbc_stop()

[PATCH v5 0/5] hw/cxl: Line length reduction and related
 2023-10-23 14:02 UTC  (11+ messages)
` [PATCH v5 1/5] hw/cxl: Use a switch to explicitly check size in caps_reg_read()
` [PATCH v5 2/5] hw/cxl: Use switch statements for read and write of cachemem registers
` [PATCH v5 3/5] hw/cxl: CXLDVSECPortExtensions renamed to CXLDVSECPortExt
` [PATCH v5 4/5] hw/cxl: Line length reductions
` [PATCH v5 5/5] hw/cxl: Fix a QEMU_BUILD_BUG_ON() in switch statement scope issue

[PATCH v9 0/4] Input: add initial support for Goodix Berlin touchscreen IC
 2023-10-23 14:04 UTC  (4+ messages)
` [PATCH v9 2/4] Input: add core support for Goodix Berlin Touchscreen IC

[PATCH] wireguard: Fix leaking sockets in wg_socket_init error paths
 2023-10-23 14:04 UTC  (2+ messages)

[XEN PATCH 0/4][for-4.19] xen: address violations of Rule 13.1
 2023-10-23 14:03 UTC  (6+ messages)
` [XEN PATCH 3/4] xen/include: add pure and const attributes
` [XEN PATCH 4/4] xen: address violations of MISRA C:2012 Rule 13.1

[PATCH] net: tls: Fix possible NULL-pointer dereference in tls_decrypt_device() and tls_decrypt_sw()
 2023-10-23 14:03 UTC  (2+ messages)

[PATCH v2] overlay: add test for lowerdir mount option parsing
 2023-10-23 14:02 UTC  (2+ messages)

[PATCH] platform/x86: thinkpad_acpi: replace deprecated strncpy with memcpy
 2023-10-23 14:02 UTC  (2+ messages)

[PATCH] checkpatch: allow tags between co-developed-by and their sign-off
 2023-10-23 14:02 UTC  (2+ messages)

[PATCH] vfio: mlx5, pds: add IOMMU_SUPPORT dependency
 2023-10-23 14:02 UTC  (6+ messages)

[PATCH v2 1/2] tee: amdtee: use page_alloc_exact() for memory allocations
 2023-10-23 14:01 UTC  (4+ messages)

[Intel-gfx] [PATCH v2 00/24] Framework for display parameters
 2023-10-23 14:01 UTC  (23+ messages)
` [Intel-gfx] [PATCH v2 13/24] drm/i915/display: Move enable_ips module parameter under display
` [Intel-gfx] [PATCH v2 14/24] drm/i915/display: Move invert_brightness "
` [Intel-gfx] [PATCH v2 15/24] drm/i915/display: Move edp_vswing "
` [Intel-gfx] [PATCH v2 16/24] drm/i915/display: Move enable_dpcd_backlightmodule "
` [Intel-gfx] [PATCH v2 17/24] drm/i915/display: Move load_detect_test "
` [Intel-gfx] [PATCH v2 18/24] drm/i915/display: Move force_reset_modeset_test "
` [Intel-gfx] [PATCH v2 19/24] drm/i915/display: Move disable_display "
` [Intel-gfx] [PATCH v2 20/24] drm/i915/display: Use device parameters instead of module in I915_STATE_WARN
` [Intel-gfx] [PATCH v2 21/24] drm/i915/display: Move verbose_state_checks under display
` [Intel-gfx] [PATCH v2 22/24] drm/i915/display: Move nuclear_pageflip "
` [Intel-gfx] [PATCH v2 23/24] drm/i915/display: Move enable_dp_mst "

[PATCH] 9p/trans_fd: avoid sending req to a cancelled conn
 2023-10-23 13:29 UTC  (3+ messages)

[PATCH 1/1] build: update link args and includes for libarchive
 2023-10-23 14:01 UTC  (8+ messages)
  ` [EXT] "

[PATCH v2 00/11] Migration compression cleanup
 2023-10-23 14:00 UTC  (23+ messages)
` [PATCH v2 01/11] migration: Give one error if trying to set MULTIFD and XBZRLE
` [PATCH v2 02/11] migration: Give one error if trying to set COMPRESSION "
` [PATCH v2 03/11] migration: Remove save_page_use_compression()
` [PATCH v2 04/11] migration: Make compress_data_with_multithreads return bool
` [PATCH v2 05/11] migration: Simplify compress_page_with_multithread()
` [PATCH v2 06/11] migration: Move busy++ to migrate_with_multithread
` [PATCH v2 07/11] migration: Create compress_update_rates()
` [PATCH v2 08/11] migration: Export send_queued_data()
` [PATCH v2 09/11] migration: Move ram_flush_compressed_data() to ram-compress.c
` [PATCH v2 10/11] migration: Merge flush_compressed_data() and compress_flush_data()
` [PATCH v2 11/11] migration: Rename ram_compressed_pages() to compress_ram_pages()

[PATCH v2 0/5] Add support for BMP390 and various driver cleanups
 2023-10-23 14:00 UTC  (4+ messages)
` [PATCH v2 1/5] iio: pressure: bmp280: Use i2c_get_match_data()

[PATCH v2 0/3] nvme-tcp: always set valid seq_num in dhchap reply
 2023-10-23 14:00 UTC  (4+ messages)
` [PATCH v2 1/3] nvme-auth: auth success1 msg always includes resp
` [PATCH v2 2/3] nvme-auth: add flag for bi-directional auth
` [PATCH v2 3/3] nvme-auth: always set valid seq_num in dhchap reply

[XEN PATCH] x86/p2m: address violations of MISRA C:2012 Rules 8.2 and 8.3
 2023-10-23 14:00 UTC  (2+ messages)

[virtio-comment] [PATCH v3 0/2] Support enabling virtqueue after DRIVER_OK
 2023-10-23 14:00 UTC  (12+ messages)
` [virtio-comment] [PATCH v3 2/2] content: Support enabling virtqueue after DRIVER_OK stage
  ` [virtio-comment] "
    ` [virtio-comment] "

[PATCH v2 0/6] support oneplus-lemonade(p) devices
 2023-10-23 13:59 UTC  (5+ messages)
` [PATCH v2 4/6] arm64: dts: qcom: sm8350: Fix remoteproc interrupt type

[PATCH v2 0/6] Unify sub-device state access functions
 2023-10-23 13:59 UTC  (11+ messages)
` [PATCH v2 1/6] media: v4l: subdev: Also return pads array information on stream functions
` [PATCH v2 2/6] media: v4l: subdev: Rename sub-device state information access functions
` [PATCH v2 3/6] media: v4l: subdev: v4l2_subdev_state_get_format always returns format now
` [PATCH v2 4/6] media: v4l: subdev: Make stream argument optional in state access functions
` [PATCH v2 5/6] media: v4l: subdev: Switch to stream-aware state functions

[PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains
 2023-10-23 13:59 UTC  (11+ messages)

[PATCH v2] docs: add backporting and conflict resolution document
 2023-10-23 13:57 UTC  (2+ messages)
` [PATCH v2.5] docs: backporting: address feedback

[PATCH] x86: Enable IBT in Rust if enabled in C
 2023-10-23 13:58 UTC  (7+ messages)

[PATCH v4] padata: Fix refcnt handling in padata_free_shell()
 2023-10-23 13:58 UTC  (3+ messages)

[PATCH 00/11] t: reduce direct disk access to data structures
 2023-10-23 13:58 UTC  (20+ messages)
` [PATCH 01/11] t: add helpers to test for reference existence
` [PATCH 02/11] t: allow skipping expected object ID in `ref-store update-ref`
` [PATCH 04/11] t: convert tests to not write references via the filesystem
` [PATCH 08/11] t4207: delete replace references via git-update-ref(1)

[PATCH] hwmon: HS3001: remove redundant store on division
 2023-10-23 13:58 UTC 

[PATCH] freezer,sched: Report TASK_FROZEN tasks as TASK_UNINTERRUPTIBLE
 2023-10-23 13:57 UTC 

autofs: add autofs_parse_fd()
 2023-10-23 13:57 UTC  (9+ messages)

[PATCH] hwmon: (pmbus/max31785) Add delay between bus accesses
 2023-10-23 13:56 UTC 

[PATCH v1 0/5] soc/arm64: qcom: add initial version of memory dump
 2023-10-23 13:56 UTC  (4+ messages)
` [PATCH v1 3/5] soc: qcom: memory_dump: Add memory dump driver

[kirkstone][PATCH v3 0/2] Remove PRU Ethernet firmwares for legacy devices
 2023-10-23 13:56 UTC  (6+ messages)
` [kirkstone][PATCH v3 1/2] preuth-fw: Remove packaging of PRU-ICSSM firmwares
  ` [meta-ti] "

mpt3sas ubsan issues
 2023-10-23 13:56 UTC  (3+ messages)

[Intel-xe] [PATCH v6 0/7] DRM scheduler changes for Xe
 2023-10-23 13:54 UTC  (6+ messages)
` [Intel-xe] [PATCH v6 5/7] drm/sched: Split free_job into own work item
        `  "

[PATCH v4] dt-bindings: mfd: max8925: Convert to DT schema format
 2023-10-23 13:55 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] Support more filesystems with FAN_REPORT_FID
 2023-10-23 13:55 UTC  (3+ messages)
` [PATCH 5/5] exportfs: support encoding non-decodeable file handles by default

[PATCH v3 0/5] KVM: selftests: Add ID reg test, update headers
 2023-10-23 13:53 UTC  (4+ messages)
` [PATCH v3 3/5] KVM: selftests: Generate sysreg-defs.h and add to include path

Crash in wireless-next in unregister netdevice path
 2023-10-23 13:55 UTC 

[PATCH 1/1] general: fix GPL-2.0-or-later SPDX headers
 2023-10-23 13:54 UTC  (4+ messages)

[linux-next:master 11303/14422] include/linux/io-pgtable.h:172:44: warning: 'struct iommu_dirty_bitmap' declared inside parameter list will not be visible outside of this definition or declaration
 2023-10-23 13:53 UTC 

[Buildroot] [For 2023.02.x 1/1] package/redis: security bump to v7.0.14
 2023-10-23 13:52 UTC  (2+ messages)
` [Buildroot] [PATCH 1/1] package/redis: security bump to v7.2.2

[LTP] [PATCH v3 0/2] Fix fanotify14
 2023-10-23 13:52 UTC  (6+ messages)
` [LTP] [PATCH v3 2/2] fanotify14: Improve check for unsupported init flags

[PATCH 0/3] dts: renesas: Fix I2C bus demux node names and ADV751[13] power supplies
 2023-10-23 13:52 UTC  (8+ messages)
` [PATCH 1/3] ARM: dts: renesas: rcar-gen2: Fix I2C bus demux node names
` [PATCH 2/3] ARM: dts: renesas: Add missing ADV751[13] power supply properties
` [PATCH 3/3] arm64: "

[PATCH] dt-bindings: i2c: i2c-demux-pinctrl: Convert to json-schema
 2023-10-23 13:53 UTC 

[PATCH][next] clk: sunxi-ng: nkm: remove redundant initialization of tmp_parent
 2023-10-23 13:52 UTC  (4+ messages)

[PATCH v8 1/2] lib/bitmap: add bitmap_{read,write}()
 2023-10-23 13:50 UTC  (5+ messages)
` [PATCH v8 2/2] lib/test_bitmap: add tests for bitmap_{read,write}()

[PATCH v1] doc: update QAT kernel module entry
 2023-10-23 13:50 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXT] "

Support for CXL v3.0 spec with QEMU
 2023-10-23 13:50 UTC  (13+ messages)

[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
 2023-10-23 13:50 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter

[PATCH 00/21] DPP PKEX Changes
 2023-10-23 13:49 UTC  (14+ messages)
` [PATCH 11/21] doc: PKEX support for DPP

[PATCH 00/19] cpus: Step toward removing global 'first_cpu'
 2023-10-23 13:59 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: follow-ups for issue #622
 2023-10-23 13:42 UTC  (2+ messages)

[PATCH] autofs: fix add autofs_parse_fd()
 2023-10-23 13:48 UTC  (2+ messages)

[PATCH] drm/amd: Disable ASPM for VI w/ all Intel systems
 2023-10-23 13:45 UTC 

[PATCH 0/12] Get Xen PV shim running in qemu
 2023-10-23 13:45 UTC  (6+ messages)
` [PATCH 11/12] hw/xen: automatically assign device index to block devices

[XEN PATCH][for-4.19 v3 0/8] address violations of MISRA C:2012 Rule 10.1
 2023-10-23 13:45 UTC  (6+ messages)
` [XEN PATCH][for-4.19 v3 1/8] xen/include: add macro LOWEST_BIT

[PATCH 00/10] Remove obsolete and orphaned wifi drivers
 2023-10-23 13:45 UTC  (8+ messages)
` [PATCH 06/10] wifi: remove orphaned orinoco driver
` [PATCH 07/10] wifi: remove orphaned ray_cs driver
` [PATCH 08/10] wifi: remove orphaned wl3501 driver
` [PATCH 09/10] wifi: remove orphaned rndis_wlan driver

[PATCH] contrib/plugins: Close file descriptor on connect failure
 2023-10-23 13:45 UTC  (4+ messages)
` [PATCH v2] contrib/plugins: Close file descriptor on error return

[RFC v1] arm64: dts: mediatek: add dtbs with applied overlays for bpi-r3
 2023-10-23 13:45 UTC  (9+ messages)
` Aw: "

[PATCH v1] cryptodev: clarify usage of the block ciphers
 2023-10-23 13:44 UTC  (2+ messages)
  ` [EXT] "

[android-common:android13-5.15 2/3] drivers/md/dm-bow.c:793:6: warning: no previous prototype for function 'dm_bow_resume'
 2023-10-23 13:43 UTC 

[lttng-dev] Can't receive a lot of functions that i registerd as trace-points
 2023-10-23 13:43 UTC 

[PATCH v3 0/8] Improve Exynos thermal driver
 2023-10-23 13:44 UTC  (7+ messages)
  ` [PATCH v3 7/8] thermal: exynos: split initialization of TMU and the thermal zone

[PATCH v3 0/9] mirror: allow switching from background to active mode
 2023-10-23 13:42 UTC  (5+ messages)
` [PATCH v3 1/9] blockjob: introduce block-job-change QMP command

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2023-10-23 13:08 UTC  (2+ messages)

stable-rc/linux-5.10.y build: 19 builds: 2 failed, 17 passed, 6 errors, 9 warnings (v5.10.198-203-g38f629e2a1b6)
 2023-10-23 13:42 UTC 

[PATCH v5 0/3] Fix 'faddr2line' for LLVM arm64 builds
 2023-10-23 13:42 UTC  (2+ messages)

[Outreachy] Move existing tests to a unit testing framework
 2023-10-23 13:41 UTC  (5+ messages)

[PATCH] MAINTAINERS: update AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER - SEV SUPPORT
 2023-10-23 13:41 UTC  (2+ messages)

linux-next: build failure after merge of the ftrace tree
 2023-10-23 13:41 UTC  (3+ messages)

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-10-23 13:40 UTC  (12+ messages)

[PATCH] buildman: Include symbols in the read-only data section
 2023-10-23 13:40 UTC  (2+ messages)

[PATCH 1/2] scsi: scsi_debug: fix some bugs in sdebug_error_write()
 2023-10-23 13:39 UTC  (3+ messages)

[PATCH nft 1/1] tests/shell: test for maximum length of "comment" in "comments_objects_0"
 2023-10-23 13:38 UTC 

[PATCH bpf-next v2 0/7] exact states comparison for iterator convergence checks
 2023-10-23 13:38 UTC  (4+ messages)
` [PATCH bpf-next v2 3/7] bpf: "

[v4 24/24] clk_k210.c: Clean up how we handle nop
 2023-10-23 13:37 UTC  (7+ messages)
` [v4.1 1/2] sandbox: Add a test for disabling CONFIG_CMDLINE
  ` [v4.1 2/2] CI, pytest: Add a test for sandbox without LTO

[PATCH] drm/panel/raydium-rm692e5: select CONFIG_DRM_DISPLAY_DP_HELPER
 2023-10-23 13:35 UTC  (4+ messages)

[PATCH] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
 2023-10-23 13:35 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v4] ice: read internal temperature sensor
 2023-10-23 13:35 UTC  (5+ messages)
      `  "

[virtio-comment] [PATCH v6 0/1] Add new feature VIRTIO_F_PRESERVE_RESOURCES
 2023-10-23 13:35 UTC  (6+ messages)
` [virtio-comment] [PATCH v6 1/1] content: "
  ` [virtio-comment] "
    ` [virtio-comment] "
      ` [virtio-dev] "

How can I add "busybox sh" as init during boot of the custom kernel?
 2023-10-23 13:34 UTC  (7+ messages)

[PATCH] crypto/openssl: fix memory leaks in SM2 ops
 2023-10-23 13:33 UTC  (2+ messages)

[PATCH RFC RFT 0/5] fork: Support shadow stacks in clone3()
 2023-10-23 13:20 UTC  (6+ messages)
` [PATCH RFC RFT 1/5] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFC RFT 2/5] fork: Add shadow stack support to clone3()
` [PATCH RFC RFT 3/5] selftests/clone3: Factor more of main loop into test_clone3()
` [PATCH RFC RFT 4/5] selftests/clone3: Allow tests to flag if -E2BIG is a valid error code
` [PATCH RFC RFT 5/5] kselftest/clone3: Test shadow stack support

[PATCH v2] x86/i8259: do not assume interrupts always target CPU0
 2023-10-23 12:46 UTC 

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (4)
 2023-10-23 13:30 UTC  (3+ messages)

[PATCH v3 0/2] Add support for ADI TDD Engine
 2023-10-23 13:30 UTC  (8+ messages)
` [PATCH v3 2/2] drivers: misc: adi-axi-tdd: Add TDD engine

[PATCH v2] iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
 2023-10-23 12:57 UTC  (2+ messages)

[PATCH v8 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-10-23 13:28 UTC  (3+ messages)
` [PATCH v8 2/3] media: rockchip: Add a driver for Rockhip's "

[Intel-xe] [PATCH v2 0/2] Event tracing for GuC CTB
 2023-10-23 13:28 UTC  (4+ messages)
` [Intel-xe] ✓ CI.Build: success for Event tracing for GuC CTB (rev2)
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[PATCH] jfs: fix array-index-out-of-bounds in dbAdjTree
 2023-10-17 12:05 UTC  (3+ messages)

[PATCH][next] agp/amd64: remove redundant assignment to variable i
 2023-10-23 13:27 UTC 

[PATCH 1/2] x86/apic: Allow reprogramming IOAPIC pins the first time for non-legacy IRQs
 2023-10-23 13:26 UTC  (2+ messages)

[PATCH] app/test: add modexp group tests
 2023-10-23 13:27 UTC  (2+ messages)

[PATCH v3 00/24] sunxi: Allwinner T113s support
 2023-10-23 13:24 UTC  (7+ messages)
` [PATCH v3 19/24] sunxi: refactor serial base addresses to avoid asm/arch/cpu.h
` [PATCH v3 20/24] sunxi: psci: clean away preprocessor macros
` [PATCH v3 21/24] sunxi: psci: refactor register access to separate functions
` [PATCH v3 22/24] sunxi: psci: stop modeling register layout with C structs
` [PATCH v3 23/24] sunxi: psci: implement PSCI on R528
` [PATCH v3 24/24] sunxi: add MangoPi MQ-R board support


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.