messages from 2023-08-25 12:34:39 to 2023-08-25 14:51:59 UTC [more...]
[PATCH v1 1/1] bitops: Share BYTES_TO_BITS() for everyone
2023-08-25 14:49 UTC (2+ messages)
[PATCH v5 0/2] perf list: Remove duplicate PMUs
2023-08-25 14:48 UTC (6+ messages)
` [PATCH v5 1/2] perf pmus: Sort pmus by name then suffix
` [PATCH v5 2/2] perf pmus: Skip duplicate PMUs and don't print list suffix by default
[PATCH 0/6] drm: ci: fixes
2023-08-25 14:41 UTC (8+ messages)
` [PATCH 2/6] drm: ci: Force db410c to host mode
[PATCH v2 00/18] Lazily load PMU data
2023-08-25 14:39 UTC (6+ messages)
` [PATCH v2 06/18] perf s390 s390_cpumcfdg_dump: Don't scan all PMUs
[PATCH] dt-bindings: mips: loongson: Add LS1B demo board
2023-08-25 14:39 UTC (3+ messages)
[PATCH v2 00/34] drm/amd/display: add AMD driver-specific properties for color mgmt
2023-08-25 14:37 UTC (10+ messages)
` [PATCH v2 07/34] drm/amd/display: explicitly define EOTF and inverse EOTF
` [PATCH v2 19/34] drm/amd/display: decouple steps for mapping CRTC degamma to DC plane
` [PATCH v2 31/34] drm/amd/display: set stream gamut remap matrix to MPC for DCN301
[PATCH -next] ksmbd: Fix one kernel-doc comment
2023-08-25 14:36 UTC (2+ messages)
[PATCH v1 0/1] mmc: sdhci-of-dwcmshc: Add CQE support
2023-08-25 14:35 UTC (2+ messages)
` [PATCH v1 1/1] "
[PATCH RESEND] i2c: at91: Use dev_err_probe() instead of dev_err()
2023-08-25 14:32 UTC
[PATCH v8 00/14] cxl/pci: Add support for RCH RAS error handling
2023-08-25 14:32 UTC (6+ messages)
` [PATCH v8 03/14] cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
[PATCH v2 0/4] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests
2023-08-25 14:32 UTC (4+ messages)
` [PATCH v2 4/4] KVM: SVM: Treat all "skip" emulation for SEV guests as outright failures
[PATCH] fsl_ucc_hdlc: add a check of the return value from hdlc_open
2023-08-25 14:31 UTC
[PATCH] net: bluetooth: fix consistent connection failure caused by the loss of HCI_Connection_Complete event
2023-08-25 14:13 UTC (2+ messages)
[PATCH] i2c: at91: Use dev_err_probe() instead of dev_err()
2023-08-25 14:28 UTC (2+ messages)
[PATCH] bpf: task_group_seq_get_next: cleanup the usage of next_thread()
2023-08-25 14:28 UTC (6+ messages)
` [PATCH V2] bpf: task_group_seq_get_next: cleanup the usage of get/put_task_struct
[PATCH v4] powerpc: Use shared font data
2023-08-25 14:27 UTC
[PATCH blktests v3 0/3] Introduce nvmet target setup/cleanup helpers
2023-08-25 14:26 UTC (9+ messages)
` [PATCH blktests v3 3/3] nvme: introduce nvmet_target_{setup/cleanup} common code
Question about AMD SVM's virtual NMI support in Linux kernel mainline
2023-08-25 14:26 UTC (3+ messages)
[PATCH 5.10 000/135] 5.10.192-rc1 review
2023-08-25 14:24 UTC (2+ messages)
[RFC net-next v2 0/5] Add MACsec support for TJA11XX C45 PHYs
2023-08-25 14:22 UTC (10+ messages)
` [RFC net-next v2 3/5] net: phy: nxp-c45-tja11xx add MACsec support
` [RFC net-next v2 4/5] net: phy: nxp-c45-tja11xx: add MACsec statistics
[PATCH RFC v5 00/29] io_uring getdents
2023-08-25 14:20 UTC (32+ messages)
` [PATCH 01/29] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 02/29] xfs: rename XBF_TRYLOCK to XBF_NOWAIT
` [PATCH 03/29] xfs: add NOWAIT semantics for readdir
` [PATCH 04/29] vfs: add nowait flag for struct dir_context
` [PATCH 05/29] vfs: add a vfs helper for io_uring file pos lock
` [PATCH 06/29] vfs: add file_pos_unlock() for io_uring usage
` [PATCH 07/29] vfs: add a nowait parameter for touch_atime()
` [PATCH 08/29] vfs: add nowait parameter for file_accessed()
` [PATCH 09/29] vfs: move file_accessed() to the beginning of iterate_dir()
` [PATCH 10/29] vfs: add S_NOWAIT for nowait time update
` [PATCH 11/29] vfs: trylock inode->i_rwsem in iterate_dir() to support nowait
` [PATCH 12/29] xfs: enforce GFP_NOIO implicitly during nowait time update
` [PATCH 13/29] xfs: make xfs_trans_alloc() support nowait semantics
` [PATCH 14/29] xfs: support nowait for xfs_log_reserve()
` [PATCH 15/29] xfs: don't wait for free space in xlog_grant_head_check() in nowait case
` [PATCH 16/29] xfs: add nowait parameter for xfs_inode_item_init()
` [PATCH 17/29] xfs: make xfs_trans_ijoin() error out -EAGAIN
` [PATCH 18/29] xfs: set XBF_NOWAIT for xfs_buf_read_map if necessary
` [PATCH 19/29] xfs: support nowait memory allocation in _xfs_buf_alloc()
` [PATCH 20/29] xfs: distinguish error type of memory allocation failure for nowait case
` [PATCH 21/29] xfs: return -EAGAIN when bulk memory allocation fails in "
` [PATCH 22/29] xfs: comment page allocation for nowait case in xfs_buf_find_insert()
` [PATCH 23/29] xfs: don't print warn info for -EAGAIN error in xfs_buf_get_map()
` [PATCH 24/29] xfs: support nowait for xfs_buf_read_map()
` [PATCH 25/29] xfs: support nowait for xfs_buf_item_init()
` [PATCH 26/29] xfs: return -EAGAIN when nowait meets sync in transaction commit
` [PATCH 27/29] xfs: add a comment for xlog_kvmalloc()
` [PATCH 28/29] xfs: support nowait semantics for xc_ctx_lock in xlog_cil_commit()
` [PATCH 29/29] io_uring: add support for getdents
[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
2023-08-25 14:18 UTC (6+ messages)
[PATCH] kgdb: Flush console before entering kgdb on panic
2023-08-25 14:18 UTC (3+ messages)
[PATCH 0/2] Documentation: sphinx: Add sphinx-prompt
2023-08-25 14:16 UTC (3+ messages)
` [PATCH 1/2] "
[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
2023-08-25 14:15 UTC (4+ messages)
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
[RFC PATCH v2 0/7] Add audio support in v4l2 framework
2023-08-25 14:15 UTC (14+ messages)
[PATCH v3 0/1] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-25 14:14 UTC (6+ messages)
` [PATCH v3 1/1] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
[V10 0/8] Enable Wifi RFI interference mitigation feature support
2023-08-25 14:13 UTC (5+ messages)
` [V10 5/8] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [V10 7/8] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
[PATCH] x86: Clean up remaining references to CONFIG_MICROCODE_AMD
2023-08-25 14:12 UTC
[PATCH v5 2/2] PCI: Implement custom llseek for sysfs resource entries
2023-08-25 14:10 UTC (2+ messages)
[BUG] KCSAN: data-race in drm_sched_entity_is_ready [gpu_sched] / drm_sched_entity_push_job [gpu_sched]
2023-08-25 14:08 UTC (8+ messages)
[PATCH 1/2] ARM: dts: qcom: apq8064: drop label property from DSI
2023-08-25 14:08 UTC (4+ messages)
` [PATCH 2/2] ARM: dts: qcom: sdx65: fix SDHCI clocks order
[PATCH] perf tools: Handle old data in PERF_RECORD_ATTR
2023-08-25 14:06 UTC (3+ messages)
[PATCH v4 0/2] Return EADDRNOTAVAIL when func matches several symbols during kprobe creation
2023-08-25 14:05 UTC (3+ messages)
` [PATCH v4 1/2] tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbols
` [PATCH v4 2/2] selftests/ftrace: Add new test case which checks non unique symbol
[PATCH v4 00/16] Staging: rtl8192e: Rename struct rx_ts_record references
2023-08-25 14:08 UTC (17+ messages)
` [PATCH v4 01/16] Staging: rtl8192e: Rename variable pRxTs in function rx_ts_delete_ba()
` [PATCH v4 02/16] Staging: rtl8192e: Rename variable pTS in function rtllib_rx_ADDBAReq()
` [PATCH v4 03/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_DELBA()
` [PATCH v4 04/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_ts_init_del_ba()
` [PATCH v4 05/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_ba_inact_timeout()
` [PATCH v4 06/16] Staging: rtl8192e: Rename variable pRxTs in function RxPktPendingTimeout()
` [PATCH v4 07/16] Staging: rtl8192e: Rename variable pTS in function ResetRxTsEntry()
` [PATCH v4 08/16] Staging: rtl8192e: Rename variable pRxTS in function TSInitialize()
` [PATCH v4 09/16] Staging: rtl8192e: Rename variable tmp in function GetTs()
` [PATCH v4 10/16] Staging: rtl8192e: Rename variable pRxTS in function RemoveTsEntry()
` [PATCH v4 11/16] Staging: rtl8192e: Rename variable pTS in function prototype rtllib_FlushRxTsPendingPkts()
` [PATCH v4 12/16] Staging: rtl8192e: Rename variable pTS in function AddReorderEntry()
` [PATCH v4 13/16] Staging: rtl8192e: Rename variable pTS in function rtllib_FlushRxTsPendingPkts()
` [PATCH v4 14/16] Staging: rtl8192e: Rename variable pTS in function RxReorderIndicatePacket()
` [PATCH v4 15/16] Staging: rtl8192e: Rename variable pRxTS in function rtllib_rx_check_duplicate()
` [PATCH v4 16/16] Staging: rtl8192e: Rename variable pTS in function rtllib_rx_InfraAdhoc()
[PATCH v7 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
2023-08-25 14:02 UTC (3+ messages)
[RFC PATCH v3 0/3] sched: Skip queued wakeups only when L2 is shared
2023-08-25 14:03 UTC (10+ messages)
` [RFC PATCH v3 2/3] sched: Introduce cpus_share_l2c
[PATCH 0/4] clk: qcom: Add support for GCC and RPMHCC on SM4450
2023-08-25 14:01 UTC (3+ messages)
` [PATCH 2/4] clk: qcom: rpmh: Add RPMH clocks support for SM4450
[PATCH 0/2] KVM: SVM: Fix SEV-ES intrahost migration
2023-08-25 13:56 UTC (7+ messages)
` [PATCH 1/2] KVM: SVM: Get source vCPUs from source VM for "
` [PATCH 2/2] KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULL
[PATCH 1/2] dt-bindings: mmc: sdhci-msm: correct minimum number of clocks
2023-08-25 13:55 UTC (2+ messages)
` [PATCH 2/2] dt-bindings: mmc: sdhci-msm: allow flexible order of optional clocks
[PATCH] docs/mm: remove references to hmm_mirror ops and clean typos
2023-08-25 13:52 UTC (2+ messages)
[PATCH] x86/tdx: Mark TSC reliable
2023-08-25 13:52 UTC (7+ messages)
linux-next: Fixes tag needs some work in the pinctrl tree
2023-08-25 13:45 UTC (2+ messages)
[PATCH v4] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-25 13:32 UTC
[PATCH 0/2] introduce __next_thread(), change next_thread()
2023-08-25 13:37 UTC (4+ messages)
[PATCH v4 00/13] selftests/sgx: Fix compilation errors
2023-08-25 13:32 UTC (14+ messages)
` [PATCH v4 01/13] selftests/sgx: Fix uninitialized pointer dereference in error path
` [PATCH v4 02/13] selftests/sgx: Produce static-pie executable for test enclave
` [PATCH v4 03/13] selftests/sgx: Handle relocations in "
` [PATCH v4 04/13] selftests/sgx: Fix linker script asserts
` [PATCH v4 05/13] selftests/sgx: Include memory clobber for inline asm in test enclave
` [PATCH v4 06/13] selftests/sgx: Ensure test enclave buffer is entirely preserved
` [PATCH v4 07/13] selftests/sgx: Ensure expected location of test enclave buffer
` [PATCH v4 08/13] selftests/sgx: Separate linker options
` [PATCH v4 09/13] selftests/sgx: Specify freestanding environment for enclave compilation
` [PATCH v4 10/13] selftests/sgx: Fix uninitialized pointer dereferences
` [PATCH v4 11/13] selftests/sgx: Discard unsupported ELF sections
` [PATCH v4 12/13] selftests/sgx: Remove redundant enclave base address save/restore
` [PATCH v4 13/13] selftests/sgx: Remove incomplete ABI sanitization code in test enclave
[RFC PATCH] Introduce persistent memory pool
2023-08-25 13:32 UTC (2+ messages)
[PATCH v1] ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA
2023-08-25 13:28 UTC (2+ messages)
[PATCH v1 1/2] perf vendor events intel: Add lunarlake v1.0
2023-08-25 13:28 UTC (2+ messages)
[PATCH v3 0/9] selftests/sgx: Fix compilation errors
2023-08-25 13:27 UTC (4+ messages)
` [PATCH v3 3/9] selftests/sgx: Handle relocations in test enclave
[PATCH -next v2] rv/include: set variable 'da_mon_##name' to static
2023-08-25 13:25 UTC (2+ messages)
[PATCH 00/14] PCI/treewide: Cleanup/streamline PCI error code handling
2023-08-25 13:21 UTC (7+ messages)
` [PATCH 05/14] hwmon: (via686a) Do PCI error checks on own line
` [PATCH 06/14] hwmon: (vt8231) "
` [PATCH 13/14] hwmon: (sis5595) "
[PATCH v1] perf header: Fix missing PMU caps
2023-08-25 13:20 UTC (5+ messages)
[PATCH v4 0/2] perf list: Remove duplicate PMUs
2023-08-25 13:20 UTC (3+ messages)
` [PATCH v4 2/2] perf pmus: Skip duplicate PMUs and don't print list suffix by default
drivers/iommu/ipmmu-vmsa.c:946:34: warning: 'ipmmu_of_ids' defined but not used
2023-08-25 13:18 UTC
[PATCH 0/5] Add the pci_get_base_class() helper and use it
2023-08-25 13:18 UTC (2+ messages)
[PATCH v7 1/3] cdx: add support for bus mastering
2023-08-25 13:17 UTC (3+ messages)
` [PATCH v7 2/3] vfio: add bus master feature to device feature ioctl
` [PATCH v7 3/3] vfio-cdx: add bus mastering device feature support
[PATCHv5 0/4] Wiegand bus driver and GPIO bitbanged controller
2023-08-25 13:17 UTC (4+ messages)
` [PATCHv5 1/4] dt-bindings: wiegand: add Wiegand controller common properties
[PATCH 1/2] TSD: arm64: dts: rockchip: use codec as clock master
2023-08-25 13:16 UTC (3+ messages)
[CfP] Confidential Computing Microconference @ LPC 2023
2023-08-25 13:16 UTC (2+ messages)
[GIT PULL] RISC-V Fixes for 6.5-rc8
2023-08-25 13:16 UTC
[PATCH 0/2] ata: pata_ep93xx: dt convert preparation fixes
2023-08-25 13:15 UTC (2+ messages)
[PATCH net] dt-bindings: net: dsa: marvell: fix wrong model in compatibility list
2023-08-25 13:14 UTC (2+ messages)
[PATCH v2] cma: introduce CMA_ALLOC_DEBUG config
2023-08-25 13:08 UTC (4+ messages)
[PATCH v4] media: gspca: UBSAN: shift-out-of-bounds in set_flicker
2023-08-25 13:04 UTC
[PATCH v11 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-08-25 12:22 UTC (4+ messages)
` [RFC] iommu/virtio: Use single flush queue (EXPERIMENTAL)
[GIT PULL] gpio: fixes for v6.5
2023-08-25 13:01 UTC
selftests: hid: trouble building with clang due to missing header
2023-08-25 13:01 UTC (12+ messages)
[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-25 12:58 UTC (9+ messages)
` [EXTERNAL] "
[PATCH v2] dt-bindings: interrupt-controller: loongson,liointc: Fix warnings about liointc-2.0
2023-08-25 12:56 UTC (6+ messages)
[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in hci_send_acl
2023-08-25 12:56 UTC
[PATCH v4 0/8] Add support for XLCDC to sam9x7 SoC family
2023-08-25 12:54 UTC (9+ messages)
` [PATCH v4 1/8] mfd: atmel-hlcdc: Add compatible for sam9x75 XLCD controller
` [PATCH v4 2/8] drm: atmel-hlcdc: add flag to differentiate XLCDC and HLCDC IP
` [PATCH v4 3/8] drm: atmel-hlcdc: add LCD controller layer definition for sam9x75
` [PATCH v4 4/8] drm: atmel-hlcdc: Define SAM9X7 SoC XLCDC specific registers
` [PATCH v4 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver
` [PATCH v4 6/8] drm: atmel-hlcdc: add DPI mode support for XLCDC
` [PATCH v4 7/8] drm: atmel-hlcdc: add vertical and horizontal scaling "
` [PATCH v4 8/8] drm: atmel-hlcdc: add support for DSI output formats
Possible nvme regression in 6.4.11
2023-08-25 12:51 UTC (10+ messages)
[PATCH] trace/hwlat: remove extra space at the end of hwlat_detector/mode
2023-08-25 12:53 UTC (2+ messages)
[PATCH] net/mlx5: fix config name in Kconfig parameter documentation
2023-08-25 12:51 UTC
[PATCH] drm/repaper: fix -Wvoid-pointer-to-enum-cast warning
2023-08-25 11:20 UTC (2+ messages)
[PATCH v8 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-08-25 12:41 UTC
[PATCH V5 0/3] PCI: designware-ep: Fix DBI access before core init
2023-08-25 12:38 UTC (5+ messages)
[PATCH v2 0/2] Add debugfs pm_status for qat driver
2023-08-25 12:38 UTC (7+ messages)
` [PATCH v2 1/2] crypto: qat - refactor included headers
` [PATCH v2 2/2] crypto: qat - add pm_status debugfs file
[PATCH 0/2] drm/amdgpu: Merge all debug module parameters
2023-08-25 12:38 UTC (7+ messages)
` [PATCH 1/2] drm/amdgpu: Merge "
[PATCH V2 drivers/perf: hisi:] drivers/perf: hisi: Update HiSilicon PMU maintainers
2023-08-25 12:35 UTC (2+ messages)
[PATCH 6.1 00/15] 6.1.48-rc1 review
2023-08-25 12:33 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox