All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-17 17:27:38 to 2023-01-17 18:03:19 UTC [more...]

[PATCH v3 00/70] bootstd: Allow migration from distro_bootcmd scripts
 2023-01-17 17:48 UTC  (62+ messages)
` [PATCH v3 01/70] dm: core: Correct ordering of uclasses IDs
` [PATCH v3 02/70] dm: core: Support sorting devices with dm tree
` [PATCH v3 03/70] dm: test: Correct assertion in dm_test_part()
` [PATCH v3 04/70] lib: Add a function to split a string into substrings
` [PATCH v3 05/70] bootstd: Remove special-case code for boot_targets
` [PATCH v3 06/70] bootstd: Simplify locating existing bootdevs
` [PATCH v3 07/70] test: Fix the help for the ut command
` [PATCH v3 08/70] test: Drop duplicate restore of DM state
` [PATCH v3 09/70] sandbox: mmc: Start off with a zeroed file
` [PATCH v3 10/70] vbe: Avoid a build failure when bloblist is not enabled
` [PATCH v3 11/70] vbe: sandbox: Drop VBE node in chosen
` [PATCH v3 12/70] dm: part: Update test to use mmc2
` [PATCH v3 13/70] dm: test: Correct ordering of DM setup
` [PATCH v3 14/70] ide: Drop non-DM code for BLK
` [PATCH v3 15/70] dm: mmc: Use bootdev_setup_sibling_blk()
` [PATCH v3 16/70] bootstd: Add a default method to get bootflows
` [PATCH v3 17/70] sandbox: Allow ethernet to be disabled at runtime
` [PATCH v3 18/70] sandbox: Allow ethernet bootdevs to be disabled for tests
` [PATCH v3 19/70] sandbox: Enable the Ethernet bootdev
` [PATCH v3 20/70] lib: Support printing an error string
` [PATCH v3 21/70] event: Correct duplicate log message in event_notify()
` [PATCH v3 22/70] efi: Improve logging in efi_disk
` [PATCH v3 23/70] bootstd: Add the concept of a bootdev hunter
` [PATCH v3 24/70] bootstd: Support running bootdev hunters
` [PATCH v3 25/70] dm: usb: Mark the device name as alloced when binding
` [PATCH v3 28/70] bootstd: Add an MMC hunter
` [PATCH v3 30/70] bootstd: Add a hunter for ethernet
` [PATCH v3 31/70] part: Add a function to find the first bootable partition
` [PATCH v3 32/70] bootstd: Only scan bootable partitions
` [PATCH v3 33/70] scsi: Correct allocation of block-device name
` [PATCH v3 34/70] scsi: Remove all children of SCSI devices before rescanning
` [PATCH v3 36/70] bootstd: Add an IDE bootdev
` [PATCH v3 37/70] bootstd: Add an NVMe bootdev
` [PATCH v3 38/70] virtio: Avoid repeating a long expression
` [PATCH v3 40/70] virtio: Avoid strange behaviour on removal
` [PATCH v3 41/70] virtio: Add a block device
` [PATCH v3 42/70] bootstd: Add a virtio bootdev
` [PATCH v3 43/70] ata: Don't try to use non-existent ports
` [PATCH v3 46/70] bootstd: Include the device tree in the bootflow
` [PATCH v3 47/70] bootstd: Support reading the device tree with EFI
` [PATCH v3 48/70] bootstd: Set the distro_bootpart env var with scripts
` [PATCH v3 49/70] bootstd: Update docs on bootmeth_try_file() for sandbox
` [PATCH v3 50/70] bootstd: Move label parsing into its own function
` [PATCH v3 51/70] bootstd: Add a new bootmeth method to set the bootflow
` [PATCH v3 52/70] sandbox: Allow SPI flash bootdevs to be disabled for tests
` [PATCH v3 53/70] bootstd: Add a SPI flash bootdev
` [PATCH v3 54/70] bootstd: Support reading a script from network or SPI flash
` [PATCH v3 55/70] bootstd: Treat DHCP and PXE as bootdev labels
` [PATCH v3 56/70] bootstd: Use hunters when scanning for bootflows
` [PATCH v3 57/70] bootstd: Allow hunting for bootdevs of a given priority
` [PATCH v3 58/70] bootstd: Add a new pre-scan priority for bootdevs
` [PATCH v3 59/70] bootstd: Allow hunting for a bootdev by label
` [PATCH v3 60/70] bootstd: Allow iterating to the next label in a list
` [PATCH v3 61/70] bootstd: Allow iterating to the next bootdev priortiy
` [PATCH v3 62/70] extension: Refactor to allow non-command usage
` [PATCH v3 64/70] bootstd: Switch bootdev scanning to use labels
` [PATCH v3 65/70] bootstd: Allow scanning a single bootdev label
` [PATCH v3 66/70] bootstd: Drop the old bootflow_scan_first()
` [PATCH v3 67/70] bootstd: Record the bootdevs used during scanning
` [PATCH v3 68/70] bootstd: Add a little more logging of bootflows
` [PATCH v3 70/70] rockchip: Convert rockpro64-rk3399 to use standard boot

[RFC PATCH v5 0/4] Create common DPLL/clock configuration API
 2023-01-17 18:00 UTC  (3+ messages)
` [RFC PATCH v5 2/4] dpll: documentation on DPLL subsystem interface
` [RFC PATCH v5 3/4] ice: add admin commands to access cgu configuration

[PATCH] create-spdx: fix config build by adding dependency to enable reruns
 2023-01-17 18:02 UTC 

[PATCH v2 00/22] tcg: exit_tb tidy, goto_tb reorg
 2023-01-17 18:01 UTC  (23+ messages)
` [PATCH v2 01/22] tcg: Split out tcg_out_exit_tb
` [PATCH v2 02/22] tcg/i386: Remove unused goto_tb code for indirect jump
` [PATCH v2 03/22] tcg/ppc: "
` [PATCH v2 04/22] tcg/sparc64: "
` [PATCH v2 05/22] tcg: Replace asserts on tcg_jmp_insn_offset
` [PATCH v2 06/22] tcg: Introduce set_jmp_insn_offset
` [PATCH v2 07/22] tcg: Introduce get_jmp_target_addr
` [PATCH v2 08/22] tcg: Split out tcg_out_goto_tb
` [PATCH v2 09/22] tcg: Rename TB_JMP_RESET_OFFSET_INVALID to TB_JMP_OFFSET_INVALID
` [PATCH v2 10/22] tcg: Add gen_tb to TCGContext
` [PATCH v2 11/22] tcg: Add TranslationBlock.jmp_insn_offset

