All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-24 17:07:25 to 2024-03-24 20:38:16 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-03-24 20:38 UTC 

[PATCH] cleanup: Add usage and style documentation
 2024-03-24 20:37 UTC  (7+ messages)

Wake from Sleep doesn't work
 2024-03-24 20:33 UTC  (3+ messages)

re-listen(2) (was: <linux-man@vger.kernel.org>)
 2024-03-24 20:23 UTC  (2+ messages)
` listen(2) man page enhancement

RTT-PROBE: lore-subspace-rtt
 2024-03-24 20:28 UTC 

[PATCH] btrfs: fallback to single page allocation to avoid bulk allocation latency
 2024-03-24 20:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 20:18 UTC 

nfsd: memory leak when client does many file operations
 2024-03-24 20:14 UTC  (2+ messages)
` [External] : "

[alobakin:idpf-libie-new 30/68] include/linux/build_bug.h:78:41: error: static assertion failed: "offsetof(struct idpf_q_vector, __cacheline_group_end__read_write) - offsetofend(struct idpf_q_vector, __cacheline_group_begin__read_write) <= ALIGN(672, __IDPF_LARGEST_ALIGN)"
 2024-03-24 20:12 UTC 

[PATCH v5 RESEND 0/6] KTD2026 indicator LED for X86 Xiaomi Pad2
 2024-03-24 20:10 UTC  (9+ messages)
` [PATCH v5 RESEND 1/6] platform: x86-android-tablets: other: Add swnode for Xiaomi pad2 indicator LED
` [PATCH v5 RESEND 2/6] leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPI
` [PATCH v5 RESEND 3/6] leds: core: Add led_mc_set_brightness() function
` [PATCH v5 RESEND 5/6] power: supply: power-supply-leds: Add charging_red_full_green trigger for RGB LED

RTT-PROBE: lore-subspace-rtt
 2024-03-24 20:08 UTC 

[PATCH RFC] coresched: Manage core scheduling cookies for tasks
 2024-03-24 20:07 UTC  (2+ messages)

[PATCH 1/2] x86/microcode/AMD: Add a patch revision number union
 2024-03-24 20:05 UTC  (4+ messages)
` [PATCH 2/2] x86/CPU/AMD: Improve the erratum 1386 workaround
    ` [PATCH -v2] "

[PATCH] Allocate DMAR fault interrupts locally
 2024-03-24 20:05 UTC  (2+ messages)

[PATCH bpf] bpf: verifier: prevent userspace memory access
 2024-03-24 20:04 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 19:58 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 19:48 UTC 

[PATCH] docs/system/ppc/amigang.rst: Fix formatting
 2024-03-24 19:45 UTC  (2+ messages)

[PATCH] riscv: Define TASK_SIZE_MAX for __access_ok()
 2024-03-24 19:42 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 19:38 UTC 

[PATCH bpf v5] bpf: verifier: prevent userspace memory access
 2024-03-24 19:34 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 19:28 UTC 

[PATCH 1/2] mmc core block.c: initialize mmc_blk_ioc_data
 2024-03-24 19:24 UTC  (5+ messages)
` [PATCH 2/2] mmc core block.c: avoid negative index with array access

[PATCH] rev: Check for wchar conversion errors
 2024-03-24 19:14 UTC 

[PATCH v3 0/6] iio: accel: adxl345: Add spi-3wire feature
 2024-03-24 19:20 UTC  (9+ messages)
` [PATCH v3 3/6] iio: accel: adxl345: Add spi-3wire option
` [PATCH v3 4/6] iio: accel: adxl345: Remove single info instances

[PATCH v2 0/2] iio: health: max30102: add support for max30101
 2024-03-24 19:20 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: health: maxim,max30102: add max30101
` [PATCH v2 2/2] iio: health: max30102: add support for max30101

[PATCH v3 00/17] [for-9.0] esp: avoid explicit setting of DRQ within ESP state machine
 2024-03-24 19:17 UTC  (18+ messages)
