All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-20 02:55:53 to 2024-12-20 04:15:22 UTC [more...]

[PATCH v2 00/51] tcg: Remove in-flight mask data from OptContext
 2024-12-20  4:10 UTC  (24+ messages)
` [PATCH v2 03/51] tcg/optimize: Copy mask writeback to fold_masks
` [PATCH v2 08/51] tcg/optimize: Use fold_masks_zs in fold_andc
` [PATCH v2 09/51] tcg/optimize: Use fold_masks_zs in fold_bswap
` [PATCH v2 11/51] tcg/optimize: Use fold_masks_z in fold_ctpop
` [PATCH v2 12/51] tcg/optimize: Use fold_and and fold_masks_z in fold_deposit
` [PATCH v2 13/51] tcg/optimize: Compute sign mask "
` [PATCH v2 14/51] tcg/optimize: Use finish_folding in fold_divide
` [PATCH v2 15/51] tcg/optimize: Use finish_folding in fold_dup, fold_dup2
` [PATCH v2 17/51] tcg/optimize: Use fold_masks_z in fold_extract
` [PATCH v2 20/51] tcg/optimize: Use fold_masks_z in fold_extu
` [PATCH v2 21/51] tcg/optimize: Use fold_masks_zs in fold_movcond
` [PATCH v2 23/51] tcg/optimize: Use fold_masks_s in fold_nand
` [PATCH v2 24/51] tcg/optimize: Use fold_masks_z in fold_neg_no_const
` [PATCH v2 25/51] tcg/optimize: Use fold_masks_s in fold_nor
` [PATCH v2 28/51] tcg/optimize: Use fold_masks_zs in fold_orc
` [PATCH v2 30/51] tcg/optimize: Return true from fold_qemu_st, fold_tcg_st
` [PATCH v2 31/51] tcg/optimize: Use finish_folding in fold_remainder
` [PATCH v2 32/51] tcg/optimize: Distinguish simplification in fold_setcond_zmask
` [PATCH v2 33/51] tcg/optimize: Use fold_masks_z in fold_setcond
` [PATCH v2 34/51] tcg/optimize: Use fold_masks_s in fold_negsetcond
` [PATCH v2 35/51] tcg/optimize: Fix sign mask "
` [PATCH v2 37/51] tcg/optimize: Use finish_folding in fold_cmp_vec
` [PATCH v2 38/51] tcg/optimize: Use finish_folding in fold_cmpsel_vec

[PATCH] platform/chrome: cros_ec_lpc: Only check for events on MKBP notifies
 2024-12-20  4:15 UTC  (2+ messages)

[PATCH v3 00/46] pxe: Support read_all() for extlinux and PXE
 2024-12-20  4:07 UTC  (95+ messages)
` [PATCH v3 01/46] x86: Make do_zboot_states() static
` [PATCH v3 02/46] x86: Rename zboot_run() to zboot_run_args()
` [PATCH v3 03/46] x86: Drop duplicate definition of zimage_dump()
` [PATCH v3 04/46] x86: Move x86 zboot state into struct bootm_info
` [PATCH v3 05/46] x86: Rename state to bmi
` [PATCH v3 06/46] x86: Move the bootm state for zimage into cmd/
` [PATCH v3 07/46] bootstd: Correct display of kernel version
` [PATCH v3 08/46] x86: Drop the unnecessary base_ptr argument to zboot_dump()
` [PATCH v3 09/46] boot: Use strlcpy() in label_boot()
` [PATCH v3 10/46] boot: Split pxe label_boot() into two parts
` [PATCH v3 11/46] boot: Split pxe label_run_boot() "
` [PATCH v3 12/46] boot: Pass just the FDT argument to label_process_fdt()
` [PATCH v3 13/46] bootm: Allow building bootm.c without CONFIG_SYS_BOOTM_LEN
` [PATCH v3 14/46] boot: Convert IMAGE_FORMAT into an enum
` [PATCH v3 15/46] boot: arm: riscv: sandbox: Add a format for the booti file
` [PATCH v3 16/46] boot: Support booti format in bootm
` [PATCH v3 17/46] boot: Support compressed booti images "
` [PATCH v3 18/46] boot: pxe: Use bootm_...() functions where possible
` [PATCH v3 19/46] pxe_utils: Simplify default fdt in label_run_boot()
` [PATCH v3 20/46] boot: pxe: Refactor label_run_boot() to avoid cmdline
` [PATCH v3 21/46] net: Keep the bootstage functions together
` [PATCH v3 22/46] net: Tidy up the comments to parse_args()
` [PATCH v3 23/46] net: Simplify parse_args()
` [PATCH v3 24/46] net: Return the load address from parse_args()
` [PATCH v3 25/46] net: Return the address and size from parse_addr_size()
` [PATCH v3 26/46] net: Return the size from parse_args()
` [PATCH v3 27/46] net: Refactor part of netboot_common() into a function
` [PATCH v3 28/46] net: Drop #ifdef in parse_args()
` [PATCH v3 29/46] net: Provide a function to run network operations
` [PATCH v3 30/46] boot: Avoid using the cmdline in bootmeth_pxe and pxe cmd
` [PATCH v3 31/46] pxe: Drop the cmdline parameter
` [PATCH v3 32/46] pxe: Record the bootflow in the PXE context
` [PATCH v3 33/46] pxe: Allow skipping the boot
` [PATCH v3 34/46] test: Update bootm test to restore silent_console
` [PATCH v3 35/46] bootmeth_extlinux: Move extlinux_info into plat
` [PATCH v3 36/46] bootmeth_extlinux: Move pxe_context "
` [PATCH v3 37/46] bootmeth: Refactor to put options in a common file
` [PATCH v3 38/46] bootmeth_pxe: Implement the fallback option
` [PATCH v3 39/46] bootmeth_pxe: Drop the driver-private data
` [PATCH v3 40/46] bootmeth_extlinux: Move boot code into common file
` [PATCH v3 41/46] bootstd: Update extlinux and pxe to allow boot interruption
` [PATCH v3 42/46] pxe: Collect the FDT in the bootflow
` [PATCH v3 43/46] pxe: Deal with a missing "
` [PATCH v3 44/46] boot: Detect booti format properly in pxe_utils
` [PATCH v3 45/46] pxe_utils: Refactor to separate reading from booting
` [PATCH v3 46/46] bootmeth_extlinux: Refactor extlinux to split boot

[PATCH bpf-next v6 0/5] Support eliding map lookup nullness
 2024-12-20  4:09 UTC  (6+ messages)
` [PATCH bpf-next v6 1/5] bpf: verifier: Add missing newline on verbose() call
` [PATCH bpf-next v6 2/5] bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write
` [PATCH bpf-next v6 3/5] bpf: verifier: Refactor helper access type tracking
` [PATCH bpf-next v6 4/5] bpf: verifier: Support eliding map lookup nullness
` [PATCH bpf-next v6 5/5] bpf: selftests: verifier: Add nullness elision tests

[PATCH v4 0/2] Fixes for MI_REPORT_PERF_COUNT
 2024-12-20  4:09 UTC  (12+ messages)
` [PATCH v4 1/2] xe/oa: Fix query mode of operation for OAR/OAC
` [PATCH v4 2/2] xe/oa: Drop the unused logic to parse context image
` ✓ CI.Patch_applied: success for Fixes for MI_REPORT_PERF_COUNT (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[Bug 219495] New: [TPM2] tpm_tis driver crashs during the boot time
 2024-12-20  4:09 UTC  (2+ messages)
` [Bug 219495] "

[PATCH v1] cgroup/cpuset: remove kernfs active break
 2024-12-20  4:07 UTC  (3+ messages)

[PATCH net-next v16 00/26] Introducing OpenVPN Data Channel Offload
 2024-12-20  4:02 UTC  (3+ messages)
` [PATCH net-next v16 26/26] testing/selftests: add test tool and scripts for ovpn module

[PATCH 0/5] pxe: Support an automatic localboot
 2024-12-20  4:01 UTC  (6+ messages)
` [PATCH 1/5] test/py: Refactor extlinux-image creation into a function
` [PATCH 2/5] test: bootflow: Avoid a confusing error condition
` [PATCH 3/5] pxe_utils: Allow the FDT to be missing
` [PATCH 4/5] pxe_utils: Support a backup for localboot
` [PATCH 5/5] pxe_utils: Support the SAY command

[PATCH bpf-next v5 4/5] bpf: verifier: Support eliding map lookup nullness
 2024-12-20  4:00 UTC  (11+ messages)

[PATCH net-next] gre: Drop ip_route_output_gre()
 2024-12-20  4:00 UTC  (2+ messages)

[PATCH net-next 0/7] xdp: a fistful of generic changes pt. III
 2024-12-20  4:00 UTC  (4+ messages)
` [PATCH net-next 6/7] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go

[LTP] [PATCH V3] lib: multiply the max_runtime if detect slow kconfigs
 2024-12-20  3:59 UTC  (7+ messages)

[PATCH] sandbox: Adjust configuration to hang on panic()
 2024-12-20  3:59 UTC 

[PATCH] netdev: destroy auth-proto after external auth
 2024-12-20  3:57 UTC  (3+ messages)

[PATCH v6 00/18] NVMe PCI endpoint target driver
 2024-12-20  3:54 UTC  (18+ messages)
` [PATCH v6 01/18] nvme: Move opcode string helper functions declarations
` [PATCH v6 02/18] nvmet: Add vendor_id and subsys_vendor_id subsystem attributes
` [PATCH v6 03/18] nvmet: Export nvmet_update_cc() and nvmet_cc_xxx() helpers
` [PATCH v6 04/18] nvmet: Introduce nvmet_get_cmd_effects_admin()
` [PATCH v6 05/18] nvmet: Add drvdata field to struct nvmet_ctrl
` [PATCH v6 06/18] nvme: Add PCI transport type
` [PATCH v6 07/18] nvmet: Improve nvmet_alloc_ctrl() interface and implementation
` [PATCH v6 08/18] nvmet: Introduce nvmet_req_transfer_len()
` [PATCH v6 09/18] nvmet: Introduce nvmet_sq_create() and nvmet_cq_create()
` [PATCH v6 10/18] nvmet: Add support for I/O queue management admin commands
` [PATCH v6 11/18] nvmet: Do not require SGL for PCI target controller commands
` [PATCH v6 12/18] nvmet: Introduce get/set_feature controller operations
` [PATCH v6 13/18] nvmet: Implement host identifier set feature support
` [PATCH v6 14/18] nvmet: Implement interrupt coalescing "
` [PATCH v6 15/18] nvmet: Implement interrupt config "
` [PATCH v6 16/18] nvmet: Implement arbitration "
` [PATCH v6 18/18] Documentation: Document the NVMe PCI endpoint target driver

[LTP] [PATCH] openposix: Fix the dummy declaration for `lio_listio`
 2024-12-20  3:54 UTC 

[PATCH net-next v2 0/8] Introduce unified and structured PHY
 2024-12-20  3:54 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Treat TDP MMU faults as spurious if access is already allowed
 2024-12-20  3:17 UTC  (2+ messages)

[PATCH 1/1] vhost: fix a double fetch when dequeue offloading
 2024-12-20  3:49 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] drm/xe/dg1: Fix power gate sequence
 2024-12-20  3:49 UTC  (2+ messages)

[PATCH v3 00/33] Add support for MT8195/88 DPI, HDMIv2 and DDCv2
 2024-12-20  3:47 UTC  (4+ messages)
` [PATCH v3 14/33] drm/mediatek: mtk_hdmi: Move audio params selection to new function

[PATCH] drm/i915/dg1: Fix power gate sequence
 2024-12-20  3:47 UTC  (2+ messages)

[PATCH v2] fallocate: Add support for fixed goal extent allocations
 2024-12-20  3:46 UTC 

[PATCH 1/1] vhost: fix missing gso_size validity check
 2024-12-20  3:45 UTC 

[openeuler:openEuler-1.0-LTS 1336/1336] drivers/mmc/core/.tmp_core.o: warning: objtool: missing symbol for section .exit.text
 2024-12-20  3:44 UTC 

[axboe-block:buffered-uncached.10 13/18] fs/iomap/buffered-io.c:606:27: error: 'IOMAP_DONTCACHE' undeclared; did you mean 'FOP_DONTCACHE'?
 2024-12-20  3:43 UTC 

[Intel-wired-lan] [PATCH net-next v2 0/8] net: napi: add CPU affinity to napi->config
 2024-12-20  3:42 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH net-next v2 1/8] net: napi: add irq_flags to napi struct
    `  "
` [Intel-wired-lan] [PATCH net-next v2 4/8] net: napi: add CPU affinity to napi->config
    `  "

[PATCH net] net/smc: fix data error when recvmsg with MSG_PEEK flag
 2024-12-20  3:39 UTC  (2+ messages)

[PATCH v3 00/15] Add eDP support for RK3588
 2024-12-20  3:37 UTC  (6+ messages)
` [PATCH v3 07/15] drm/bridge: analogix_dp: Add support for phy configuration

[PATCH] mm: migration :shared anonymous migration test is failing
 2024-12-20  3:32 UTC  (4+ messages)

[bigeasy-staging:futex_local_v4.5] [futex] 51319c5cb6: stress-ng.pthread.ops_per_sec 68.4% regression
 2024-12-20  3:32 UTC 

[PATCH net-next v2] net: airoha: Fix error path in airoha_probe()
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH v6 00/14] iommufd support pasid attach/replace
 2024-12-20  3:31 UTC  (3+ messages)
` [PATCH v6 03/14] iommufd: Move the iommufd_handle helpers to device.c

[PATCH net-next v1] net: stmmac: Drop useless code related to ethtool rx-copybreak
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH BlueZ v2] Set `SDP_LARGE_MTU` flag for DS4 Rev. 2 product code
 2024-12-20  3:31 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH net-next v5] net: Document netmem driver support
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH net-next] sfc: remove efx_writed_page_locked
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH net-next 0/3] net: add and use phy_disable_eee
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH net-next 1/1] selftests: net: remove redundant ncdevmem print
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH net] af_unix: Add a prompt to CONFIG_AF_UNIX_OOB
 2024-12-20  3:30 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/kms_flip_scaled_crc: Add more logs to skips/failure
 2024-12-20  3:30 UTC 

[net-next PATCH v6 0/6] CN20K silicon with mbox support
 2024-12-20  3:26 UTC  (3+ messages)
` [net-next PATCH v6 5/6] octeontx2-af: CN20K mbox implementation for AF's VF

missing clear bdr in check_ram_in_range_map()?
 2024-12-20  3:25 UTC  (3+ messages)

[syzbot] [fs?] KASAN: slab-use-after-free Read in u32_array_open
 2024-12-20  3:24 UTC 

[PATCH v10 00/24] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-12-20  3:23 UTC  (9+ messages)
` [PATCH v10 20/24] x86/resctrl: Introduce the interface to switch between monitor modes
` [PATCH v10 21/24] x86/resctrl: Configure mbm_cntr_assign mode if supported
` [PATCH v10 22/24] x86/resctrl: Update assignments on event configuration changes
` [PATCH v10 24/24] x86/resctrl: Introduce interface to modify assignment states of the groups

[PATCH net v3 0/4] Fix race conditions in ndo_get_stats64
 2024-12-20  3:23 UTC  (7+ messages)
` [PATCH net v3 1/4] octeon_ep: fix "
` [PATCH net v3 2/4] octeon_ep: remove firmware stats fetch "
` [PATCH net v3 3/4] octeon_ep_vf: fix race conditions "

