All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-06 22:13:06 to 2024-02-06 23:31:00 UTC [more...]

[PATCH 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-06 23:30 UTC  (10+ messages)
` [PATCH 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH 5/5] sched/vtime: do not include <asm/vtime.h> header

[PATCH] btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size
 2024-02-06 23:30 UTC 

[PATCH] fstests: btrfs: make sure defrag doesn't increase space usage
 2024-02-06 23:30 UTC 

[PATCH v2] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-02-06 23:30 UTC  (2+ messages)

[PATCH 1/1] linux: generate tags automatically
 2024-02-06 23:29 UTC  (2+ messages)

[PATCH v1] TSO and TBS cannot co-exist. TBS requires special descriptor to be allocated at bootup. Initialising Tx queues at probe to support TSO and TBS can help in allocating those resources at bootup
 2024-02-06 23:29 UTC  (2+ messages)

[PATCH] drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution
 2024-02-06 23:28 UTC 

[PATCH 1/3] kernel-devsrc: Add needed fixes for 6.1+ kernel build on target on RISCV
 2024-02-06 23:26 UTC  (2+ messages)
` [OE-core] "

[iptables PATCH v2 0/3] iptables-save: Avoid /etc/protocols lookups
 2024-02-06 23:25 UTC  (2+ messages)

[PATCH 00/19] drm/i915: Add Display Port tunnel BW allocation support
 2024-02-06 23:25 UTC  (5+ messages)
` [PATCH 11/19] drm/i915/dp: Add support for DP tunnel BW allocation
` [PATCH 14/19] drm/i915/dp: Compute DP tunel BW during encoder state computation

[PATCH] libxl: Fix comment for LIBXL_HAVE_VMTRACE_BUF_KB
 2024-02-06 23:23 UTC 

[PATCH 0/1] Sending small fix for NPCM GMAC test to properly test on Nuvoton 7xx
 2024-02-06 23:23 UTC  (2+ messages)
` [PATCH 1/1] tests/qtest: Fixing GMAC test to run in 7xx

[syzbot] [netfilter?] WARNING: suspicious RCU usage in hash_netportnet6_destroy
 2024-02-06 23:24 UTC  (2+ messages)

[PATCH] tests/intel/xe_vm: Add bind array conflict tests
 2024-02-06 23:22 UTC 

[PATCH 0/6] Introduce multifd zero page checking
 2024-02-06 23:19 UTC  (7+ messages)
` [PATCH 1/6] migration/multifd: Add new migration option multifd-zero-page
` [PATCH 2/6] migration/multifd: Add zero pages and zero bytes counter to migration status interface
` [PATCH 3/6] migration/multifd: Support for zero pages transmission in multifd format
` [PATCH 4/6] migration/multifd: Zero page transmission on the multifd thread
` [PATCH 5/6] migration/multifd: Enable zero page checking from multifd threads
` [PATCH 6/6] migration/multifd: Add a new migration test case for legacy zero page checking

[PATCH 0/3] Fairphone 5 PMIC-GLINK support (USB-C, charger, fuel gauge)
 2024-02-06 23:20 UTC  (10+ messages)

[PATCH 00/17] vfio/pci: Remove duplicate code and logic from VFIO PCI interrupt management
 2024-02-06 23:19 UTC  (12+ messages)
` [PATCH 07/17] vfio/pci: Preserve per-interrupt contexts
` [PATCH 15/17] vfio/pci: Let enable and disable of interrupt types use same signature

[PATCH] fix netfs/folios regression
 2024-02-06 23:18 UTC  (2+ messages)

[PATCHSET 00/14] perf tools: Remaining bits of data type profiling (v5)
 2024-02-06 23:18 UTC  (16+ messages)
` [PATCH 04/14] perf map: Add map__objdump_2rip()
` [PATCH 06/14] perf annotate-data: Maintain variable type info
` [PATCH 07/14] perf annotate-data: Add update_insn_state()
` [PATCH 09/14] perf annotate-data: Handle call instructions
` [PATCH 14/14] perf annotate-data: Add stack canary type

[PATCH REPOST v2] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-02-06 23:17 UTC  (3+ messages)

[Intel-wired-lan] [PATCH v4 00/10 iwl-next] idpf: refactor virtchnl messages
 2024-02-06 23:17 UTC  (8+ messages)
        `  "

[PATCH V2 0/3] mm: page_alloc: fixes for early oom kills
 2024-02-06 23:15 UTC  (12+ messages)
` [PATCH V3 3/3] mm: page_alloc: drain pcp lists before oom kill

[PATCH 1/1] arm64: dts: lx2160a: Fix DTS for full PL011 UART
 2024-02-06 23:15 UTC  (2+ messages)

[iptables PATCH 00/12] Range value related fixes/improvements
 2024-02-06 23:15 UTC  (2+ messages)

[iptables PATCH 0/7] A number of ASAN-identified fixes
 2024-02-06 23:15 UTC  (2+ messages)

[PATCH net-next v2] selftests: udpgso: Pull up network setup into shell script
 2024-02-06 23:15 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/python-bitarray: new package
 2024-02-06 23:13 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/python-bitstring: add missing runtime dependency

[PATCH v3 0/6] Optimize buffer_is_zero
 2024-02-06 23:10 UTC  (14+ messages)
` [PATCH v3 1/6] util/bufferiszero: remove SSE4.1 variant
` [PATCH v3 2/6] util/bufferiszero: introduce an inline wrapper
` [PATCH v3 3/6] util/bufferiszero: remove AVX512 variant
` [PATCH v3 4/6] util/bufferiszero: remove useless prefetches
` [PATCH v3 5/6] util/bufferiszero: optimize SSE2 and AVX2 variants
` [PATCH v3 6/6] util/bufferiszero: improve scalar variant

cip/linux-4.19.y-cip baseline-nfs: 53 runs, 3 regressions (v4.19.304-cip106-2-g5723c66be3b0)
 2024-02-06 23:11 UTC 

cip/linux-4.19.y-cip baseline-cip-nfs: 12 runs, 10 regressions (v4.19.304-cip106-2-g5723c66be3b0)
 2024-02-06 23:11 UTC 

cip/linux-4.19.y-cip baseline: 133 runs, 21 regressions (v4.19.304-cip106-2-g5723c66be3b0)
 2024-02-06 23:11 UTC 

[PATCH blktests v1 0/5] fc transport cleanups
 2024-02-06 23:10 UTC  (9+ messages)
` [PATCH blktests v1 1/5] nvme/029: fix local variable declarations
` [PATCH blktests v1 2/5] nvme/rc: filter out errors from cat when reading files
` [PATCH blktests v1 4/5] nvme/rc: do not issue errors when disconnecting when using fc transport
` [PATCH blktests v1 5/5] nvme/rc: revert nvme-cli context tracking

[PATCH] app/testpmd: add command to get Tx queue used count
 2024-02-06 23:10 UTC  (3+ messages)
` [PATCH v2] app/testpmd: command to get descriptor "

[PATCH v2] mm/swap: fix race when skipping swapcache
 2024-02-06 23:10 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/stunnel: fix build without psk
 2024-02-06 23:09 UTC  (2+ messages)

[Buildroot] [git commit] package/stunnel: fix build without psk
 2024-02-06 23:09 UTC 

[PATCH 1/1] arm64: dts: ls1088a: Add the PME interrupt for PCIe EP node
 2024-02-06 23:05 UTC  (2+ messages)

[PATCH v4 0/3] printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL
 2024-02-06 23:05 UTC  (5+ messages)
` [PATCH v4 1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
` [PATCH v4 2/3] printk: Change type of CONFIG_BASE_SMALL to bool

[PATCH] restore: allow --staged on unborn branch
 2024-02-06 23:03 UTC 

next: /dev/root: Can't open blockdev
 2024-02-06 23:05 UTC  (8+ messages)

[Buildroot] [PATCH 1/1] package/linux-pam: fix musl build
 2024-02-06 23:01 UTC  (2+ messages)

[Buildroot] [git commit] package/linux-pam: fix musl build
 2024-02-06 23:01 UTC 

[Buildroot] [git commit] configs/asus_tinker_rk3288_defconfig: switch to zImage and bump Linux to 6.1.44, U-Boot to 2023.07
 2024-02-06 23:01 UTC 

[PATCH v2 0/3] Add Rust Rockchip PHY driver
 2024-02-06 23:00 UTC  (8+ messages)
` [PATCH v2 3/3] net: phy: add "

[PATCH 00/16] Add OA functionality to Xe
 2024-02-06 23:00 UTC  (6+ messages)
` [PATCH 06/16] drm/xe/oa/uapi: Define and parse OA stream properties
` [PATCH 13/16] drm/xe/oa/uapi: Query OA unit properties

[Buildroot] [PATCH] configs/asus_tinker_rk3288_defconfig: switch to zImage and bump Linux to 6.1.44, U-Boot to 2023.07
 2024-02-06 23:00 UTC  (3+ messages)
` [Buildroot] [PATCH v2] "

[PATCH 1/2] arm64: dts: imx8qm: add i2c4 and i2c4_lpcg node
 2024-02-06 22:59 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8qm: add i2c1 for imx8qm-mek board

[Buildroot] [PATCH] package/python3: add option to disable ensurepip
 2024-02-06 22:59 UTC 

[PATCH v3 0/2] add-patch: '@' as a synonym for 'HEAD'
 2024-02-06 22:50 UTC  (5+ messages)
` [PATCH v4 0/3] '@' as a synonym for 'HEAD' in patch mode
` [PATCH v4 1/3] add-patch: remove unnecessary NEEDSWORK comment
` [PATCH v4 2/3] add-patch: classify '@' as a synonym for 'HEAD'
` [PATCH v4 3/3] add -p tests: remove Perl prerequisite

[PATCH RFC 0/3] Add clk_disable_unprepare_sync()
 2024-02-06 22:58 UTC  (3+ messages)
` [PATCH RFC 1/3] clk: "

[PATCH v5 0/7] completion: improvements for git-bisect
 2024-02-06 22:58 UTC  (3+ messages)
` [PATCH v6 "

[PATCHSET next 0/6] Misc cleanups / optimizations
 2024-02-06 22:58 UTC  (3+ messages)
` [PATCH 1/6] io_uring: expand main struct io_kiocb flags to 64-bits

[qais-yousef:uclamp-misfit-update 1/1] kernel/sched/core.c:2008:3: error: implicit declaration of function 'update_misfit_status' is invalid in C99
 2024-02-06 22:56 UTC 

[jlayton:dir-deleg 1/2] fs/nfsd/nfs4proc.c:3495:28: error: 'nfsd4_get_dir_delegation' undeclared here (not in a function)
 2024-02-06 22:56 UTC 

[PATCH 0/8] Sphinx extension fix + logging/warning cleanups
 2024-02-06 22:53 UTC  (3+ messages)
` [PATCH 1/8] docs: kernel_feat.py: fix build error for missing files

[PATCH] nvme: implement support for nvme relaxed effects
 2024-02-06 22:52 UTC  (5+ messages)

[ANNOUNCE] 6.6.15-rt22
 2024-02-06 22:49 UTC 

[RFC V1 0/1] net: extend VXLAN header to support more extensions
 2024-02-06 22:51 UTC  (3+ messages)
` [RFC V1 1/1] "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end (2)
 2024-02-06 22:48 UTC  (2+ messages)

[PATCH v3 0/6] PCI: dwc: Add common pme_turn_off message by using outbound iATU
 2024-02-06 22:47 UTC  (6+ messages)
` [PATCH v3 5/6] dt-bindings: PCI: dwc: Add 'msg' register region

"make" on a pristine aarch64 system
 2024-02-06 22:46 UTC  (4+ messages)

cip/linux-4.19.y-cip build: 122 builds: 0 failed, 122 passed, 23 warnings (v4.19.304-cip106-2-g5723c66be3b0)
 2024-02-06 22:42 UTC 

[Buildroot] [git commit] package/python-anyio: bump to version 4.2.0
 2024-02-06 22:41 UTC 

[Buildroot] [PATCH 1/1] package/python-anyio: bump to version 4.2.0
 2024-02-06 22:42 UTC  (4+ messages)

[RFC 0/4] DP link training failure fallback
 2024-02-06 22:41 UTC  (3+ messages)
` [RFC 1/4] drm/i915/display/dp: Add DP fallback on LT

[PATCH v3 00/10] clk: qcom: Add TCSR, GPU, CAM and DISP clock controllers for X1E80100
 2024-02-06 22:41 UTC  (3+ messages)
` [PATCH v3 06/10] clk: qcom: clk-alpha-pll: Add support for zonda ole pll configure

[PATCH 0/4] introduce encap hash calculation
 2024-02-06 22:39 UTC  (3+ messages)
` [PATCH 1/4] ethdev: "

[paulmck-rcu:dev.2024.02.05a] BUILD SUCCESS fa6e95361336711adb04c01e56813201e7cc0d9e
 2024-02-06 22:38 UTC 

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-06 19:44 UTC  (3+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH v2 0/7] filesystem visibililty ioctls
 2024-02-06 22:37 UTC  (6+ messages)
` [PATCH v2 3/7] fs: FS_IOC_GETUUID
` [PATCH v2 5/7] fs: FS_IOC_GETSYSFSNAME

[PATCH v3] x86/asm: Force native_apic_mem_read to use mov
 2024-02-06 22:36 UTC 

[PATCH v2 0/6] arm64: dts: qcom: msm8956-loire: SDCard and USB support
 2024-02-06 22:36 UTC  (4+ messages)
` [PATCH v2 4/6] arm64: dts: qcom: msm8976: Declare and use SDC1 pins

[PATCH v2] nvmem: rmem: Fix return value of rmem_read()
 2024-02-06 22:36 UTC  (2+ messages)

[bluez/bluez] 141513: mgmt-tester: Add a 0-entry to expect_hci_list lists
 2024-02-06 22:36 UTC 

[PATCH BlueZ v3 1/3] shared/bap: Rework stream procedures
 2024-02-06 22:35 UTC  (3+ messages)
` [PATCH BlueZ v3 2/3] shared/bap: Add .set_state to bt_bap_stream_ops
` [PATCH BlueZ v3 3/3] shared/bap: Make bt_bap_ref_safe check if the instance is attached

[PATCH] hw/net/tulip: add chip status register values
 2024-02-06 22:33 UTC  (2+ messages)

[PATCH v1 0/7] AVB: cosmetic adjustments/improvements
 2024-02-06 22:31 UTC  (8+ messages)
` [PATCH v1 1/7] common: avb_verify: don't call mmc_switch_part for SD
` [PATCH v1 2/7] avb: move SPDX license itdentifiers to the first line
` [PATCH v1 3/7] common: avb_verify: rework error/debug prints
` [PATCH v1 4/7] cmd: avb: rework prints
` [PATCH v1 5/7] common: avb_verify: add str_avb_io_error/str_avb_slot_error
` [PATCH v1 6/7] cmd: avb: rework do_avb_verify_part
` [PATCH v1 7/7] doc: android: avb: add slot_suffix param details

[Buildroot] [PATCH v4 1/3] package/python-pygame: drop package
 2024-02-06 22:33 UTC  (6+ messages)
` [Buildroot] [PATCH v4 2/3] package/python-crossbar: "
` [Buildroot] [PATCH v4 3/3] package/python3: bump version to 3.12.1

[f2fs-dev] [PATCH 1/3] f2fs: separate f2fs_gc_range() to use GC for a range
 2024-02-06 22:32 UTC  (6+ messages)
`  "
` [f2fs-dev] [PATCH 2/3] f2fs: support file pinning for zoned devices
  `  "
` [f2fs-dev] [PATCH 3/3] f2fs: support swap "
  `  "

[Buildroot] [git commit] package/python-lmdb: add CPE variables
 2024-02-06 22:31 UTC 

[Buildroot] [PATCH 1/1] package/python-lmdb: add CPE variables
 2024-02-06 22:32 UTC  (2+ messages)

[PATCH] ethdev: add template table resize API
 2024-02-06 22:31 UTC  (3+ messages)
` [PATCH v2] "

[Buildroot] [git commit] package/go: bump version to go1.21.7
 2024-02-06 22:29 UTC 

[Buildroot] [PATCH v6 1/5] package/python-poetry-core: new host package
 2024-02-06 22:31 UTC  (3+ messages)
` [Buildroot] [PATCH v6 5/5] package/pkg-python.mk: migrate setuptools to pep517

[Buildroot] [PATCH v1 1/1] package/go: bump version to go1.21.7
 2024-02-06 22:30 UTC  (2+ messages)

[PATCH BlueZ v2 1/2] monitor: parse Google's Opus A2DP vendor codec capabilities
 2024-02-06 22:30 UTC  (2+ messages)

[PATCH BlueZ v2 0/4] Adjust tests for sequential conn establishing
 2024-02-06 22:30 UTC  (2+ messages)

[PATCH v5 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-02-06 22:28 UTC  (13+ messages)
` [PATCH v5 01/12] ACPI: HMAT: Remove register of memory node for generic target
` [PATCH v5 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v5 03/12] ACPI: HMAT: Introduce 2 levels of generic port access class
` [PATCH v5 04/12] ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classes
` [PATCH v5 05/12] cxl: Split out combine_coordinates() for common shared usage
` [PATCH v5 06/12] cxl: Split out host bridge access coordinates
` [PATCH v5 07/12] cxl: Move QoS class to be calculated from the nearest CPU
` [PATCH v5 08/12] cxl: Set cxlmd->endpoint before adding port device
` [PATCH v5 09/12] cxl/region: Calculate performance data for a region
` [PATCH v5 10/12] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v5 11/12] cxl/region: Add memory hotplug notifier for cxl region
` [PATCH v5 12/12] cxl/region: Deal with numa nodes not enumarated by SRAT

git-gui desktop launcher
 2024-02-06 22:29 UTC  (4+ messages)

[ovmf test] 184609: all pass - PUSHED
 2024-02-06 22:27 UTC 

wireless-regdb key change broke crda tests after 37dcea0e6e5
 2024-02-06 22:27 UTC  (3+ messages)

[Buildroot] [git commit] support/testing: add libcamera runtime test
 2024-02-06 22:26 UTC 

[PATCH 0/2] btrfs: defrag: better lone extent handling
 2024-02-06 22:26 UTC  (5+ messages)
` [PATCH 1/2] btrfs: defrag: add under utilized extent to defrag target list

[failures] mm-cma-drop-cma_get_name.patch removed from -mm tree
 2024-02-06 22:26 UTC 

[Buildroot] [PATCH 1/1] support/testing: add libcamera runtime test
 2024-02-06 22:25 UTC  (2+ messages)

[PATCH] mm/cma: Drop cma_get_name()
 2024-02-06 22:25 UTC  (2+ messages)

ld: drivers/net/ethernet/adi/adin1110.c:1609: undefined reference to `phy_connect'
 2024-02-06 22:24 UTC 

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-06 22:24 UTC  (4+ messages)
` [PATCH v3 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions

[Buildroot] [git commit] package/python-pygame: drop package
 2024-02-06 22:21 UTC 

[Buildroot] [git commit] package/python-crossbar: drop package
 2024-02-06 22:21 UTC 

[Buildroot] [git commit] package/pkg-python.mk: remove distutils support
 2024-02-06 22:21 UTC 

[Buildroot] [git commit] docs/manual: update documentation about support python <pkg>_SETUP_TYPE
 2024-02-06 22:21 UTC 

[Buildroot] [git commit] package/python3: bump version to 3.12.1
 2024-02-06 22:21 UTC 

[PATCH v4 0/2] Bluetooth: Improve retrying of connection attempts
 2024-02-06 22:22 UTC  (2+ messages)

[PATCH] drm/mgag200: Add a workaround for low-latency
 2024-02-06 22:21 UTC 

[PATCH v2] ethdev: fast path async flow API
 2024-02-06 22:21 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 00/13] hw/arm: Implement new machine mps3-an536 (Cortex-R52 MPS3 AN536 FPGA image)
 2024-02-06 22:21 UTC  (3+ messages)
` [PATCH 03/13] target/arm: Add Cortex-R52 IMPDEF sysregs

[Buildroot] [PATCH 1/1] package/ncmpc: don't set NLS
 2024-02-06 22:20 UTC  (4+ messages)

[Buildroot] [git commit] package/python-selenium: bump to version 4.16.0
 2024-02-06 22:18 UTC 

[Buildroot] [PATCH 1/1] package/python-selenium: bump to version 4.16.0
 2024-02-06 22:19 UTC  (2+ messages)

[PATCH v6 0/2] drivers: rtc: add max313xx series rtc driver
 2024-02-06 22:16 UTC  (6+ messages)
` [PATCH v6 2/2] dt-bindings: rtc: add max313xx RTCs

[PATCH v1 0/5] Add tuning algorithm for delay chain
 2024-02-06 22:16 UTC  (5+ messages)
` [PATCH v1 3/5] mmc: sdhci_am654: Add missing OTAP/ITAP enable

[PATCH 0/5] for-each-ref: print all refs on empty string pattern
 2024-02-06 22:16 UTC  (10+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] for-each-ref: avoid filtering on empty pattern

[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
 2024-02-06 22:15 UTC 

[PATCH 0/4] serial: sc16is7xx: split into core and I2C/SPI parts
 2024-02-06 21:42 UTC  (3+ messages)
` [PATCH 1/4] serial: sc16is7xx: simplify and improve Kconfig help text
` [PATCH 2/4] serial: sc16is7xx: split into core and I2C/SPI parts (core)

security/landlock/ruleset.c:644: warning: Function parameter or struct member '' not described in 'landlock_init_layer_masks'
 2024-02-06 22:13 UTC 

[PATCH] drm/amd: Set s0i3/s3 in prepare() callback instead of suspend() callback
 2024-02-06 22:14 UTC  (3+ messages)

linux-next: trees being removed
 2024-02-06 22:13 UTC  (3+ messages)

Future of nouveau/nova's display driver, and rvkms introduction!
 2024-02-06 22:13 UTC 

[PATCH v3 0/8] m68k v4.4 backport fixes
 2024-02-06 21:11 UTC  (3+ messages)
` [PATCH v3 5/8] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
` [PATCH v3 7/8] m68k: fix livelock in uaccess


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.