All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-22 20:51:17 to 2024-02-22 21:49:04 UTC [more...]

[PATCH 1/2] devm-helpers: Add resource managed version of mutex init
 2024-02-22 21:42 UTC  (2+ messages)

[PATCH V5 0/5] string list functions
 2024-02-22 21:47 UTC  (4+ messages)
` [PATCH V5 2/5] qapi: QAPI_LIST_LENGTH
` [PATCH V5 4/5] util: strList unit tests
` [PATCH V5 5/5] migration: simplify exec migration functions

[PATCH 0/4] Simple cleanups
 2024-02-22 21:48 UTC  (2+ messages)

[PATCH v2] platform/x86: Add wmi driver for Casper Excalibur laptops. Odd line breaks was because I have used scripts/Lindent without checking, I'm sorry for that. And for my weird rgb led API: This kind of design was also used in drivers/platform/x86/dell/alienware-wmi.c:239, but mine differs as it doesn't create different attributes for different leds. That is because driver doesn't know how many leds there are, to know how many leds there are it should check processor information (whether it's 10th gen or 11th). I don't think include/linux/mod_devicetable.h supports that. If there is a way to differentiate cpus, please let me know. And even if it knew how many leds there are, having different attributes can be cumbersome because there's no way of reading leds. And also user can change led state without notifying os (with some hotkey). But I'm open to further discussion. And thanks for all of your careful reviewing. It helped me to learn more
 2024-02-22 21:48 UTC 

[PATCH 00/12] drm/i915: Use drm_printer more
 2024-02-22 21:48 UTC  (7+ messages)
` [PATCH 01/12] drm/i915: Indicate which pipe failed the fastset check overall
` [PATCH 02/12] drm/i915: Include CRTC info in infoframe mismatch prints
` [PATCH 03/12] drm/i915: Include CRTC info in VSC SDP "

[PATCH v5] drm/msm/dpu: add current resource allocation to dumped state
 2024-02-22 21:47 UTC 

kernel/bpf/arraymap.c:481:5: sparse: sparse: symbol 'array_map_mmap' was not declared. Should it be static?
 2024-02-22 21:47 UTC 

