public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-15 07:50:43 to 2023-08-15 11:04:01 UTC [more...]

[PATCH v4 00/12] Unify TDCALL/SEAMCALL and TDVMCALL assembly
 2023-08-15 11:02 UTC  (13+ messages)
` [PATCH v4 01/12] x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macro
` [PATCH v4 02/12] x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalid
` [PATCH v4 03/12] x86/tdx: Make macros of TDCALLs consistent with the spec
` [PATCH v4 04/12] x86/tdx: Rename __tdx_module_call() to __tdcall()
` [PATCH v4 05/12] x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structure
` [PATCH v4 06/12] x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafs
` [PATCH v4 07/12] x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALL
` [PATCH v4 08/12] x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asm
` [PATCH v4 09/12] x86/tdx: Remove 'struct tdx_hypercall_args'
` [PATCH v4 10/12] x86/virt/tdx: Wire up basic SEAMCALL functions
` [PATCH v4 11/12] x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GP
` [PATCH v4 12/12] x86/virt/tdx: Adjust 'struct tdx_module_args' to use x86 "register index" layout

[PATCH] drivers/perf: hisi: Schedule perf session according to locality
 2023-08-15 11:02 UTC  (3+ messages)

[PATCH v3 0/2] lib/vsprintf: Rework header inclusions
 2023-08-15 10:58 UTC  (5+ messages)
` [PATCH v3 1/2] lib/vsprintf: Split out sprintf() and friends
` [PATCH v3 2/2] lib/vsprintf: Declare no_hash_pointers in sprintf.h

[PATCH] powerpc: Move zalloc_maybe_bootmem() into pci-common.c
 2023-08-15 10:57 UTC 

[tip:sched/core] BUILD SUCCESS 7170509cadbb76e5fa7d7b090d2cbdb93d56a2de
 2023-08-15 10:57 UTC 

[PATCH V2 0/2] mmc: sdhci-sprd: Add SD HS mode online tuning
 2023-08-15 10:55 UTC  (5+ messages)

[PATCH v4 00/10] kunit: Add dynamically-extending log
 2023-08-15 10:51 UTC  (24+ messages)
` [PATCH v4 01/10] kunit: string-stream: Improve testing of string_stream
` [PATCH v4 02/10] kunit: string-stream: Don't create a fragment for empty strings
` [PATCH v4 03/10] kunit: string-stream: Add cases for adding empty strings to a string_stream
` [PATCH v4 04/10] kunit: string-stream: Add option to make all lines end with newline
` [PATCH v4 05/10] kunit: string-stream: Add cases for string_stream newline appending
` [PATCH v4 06/10] kunit: string-stream: Pass struct kunit to string_stream_get_string()
` [PATCH v4 07/10] kunit: string-stream: Decouple string_stream from kunit
` [PATCH v4 08/10] kunit: string-stream: Add test for freeing resource-managed string_stream
` [PATCH v4 09/10] kunit: Use string_stream for test log
` [PATCH v4 10/10] kunit: string-stream: Test performance of string_stream

cleanup: Make no_free_ptr() __must_check
 2023-08-15 10:52 UTC 

[PATCH net v1] virtio_net: Introduce skb_vnet_common_hdr to avoid typecasting
 2023-08-15 10:51 UTC  (2+ messages)

[PATCH v4 0/5] Introduce IEP driver and packet timestamping support
 2023-08-15 10:45 UTC  (6+ messages)
` [PATCH v4 3/5] net: ti: icss-iep: Add IEP driver

[PATCH v2] pwm: imx27: fix race condition .apply,.get_state
 2023-08-15 10:43 UTC  (5+ messages)
` [PATCH v3 1/4] "
  ` [PATCH v3 2/4] pwm: imx27: avoid PWM consumer API
  ` [PATCH v3 3/4] pwm: imx27: verify decreasing PWM FIFO av value
  ` [PATCH v3 4/4] pwm: imx27: return error, if clean PWM setup fails

[PATCH v3 0/11] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-08-15 10:43 UTC  (10+ messages)
` [PATCH v3 06/11] PCI: plda: Add event interrupt codes and IRQ domain ops
` [PATCH v3 07/11] PCI: microchip: Rename IRQ init function
` [PATCH v3 08/11] PCI: microchip: Move IRQ init functions to pcie-plda-host.c

[PATCH] Adding a driver for the INA260 chip of Texas Instrument. It follows the hardware monitoring kernel API
 2023-08-15 10:42 UTC 

[PATCH v2 0/2] mm/kmemleak: use object_cache instead of kmemleak_initialized
 2023-08-15 10:40 UTC  (5+ messages)
` [PATCH v2 1/2] mm/kmemleak: use object_cache instead of kmemleak_initialized to check in set_track_prepare()
` [PATCH v2 2/2] Rename kmemleak_initialized to kmemleak_late_initialized

[PATCH 0/4] genirq/irq_sim: fix a use-after-free bug + some
 2023-08-15 10:39 UTC  (5+ messages)
` [PATCH 1/4] genirq/irq_sim: dispose of remaining mappings before removing the domain
` [PATCH 2/4] genirq/irq_sim: order includes alphabetically

[PATCH 0/9] Fixes and cleanups to compaction
 2023-08-15 10:37 UTC  (15+ messages)
` [PATCH 3/9] mm/compaction: correctly return failure with bogus compound_order in strict mode
` [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range
` [PATCH 5/9] mm/compaction: remove repeat compact_blockskip_flush check in reset_isolation_suitable
` [PATCH 6/9] mm/compaction: rename is_via_compact_memory to compaction_with_allocation_order
` [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order

[PATCH] objtool: Cache number of return sites recorded
 2023-08-15 10:35 UTC 

[PATCH] gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()
 2023-08-15 10:34 UTC  (2+ messages)

[PATCH v3] gpio: sim: simplify code with cleanup helpers
 2023-08-15 10:30 UTC  (2+ messages)

[PATCH v1] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-08-15 10:27 UTC  (2+ messages)

[PATCH 0/2] iommu/iova: Make the rcache depot properly flexible
 2023-08-15 10:24 UTC  (2+ messages)

linux-next: build failure after merge of the nvmem tree
 2023-08-15 10:25 UTC 

[PATCH v6 0/4] perf: arm_cspmu: ampere: Add support for Ampere SoC PMUs
 2023-08-15 10:24 UTC  (3+ messages)
` [PATCH v6 1/4] perf: arm_cspmu: Split 64-bit write to 32-bit writes

[PATCH] platform/x86: intel: int1092: intel_sar: fix _DSM argument4 type mismatch issue
 2023-08-15 10:24 UTC 

[PATCH 00/13] Implement Trusted Security Event Modeling
 2023-08-15 10:19 UTC  (4+ messages)
` [PATCH 03/13] Implement CAP_TRUST capability

[PATCH v5 0/9] Refactor the SMMU's CD table ownership
 2023-08-15 10:19 UTC  (6+ messages)
` [PATCH v5 5/9] iommu/arm-smmu-v3: Refactor write_ctx_desc

[PATCH V13 - RESEND 00/10] arm64/perf: Enable branch stack sampling
 2023-08-15 10:17 UTC  (7+ messages)
` [PATCH V13 - RESEND 02/10] arm64/perf: Add BRBE registers and fields

[PATCH v4 0/1] wifi: mwifiex: added code to support host mlme
 2023-08-15 10:12 UTC 

[PATCH v4 1/1] wifi: mwifiex: added code to support host mlme
 2023-08-15 10:12 UTC 

[PATCH v2] ext4: fix slab-use-after-free in ext4_es_insert_extent()
 2023-08-15 10:11 UTC  (2+ messages)

[PATCH] serial: 8250: drop lockdep annotation from serial8250_clear_IER()
 2023-08-15 10:10 UTC  (8+ messages)

[PATCH v4] net: ravb: Fix possible UAF bug in ravb_remove
 2023-08-15 10:08 UTC  (2+ messages)

[PATCH 0/6] Marvell Odyssey uncore performance monitor support
 2023-08-15  9:58 UTC  (5+ messages)
` [PATCH 3/6] perf/marvell : Odyssey LLC-TAD "

[PATCH v2 0/3] lib/vsprintf: Rework header inclusions
 2023-08-15  9:58 UTC  (11+ messages)
` [PATCH v2 2/3] lib/vsprintf: Split out sprintf() and friends

[PATCH] x86/srso: Disable the mitigation on unaffected configurations
 2023-08-15  9:57 UTC  (7+ messages)
          ` [PATCH] x86/srso: Correct the mitigation status when SMT is disabled

[PATCH v1] MAINTAINERS: Add entries for TEXAS INSTRUMENTS ASoC DRIVERS
 2023-08-15  9:56 UTC 

[PATCH v4 1/2] usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driver
 2023-08-15  9:54 UTC  (2+ messages)
` [PATCH v4 2/2] dt-bindings: usb: dwc3: Add Realtek DHC RTD SoC DWC3 USB

[PATCH v5 00/12] GenieZone hypervisor drivers
 2023-08-15  9:53 UTC  (4+ messages)
` [PATCH v5 04/12] virt: geniezone: Add vcpu support

[PATCH v3] gpiolib: fix reference leaks when removing GPIO chips still in use
 2023-08-15  9:49 UTC  (3+ messages)

[PATCH 1/3] erofs: clean up redundant comment and adjust code alignment
 2023-08-15  9:48 UTC  (3+ messages)
` [PATCH 2/3] erofs: add necessary kmem_cache_create flags for erofs inode cache
` [PATCH 3/3] erofs: remove redundant erofs_fs_type declaration in super.c

[PATCH v5 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-15  9:47 UTC  (7+ messages)
` [PATCH v5 2/6] perf arm64: Allow version comparisons of CPU IDs
` [PATCH v5 3/6] perf test: Add a test for the new Arm CPU ID comparison behavior
` [PATCH v5 5/6] perf vendor events arm64: Update stall_slot workaround for N2 r0p3

[PATCH] null_blk: fix poll request timeout handling
 2023-08-15  9:45 UTC  (4+ messages)

[PATCH] ext2: fix datatype of block number in ext2_xattr_set2()
 2023-08-15  9:45 UTC 

SSD SATA 3.3 and Broadcom / LSI SAS1068E PCI-Express Fusion-MPT SAS
 2023-08-14 23:35 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: amlogic: add more basic audio support
 2023-08-15  9:37 UTC  (5+ messages)
` [PATCH 1/3] arm64: dts: meson: add audio playback to p200
` [PATCH 2/3] arm64: dts: meson: add audio playback to p201
` [PATCH 3/3] arm64: dts: meson: add audio playback to u200

[PATCH 0/7] selftests/resctrl: Rework benchmark command handling
 2023-08-15  9:42 UTC  (10+ messages)
` [PATCH 1/7] selftests/resctrl: Ensure the benchmark commands fits to its array
` [PATCH 2/7] selftests/resctrl: Correct benchmark command help
` [PATCH 5/7] selftests/resctrl: Use pointers to build benchmark cmd and make it const

[PATCH v7 0/4] Extend device_get_match_data() to struct bus_type
 2023-08-15  9:42 UTC  (8+ messages)

2b5d1c29f6c4 ("drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interrupts")
 2023-08-15  9:42 UTC  (20+ messages)

[PATCH 00/10] libsas: Some tidy-up
 2023-08-15  9:37 UTC  (19+ messages)
` [PATCH 01/10] scsi: libsas: Delete sas_ha_struct.lldd_module
` [PATCH 02/10] scsi: libsas: Delete enum sas_class
` [PATCH 03/10] scsi: libsas: Delete enum sas_phy_type
` [PATCH 04/10] scsi: libsas: Delete struct scsi_core
` [PATCH 05/10] scsi: libsas: Delete sas_ssp_task.retry_count
` [PATCH 06/10] scsi: libsas: Delete sas_ssp_task.enable_first_burst
` [PATCH 08/10] scsi: libsas: Delete sas_ata_task.set_affil_pol
` [PATCH 09/10] scsi: libsas: Delete sas_ata_task.stp_affil_pol
` [PATCH 10/10] scsi: libsas: Delete sas_ata_task.retry_count

[PATCH v4] init: Add support for rootwait timeout parameter
 2023-08-15  9:35 UTC  (2+ messages)

[PATCH] locking: remove spin_lock_prefetch
 2023-08-15  9:31 UTC  (4+ messages)

[PATCH] firmware: cs_dsp: Fix new control name check
 2023-08-15  9:25 UTC  (2+ messages)

[PATCH v2 net-next 0/3] netem: use a seeded PRNG for loss and corruption events
 2023-08-15  9:23 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] netem: add prng attribute to netem_sched_data
` [PATCH v2 net-next 2/3] netem: use a seeded PRNG for generating random losses
` [PATCH v2 net-next 3/3] netem: use seeded PRNG for correlated loss events

[PATCH v4] gpio: consumer: new virtual driver
 2023-08-15  9:24 UTC  (2+ messages)

[PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default
 2023-08-15  9:21 UTC  (3+ messages)

[PATCH] spi: tegra114: Remove unnecessary NULL-pointer checks
 2023-08-15  9:20 UTC 

[PATCH RFC 00/13] drm/connector: Create HDMI Connector infrastructure
 2023-08-15  9:19 UTC  (3+ messages)
` [PATCH RFC 01/13] drm/connector: Introduce an HDMI connector

[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
 2023-08-15  9:14 UTC  (8+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker

[PATCH v4 0/4] add clock controller of qca8386/qca8084
 2023-08-15  9:15 UTC  (6+ messages)
` [PATCH v4 1/4] clk: qcom: branch: Add clk_branch2_mdio_ops
` [PATCH v4 2/4] dt-bindings: clock: add qca8386/qca8084 clock and reset definitions
` [PATCH v4 3/4] clk: qcom: common: add _qcom_cc_really_probe
` [PATCH v4 4/4] clk: qcom: add clock controller driver for qca8386/qca8084

[syzbot] [btrfs?] memory leak in btrfs_ref_tree_mod
 2023-08-15  9:15 UTC 

[Patch net, v2] net: xfrm: skip policies marked as dead while reinserting policies
 2023-08-15  9:13 UTC  (7+ messages)

[PULL for v6.6] drm-misc-next
 2023-08-15  9:12 UTC  (2+ messages)

[PATCH 1/3] mips: remove unneeded #include <asm/export.h>
 2023-08-15  8:27 UTC  (6+ messages)
` [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] mips: remove <asm/export.h>

[GIT PULL] pinctrl: qcom: new drivers for v6.6
 2023-08-15  9:10 UTC  (2+ messages)

[PATCH v1 0/2] LTC4286 and LTC4287 driver support
 2023-08-15  9:08 UTC  (6+ messages)
` [PATCH v1 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH v3 0/3] pinctrl: oxnas support removal
 2023-08-15  9:07 UTC  (2+ messages)

[PATCH V2] perf test: Add support for testing gecko script
 2023-08-15  9:05 UTC  (3+ messages)

[PATCH v3] serial: sifive: Add suspend and resume operations
 2023-08-15  9:02 UTC 

[PATCH v3 0/2] gpio: loongson: add firmware offset parse support
 2023-08-15  8:59 UTC  (9+ messages)
` [PATCH v3 1/2] gpio: dt-bindings: add parsing of loongson gpio offset

[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
 2023-08-15  8:59 UTC  (3+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog

[PATCH v2 0/3] perf list: Remove duplicate PMUs
 2023-08-15  8:56 UTC  (6+ messages)
` [PATCH v2 2/3] perf pmus: Add scan that ignores duplicates, use for perf list

[PATCH next v3 0/5] minmax: Relax type checks in min() and max()
 2023-08-15  8:55 UTC  (3+ messages)

[PATCH bpf-next v2] net: Fix slab-out-of-bounds in inet[6]_steal_sock
 2023-08-15  8:53 UTC 

[PATCH v5] ntfs : fix shift-out-of-bounds in ntfs_iget
 2023-08-15  8:52 UTC  (3+ messages)

[RESEND PATCH] perf scripts python: launch the profiler UI on the default browser with the appropriate URL
 2023-08-15  8:52 UTC  (3+ messages)

[PATCH v2] Documentation/page_tables: Add info about MMU/TLB and Page Faults
 2023-08-15  8:51 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Fixup perf microwatt support
 2023-08-15  8:48 UTC  (4+ messages)

[PATCH net] wifi: iwlwifi: mvm: add dependency for PTP clock
 2023-08-15  8:47 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: loongson,liointc: Fix warnings about reg and interrupt description
 2023-08-15  8:47 UTC 

[PATCH v1 net] octeontx2-pf: fix page_pool creation fail for rings > 32k
 2023-08-15  8:41 UTC  (3+ messages)

[PATCH v2 0/5] tsm: Attestation Report ABI
 2023-08-15  8:37 UTC  (7+ messages)
` [PATCH v2 5/5] virt: sevguest: Add TSM_REPORTS support for SNP_{GET, GET_EXT}_REPORT

[PATCH] objtool: Check local label in is_sibling_call() and add_jump_destinations()
 2023-08-15  8:36 UTC 

[PATCH] MAINTAINERS: Add myself as mlx5_vdpa driver
 2023-08-15  8:33 UTC 

[PATCH v5 0/8] Initial Marvell PXA1908 support
 2023-08-15  8:32 UTC  (3+ messages)
` [PATCH v5 1/8] gpio: pxa: disable pinctrl calls for MMP_GPIO

[tip:master] BUILD SUCCESS 855484a68d16ed8daf563e3b154787e8330b5bbd
 2023-08-15  8:29 UTC 

linux-next: manual merge of the fsi tree with the char-misc tree
 2023-08-15  8:27 UTC 

[patch V2 00/37] x86/microcode: Cleanup and late loading enhancements
 2023-08-15  8:25 UTC  (6+ messages)
` [patch V2 02/37] x86/microcode: Hide the config knob

[PATCH 1/2] vdpa/mlx5: Fix mr->initialized semantics
 2023-08-15  8:26 UTC  (4+ messages)
` [PATCH RFC 0/4] vdpa: decouple reset of iotlb mapping from device reset
  ` [PATCH RFC 2/4] vdpa/mlx5: implement .reset_map driver op

[PATCH] kernfs: implement custom llseek method to fix userspace regression
 2023-08-15  8:25 UTC  (3+ messages)

[PATCH v2] net: sfp: handle 100G/25G active optical cables in sfp_parse_support
 2023-08-15  8:24 UTC  (2+ messages)

[PATCH] shmem: add support for user extended attributes
 2023-08-15  8:23 UTC  (5+ messages)

[PATCH] dt-bindings: pinctrl: brcm,bcm11351-pinctrl: Convert to YAML
 2023-08-15  8:23 UTC  (2+ messages)

[PATCH 1/8] Spi: sprd-adi: Getting panic reason before reboot
 2023-08-15  8:22 UTC  (2+ messages)

[PATCH] net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
 2023-08-15  8:21 UTC 

[PATCH 1/2] perf bpf-filter: Fix sample flag check with ||
 2023-08-15  8:17 UTC  (4+ messages)
` [PATCH 2/2] perf test: Add perf record sample filtering test

[PATCH v4] usb: typec: bus: verify partner exists in typec_altmode_attention
 2023-08-15  8:18 UTC  (2+ messages)

[REGRESSION] HDMI connector detection broken in 6.3 on Intel(R) Celeron(R) N3060 integrated graphics
 2023-08-15  8:12 UTC  (6+ messages)

[PATCH v2] s390/mm: Make virt_to_pfn() a static inline
 2023-08-15  8:09 UTC  (2+ messages)

[PATCH 1/2] gpio: sim: use sysfs_streq() and avoid an strdup()
 2023-08-15  8:04 UTC  (3+ messages)
` [PATCH 2/2] gpio: sim: simplify code with cleanup helpers

[PATCH] time: clocksource: Remove unnecessary ‘0’ values from count
 2023-08-17  0:33 UTC 

linux-next: manual merge of the vhost tree with the net-next tree
 2023-08-15  8:01 UTC 

linux-next: duplicate patch in the drivers-x86 tree
 2023-08-15  7:59 UTC  (3+ messages)

[PATCH] KVM: VMX: Rename vmx_get_max_tdp_level to vmx_get_max_ept_level
 2023-08-15  7:56 UTC  (3+ messages)

[PATCH v15 000/115] KVM TDX basic feature support
 2023-08-15  7:56 UTC  (3+ messages)
` [PATCH v15 018/115] KVM: TDX: x86: Add ioctl to get TDX systemwide parameters

[PATCH v10 00/16] MediaTek DDP GAMMA - 12-bit LUT support
 2023-08-15  7:57 UTC  (3+ messages)
` [PATCH v10 11/16] drm/mediatek: gamma: Add support for 12-bit LUT and MT8195

[PATCH] x86: kvm: x86: Remove unnecessary initial values of variables
 2023-08-17  0:26 UTC 

[PATCH] kselftest/arm64: fix a memleak in zt_regs_run()
 2023-08-15  7:49 UTC 

[PATCH v14 00/11] Implement copy offload support
 2023-08-15  7:50 UTC  (6+ messages)
  ` [PATCH v14 02/11] Add infrastructure for copy offload in block and request layer
    ` [dm-devel] "

[PATCH RFC 4/4] fs: allow mknod in non-initial userns using cgroup device guard
 2023-08-15  7:49 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox