All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-11 20:47:29 to 2024-03-11 22:09:41 UTC [more...]

[PATCH 1/2] mm: zswap: optimize zswap pool size tracking
 2024-03-11 22:09 UTC  (2+ messages)

[PULL 00/34] Migration 20240311 patches
 2024-03-11 21:59 UTC  (27+ messages)
` [PULL 01/34] migration: Don't serialize devices in qemu_savevm_state_iterate()
` [PULL 02/34] vfio/migration: Refactor vfio_save_state() return value
` [PULL 03/34] vfio/migration: Add a note about migration rate limiting
` [PULL 04/34] migration/ram: add additional check
` [PULL 06/34] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PULL 07/34] migration: Add documentation for SaveVMHandlers
` [PULL 08/34] migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
` [PULL 09/34] migration/multifd: Don't fsync when closing QIOChannelFile
` [PULL 10/34] migration/rdma: Fix a memory issue for migration
` [PULL 11/34] physmem: Rename addr1 to more informative mr_addr in flatview_read/write() and similar
` [PULL 12/34] physmem: Reduce local variable scope in flatview_read/write_continue()
` [PULL 13/34] physmem: Factor out body of flatview_read/write_continue() loop
` [PULL 14/34] physmem: Fix wrong address in large address_space_read/write_cached_slow()
` [PULL 15/34] migration: Fix format in error message
` [PULL 16/34] migration: export fewer options
` [PULL 17/34] migration: remove migration.h references
` [PULL 19/34] migration: export migration_is_active
` [PULL 22/34] migration: migration_thread_is_self
` [PULL 23/34] migration: migration_is_device
` [PULL 25/34] migration: privatize colo interfaces
` [PULL 26/34] migration: delete unused accessors
` [PULL 28/34] migration/multifd: Allow zero pages in file migration
` [PULL 30/34] migration/multifd: Add new migration option zero-page-detection
` [PULL 31/34] migration/multifd: Implement zero page transmission on the multifd thread
` [PULL 33/34] migration/multifd: Enable multifd zero page checking by default
` [PULL 34/34] migration/multifd: Add new migration test cases for legacy zero page checking

[RFC PATCH bpf-next 0/5] Add bpf_link support for sk_msg prog
 2024-03-11 22:07 UTC  (12+ messages)
` [RFC PATCH bpf-next 1/5] bpf: Add link "
` [RFC PATCH bpf-next 4/5] bpftool: Add link dump support for BPF_LINK_TYPE_SK_MSG

[PATCH v4 0/8] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-11 21:59 UTC  (14+ messages)
` [PATCH v4 3/8] Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PATCH v4 5/8] Add migrate_set_ports into migrate_qmp to update migration port value

[PATCH v3 bpf-next 00/14] bpf: Introduce BPF arena
 2024-03-11 22:05 UTC  (5+ messages)
` [PATCH v3 bpf-next 01/14] bpf: Introduce bpf_arena
` [PATCH v3 bpf-next 03/14] bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions

[PATCH net-next v3 0/3] make skip_sw actually skip software
 2024-03-11 22:05 UTC  (3+ messages)

Enquiry
 2024-03-11 21:51 UTC 

[PATCH v2 00/10] add initial support for testing nfs with krb5
 2024-03-11 22:05 UTC  (2+ messages)

[PATCH v3 0/9] CFI for ARM32 using LLVM
 2024-03-11 22:03 UTC  (11+ messages)
` [PATCH v3 2/9] ARM: tlbflush: Make TLB flushes into static inlines
` [PATCH v3 9/9] ARM: KCFI: Allow permissive CFI mode