` [PATCH v3 01/17] esp.c: move esp_fifo_pop_buf() internals to new esp_fifo8_pop_buf() function
` [PATCH v3 02/17] esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_command_phase()
` [PATCH v3 03/17] esp.c: replace esp_fifo_pop_buf() with esp_fifo8_pop_buf() in do_message_phase()
` [PATCH v3 04/17] esp.c: replace cmdfifo use of esp_fifo_pop() "
` [PATCH v3 05/17] esp.c: change esp_fifo_push() to take ESPState
` [PATCH v3 06/17] esp.c: change esp_fifo_pop() "
` [PATCH v3 07/17] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PATCH v3 08/17] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PATCH v3 09/17] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PATCH v3 10/17] esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
` [PATCH v3 11/17] esp.c: rework esp_cdb_length() into esp_cdb_ready()
` [PATCH v3 12/17] esp.c: prevent cmdfifo overflow in esp_cdb_ready()
` [PATCH v3 13/17] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PATCH v3 14/17] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PATCH v3 15/17] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PATCH v3 16/17] esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
` [PATCH v3 17/17] esp.c: remove explicit setting of DRQ within ESP state machine

[Buildroot] Undeliverable: Outgoing Mail Returned to Sender
 2024-03-24 19:18 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 19:18 UTC 

[PATCH bpf v4] bpf: verifier: prevent userspace memory access
 2024-03-24 19:12 UTC  (7+ messages)

[PATCH v4 00/16] x86-64: Stack protector and percpu improvements
 2024-03-24 19:09 UTC  (13+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 19:08 UTC 

[PATCH v2] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-03-24 19:05 UTC 

[PATCH 0/2] iio: health: max30102: add support for max30101
 2024-03-24 19:05 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: health: maxim,max30102: add max30101

[PATCH] git-prompt: GIT_PS1_SHOWCONFLICTSTATE variable fix
 2024-03-24 19:01 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 18:58 UTC 

[kvm:kvm-coco-queue 15/42] ERROR: modpost: "get_xsave_addr" [arch/x86/kvm/kvm-amd.ko] undefined!
 2024-03-24 18:57 UTC 

Inconsistent/buggy behaviour of "git config --add"
 2024-03-24 18:57 UTC  (3+ messages)

[PATCH v4 0/2] drm/msm/dp: Rework the eDP/DP modes and add support for X1E80100
 2024-03-24 18:56 UTC  (3+ messages)
` [PATCH v4 1/2] drm/msm/dp: Add support for determining the eDP/DP mode from DT
` [PATCH v4 2/2] drm/msm/dp: Add support for the X1E80100

[Buildroot] [PATCH 1/1] package/mjpg-streamer: fix undefined symbol error
 2024-03-24 18:56 UTC 

[PATCH RESEND v5 0/2] phy: qcom: edp: Allow eDP/DP configuring via set_mode op
 2024-03-24 18:50 UTC  (6+ messages)
` [PATCH RESEND v5 1/2] phy: Add Embedded DisplayPort and DisplayPort submodes
` [PATCH RESEND v5 2/2] phy: qcom: edp: Add set_mode op for configuring eDP/DP submode

RTT-PROBE: lore-subspace-rtt
 2024-03-24 18:48 UTC 

[PATCH 0/3] few hppa fixes for 64bit mode
 2024-03-24 18:41 UTC  (8+ messages)
` [PATCH 1/3] target/hppa: use gva_offset_mask() everywhere
` [PATCH 2/3] target/hppa: mask offset bits in gva
` [PATCH 3/3] target/hppa: fix building gva for wide mode

[PATCH bpf] riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi
 2024-03-24 18:40 UTC  (5+ messages)

segfault with git rebase --abort
 2024-03-24 18:28 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 18:38 UTC 

Allow git bisect to auto-skip
 2024-03-24 18:34 UTC  (7+ messages)

[PATCH bpf-next] bpf: implement insn_is_cast_user() helper for JITs
 2024-03-24 18:32 UTC 

[PATCH 1/3] tests/amdgpu/amd_dp_dsc: Correct code style problems
 2024-03-24 18:32 UTC  (2+ messages)

[PATCH] x86/mm: Don't disable INVLPG if "incomplete Global INVLPG flushes" is fixed by microcode
 2024-03-24 18:31 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] support/testing: add gnuplot runtime test
 2024-03-24 18:30 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 18:28 UTC 

[PATCH] staging: rtl8712: Rename variable bw_40MHz_en
 2024-03-24 18:27 UTC  (3+ messages)

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.1-stable tree
 2024-03-24 18:27 UTC 

Patch "dm io: Support IO priority" has been added to the 6.1-stable tree
 2024-03-24 18:27 UTC 

Patch "dm: address indent/space issues" has been added to the 6.1-stable tree
 2024-03-24 18:26 UTC 

[GIT PULL] dma-mapping fixes for Linux 6.9
 2024-03-24 18:26 UTC  (2+ messages)

[GIT pull] sched/urgent for v6.9-rc1
 2024-03-24 18:26 UTC  (4+ messages)
` [GIT pull] x86/urgent "

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.1-stable tree
 2024-03-24 18:25 UTC 

[Buildroot] [git commit] package/giflib: bump to version 5.2.2
 2024-03-24 18:20 UTC 

[Buildroot] [PATCH 1/1] package/giflib: bump to version 5.2.2
 2024-03-24 18:25 UTC  (2+ messages)

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.6-stable tree
 2024-03-24 18:24 UTC 

Patch "dm io: Support IO priority" has been added to the 6.6-stable tree
 2024-03-24 18:24 UTC 

[PATCH v2 0/3] rockchip: spl: Cache boot source id for later use
 2024-03-24 17:28 UTC  (4+ messages)
` [PATCH v2 3/3] rockchip: spl: Add SPI NOR flash to boot_devices array

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.6-stable tree
 2024-03-24 18:23 UTC 

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.7-stable tree
 2024-03-24 18:20 UTC 