RTT-PROBE: lore-subspace-rtt
 2023-01-17 18:01 UTC 

[Intel-wired-lan] [PATCH net] ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
 2023-01-17 18:01 UTC  (3+ messages)

[PATCH v2 0/4] soc: qcom: icc-bwmon: Add support for llcc and cpu bwmon on sc7280
 2023-01-17 17:47 UTC  (7+ messages)
` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON
  ` [PATCH v2 4/4] arm64: dts: qcom: sc7280: Add cpu and llcc BWMON (=> interconnect issue)

[PATCH v2 1/2] drm/amdgpu/vcn: Adjust firmware names indentation
 2023-01-17 17:58 UTC  (2+ messages)
` [PATCH v2 2/2] drm/amdgpu/vcn: Remove redundant indirect SRAM HW model check

[PATCH] hid: stop drivers from selecting CONFIG_HID
 2023-01-17 17:46 UTC  (3+ messages)

[PATCH net-next v2 0/7] Allow offloading of UDP NEW connections via act_ct
 2023-01-17 17:47 UTC  (18+ messages)
` [PATCH net-next v2 1/7] net: flow_offload: provision conntrack info in ct_metadata
` [PATCH net-next v2 3/7] netfilter: flowtable: allow unidirectional rules
` [PATCH net-next v2 4/7] netfilter: flowtable: allow updating offloaded rules asynchronously
` [PATCH net-next v2 6/7] net/sched: act_ct: offload UDP NEW connections

[ovmf test] 175941: regressions - FAIL
 2023-01-17 18:00 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: add struct i915_dsm to wrap dsm members together
 2023-01-17 17:59 UTC  (2+ messages)

[PATCH v2 0/5] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 17:59 UTC  (7+ messages)
` [PATCH v2 3/5] hw/nvram/eeprom_at24c: Add init_rom field and at24c_eeprom_init_rom helper
` [PATCH v2 4/5] hw/arm/aspeed: Add aspeed_eeprom.c

[PATCH 1/2] drm/radeon: Do not use deprecated drm log API
 2023-01-17 17:59 UTC  (6+ messages)
` [PATCH 2/2] drm_print: Remove deprecated DRM_DEBUG_KMS_RATELIMITED()

[RFC PATCH V1 0/1] sched/numa: Enhance vma scanning
 2023-01-17 17:45 UTC  (4+ messages)