[PATCH v2 RESEND 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-22 21:46 UTC  (4+ messages)
` [PATCH v2 RESEND 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation

+ selftests-damon-add-access_memory-to-gitignore.patch added to mm-unstable branch
 2024-02-22 21:46 UTC 

+ selftest-damon-fix-minor-typos-in-test-logs.patch added to mm-unstable branch
 2024-02-22 21:46 UTC 

[PATCH] drm/i915/mtl: Update workaround 14018778641
 2024-02-22 21:45 UTC  (2+ messages)

[PATCH v10 00/11] Pass data lifetime information to SCSI disk devices
 2024-02-22 21:44 UTC  (12+ messages)
` [PATCH v10 01/11] scsi: core: Query the Block Limits Extension VPD page
` [PATCH v10 02/11] scsi: scsi_proto: Add structures and constants related to I/O groups and streams
` [PATCH v10 03/11] scsi: sd: Translate data lifetime information
` [PATCH v10 04/11] scsi: scsi_debug: Reduce code duplication
` [PATCH v10 05/11] scsi: scsi_debug: Support the block limits extension VPD page
` [PATCH v10 06/11] scsi: scsi_debug: Rework page code error handling
` [PATCH v10 07/11] scsi: scsi_debug: Rework subpage "
` [PATCH v10 08/11] scsi: scsi_debug: Allocate the MODE SENSE response from the heap
` [PATCH v10 09/11] scsi: scsi_debug: Implement the IO Advice Hints Grouping mode page
` [PATCH v10 10/11] scsi: scsi_debug: Implement GET STREAM STATUS
` [PATCH v10 11/11] scsi: scsi_debug: Maintain write statistics per group number

[PATCH v4 0/4] Preliminary patches before git-std-lib
 2024-02-22 21:43 UTC  (3+ messages)
` [PATCH v5 1/3] pager: include stdint.h because uintmax_t is used

+ hugetlb-allow-faults-to-be-handled-under-the-vma-lock.patch added to mm-unstable branch
 2024-02-22 21:43 UTC 

+ hugetlb-use-vmf_anon_prepare-instead-of-anon_vma_prepare.patch added to mm-unstable branch
 2024-02-22 21:43 UTC 

+ hugetlb-pass-struct-vm_fault-through-to-hugetlb_handle_userfault.patch added to mm-unstable branch
 2024-02-22 21:43 UTC 

+ hugetlb-move-vm_struct-declaration-to-the-top-of-hugetlb_fault.patch added to mm-unstable branch
 2024-02-22 21:43 UTC 

+ mm-memory-change-vmf_anon_prepare-to-be-non-static.patch added to mm-unstable branch
 2024-02-22 21:43 UTC 

[PATCH v2 0/2] Fix execlist mode
 2024-02-22 21:42 UTC  (5+ messages)
` [PATCH v2 1/2] drm/xe: Fix execlist splat
` [PATCH v2 2/2] drm/xe: Don't issue TLB invalidations for VMAs if using execlists

[PATCH v3] perf data convert: Fix segfault when converting to json on arm64
 2024-02-22 21:42 UTC  (2+ messages)

[PATCH] mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails
 2024-02-22 21:41 UTC  (4+ messages)

[PATCH RESEND 1/1] leds: simatic-ipc-leds-gpio: add support for module BX-59A
 2024-02-22 21:40 UTC  (4+ messages)
` [RESEND PATCH v2 0/1] Patch Resent: Enabling LED Support for Siemens IPC BX-59A
  ` [RESEND PATCH v2 1/1] leds: simatic-ipc-leds-gpio: add support for module BX-59A

[PATCH] drm/xe/dg2: Fix number of mocs entries
 2024-02-22 21:40 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[PATCH] kernel.bbclass: Set pkg-config variables for building modules
 2024-02-22 21:38 UTC  (2+ messages)
` [OE-core] "

[RESEND2 PATCH net v4 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2024-02-22 17:07 UTC  (2+ messages)
` [RESEND2 PATCH net v4 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH v1] config/arm: correct cpu arch for cross build
 2024-02-22 21:38 UTC  (5+ messages)
` [PATCH v4 0/2] config changes "
  ` [PATCH v4 2/2] config/arm: use common cpu arch for cross files

[PATCH] vfio: mdev: make mdev_bus_type const
 2024-02-22 21:37 UTC  (2+ messages)

[PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
 2024-02-22 21:36 UTC  (2+ messages)

[PATCH V1 vfio 0/5] Improve mlx5 driver to better handle some error cases
 2024-02-22 21:37 UTC  (2+ messages)

[PATCH v2] vfio: Use WARN_ON for low-probability allocation failure issue in vfio_pci_bus_notifier
 2024-02-22 21:37 UTC  (2+ messages)

[PATCH v9 00/10] Support Andes PMU extension
 2024-02-22 21:36 UTC  (7+ messages)
` [PATCH v9 02/10] irqchip/riscv-intc: Allow large non-standard interrupt number
` [PATCH v9 03/10] irqchip/riscv-intc: Introduce Andes hart-level interrupt controller

[PATCH v2 1/4] leds: rgb: leds-group-multicolor: allow leds to stay on in suspend
 2024-02-22 21:36 UTC  (6+ messages)
` [PATCH v2 4/4] arm64: dts: sun50i-a64-pinephone: change led type to status

[PATCH 0/4] selftests/resctrl: Enable MBM and MBA tests on AMD
 2024-02-22 21:35 UTC  (5+ messages)
` [PATCH 1/4] selftests/resctrl: Rename variable imcs and num_of_imcs() to generic names
` [PATCH 2/4] selftests/resctrl: Pass sysfs controller name of the vendor
` [PATCH 3/4] selftests/resctrl: Add support for MBM and MBA tests on AMD
` [PATCH 4/4] selftests/resctrl: Skip the tests if iMC/UMC counters are unavailable

[Buildroot] [PATCH v5 00/16] Add support for AM62x-SK HS-FS devices
 2024-02-22 21:36 UTC  (5+ messages)
` [Buildroot] [PATCH v5 01/16] configs/ti_am62x_sk_defconfig: fix BR2_TARGET_OPTEE_OS_PLATFORM setting
` [Buildroot] [PATCH v5 09/16] package/python-jsonschema-specifications: add host variant

Linux support for a 7 segment LED display
 2024-02-22 21:34 UTC  (2+ messages)

[PATCH] mm, mmap: fix vma_merge() case 7 with vma_ops->close
 2024-02-22 21:32 UTC  (5+ messages)

+ selftests-add-zswapin-and-no-zswap-tests-fix.patch added to mm-unstable branch
 2024-02-22 21:30 UTC 

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-02-22 21:29 UTC  (10+ messages)

[PATCH i-g-t v2 1/2] lib/igt_sysfs: Use same var for sizeof()
 2024-02-22 21:29 UTC  (2+ messages)

[PATCH] dt-bindings: usb: analogix,anx7411: drop redundant connector properties
 2024-02-22 21:29 UTC  (2+ messages)

[PATCH v5 00/19] Add support for CDM over DP
 2024-02-22 21:28 UTC  (4+ messages)
` [PATCH v5 13/19] drm/msm/dp: add VSC SDP support for YUV420 "

[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
 2024-02-22 21:26 UTC  (5+ messages)
` [PATCH v9 10/15] x86/sgx: Add EPC reclamation in cgroup try_charge()

[PATCH] ext4: Don't report EOPNOTSUPP errors from discard
 2024-02-22 21:23 UTC  (4+ messages)

[PATCH 0/9] arm64: dts: qcom: qcs6490-rb3gen2: Enable two displays
 2024-02-22 21:25 UTC  (6+ messages)
` [PATCH 1/9] drm/msm/dp: Add DP support to combo instance in SC7280

[PATCH net-next 0/3] net: gro: encapsulation bug fix and flush checks improvements
 2024-02-22 21:25 UTC  (5+ messages)
` [PATCH net-next 1/3] net: gro: set {inner_,}network_header in receive phase
` [PATCH net-next 2/3] selftests/net: add local address bind in vxlan selftest
` [PATCH net-next 3/3] net: gro: move L3 flush checks to tcp_gro_receive

[PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
 2024-02-22 21:24 UTC  (10+ messages)
` [PATCH 8/8] dm-verity: Convert from tasklet to BH workqueue

[PATCH] [RFC] sched: Add trace_sched_waking() tracepoint to sched_ttwu_pending()
 2024-02-22 21:24 UTC  (2+ messages)

[linux-linus test] 184725: tolerable FAIL - PUSHED
 2024-02-22 21:23 UTC 

[PATCH v4] hrtimer: select housekeeping CPU during migration
 2024-02-22 21:24 UTC  (2+ messages)
` [tip: timers/core] hrtimer: Select "

[PATCH rc 0/3] iommufd: Fix three bugs found by Syzkaller
 2024-02-22 21:23 UTC  (4+ messages)
` [PATCH rc 1/3] iommufd: Fix iopt_access_list_id overwrite bug
` [PATCH rc 2/3] iommufd/selftest: Fix mock_dev_num bug
` [PATCH rc 3/3] iommufd: Fix protection fault in iommufd_test_syz_conv_iova

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-22 21:23 UTC  (5+ messages)

[PATCH v3 0/2] Fix PHY init timeout issues
 2024-02-22 19:17 UTC  (2+ messages)
` [PATCH v3 1/2] mmc: xenon: fix PHY init clock stability

[RFC PATCH v2] arm/ptw: Handle atomic updates of page tables entries in MMIO during PTW
 2024-02-22 21:21 UTC  (2+ messages)

[PATCH 6.1 000/206] 6.1.79-rc2 review
 2024-02-22 21:21 UTC  (2+ messages)

[PATCH] Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()
 2024-02-22 21:20 UTC  (2+ messages)

[PATCH V3] PCI: Add support for preserving boot configuration
 2024-02-22 21:18 UTC  (3+ messages)

[PATCH 6.7 000/313] 6.7.6-rc2 review
 2024-02-22 21:18 UTC  (2+ messages)

[PATCH] power: supply: sysfs: constify the struct device_type usage
 2024-02-22 21:17 UTC  (3+ messages)

[PATCH] mfd: twl: select MFD_CORE
 2024-02-22 21:16 UTC  (2+ messages)

[PATCH 0/3] sysfs: Group visibility fixups
 2024-02-22 21:14 UTC  (3+ messages)
` [PATCH 1/3] sysfs: Fix crash on empty group attributes array

[PATCH] arm64: dts: allwinner: h616: Add Orange Pi Zero 2W to Makefile
 2024-02-22 21:13 UTC  (2+ messages)

[PATCH v2 0/4] USB-C TCPM Orientation Support
 2024-02-22 21:13 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: usb: typec-tcpci: add tcpci fallback binding

[PATCH] arm64: dts: Adapt TCPC compatible
 2024-02-22 21:12 UTC  (2+ messages)

[PATCH 0/1] Rosebush, a new hash table
 2024-02-22 21:04 UTC  (2+ messages)
` [lustre-devel] Fwd: "

[PATCH v2 0/4] tracing: Optimize __string()/__assign_str() processing
 2024-02-22 21:14 UTC  (5+ messages)
` [PATCH v2 1/4] tracing: Rework __assign_str() and __string() to not duplicate getting the string
` [PATCH v2 2/4] tracing: Do not calculate strlen() twice for __string() fields
` [PATCH v2 3/4] tracing: Use ? : shortcut in trace macros
` [PATCH v2 4/4] tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"

[PATCH 0/6] soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free
 2024-02-22 21:12 UTC  (19+ messages)
` [PATCH 1/6] drm/bridge: aux-hpd: fix OF node leaks
` [PATCH 2/6] drm/bridge: aux-hpd: separate allocation and registration
` [PATCH 3/6] soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free
` [PATCH 4/6] soc: qcom: pmic_glink: Fix boot when QRTR=m
` [PATCH 5/6] phy: qcom-qmp-combo: fix drm bridge registration
` [PATCH 6/6] phy: qcom-qmp-combo: fix type-c switch registration

[PATCH 1/1] mm/khugepaged: bypassing unnecessary scans with MMF_DISABLE_THP check
 2024-02-22 21:11 UTC  (5+ messages)

[PATCH 1/2] ASoC: amd: ps: update license
 2024-02-22 21:10 UTC  (2+ messages)

[PATCH v1 0/6] LNL display
 2024-02-22 21:11 UTC  (3+ messages)
` [PATCH v1 5/6] drm/i915/xe2lpd: Load DMC

[PATCH] ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()
 2024-02-22 21:10 UTC  (2+ messages)

[PATCH] leaking_addresses: Provide mechanism to scan binary files
 2024-02-22 21:10 UTC  (4+ messages)

[PATCH v3 0/4] USB-C TCPM Orientation Support
 2024-02-22 21:09 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: usb: typec-tcpci: add tcpci fallback binding
` [PATCH v3 2/4] usb: typec: tcpci: add generic tcpci fallback compatible
` [PATCH v3 3/4] usb: typec: tcpm: add support to set tcpc connector orientatition
` [PATCH v3 4/4] usb: typec: tcpci: add support to set connector orientation

[PATCH v2 0/2] GPU hang replay
 2024-02-22 21:07 UTC  (5+ messages)
` [PATCH 1/2] drm/i915: Shadow default engine context image in the context
` [PATCH 2/2] drm/i915: Support replaying GPU hangs with captured context image

[PATCH v2] btrfs: do not skip re-registration for the mounted device
 2024-02-22 21:07 UTC  (8+ messages)

+ mm-userfaultfd-fix-unexpected-change-to-src_folio-when-uffdio_move-fails.patch added to mm-hotfixes-unstable branch
 2024-02-22 21:06 UTC 

[RFC PATCH 0/1] riscv: dts: Allow BUILTIN_DTB for all socs
 2024-02-22 21:05 UTC  (8+ messages)
` [RFC PATCH 1/1] "

[PATCH 0/2] Support/debug for slow GuC loads
 2024-02-22 21:05 UTC  (6+ messages)
` [PATCH 2/2] drm/xe/guc: Port over the slow GuC loading support from i915
      `  "

[PATCH] arm64: gitignore: ignore relacheck
 2024-02-22 21:04 UTC  (2+ messages)

[linusw-pinctrl:devel] BUILD SUCCESS 47847b9bcdb13c2da1829323a66651ef63047b77
 2024-02-22 21:01 UTC 

[PATCH bpf-next v5 0/2] Check cfi_stubs before registering a struct_ops type
 2024-02-22 21:03 UTC  (3+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Test case for lacking CFI stub functions

[PATCH RESEND] nvme-pci: Fix EEH failure on ppc after subsystem reset
 2024-02-22 21:00 UTC  (2+ messages)

[PATCH] system/physmem: Fix migration dirty bitmap coherency with TCG memory access
 2024-02-22 20:59 UTC  (4+ messages)

[PATCH V3] PCI/ASPM: Update saved buffers with latest ASPM
 2024-02-22 20:59 UTC  (4+ messages)
` [PATCH V4] "

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-22 20:58 UTC  (3+ messages)
` [PATCH 1/9] kunit: test: Log the correct filter string in executor_test

[meta-filesystems][PATCH 1/4] fuse3: Add missing runtime deps for ptests
 2024-02-22 20:58 UTC  (4+ messages)
` [meta-filesystems][PATCH 2/4] python3-looseversion: Add recipe
` [meta-filesystems][PATCH 3/4] sshfs-fuse: Fix ptest builds with python 3.12
` [meta-filesystems][PATCH 4/4] meta-filesystems: Add meta-filesystems-image-ptest

[RFC PATCH 0/1] riscv: dts: Allow BUILTIN_DTB for all socs
 2024-02-22 20:58 UTC  (3+ messages)

[PATCH 0/2] platform/mellanox: mlxbf-pmc: Fix module loading
 2024-02-22 20:57 UTC  (3+ messages)
` [PATCH 1/2] platform/mellanox: mlxbf-pmc: mlxbf_pmc_event_list(): make size ptr optional
` [PATCH 2/2] platform/mellanox: mlxbf-pmc: Ignore unsupported performance blocks

[PATCH net-next 0/6] Support for ASP 2.2 and optimizations
 2024-02-22 20:56 UTC  (8+ messages)
` [PATCH net-next 1/6] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.2
` [PATCH net-next 2/6] dt-bindings: net: brcm,asp-v2.0: "
` [PATCH net-next 3/6] net: bcmasp: Add support for ASP 2.2
` [PATCH net-next 4/6] net: phy: mdio-bcm-unimac: Add asp v2.2 support
` [PATCH net-next 5/6] net: bcmasp: Keep buffers through power management
` [PATCH net-next 6/6] net: bcmasp: Add support for PHY interrupts

+ mm-page_alloc-make-check_new_page-return-bool.patch added to mm-unstable branch
 2024-02-22 20:56 UTC 

[PATCH net-next 1/2] netdev-genl: Add ifname for queue and NAPI APIs
 2024-02-22 20:55 UTC  (2+ messages)

[PATCH 0/4] ALSA/ASoC: Conditionally skip i915 init and cleanups
 2024-02-22 20:54 UTC  (5+ messages)
` [PATCH 1/4] ALSA: hda: Skip i915 initialization on CNL/LKF-based platforms

[RESEND PATCH v0 0/5] wave5 codec driver
 2024-02-22 20:55 UTC  (12+ messages)
` [RESEND PATCH v0 3/5] wave5 : Support runtime suspend/resume

[PATCH] queue: Fix names of l_queue_match_func_t parameters
 2024-02-22 20:53 UTC 

[PATCH net-next 0/2] net: add local address bind support to vxlan and geneve
 2024-02-22 20:53 UTC  (3+ messages)
` [PATCH net-next 1/2] net: vxlan: enable local address bind for vxlan sockets
` [PATCH net-next 2/2] net: geneve: enable local address bind for geneve sockets

[PATCH xe-for-CI 0/2] Update PVC GuC FW
 2024-02-22 20:53 UTC  (2+ messages)
` ✓ CI.BAT: success for "

[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-02-22 20:53 UTC  (3+ messages)
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc

[PATCH v8 0/4] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory
 2024-02-22 20:52 UTC  (4+ messages)
` [PATCH v8 4/4] vfio: convey kvm that the vfio-pci device is wc safe

[PATCH v2 0/6] RCU tasks fixes for v6.9
 2024-02-22 20:52 UTC  (4+ messages)
` [PATCH v2 6/6] rcu-tasks: Maintain real-time response in rcu_tasks_postscan()

[PULL 00/39] tcg and linux-user patch queue
 2024-02-22 20:43 UTC  (10+ messages)
` [PULL 11/39] linux-user: Remove qemu_host_page_{size, mask} from mmap.c
` [PULL 15/39] hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init
` [PULL 23/39] linux-user: Do early mmap placement only for reserved_va
` [PULL 28/39] linux-user: Split out mmap_h_gt_g
` [PULL 29/39] tests/tcg: Remove run-test-mmap-*
` [PULL 30/39] tests/tcg: Extend file in linux-madvise.c
` [PULL 32/39] cpu: Remove page_size_init
` [PULL 33/39] accel/tcg: Disconnect TargetPageDataNode from page size
` [PULL 34/39] linux-user: Allow TARGET_PAGE_BITS_VARY

[PATCH 0/8] add AESNI_MB optimisations
 2024-02-22 20:52 UTC  (3+ messages)
` [PATCH 8/8] crypto/ipsec_mb: set and use session ID


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.