[PATCH 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
 2024-03-11 22:03 UTC  (5+ messages)

[PATCH v4 00/30] Refactor VM bind code
 2024-03-11 22:02 UTC  (5+ messages)
` [PATCH v4 01/30] drm/xe: Lock all gpuva ops during VM bind IOCTL

[PATCH AUTOSEL 5.15 5/9] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
 2024-03-11 22:01 UTC  (2+ messages)

[PATCH net-next v4] net: netconsole: Add continuation line prefix to userdata messages
 2024-03-11 22:00 UTC  (2+ messages)

[PATCH net-next] net: gro: move two declarations to include/net/gro.h
 2024-03-11 22:00 UTC  (2+ messages)

[PATCH net-next 00/11] mlxsw: Support for nexthop group statistics
 2024-03-11 22:00 UTC  (2+ messages)

[PATCH 0/3] auxdisplay: Convert to platform remove callback returning void
 2024-03-11 21:59 UTC  (4+ messages)
` [PATCH 1/3] auxdisplay: cfag12864bfb: "
` [PATCH 2/3] auxdisplay: hd44780: "
` [PATCH 3/3] auxdisplay: img-ascii-lcd: "

[PATCH] net: dsa: mt7530: disable LEDs before reset
 2024-03-11 21:58 UTC  (8+ messages)

[Buildroot] [PATCH 1/1] boot/uboot: allow to use custom ps7_init files for zynq7000 SoC
 2024-03-11 21:59 UTC 

On the optimum size of a batch
 2024-03-11 21:58 UTC  (5+ messages)

[PATCH i-g-t] scripts/xls_to_doc.py: use a main() function
 2024-03-11 21:57 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ CI.xeBAT: "

CVE-2023-52596: sysctl: Fix out of bounds access for empty sysctl registers
 2024-03-11 21:57 UTC  (3+ messages)

[PATCH v5 0/8] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-11 21:53 UTC  (9+ messages)
` [PATCH v5 1/8] Add 'to' object into migrate_qmp()
` [PATCH v5 2/8] Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PATCH v5 3/8] Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PATCH v5 4/8] Add channels parameter in migrate_qmp_fail
` [PATCH v5 5/8] Add migrate_set_ports into migrate_qmp to update migration port value
` [PATCH v5 6/8] Add channels parameter in migrate_qmp
` [PATCH v5 7/8] Add multifd_tcp_plain test using list of channels instead of uri
` [PATCH v5 8/8] Add negative tests to validate migration QAPIs

linux-next: manual merge of the vfs-brauner tree with the mm tree
 2024-03-11 21:56 UTC  (2+ messages)

Regressions can bus with MCP2515 on sama5d3 connected over SPI stop working on kernel > 5.4.271
 2024-03-11 21:55 UTC 

[PATCH v9 00/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-11 21:54 UTC  (7+ messages)
` [PATCH v9 07/10] PCI: dwc: ep: Remove "core_init_notifier" flag

linux-next: manual merge of the block tree with the mm tree
 2024-03-11 21:54 UTC  (2+ messages)

[PATCH 0/3] cat-file: add %(objectmode) avoid verifying submodules' OIDs
 2024-03-11 21:54 UTC  (4+ messages)
` [PATCH 1/3] t1006: update 'run_tests' to test generic object specifiers

linux-next: manual merge of the rust tree with the mm tree
 2024-03-11 21:53 UTC  (2+ messages)

[PATCH BlueZ v2 1/4] shared/uhid: Add dedicated functions for each UHID opcode
 2024-03-11 21:52 UTC  (2+ messages)
` [BlueZ,v2,1/4] "

[PATCH i-g-t v2] scripts/doc_to_xls.py: split code into a XLS conversion and main()
 2024-03-11 21:51 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for scripts/doc_to_xls.py: split code into a XLS conversion and main() (rev2)

[PATCH 0/3] Bluetooth: Convert to platform remove callback returning void
 2024-03-11 21:49 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: btqcomsmd: "
` [PATCH 2/3] Bluetooth: hci_bcm: "
` [PATCH 3/3] Bluetooth: hci_intel: "

[ANNOUNCE] 5.10.211-rt103
 2024-03-11 21:49 UTC 

[ANNOUNCE] Release v5.10.212-cip45
 2024-03-11 21:48 UTC 

[dm-devel] [PATCH v8 12/12] crypto: x86/aes-kl - Implement the AES-XTS algorithm
 2024-03-11 21:32 UTC  (2+ messages)
` [PATCH] crypto: x86/aesni - Update aesni_set_key() to return void

[PATCH 0/5] Fixes for Documentation/MyFirstObjectWalk.txt
 2024-03-11 21:36 UTC  (6+ messages)
` [PATCH 1/5] MyFirstObjectWalk: use additional arg in config_fn_t
` [PATCH 2/5] MyFirstObjectWalk: fix misspelled "builtins/"
` [PATCH 3/5] MyFirstObjectWalk: fix filtered object walk
` [PATCH 4/5] MyFirstObjectWalk: fix description for counting omitted objects
` [PATCH 5/5] MyFirstObjectWalk: add stderr to pipe processing

dovetail kernel maintenance
 2024-03-11 21:30 UTC  (5+ messages)

[PATCH 0/6] doc: rework doc files for git-init and git-clone
 2024-03-11 21:43 UTC  (4+ messages)
` [PATCH 6/6] doc: git-clone: format placeholders

[PATCH] diff: implement config.diff.renames=copies-harder
 2024-03-11 21:42 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Fix missing pids during link show
 2024-03-11 21:41 UTC 

[PATCH 0/2] ddr_spd: extend spd_decode to cover DDR3
 2024-03-11 21:36 UTC  (3+ messages)
` [PATCH 1/2] ddr_spd: add DDR3 Load Reduced module specific data
` [PATCH 2/2] ddr_spd: add routine for printing DDR3 SPD contents

[PATCH v3 0/2] diff: copies-harder support
 2024-03-11 21:38 UTC  (3+ messages)
` [PATCH v3 1/2] diff: implement config.diff.renames=copies-harder
` [PATCH v3 2/2] diff: whitespace cleanup

[PATCH bpf-next v2 6/9] bpf: tracing: add multi-link support
 2024-03-11 21:36 UTC  (4+ messages)

[PATCH 10/12] drm/imx: ldb: switch to imx_legacy_bridge / drm_bridge_connector
 2024-03-11 21:36 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: Cast expression type to unsigned long in __count_extent_cache()
 2024-03-11 21:19 UTC  (5+ messages)
      `  "

[PATCH v6 0/6] Fix double allocation in swiotlb_alloc()
 2024-03-11 21:36 UTC  (4+ messages)
` [PATCH v6 4/6] swiotlb: Fix alignment checks when both allocation and DMA masks are present

[PATCH i-g-t] tests/intel/xe_exec_queue_property: fix documentation output
 2024-03-11 21:36 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✓ CI.xeBAT: "

Git bug report CDPATH completion
 2024-03-11 21:35 UTC  (2+ messages)

[PATCH v3 0/4]
 2024-03-11 21:33 UTC  (5+ messages)
` [PATCH v3 2/4] clk: qcom: clear div mask before assigning a new divider
` [PATCH v3 1/4] qcom: board: validate fdt before trying to use it
` [PATCH v3 3/4] clk: qcom: add support for power domains uclass
` [PATCH v3 4/4] pinctrl: qcom: pass pin number to get_function_mux callback

[PATCH] staging: p80211conv: Rename local foo to decrypt_check
 2024-03-11 21:34 UTC  (3+ messages)
  ` [PATCH v2] staging: wlan-ng: p80211conv: fix indentation problems, introduced by previous commit

[PATCH RFC 0/8] Clavis LSM
 2024-03-11 21:31 UTC  (6+ messages)
` [PATCH RFC 1/8] certs: Introduce ability to link to a system key

[PATCH] Allow git-config to append a comment
 2024-03-11 21:31 UTC  (9+ messages)
` [PATCH v2] config: add --comment option to add "

[PATCH v5.15 0/2] v5.15 backports for CVE-2023-52447
 2024-03-11 21:30 UTC  (3+ messages)
` [PATCH v5.15 1/2] rcu-tasks: Provide rcu_trace_implies_rcu_gp()
` [PATCH v5.15 2/2] bpf: Defer the free of inner map when necessary

[RFC PATCH v3 0/6] TPEBS counting mode support
 2024-03-11 21:30 UTC  (4+ messages)
` [RFC PATCH v3 2/6] perf stat: Fork and launch perf record when perf stat needs to get retire latency value for a metric

[PATCH 0/3] format-patch: teach `--header-cmd`
 2024-03-11 21:29 UTC  (3+ messages)
` [PATCH 2/3] "

linux-next: duplicate patch in the tip tree
 2024-03-11 21:28 UTC 

[RFC PATCH 2/3] x86/mm: make sure LAM is up-to-date during context switching
 2024-03-11 21:28 UTC  (3+ messages)

[geert-renesas-devel:master] BUILD SUCCESS 6e60eab20a8f0eebadd576a31d449c6b503c4013
 2024-03-11 21:27 UTC 

[PATCH 1/1] perf beauty: Fix dependency of tables using uapi/linux/mount.h
 2024-03-11 21:27 UTC  (2+ messages)
` [PATCH 1/1] perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perf

BUG selftests/mm]
 2024-03-11 21:26 UTC  (8+ messages)

