All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-08 20:28:36 to 2024-10-08 21:22:02 UTC [more...]

[PATCH v5 00/44] Boot modules for Hyperlaunch
 2024-10-08 21:21 UTC  (18+ messages)
` [PATCH v5 38/44] x86/boot: introduce boot domain
` [PATCH v5 39/44] x86/boot: introduce domid field to struct boot_domain
` [PATCH v5 40/44] x86/boot: add cmdline "
` [PATCH v5 41/44] x86/boot: add struct domain "
` [PATCH v5 42/44] x86/boot: convert construct_dom0 "
` [PATCH v5 43/44] x86/boot: convert dom0_construct_pv "
` [PATCH v5 44/44] x86/boot: convert dom0_construct_pvh "

[PATCH v7 0/5] AWS Nitro Enclave emulation support
 2024-10-08 21:21 UTC  (4+ messages)

[PATCH] rockchip: Migrate to use USB_DWC3_GENERIC on RK3328
 2024-10-08 21:19 UTC  (2+ messages)

[PATCH v8 0/6] AWS Nitro Enclave emulation support
 2024-10-08 21:17 UTC  (7+ messages)
` [PATCH v8 1/6] tests/lcitool: Update libvirt-ci and add libcbor dependency
` [PATCH v8 2/6] device/virtio-nsm: Support for Nitro Secure Module device
` [PATCH v8 3/6] hw/core: Add Enclave Image Format (EIF) related helpers
` [PATCH v8 4/6] core/machine: Make create_default_memdev machine class property
` [PATCH v8 5/6] machine/nitro-enclave: New machine type for AWS Nitro Enclaves
` [PATCH v8 6/6] docs/nitro-enclave: Documentation for nitro-enclave machine type

[PATCH v2 00/14] Fixing some dtbscheck warnings
 2024-10-08 21:17 UTC  (40+ messages)
` [PATCH v2 01/14] arm64: dts: rockchip: fix i2c2 pinctrl-names property on anbernic-rg353p/v
` [PATCH v2 02/14] arm64: dts: rockchip: Drop regulator-init-microvolt from two boards
` [PATCH v2 03/14] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo
` [PATCH v2 04/14] arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards
` [PATCH v2 05/14] arm64: dts: rockchip: Remove undocumented supports-emmc property
` [PATCH v2 06/14] arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma boards
` [PATCH v2 07/14] arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc
` [PATCH v2 08/14] arm64: dts: rockchip: remove num-slots property from rk3328-nanopi-r2s-plus
` [PATCH v2 09/14] arm64: dts: rockchip: Remove 'enable-active-low' from two boards
` [PATCH v2 10/14] arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
` [PATCH v2 11/14] ARM: dts: rockchip: fix rk3036 acodec node
` [PATCH v2 12/14] ARM: dts: rockchip: drop grf reference from rk3036 hdmi
` [PATCH v2 13/14] ARM: dts: rockchip: Fix the spi controller on rk3036
` [PATCH v2 14/14] ARM: dts: rockchip: Fix the realtek audio codec on rk3036-kylin

[PATCH] bpf: use kvzmalloc to allocate BPF verifier environment
 2024-10-08 21:07 UTC 

[PATCH v2] nvmet-rdma: use sbitmap to replace rsp free list
 2024-10-08 21:17 UTC  (2+ messages)

Problem with ipv6
 2024-10-08 21:18 UTC  (3+ messages)

[PATCH mptcp-next] mptcp: use "middlebox interference" for MP_TCPRST in case map_valid is false
 2024-10-08 21:17 UTC  (2+ messages)

[PATCH] usb: dwc3: core: Fix system suspend on TI AM62 platforms
 2024-10-08 20:57 UTC  (4+ messages)

[PATCH v2] nvme: delete unnecessary fallthru comment
 2024-10-08 21:15 UTC  (2+ messages)

[PATCH 00/32] Separating vcn power management by instance
 2024-10-08 21:15 UTC  (33+ messages)
` [PATCH 01/32] drm/amd/pm: add inst to dpm_set_vcn_enable
` [PATCH 02/32] drm/amd/pm: power up or down vcn by instance
` [PATCH 03/32] drm/amd/pm: add inst to smu_dpm_set_vcn_enable
` [PATCH 04/32] drm/amd/pm: add inst to set_powergating_by_smu
` [PATCH 05/32] drm/amd/pm: add inst to dpm_set_powergating_by_smu
` [PATCH 06/32] add inst to amdgpu_dpm_enable_vcn
` [PATCH 07/32] drm/amdgpu: pass ip_block in set_powergating_state
` [PATCH 08/32] drm/amdgpu: pass ip_block in set_clockgating_state
` [PATCH 09/32] drm/amdgpu: track instances of the same IP block
` [PATCH 10/32] drm/amdgpu: move per inst variables to amdgpu_vcn_inst
` [PATCH 11/32] drm/amdgpu/vcn: separate gating state by instance
` [PATCH 12/32] drm/amdgpu: power vcn 2_5 "
` [PATCH 13/32] drm/amdgpu: power vcn 3_0 "
` [PATCH 14/32] drm/amdgpu: power vcn 4_0 "
` [PATCH 15/32] drm/amdgpu: power vcn 4_0_3 "
` [PATCH 16/32] drm/amdgpu: power vcn 4_0_5 "
` [PATCH 17/32] drm/amdgpu: power vcn 5_0_0 "
` [PATCH 18/32] drm/amdgpu/vcn: separate idle work "
` [PATCH 19/32] drm/amdgpu: set powergating state by vcn instance
` [PATCH 20/32] drm/amdgpu: early_init for each "
` [PATCH 21/32] drm/amdgpu: sw_init "
` [PATCH 22/32] drm/amdgpu: sw_fini "
` [PATCH 23/32] drm/amdgpu: hw_init "
` [PATCH 24/32] drm/amdgpu: suspend "
` [PATCH 25/32] drm/amdgpu: resume "
` [PATCH 26/32] drm/amdgpu: setup_ucode "
` [PATCH 27/32] drm/amdgpu: set funcs "
` [PATCH 28/32] drm/amdgpu: print_ip_state "
` [PATCH 29/32] drm/amdgpu: dump_ip_state "
` [PATCH 30/32] drm/amdgpu: wait_for_idle "
` [PATCH 31/32] drm/amdgpu: is_idle "
` [PATCH 32/32] drm/amdgpu: set_powergating "

[PATCH net v2 0/3] net: dsa: mv88e6xxx: fix MV88E6393X PHC frequency on internal clock
 2024-10-08 21:16 UTC  (3+ messages)
` [PATCH net v2 1/3] net: dsa: mv88e6xxx: group cycle counter coefficients