include/net/ip_fib.h:539:19: sparse: sparse: cast to non-scalar
 2024-12-20  3:21 UTC 

[PATCH v2 00/15] move pagetable_*_dtor() to __tlb_remove_table()
 2024-12-20  3:19 UTC  (4+ messages)
` [PATCH v2 02/15] mm: pgtable: introduce generic p4d_alloc_one() and p4d_free()

Submitting a key
 2024-12-20  3:10 UTC  (3+ messages)

[PATCH] misc: pci_endpoint_test: fixed pci_resource_len return value out of bounds
 2024-12-20  3:09 UTC  (5+ messages)

[PATCH 00/11 RFC] Allow concurrent changes in a directory
 2024-12-20  2:54 UTC  (12+ messages)
` [PATCH 01/11] VFS: introduce vfs_mkdir_return()
` [PATCH 02/11] VFS: add _shared versions of the various directory modifying inode_operations
` [PATCH 03/11] VFS: use global wait-queue table for d_alloc_parallel()
` [PATCH 04/11] VFS: use d_alloc_parallel() in lookup_one_qstr_excl()
` [PATCH 05/11] VFS: change kern_path_locked() and user_path_locked_at() to never return negative dentry
` [PATCH 06/11] VFS: introduce done_lookup_and_lock()
` [PATCH 07/11] VFS: introduce lookup_and_lock()
` [PATCH 08/11] VFS: add inode_dir_lock/unlock
` [PATCH 09/11] VFS: re-pack DENTRY_ flags
` [PATCH 10/11] VFS: take a shared lock for create/remove directory operations
` [PATCH 11/11] nfsd: use lookup_and_lock_one()

[PATCH -next v5] mm: vmscan: retry folios written back while isolated for traditional LRU
 2024-12-20  3:09 UTC  (3+ messages)

[PATCH v2] common: memtop: Fix the return type for find_ram_top
 2024-12-20  3:07 UTC 

[PATCH v2] tests/intel/xe_debugfs: Extend gt test to check few debugfs entries
 2024-12-20  3:05 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for tests/intel/xe_debugfs: Extend gt test to check few debugfs entries (rev2)

kvm-coco-queue regression test report
 2024-12-20  3:04 UTC 

pull-request: wireless-next-2024-12-19
 2024-12-20  3:00 UTC  (2+ messages)

pull-request: wireless-2024-12-19
 2024-12-20  3:00 UTC  (2+ messages)

[peterz-queue:x86/text_poke_early] [x86] d83d84ba82: WARNING:at_arch/x86/kernel/alternative.c:#poison_endbr
 2024-12-20  2:57 UTC 

[PATCH v2 00/17] imx: add i.MX95 support
 2024-12-20  2:55 UTC  (14+ messages)
` [PATCH v2 05/17] scmi_protocols: add SCMI Performance domain management protocol message IDs
` [PATCH v2 06/17] clk: scmi: add the command CLOCK_PARENT_SET
` [PATCH v2 07/17] clk: scmi: check the clock state/parent/rate control permissions
` [PATCH v2 08/17] scmi_protocols: update struct scmi_base_discover_list_protocols_out
` [PATCH v2 09/17] imx9: scmi: add i.MX95 SoC and clock related code
` [PATCH v2 10/17] imx9: add i.MX95 Kconfig and Makefile
` [PATCH v2 11/17] imx9: scmi: soc: Override h_spl_load_read with trampoline buffer
` [PATCH v2 12/17] scmi: add the macro SCMI_MSG
` [PATCH v2 13/17] imx: Kconfig: IMX8_ROMAPI is not configured for i.MX95
` [PATCH v2 14/17] binman: add a new entry type for packing DDR PHY firmware images
` [PATCH v2 15/17] tools: imx8image: add i.MX95 support
` [PATCH v2 16/17] imx95_evk: add i.MX95 19x19 EVK board basic support
` [PATCH v2 17/17] imx: add V2X container support on i.MX95


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.