` [RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic

[XEN v2 00/11] Add support for 32 bit physical address
 2023-01-17 17:43 UTC  (12+ messages)
` [XEN v2 01/11] xen/ns16550: Remove unneeded truncation check in the DT init code
` [XEN v2 02/11] xen/arm: Use the correct format specifier
` [XEN v2 03/11] xen/arm: domain_build: Replace use of paddr_t in find_domU_holes()
` [XEN v2 04/11] xen/arm: Typecast the DT values into paddr_t
` [XEN v2 05/11] xen/arm: Use paddr_t instead of u64 for address/size
` [XEN v2 06/11] xen/arm: Introduce a wrapper for dt_device_get_address() to handle paddr_t
` [XEN v2 07/11] xen/arm: smmu: Use writeq_relaxed_non_atomic() for writing to SMMU_CBn_TTBR0
` [XEN v2 08/11] xen/arm: guest_walk: LPAE specific bits should be enclosed within "ifndef CONFIG_ARM_PA_32"
` [XEN v2 09/11] xen/arm: Introduce ARM_PA_32 to support 32 bit physical address
` [XEN v2 10/11] xen/arm: Restrict zeroeth_table_offset for ARM_64
` [XEN v2 11/11] xen/arm: p2m: Enable support for 32bit IPA

[PATCH v5 net] tcp: avoid the lookup process failing to get sk in ehash table
 2023-01-17 17:43 UTC  (3+ messages)

[PATCH v14 00/11] s390x: CPU Topology
 2023-01-17 17:44 UTC  (6+ messages)
` [PATCH v14 04/11] s390x/sclp: reporting the maximum nested topology entries

[RFC PATCH 0/2] Propose critical clocks
 2023-01-17 17:55 UTC  (4+ messages)

Internal vs. external barriers (was: Re: Interesting LKMM litmus test)
 2023-01-17 17:43 UTC  (11+ messages)

[Intel-gfx] [PATCH 0/4] drm/i915: GMCH refactoring
 2023-01-17 17:56 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: GMCH refactoring (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[igt-dev] [PATCH i-g-t] lib/igt_kmod: Allow some leeway in igt_kmod_unload_r
 2023-01-17 17:56 UTC  (3+ messages)

[PATCH 0/8] serial: imx: work-around for hardware RX flood, and then isr improvements
 2023-01-17 17:48 UTC  (11+ messages)
  ` [PATCH 3/8] serial: imx: do not sysrq broken chars
  ` [PATCH 7/8] serial: imx: use readl() to optimize FIFO reading loop

[PULL v4 00/83] pci,pc,virtio: features, tests, fixes, cleanups
 2023-01-17 17:55 UTC  (12+ messages)
` [PULL v4 76/83] vhost-user: Support vhost_dev_start

[PATCH] scsi: stex: fix MU_MAX_DELAY typecheck
 2023-01-17 17:43 UTC  (2+ messages)

[PATCH v2 0/3] block zoned cleanups
 2023-01-17 17:42 UTC  (3+ messages)

[PATCH 0/7] add support for CDX bus
 2023-01-17 17:54 UTC  (4+ messages)
` [PATCH 03/19] dt-bindings: bus: add CDX bus controller device tree bindings

[PATCH] ARM: irq: remove handle_IRQ() for good
 2023-01-17 17:40 UTC  (2+ messages)

[RFC PATCH] mce: prevent concurrent polling of MCE events
 2023-01-17 17:42 UTC  (2+ messages)

[PATCH] qla2xxx: fix printk format string
 2023-01-17 17:39 UTC  (2+ messages)

[PATCH V4 0/5] Add device-tree support for Cypress CYP4226
 2023-01-17 17:40 UTC  (5+ messages)
` [PATCH V4 1/5] dt-bindings: usb: Add binding for Cypress cypd4226 I2C driver

[Intel-gfx] [PATCH] drm/i915/display: add intel_display_limits.h for key enums
 2023-01-17 17:53 UTC  (2+ messages)

[PATCH 1/2] drm/drm_vma_manager: Add drm_vma_node_allow_once()
 2023-01-17 17:52 UTC  (4+ messages)
` [Intel-gfx] "
` [PATCH 2/2] drm/i915: Fix a memory leak with reused mmap_offset
  ` [Intel-gfx] "

[PATCH] modpost: support arbitrary symbol length in modversion
 2023-01-17 17:51 UTC  (4+ messages)

[PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting
 2023-01-17 17:52 UTC  (4+ messages)
` [PATCH for-6.2/block V3 2/2] block: Change the granularity of io ticks from ms to ns
    ` [dm-devel] "

[PATCH v1 0/3] Introduce per NUMA node memory error statistics
 2023-01-17 17:51 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-17 17:51 UTC 

clang appends an extra string to Grub2 making it not work with MBR systems
 2023-01-17 17:50 UTC  (2+ messages)

[PATCH 0/1] Grub2 clang MBR image fix
 2023-01-17 17:46 UTC  (3+ messages)
` [PATCH 1/1] gentpl.py: Remove .interp section from .img files

[RFC PATCH 0/2] CXL UE RAS Multiple Header Logging support
 2023-01-17 17:36 UTC  (3+ messages)

[PATCH 0/6] hw/nvram/eeprom_at24c: Cleanup + FRUID EEPROM init example
 2023-01-17 17:49 UTC  (6+ messages)