[PATCH] usb: dwc3: Wait for EndXfer completion before restoring GUSB2PHYCFG
 2024-10-08 21:15 UTC  (4+ messages)

[PATCH net-next v3 1/2] dt-bindings: net: marvell,aquantia: add property to override MDI_CFG
 2024-10-08 21:13 UTC  (3+ messages)
` [PATCH net-next v3 2/2] net: phy: aquantia: allow forcing order of MDI pairs

[PATCH V2 00/13] Live update: cpr-transfer
 2024-10-08 21:13 UTC  (9+ messages)
` [PATCH V2 05/13] physmem: preserve ram blocks for cpr

[xen-unstable test] 188009: tolerable FAIL
 2024-10-08 21:12 UTC 

[MINI-OS PATCH 0/2] support individual Xen library use cases
 2024-10-08 21:10 UTC  (5+ messages)
` [MINI-OS PATCH 2/2] drop CONFIG_XC support

[PATCH v8 09/12] drm/msm/a6xx: Add traces for preemption
 2024-10-08 21:10 UTC  (2+ messages)
` [v8,09/12] "

[PATCH v4 0/3] X1E Dell XPS 9345 support
 2024-10-08 21:09 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: arm: qcom: Add Dell XPS 13 9345
` [PATCH v4 2/3] firmware: qcom: scm: Allow QSEECOM on "
` [PATCH v4 3/3] arm64: dts: qcom: Add support for X1-based "

[PATCH v3 1/4] cryptodev: add partial sm2 feature flag
 2024-10-08 21:09 UTC  (6+ messages)
` [PATCH v4 0/4] add ec points to sm2 op
  ` [PATCH v4 2/4] cryptodev: "

[PATCH v4 0/1] Add Xe3 and Panther Lake support
 2024-10-08 21:07 UTC  (8+ messages)
` [PATCH v4 1/1] drm/xe/xe3: Add initial set of workarounds
` ✓ CI.Patch_applied: success for Add Xe3 and Panther Lake support (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 1/2] perf/x86/rapl: Move the pmu allocation out of CPU hotplug
 2024-10-08 21:05 UTC  (6+ messages)

[PATCH i-g-t] tests/intel/xe_tlb: Print tlb inval counts on failure
 2024-10-08 20:21 UTC 

[PATCH] python3-cryptography{-vectors}: upgrade 42.0.8 -> 43.0.0
 2024-10-08 21:04 UTC  (6+ messages)
` [OE-core] "

[RESEND v1] arm64: defconfig: enable WCD937x driver as module
 2024-10-08 20:41 UTC  (3+ messages)

mount: can't read superblock on - corrupt leaf - read time tree block corruption detected
 2024-10-08 21:01 UTC  (4+ messages)

[PATCH V8 0/4] arm-cs-trace-disasm.py/perf must accommodate non-zero DSO text offset
 2024-10-08 21:00 UTC  (4+ messages)

[PATCH i-g-t v3] tests/intel/xe_tlb: Add test to check TLB invalidation
 2024-10-08 21:00 UTC  (3+ messages)

[PATCH 0/3] nvme-multipath: fix deadlock in device_add_disk()
 2024-10-08 20:41 UTC  (5+ messages)
` [PATCH 2/3] nvme-multipath: cannot disconnect controller on stuck partition scan

[PATCH v3 0/6] Introduce libgit-rs, a Rust wrapper around libgit.a
 2024-10-08 20:59 UTC  (5+ messages)
` [PATCH v3 3/6] libgit-sys: add repo initialization and config access

[PATCH v7 0/3] fuse: add kernel-enforced request timeout option
 2024-10-08 20:58 UTC  (2+ messages)

[PATCH 0/2] btrfs: unify the read and writer locks for btrfs_subpage
 2024-10-08 20:58 UTC  (4+ messages)
` [PATCH 2/2] btrfs: rename btrfs_folio_(set|start|end)_writer_lock()

[PATCH] binder: use augmented rb-tree for faster descriptor lookup
 2024-10-08 20:58 UTC  (4+ messages)

[PATCH v2] btrfs: fix the delalloc range locking if sector size < page size
 2024-10-08 20:58 UTC  (3+ messages)

[PATCH] btrfs: remove btrfs_set_range_writeback()
 2024-10-08 20:56 UTC  (3+ messages)

[PATCH v3 0/6] Replace the "slave_*" function names
 2024-10-08 20:50 UTC  (7+ messages)
` [PATCH v3 1/6] scsi: Rename .slave_alloc() and .slave_destroy()
` [PATCH v3 2/6] scsi: core: Rename .slave_alloc() and .slave_destroy() in the documentation
` [PATCH v3 3/6] scsi: Rename .device_configure() into .sdev_configure()
` [PATCH v3 4/6] scsi: Convert SCSI drivers to .sdev_configure()
` [PATCH v3 5/6] scsi: core: Remove the .slave_configure() method
` [PATCH v3 6/6] scsi: core: Update .slave_configure() references in the documentation

[Buildroot] [PATCH v4 1/1] utils/scanpypi: refactor setuptools handling to not use imp
 2024-10-08 20:54 UTC  (3+ messages)

[PATCH v2] Kbuild: fix issues with rustc-option
 2024-10-08 20:52 UTC  (6+ messages)

[meta-ti][scarthgap][PATCH v2 1/4] linux-ti-staging: Add v6.12 recipe
 2024-10-08 20:52 UTC  (4+ messages)
` [meta-ti][scarthgap][PATCH v2 2/4] u-boot-ti-staging: Add v2024.10 recipe
` [meta-ti][scarthgap][PATCH v2 3/4] ti-bsp: Add ti-6_12
` [meta-ti][scarthgap][PATCH v2 4/4] debugss-module-drv: Add patch for kernel 6.11 change

mm/migrate.o: warning: objtool: try_to_map_unused_to_zeropage+0x6c: unreachable instruction
 2024-10-08 20:51 UTC 

[linux-next:master] BUILD REGRESSION 33ce24234fca4c083e6685a18b460a18ebb5d5c1
 2024-10-08 20:51 UTC 

[PATCH v2 0/3] net: add thread-safe crc api
 2024-10-08 20:51 UTC  (4+ messages)
` [PATCH v2 1/3] "

[PATCH] btrfs: fix the length of reserved qgroup to free
 2024-10-08 20:50 UTC  (4+ messages)

[meta-ti][master/scarthgap][PATCH 1/4] linux-ti-staging: Add v6.12 recipe
 2024-10-08 20:50 UTC  (3+ messages)

[PATCH 0/3] doc: merge-tree: improve the script example
 2024-10-08 20:48 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] doc: merge-tree: provide a commit message
  ` [PATCH v2 2/2] doc: merge-tree: use || directly

[meta-ti][master][PATCH v2] ti-bsp: Fix copy/paste error for bsp-ti-6_12 setting
 2024-10-08 20:46 UTC 

[PATCH 1/1] boot: type boormethod
 2024-10-08 20:46 UTC 

[PATCH v2 0/3] Mac Filter Port to New DTS
 2024-10-08 20:45 UTC  (4+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] dts: add methods for setting mac and multicast addresses
  ` [PATCH v6 2/2] dts: mac filter test suite refactored for new dts