Patch "dm io: Support IO priority" has been added to the 6.7-stable tree
 2024-03-24 18:20 UTC 

[PATCH] riscv: Improve sbi_ecall() code generation by reordering arguments
 2024-03-24 18:19 UTC  (4+ messages)

[Buildroot] [PATCH 1/5] {toolchain, linux-headers}: add support for 6.7 headers
 2024-03-24 18:19 UTC  (7+ messages)
` [Buildroot] [PATCH 2/5] package/busybox: disable tc to fix build with kernel >= 6.8

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.7-stable tree
 2024-03-24 18:19 UTC 

[Buildroot] [git commit] package/busybox: remove tc from default config
 2024-03-24 18:16 UTC 

[Buildroot] [git commit] {toolchain, linux-headers}: add support for 6.8 headers
 2024-03-24 18:18 UTC 

[Buildroot] [git commit] linux: bump latest version to 6.8
 2024-03-24 18:18 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 18:18 UTC 

[PATCH] x86/mm/ident_map: Use full gbpages in identity maps except on UV platform
 2024-03-24 18:16 UTC  (4+ messages)

Patch "dm-integrity: align the outgoing bio in integrity_recheck" has been added to the 6.8-stable tree
 2024-03-24 18:16 UTC 

Patch "dm io: Support IO priority" has been added to the 6.8-stable tree
 2024-03-24 18:16 UTC 

Patch "dm-integrity: fix a memory leak when rechecking the data" has been added to the 6.8-stable tree
 2024-03-24 18:15 UTC 

[PULL 00/15] riscv-to-apply queue
 2024-03-24 18:12 UTC  (5+ messages)

[PATCH v5 0/1] platform/x86: Add wmi driver for Casper Excalibur laptops
 2024-03-24 18:12 UTC  (2+ messages)
` [PATCH v5 1/1] "

RTT-PROBE: lore-subspace-rtt
 2024-03-24 18:08 UTC 

[Buildroot] [PATCH 1/1] package/log4cxx: bump to version 1.1.0
 2024-03-24 18:06 UTC 

[PATCH] HP: wmi: added support for 4 zone keyboard rgb
 2024-03-24 18:05 UTC 

backport 'regmap: Add missing map->bus check'
 2024-03-24 18:03 UTC  (2+ messages)

[Buildroot] [PATCH 1/4] configs/nezha_defconfig: use OpenSBI 1.4
 2024-03-24 18:01 UTC  (4+ messages)
` [Buildroot] [PATCH 2/4] configs/nezha_defconfig: bump u-boot to current top of d1-wip
` [Buildroot] [PATCH 3/4] configs/nezha_defconfig: use mainline Linux 6.6.22
` [Buildroot] [PATCH 4/4] configs/nezha_defconfig: add hashes for Linux/opensbi/u-boot

[PATCH] board: phytec: phycore_imx8mp.env fix netboot issues
 2024-03-24 18:01 UTC  (2+ messages)

[PATCH v3 0/3] imx93-phyboard-segin: Add USB support
 2024-03-24 18:00 UTC  (7+ messages)
` [PATCH v3 1/3] arm: dts: "
` [PATCH v3 2/3] configs: "

[PATCH 00/25] Introduce support of audio for Amlogic A1 SoC family
 2024-03-24 17:51 UTC  (5+ messages)
` [PATCH 06/25] ASoC: meson: g12a-toacodec: fix "Lane Select" width

RTT-PROBE: lore-subspace-rtt
 2024-03-24 17:58 UTC 

'git bisect run' not fully automatic when a merge base must be tested
 2024-03-24 17:57 UTC  (2+ messages)

[PATCH] selftests/mm: run_vmtests.sh: Fix hugetlb mem size calculation
 2024-03-24 17:56 UTC  (2+ messages)

[PATCH] imx: ele_ahab: Add ahab_commit command support
 2024-03-24 17:54 UTC  (2+ messages)

[PATCH v4 00/11] imx8mp: Enable PCIe/NVMe support
 2024-03-24 17:54 UTC  (3+ messages)

[GIT PULL] Please pull u-boot-imx-next-20240324
 2024-03-24 17:53 UTC 

[PATCH v2 0/3] Assorted improvements salvaged from an earlier series
 2024-03-24 17:51 UTC  (4+ messages)