` [PATCH 6/6] hw/arm/aspeed: Init fby35 BMC FRUID EEPROM

[PATCH v2 bpf-next 00/13] BPF rbtree next-gen datastructure
 2023-01-17 17:36 UTC  (7+ messages)
` [PATCH v2 bpf-next 01/13] bpf: Support multiple arg regs w/ ref_obj_id for kfuncs

[PATCH V1 net-next 0/5] Add devlink support to ena
 2023-01-17 17:36 UTC  (15+ messages)

[PATCH] accel: Add .mmap to DRM_ACCEL_FOPS
 2023-01-17 17:45 UTC 

[PATCH v14 0/1] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2023-01-17 17:35 UTC  (5+ messages)
` [PATCH v14 1/1] clk: npcm8xx: add clock controller

[Bug report] Since 5.17 kernel, non existing files may be treated as remote DFS entries
 2023-01-17 17:36 UTC  (4+ messages)

[GIT PULL] third v6.2-rc request for nfsd
 2023-01-17 17:35 UTC  (2+ messages)

[GIT PULL] tomoyo update for v6.2
 2023-01-17 17:35 UTC  (2+ messages)

[PATCH] mlx5: reduce stack usage in mlx5_setup_tc
 2023-01-17 17:46 UTC  (3+ messages)

[PATCHv14 00/17] Linear Address Masking enabling
 2023-01-17 17:28 UTC  (7+ messages)
` [PATCHv14 08/17] x86/mm: Reduce untagged_addr() overhead until the first LAM user

[tip:sched/core 7/28] rseq.c:139:37: error: 'AT_RSEQ_ALIGN' undeclared; did you mean 'R_SH_ALIGN'?
 2023-01-17 17:44 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-17 17:41 UTC 

[nft PATCH v4] Implement 'reset rule' and 'reset rules' commands
 2023-01-17 17:33 UTC 

[PATCH v2 0/5] Fix truncation of various XENVER_* subops
 2023-01-17 17:39 UTC  (4+ messages)
` [PATCH v2 3/5] xen/version: Introduce non-truncating "

[PATCH v4 0/2] Add support for Marvell MHU on OcteonTX and OcteonTX2
 2023-01-17 17:30 UTC  (5+ messages)
` [PATCH v4 1/2] mailbox: marvell-mhu: add Marvell MHU
` [PATCH v4 2/2] dt-bindings: mailbox: "

[PATCH] drm/msm/dp: Remove INIT_SETUP delay
 2023-01-17 17:29 UTC  (2+ messages)

[PATCH] virt: sevguest: add CONFIG_CRYPTO dependency
 2023-01-17 17:27 UTC  (3+ messages)

[RFT PATCH 0/2] arm64: efi: Call SetVaMap() with a 1:1 mapping
 2023-01-17 17:30 UTC  (4+ messages)

[PATCH] media: mtk_jpeg_core: avoid unused-variable warning
 2023-01-17 17:26 UTC  (2+ messages)

[PATCH] rtmutex: ensure we wake up the top waiter
 2023-01-17 17:26 UTC 

[Intel-gfx] [PATCH v2 0/5] drm/i915: extract vblank/scanline code to a separate file
 2023-01-17 17:34 UTC  (2+ messages)

[PATCH for-next v6 0/6] RDMA/rxe: Replace mr page map with an xarray
 2023-01-17 17:25 UTC  (7+ messages)
` [PATCH for-next v6 1/6] RDMA/rxe: Cleanup mr_check_range
` [PATCH for-next v6 2/6] RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.c
` [PATCH for-next v6 3/6] RDMA-rxe: Isolate mr code from atomic_reply()
` [PATCH for-next v6 4/6] RDMA-rxe: Isolate mr code from atomic_write_reply()
` [PATCH for-next v6 5/6] RDMA/rxe: Cleanup page variables in rxe_mr.c
` [PATCH for-next v6 6/6] RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarray

RTT-PROBE: lore-subspace-rtt
 2023-01-17 17:31 UTC 

[ovmf test] 175940: regressions - FAIL
 2023-01-17 17:30 UTC 

[PATCH] tools: bpf: Disable stack protector
 2023-01-17 16:31 UTC  (7+ messages)

[PATCH] bpf: security enhancement by limiting the offensive eBPF helpers
 2023-01-17 17:24 UTC  (2+ messages)

[PATCH v1] arm: dts: rockchip: sync rk3066/rk3188 DT files from linux-next v6.2-rc4
 2023-01-17 17:27 UTC  (7+ messages)

[RFC PATCH bpf-next v2 00/11] mm, bpf: Add BPF into /proc/meminfo
 2023-01-17 17:25 UTC  (4+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-17 17:25 UTC  (5+ messages)
` [PATCH v10 2/9] KVM: Introduce per-page memory attributes


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.