What's cooking in git.git (Oct 2024, #04; Sun, 6)
 2024-10-08 20:45 UTC  (3+ messages)
` ds/pack-name-hash-tweak (was Re: What's cooking in git.git (Oct 2024, #04; Sun, 6))

[Buildroot] [PATCH 1/1] configs/stm32f429_disco_xip: bump Linux to 6.1.112
 2024-10-08 20:44 UTC 

[PATCH v2 0/9] drivers/raw: introduce cnxk rvu lf device driver
 2024-10-08 20:44 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] "

[PATCH] drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes
 2024-10-08 20:42 UTC 

[Buildroot] [git commit] board/mender/x86_64: clean up post build and image scripts
 2024-10-08 20:19 UTC 

[Buildroot] [git commit] package/mender-grubenv: Fix per-package building
 2024-10-08 20:10 UTC 

[Buildroot] [PATCH 1/2] configs/stm32f469_disco_{sd, xip}: bump Linux to 5.15.167
 2024-10-08 20:41 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] configs/stm32f469_disco_sd: bump U-Boot to 2024.10

[meta-ti][master][PATCH] ti-bsp: Fix copy/paste error for bsp-6_12 setting
 2024-10-08 20:40 UTC 

[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target
 2024-10-08 20:38 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the mmc tree
 2024-10-08 20:39 UTC  (2+ messages)

[PATCH 00/51] treewide: Switch to __pm_runtime_put_autosuspend()
 2024-10-08 20:38 UTC  (5+ messages)

[PATCH 0/3] object-name: don't allow @ as a branch name
 2024-10-08 20:37 UTC  (4+ messages)
` [PATCH 2/3] "

[net-next] net: ravb: Only advertise Rx/Tx timestamps if hardware supports it
 2024-10-08 20:35 UTC  (5+ messages)

[PATCH net-next v3 0/7] bnxt_en: implement device memory TCP for bnxt
 2024-10-08 20:35 UTC  (11+ messages)
` [PATCH net-next v3 1/7] bnxt_en: add support for rx-copybreak ethtool command

[Buildroot] [PATCH 1/1] configs/stm32f769_disco_sd: bump Linux to 5.15.167 and U-Boot to 2024.10
 2024-10-08 20:35 UTC 

Linux network PHY initial configuration for ports not 'up'
 2024-10-08 20:35 UTC  (5+ messages)

[PATCH] meta-lts-mixins kirkstone/go: depend on -crosssdk recipes
 2024-10-08 20:34 UTC  (3+ messages)
  ` [yocto-patches] "

[PATCH v2] net/tap-win32: Fix gcc 14 format truncation errors
 2024-10-08 20:28 UTC 

[PATCH] net/tap-win32: Fix gcc 14 format truncation errors
 2024-10-08 20:32 UTC  (3+ messages)

[RFC PATCH 1/7] mseal: expose interface to seal / unseal user memory ranges
 2024-10-08 20:31 UTC  (2+ messages)

[PATCH v2 0/8] xen/arm: Add support for S32CC platforms and LINFlexD UART
 2024-10-08 20:31 UTC  (7+ messages)
` [PATCH v2 5/8] xen/arm: platforms: Add NXP S32CC platform code

[PATCH v3 0/3] API for exporting connectable file handles to userspace
 2024-10-08 20:31 UTC  (4+ messages)
` [PATCH v3 1/3] fs: prepare for "explicit connectable" file handles

[Buildroot] [PATCH 1/1] configs/stm32f746_disco_sd: bump Linux to 5.15.167 and U-Boot to 2024.10
 2024-10-08 20:29 UTC 

[PATCH v2 0/8] btrfs: delayed refs and qgroups, fixes, cleanups, improvements
 2024-10-08 20:30 UTC  (6+ messages)
` [PATCH v2 1/8] btrfs: fix missing error handling when adding delayed ref with qgroups enabled

[PATCH 0/8] Fixing some dtbscheck warnings
 2024-10-08 20:29 UTC  (14+ messages)
` [PATCH 3/8] arm64: dts: rockchip: Drop regulator-init-microvolt from rk3568-roc-pc
` [PATCH 7/8] arm64: dts: rockchip: Remove undocumented emmc property from PX30-Ringneck
` [PATCH 5/8] arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo

[RFC v2 0/2] Handling aliased guest memory maps in vhost-vDPA SVQs
 2024-10-08 20:29 UTC  (9+ messages)
` [RFC v2 1/2] vhost-vdpa: Implement IOVA->GPA tree

[PATCH v4 00/11] wifi: cfg80211/mac80211: improve support for multiple radios
 2024-10-08 20:29 UTC  (3+ messages)
` [PATCH v4 04/11] wifi: cfg80211: report per wiphy radio antenna mask


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.