` [PATCH v2 1/3] grep: perform some minor code and comment cleanups
` [PATCH v2 2/3] grep docs: describe --recurse-submodules further and improve formatting a bit
` [PATCH v2 3/3] grep docs: describe --no-index "

RTT-PROBE: lore-subspace-rtt
 2024-03-24 17:48 UTC 

[Buildroot] [PATCH 1/1] package/libdrm: fix install of test programs
 2024-03-24 17:45 UTC 

[PATCH RFC 0/4] memcg_kmem hooks refactoring and kmem_cache_charge()
 2024-03-24 17:44 UTC  (5+ messages)
` [PATCH RFC 4/4] UNFINISHED mm, fs: use kmem_cache_charge() in path_openat()

[GSoC][PATCH] userdiff: add funcname regex and wordregex for typescript language
 2024-03-24 17:44 UTC  (2+ messages)
` [PATCH] userdiff: add builtin driver "

[hch-block:scsi-limits 20/23] drivers/ata/libata-scsi.c:1148: warning: Function parameter or struct member 'lim' not described in 'ata_scsi_device_configure'
 2024-03-24 17:44 UTC 

x86_64 32-bit EFI mixed mode boot broken
 2024-03-24 17:43 UTC  (4+ messages)

[PATCH v1 bpf-next 0/2] BPF: support mark in bpf_fib_lookup
 2024-03-24 17:38 UTC  (3+ messages)
` [PATCH v1 bpf-next 1/2] bpf: add support for passing mark with bpf_fib_lookup

RTT-PROBE: lore-subspace-rtt
 2024-03-24 17:38 UTC 

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-24 17:37 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/paho-mqtt-cpp: bump to version 1.3.2
 2024-03-24 17:35 UTC 

[PATCH] dma/cnxk: fix driver header
 2024-03-24 17:35 UTC  (3+ messages)

[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
 2024-03-24 17:19 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2024-03-24 17:28 UTC 

[PATCH] watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger
 2024-03-24 17:25 UTC  (2+ messages)

[PATCH][RFC] target/hppa: Avoid nullification for uaddcmt instruction
 2024-03-24 17:20 UTC  (3+ messages)

[Buildroot] [PATCH v9 00/22] Add support for AM62x-SK HS-FS devices
 2024-03-24 17:20 UTC  (4+ messages)
` [Buildroot] [PATCH v9 22/22] boot/ti-k3-image-gen: remove package

RPCSEC_GSS_KRB5_ENCTYPES backported to some older long-term kernels, but not 6.1?
 2024-03-24 17:18 UTC  (5+ messages)

[PATCH] qcom: clk: clk-alpha-pll: fix rate setting for Stromer PLLs
 2024-03-24 17:18 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 17:18 UTC 

[Buildroot] [git commit] support/testing: add bitcoin runtime test
 2024-03-24 16:56 UTC 

[Buildroot] [git commit] package/bitcoin: add the wallet support option
 2024-03-24 16:55 UTC 

[Buildroot] [git commit] package/igt-gpu-tools: new package
 2024-03-24 16:33 UTC 

[Buildroot] [git commit] package/privoxy: fix build with root
 2024-03-24 16:04 UTC 

[Buildroot] [git commit] configs/avenger96_defconfig: bump Linux version to 6.6.22 LTS
 2024-03-24 16:06 UTC 

[Buildroot] [git commit] configs/avenger96_defconfig: bump ATF version to v2.8 LTS
 2024-03-24 16:18 UTC 

[Buildroot] [git commit] package/xvisor: fix build without python interpreter
 2024-03-24 16:01 UTC 

[Buildroot] [git commit] package/pure-ftpd: remove optional dependency to libiconv
 2024-03-24 16:00 UTC 

[Buildroot] [git commit] package/libunwind: fix libucontext handling
 2024-03-24 16:03 UTC 

[Buildroot] [git commit] package/libunwind: drop autoreconf
 2024-03-24 16:02 UTC 

[Buildroot] [git commit] configs/avenger96_defconfig: bump U-Boot version to 2024.01
 2024-03-24 16:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-03-24 17:08 UTC 

[PATCH AUTOSEL 4.19 1/2] sysv: don't call sb_bread() with pointers_lock held
 2024-03-24 17:07 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/2] block: prevent division by zero in blk_rq_stat_sum()

[PATCH AUTOSEL 5.4 1/3] sysv: don't call sb_bread() with pointers_lock held
 2024-03-24 17:07 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 2/3] block: prevent division by zero in blk_rq_stat_sum()
` [PATCH AUTOSEL 5.4 3/3] nvme: clear caller pointer on identify failure

[PATCH AUTOSEL 5.10 1/2] sysv: don't call sb_bread() with pointers_lock held
 2024-03-24 17:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] block: prevent division by zero in blk_rq_stat_sum()

[PATCH AUTOSEL 5.15 1/2] sysv: don't call sb_bread() with pointers_lock held
 2024-03-24 17:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] block: prevent division by zero in blk_rq_stat_sum()


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.