[PATCH] iio: adc: ad7944: Add support for "3-wire mode"
 2024-03-11 21:26 UTC 

[LSF/MM/BPF TOPIC] faster uprobes
 2024-03-11 21:26 UTC  (15+ messages)

[PATCH] dt-bindings: usb: typec: anx7688: start a binding document
 2024-03-11 21:22 UTC  (5+ messages)
` [PATCHv2 1/2] "
` [PATCHv2 2/2] usb: typec: anx7688: Add driver for ANX7688 USB-C HDMI bridge

GSoC'2024: Perf: The Linux-Foundation
 2024-03-11 21:22 UTC 

[PATCH v7 00/14] Improve KVM + userfaultfd performance via KVM_EXIT_MEMORY_FAULTs on stage-2 faults
 2024-03-11 21:21 UTC  (8+ messages)
` [PATCH v7 06/14] KVM: Add memslot flag to let userspace force an exit on missing hva mappings

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-11 21:21 UTC  (3+ messages)
` [PATCH v2 4/7] kunit: Handle test faults

linux-next: Signed-off-by missing for commit in the i2c-host tree
 2024-03-11 21:21 UTC 

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-11 21:20 UTC  (3+ messages)
` [RFC PATCH v7 03/12] cxl/mbox: Add SET_FEATURE mailbox command

[PATCH v2] libsepol: Fix buffer overflow when using sepol_av_to_string()
 2024-03-11 21:19 UTC 

linux-next: Signed-off-by missing for commit in the i2c tree
 2024-03-11 21:19 UTC 

[PATCH v2] entry: Respect changes to system call number at sys_enter tracepoint
 2024-03-11 21:17 UTC 

linux-next: duplicate patches in the i2c-host-fixes tree
 2024-03-11 21:15 UTC 

[PATCH 01/11] drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers
 2024-03-11 21:16 UTC  (4+ messages)
` ✓ CI.Hooks: success for drm/xe: Introduce xe_pm_runtime_get_noresume for inner callers (rev2)
` ✗ CI.checksparse: warning "
` ✗ CI.BAT: failure "

[PATCH 0/8] Enable LNL display
 2024-03-11 21:13 UTC  (4+ messages)
` [PATCH 6/8] drm/i915/xe2lpd: Support MDCLK:CDCLK ratio changes

[PATCH AUTOSEL 5.10 1/7] btrfs: add and use helper to check if block group is used
 2024-03-11 21:05 UTC  (3+ messages)

[PATCH v7 0/5] Add support for QMC HDLC
 2024-03-11 21:11 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 1/4] x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
 2024-03-11 21:12 UTC  (2+ messages)

[meta-virtualization] ceph upgrade
 2024-03-11 21:11 UTC 

[PATCH net-next v1 1/1] net: mdio_bus: Remove unused of_gpio.h
 2024-03-11 21:10 UTC  (2+ messages)

[PATCH net-next] net: phy: simplify a check in phy_check_link_status
 2024-03-11 21:10 UTC  (2+ messages)

[PATCH net-next] r8169: switch to new function phy_support_eee
 2024-03-11 21:10 UTC  (2+ messages)

[PATCH] ptp: make ptp_class constant
 2024-03-11 21:10 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: phy: marvell-88x2222: Remove unused of_gpio.h
 2024-03-11 21:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Add kprobe multi triggering benchmarks
 2024-03-11 21:10 UTC 

[PATCH 00/13] misc ppc patches
 2024-03-11 21:07 UTC  (4+ messages)
` [PATCH 06/13] ppc/spapr: Add pa-features for POWER10 machines

[PATCH v3] ARM64: Dynamically allocate cpumasks and increase supported CPUs to 512
 2024-03-11 21:07 UTC  (5+ messages)

PQC Kyber and Dilithium kernel support
 2024-03-11 20:36 UTC 

[PATCH] x86/kernel: Validate ROM before DMI scanning when SEV-SNP is active
 2024-03-11 21:05 UTC  (8+ messages)
` [PATCH v2] x86/kernel: skip ROM range scans and validation for SEV-SNP guests

[PATCH AUTOSEL 6.1 01/12] soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt
 2024-03-11 21:04 UTC  (6+ messages)
` [PATCH AUTOSEL 6.1 10/12] enic: Avoid false positive under FORTIFY_SOURCE
` [PATCH AUTOSEL 6.1 12/12] arm64: dts: Fix dtc interrupt_provider warnings

[PATCH 26/30] sched: handle preempt=voluntary under PREEMPT_AUTO
 2024-03-11 21:03 UTC  (14+ messages)

[PATCH] patman: Properly document the patchwork_url setting
 2024-03-11 21:02 UTC 

[PATCH] setup: allow cwd=.git w/ bareRepository=explicit
 2024-03-11 21:02 UTC  (5+ messages)
` [PATCH 0/2] Loosening safe.bareRepository=explicit even further
  ` [PATCH v2] setup: notice more types of implicit bare repositories

[PATCH v6 0/7] Introduce multifd zero page checking
 2024-03-11 20:59 UTC  (3+ messages)
` [PATCH v6 7/7] migration/multifd: Add new migration test cases for legacy "

[PATCH] sequencer: allow disabling conflict advice
 2024-03-11 20:58 UTC  (3+ messages)
` [PATCH v2 0/2] Allow disabling advice shown after merge conflicts

[PATCH v3 1/4] devcoredump: Add dev_coredump_put()
 2024-03-11 20:56 UTC  (4+ messages)
` [PATCH v3 2/4] devcoredump: Add dev_coredumpm_timeout()

[PATCH v2] firmware: remove copy-base relocation
 2024-03-11 20:56 UTC  (2+ messages)

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-03-11 20:51 UTC  (8+ messages)
` [PATCH 15/30] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y

[PATCH v1 00/13] tools header compiler.h update
 2024-03-11 20:51 UTC  (5+ messages)
` [PATCH v1 02/13] libbpf: Make __printf define conditional

[PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot
 2024-03-11 20:51 UTC  (10+ messages)

[PATCH i-g-t] tests/xe_ccs: Separate inc dimension start width
 2024-03-11 20:51 UTC  (2+ messages)
` ✓ CI.xeBAT: success for "

more on subvolumes
 2024-03-11 20:50 UTC 

[RFC PATCH v2 0/9] libselinux: rework selabel_file(5) database
 2024-03-11 20:49 UTC  (5+ messages)
` [RFC PATCH v2 2/9] libselinux/utils: introduce selabel_compare

[PATCH] drm/i915/gem: Execbuffer objects must have struct pages
 2024-03-11 20:37 UTC 

[GIT PULL] Smack patches for 6.9
 2024-03-11 20:47 UTC 


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.