public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-17 19:53:06 to 2023-10-17 22:52:09 UTC [more...]

[PATCH] airo: replace deprecated strncpy with strscpy_pad
 2023-10-17 22:51 UTC  (2+ messages)

[RFC PATCH v1 0/8] Introduce mseal() syscall
 2023-10-17 22:35 UTC  (5+ messages)

[BUG] vfat garbled mtimes (e57260ae3226bda354e6e5c838c62a6a88c2c5bc)
 2023-10-17 22:31 UTC 

[PATCH v2 -tip] x86/percpu: Use C for arch_raw_cpu_ptr()
 2023-10-17 22:29 UTC  (20+ messages)

[PATCH v2 0/5] userfaultfd man page updates
 2023-10-17 22:25 UTC  (9+ messages)
` [PATCH v2 4/5] ioctl_userfaultfd.2: fix / update UFFDIO_REGISTER error code list
` [PATCH v2 5/5] ioctl_userfaultfd.2: document new UFFDIO_POISON ioctl

[PATCH 0/5] i3c: master: some improvment for i3c master
 2023-10-17 22:22 UTC  (8+ messages)
` [PATCH 1/5] i3c: master: svc: enable hotjoin default
` [PATCH 3/5] i3c: svc: rename read_len as actual_len

[PATCH 0/2] PCI: dwc: Fix the BAR size programming
 2023-10-17 22:18 UTC  (7+ messages)
` [PATCH 2/2] PCI: qcom-ep: Implement dbi_cs2_access() function callback for DBI CS2 access

[PATCH v13 5/8] media: chips-media: wave5: Add the v4l2 layer
 2023-10-17 22:13 UTC  (2+ messages)

[RFC PATCH] sched/fair: Introduce WAKEUP_BIAS_PREV to reduce migrations
 2023-10-17 22:12 UTC 

[PATCH] x86/cpu: amd: fix warning in W=1 build
 2023-10-17 22:06 UTC  (2+ messages)
` [tip: x86/microcode] x86/microcode/amd: Fix snprintf() format string "

[PATCH] wifi: iwlwifi: fw: replace deprecated strncpy with strscpy
 2023-10-17 21:58 UTC 

[PATCH] scsi: ufs: Leave space for '\0' in utf8 desc string
 2023-10-17 21:56 UTC  (4+ messages)

[PATCH 0/4] cpufreq: Add basic cpufreq scaling for Qualcomm MSM8909
 2023-10-17 21:50 UTC  (11+ messages)
` [PATCH 1/4] cpufreq: qcom-nvmem: Enable virtual power domain devices

[PATCH v3 1/4] mtd: rawnand: Add destructive operation
 2023-10-17 21:49 UTC  (5+ messages)
` [PATCH v3 2/4] mtd: rawnand: NAND controller write protect
` [PATCH v3 3/4] mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_status
` [PATCH v3 4/4] mtd: rawnand: brcmnand: exec_op implementation

[patch V5 00/39] x86/microcode: Cleanup and late loading enhancements
 2023-10-17 21:24 UTC  (40+ messages)
` [patch V5 01/39] x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32()
` [patch V5 02/39] x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()
` [patch V5 03/39] x86/boot/32: De-uglify the 2/3 level paging difference "
` [patch V5 04/39] x86/boot/32: Restructure mk_early_pgtbl_32()
` [patch V5 05/39] x86/microcode: Provide CONFIG_MICROCODE_INITRD32
` [patch V5 06/39] x86/boot/32: Temporarily map initrd for microcode loading
` [patch V5 07/39] x86/microcode/32: Move early loading after paging enable
` [patch V5 08/39] x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
` [patch V5 09/39] x86/microcode/intel: Simplify scan_microcode()
` [patch V5 10/39] x86/microcode/intel: Simplify and rename generic_load_microcode()
` [patch V5 11/39] x86/microcode/intel: Cleanup code further
` [patch V5 12/39] x86/microcode/intel: Simplify early loading
` [patch V5 13/39] x86/microcode/intel: Save the microcode only after a successful late-load
` [patch V5 14/39] x86/microcode/intel: Switch to kvmalloc()
` [patch V5 15/39] x86/microcode/intel: Unify microcode apply() functions
` [patch V5 16/39] x86/microcode/intel: Rework intel_cpu_collect_info()
` [patch V5 17/39] x86/microcode/intel: Reuse intel_cpu_collect_info()
` [patch V5 18/39] x86/microcode/intel: Rework intel_find_matching_signature()
` [patch V5 19/39] x86/microcode: Remove pointless apply() invocation
` [patch V5 20/39] x86/microcode/amd: Use correct per CPU ucode_cpu_info
` [patch V5 21/39] x86/microcode/amd: Cache builtin microcode too
` [patch V5 22/39] x86/microcode/amd: Cache builtin/initrd microcode early
` [patch V5 23/39] x86/microcode/amd: Use cached microcode for AP load
` [patch V5 24/39] x86/microcode: Mop up early loading leftovers
` [patch V5 25/39] x86/microcode: Get rid of the schedule work indirection
` [patch V5 26/39] x86/microcode: Clean up mc_cpu_down_prep()
` [patch V5 27/39] x86/microcode: Handle "nosmt" correctly
` [patch V5 28/39] x86/microcode: Clarify the late load logic
` [patch V5 29/39] x86/microcode: Sanitize __wait_for_cpus()
` [patch V5 30/39] x86/microcode: Add per CPU result state
` [patch V5 31/39] x86/microcode: Add per CPU control field
` [patch V5 32/39] x86/microcode: Provide new control functions
` [patch V5 33/39] x86/microcode: Replace the all-in-one rendevous handler
` [patch V5 34/39] x86/microcode: Rendezvous and load in NMI
` [patch V5 35/39] x86/microcode: Protect against instrumentation
` [patch V5 36/39] x86/apic: Provide apic_force_nmi_on_cpu()
` [patch V5 37/39] x86/microcode: Handle "offline" CPUs correctly
` [patch V5 38/39] x86/microcode: Prepare for minimal revision check
` [patch V5 39/39] x86/microcode/intel: Add a minimum required revision for late loading

[PATCH v2] wifi: ipw2x00: replace deprecated strncpy with strscpy_pad
 2023-10-17 21:48 UTC 

[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-10-17 21:42 UTC  (4+ messages)
` [PATCH v7 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters

[PATCH v1 1/1] Revert "pinctrl: avoid unsafe code pattern in find_pinctrl()"
 2023-10-17 21:43 UTC  (6+ messages)

[PATCH v3 0/4] HID: touchscreen: add himax hid-over-spi driver
 2023-10-17 21:41 UTC  (3+ messages)

[PATCH v3 0/4] SCSI: Fix issues between removing device and error handle
 2023-10-17 21:41 UTC  (3+ messages)

[PATCH] ipw2x00: replace deprecated strncpy with strscpy_pad
 2023-10-17 21:40 UTC 

[PATCH v3 0/2] wifi: brcm80211: replace deprecated strncpy
 2023-10-17 21:27 UTC  (4+ messages)
` [PATCH v3 1/2] wifi: brcm80211: replace deprecated strncpy with strscpy
` [PATCH v3 2/2] wifi: brcmsmac: replace deprecated strncpy with memcpy

drivers/soc/qcom/llcc-qcom.c:121: warning: Function parameter or member 'stale_en' not described in 'llcc_slice_config'
 2023-10-17 21:27 UTC 

drivers/scsi/mpt3sas/mpt3sas_base.c:5487: warning: Function parameter or member 'sas_addr' not described in 'mpt3sas_atto_get_sas_addr'
 2023-10-17 21:27 UTC 

[PATCH v1] usb: typec: altmodes/displayport: verify compatible source/sink role combination
 2023-10-17 21:33 UTC  (2+ messages)

[PATCH] KVM: x86: Clean up included but non-essential header declarations
 2023-10-17 21:31 UTC  (2+ messages)

[PATCH v3] mmc: rtsx: improve performance for multi block rw
 2023-10-17 21:28 UTC  (14+ messages)

[PATCH printk v2 0/4] fix console flushing on panic
 2023-10-17 21:25 UTC  (4+ messages)
` [PATCH printk v2 3/4] printk: Skip unfinalized records in panic

[RFC PATCH] audit: Send netlink ACK before setting connection in auditd_set
 2023-10-17 21:20 UTC  (6+ messages)

[RFC PATCH] PM / devfreq: introduce multiple devfreq devices per parent device
 2023-10-17 21:19 UTC 

[PATCH][next] drm/amd/display: Fix a handful of spelling mistakes in dml_print output
 2023-10-17 21:16 UTC  (2+ messages)

[PATCH v2 0/2] cleanup patch
 2023-10-17 21:15 UTC  (5+ messages)
` [PATCH v2 1/2] scsi: core: cleanup scsi_dev_queue_ready()
` [PATCH v2 2/2] scsi: Add comment of target_destroy in scsi_host_template

[PATCH v3] selftests/user_events: Fix abi_test for BE archs
 2023-10-17 21:10 UTC  (3+ messages)

[PATCH 00/12] usb: dwc3: qcom: Flatten dwc3 structure
 2023-10-17 21:02 UTC  (4+ messages)
` [PATCH 10/12] dt-bindings: usb: qcom,dwc3: Introduce flattened qcom,dwc3 binding

[PATCH 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-17 20:55 UTC  (4+ messages)
` [PATCH 3/6] i3c: master: svc: fix ibi may not return mandatory data byte

[PATCH 0/3] efi/cper, cxl: Decode CXL Component Events CPER
 2023-10-17 20:52 UTC  (6+ messages)
` [PATCH 1/3] efi/cper, cxl: Decode CXL Component Events General Media Event Record

[PATCH net v2] net: phy: bcm7xxx: Add missing 16nm EPHY statistics
 2023-10-17 20:51 UTC 

[PATCH v2 0/2] i2c: mv64xxx: reset-gpios
 2023-10-17 20:50 UTC  (4+ messages)
` [PATCH v2 2/2] i2c: mv64xxx: add an optional reset-gpios property

[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
 2023-10-17 20:48 UTC  (12+ messages)
` [PATCH V2 5/7] clk: qcom: Add NSS clock Controller driver "

[PATCH v3 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-10-17 19:31 UTC  (2+ messages)
` [PATCH v3 3/4] PCI: layerscape: Rename pf_* as pf_lut_*

[PATCH v1 0/6] iio: Introduce and use device_property_match_property_string()
 2023-10-17 19:19 UTC  (6+ messages)
` [PATCH v1 2/6] device property: Add fwnode_property_match_property_string()

[PATCH v2 0/7] RISC-V: Add eMMC support for TH1520 boards
 2023-10-17 20:43 UTC  (8+ messages)
` [PATCH v2 1/7] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH v2 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v2 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
` [PATCH v2 4/7] riscv: defconfig: Enable mmc and dma drivers "
` [PATCH v2 5/7] riscv: dts: thead: Add TH1520 mmc controller and sdhci clock
` [PATCH v2 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC controller
` [PATCH v2 7/7] riscv: dts: thead: Enable LicheePi 4A "

[PATCH v2 1/3] r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_tx
 2023-10-17 20:43 UTC  (4+ messages)
` [PATCH v2 3/3] r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[entry].opts1

[PATCH 0/5] Some khugepaged folio conversions
 2023-10-17 20:41 UTC  (3+ messages)
` [PATCH 2/5] mm/khugepaged: Convert hpage_collapse_scan_pmd() to use folios

[PATCH net] net: phy: bcm7xxx: Add missing 16nm EPHY statistics
 2023-10-17 20:37 UTC  (3+ messages)

[RESEND PATCH] mfd: Use device_get_match_data()
 2023-10-17 20:36 UTC 

[RESEND PATCH] mfd: Use i2c_get_match_data()
 2023-10-17 20:36 UTC 

[RESEND PATCH] mfd: Use spi_get_device_match_data()
 2023-10-17 20:35 UTC 

[RESEND PATCH] mfd: motorola-cpcap: Drop unnecessary of_match_device() call
 2023-10-17 20:35 UTC 

[RESEND PATCH] regulator: Drop unnecessary of_match_device() calls
 2023-10-17 20:35 UTC 

[RESEND PATCH] regulator: Use device_get_match_data()
 2023-10-17 20:34 UTC 

[RESEND PATCH] regulator: da9121: Use i2c_get_match_data()
 2023-10-17 20:34 UTC 

[RESEND PATCH] spi: stm32: Explicitly include correct DT includes
 2023-10-17 20:33 UTC 

[PATCH v2] riscv: dts: thead: set dma-noncoherent to soc bus
 2023-10-17 20:33 UTC  (9+ messages)

[PATCH net-next 0/5] net: stmmac: fix PPS input indexing
 2023-10-17 20:27 UTC  (6+ messages)
` [PATCH net-next 2/5] net: stmmac: fix PPS capture input index

[PATCH v5 0/3] Remove secret-size restrictions for hashes
 2023-10-17 20:28 UTC  (2+ messages)

[PATCH 00/10] Handle set_memory_XXcrypted() errors
 2023-10-17 20:25 UTC  (11+ messages)
` [PATCH 01/10] mm: Add helper for freeing decrypted memory
` [PATCH 02/10] x86/mm/cpa: Reject incorrect encryption change requests
` [PATCH 03/10] kvmclock: Use free_decrypted_pages()
` [PATCH 04/10] swiotlb: "
` [PATCH 05/10] ptp: "
` [PATCH 06/10] dma: "
` [RFC 07/10] hv: "
` [RFC 08/10] hv: Track decrypted status in vmbus_gpadl
` [RFC 09/10] hv_nstvsc: Don't free decrypted memory
` [RFC 10/10] uio_hv_generic: "

[PATCH v4] perf bench sched pipe: Add -G/--cgroups option
 2023-10-17 20:23 UTC 

[PATCH v3] wifi: wilc1000: use vmm_table as array in wilc struct
 2023-10-17 20:21 UTC  (2+ messages)

Covering DT build in -next merge
 2023-10-17 20:20 UTC 

[RFC] mm/kasan: Add Allocation, Free, Error timestamps to KASAN report
 2023-10-17 20:19 UTC  (3+ messages)

[PATCH v3 00/11] Support IGT in display driver
 2023-10-17 20:19 UTC  (3+ messages)
` [PATCH v3 03/11] dt-bindings: display: mediatek: ovl: Modify rules for MT8195/MT8188

[syzbot] [kernel?] KASAN: slab-use-after-free Read in reweight_entity
 2023-10-17 20:16 UTC  (4+ messages)

[PATCH v5 0/3] iio: Support ROHM/Kionix kx022a
 2023-10-17 20:07 UTC  (3+ messages)
` [PATCH v5 2/3] iio: accel: Support Kionix/ROHM KX022A accelerometer

[PATCH] arm64: dts: qcom: msm8939-longcheer-l9100: Add proximity-near-level
 2023-10-17 20:03 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: i3c: Fix silvaco,i3c-master compatible string
 2023-10-17 20:14 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH v1 0/3] ACPI: thermal: Use ACPI thermal library functions
 2023-10-17 20:12 UTC  (4+ messages)
` [PATCH v1 1/3] thermal: ACPI: Move the ACPI thermal library to drivers/acpi/
` [PATCH v1 2/3] ACPI: thermal_lib: Add functions returning temperature in deci-Kelvin
` [PATCH v1 3/3] ACPI: thermal: Use library functions to obtain trip point temperature values

[PATCH v13 00/10] x86/resctrl: Miscellaneous resctrl features
 2023-10-17 20:11 UTC  (8+ messages)
` [PATCH v13 04/10] x86/resctrl: Add comments on RFTYPE flags hierarchy

[PATCH] media: staging: max96712: Fix device name in description
 2023-10-17 20:02 UTC  (2+ messages)

[PATCH v2 net-next] ipv6: avoid atomic fragment on GSO packets
 2023-10-17 20:02 UTC  (2+ messages)

[PATCH v9 00/34] Introduce QC USB SND audio offloading support
 2023-10-17 20:01 UTC  (35+ messages)
` [PATCH v9 01/34] xhci: split free interrupter into separate remove and free parts
` [PATCH v9 02/34] xhci: add support to allocate several interrupters
` [PATCH v9 03/34] xhci: add helper to stop endpoint and wait for completion
` [PATCH v9 04/34] xhci: sideband: add initial api to register a sideband entity
` [PATCH v9 05/34] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v9 06/34] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v9 07/34] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v9 08/34] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v9 09/34] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v9 10/34] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v9 11/34] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v9 12/34] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v9 13/34] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v9 14/34] dt-bindings: usb: xhci: Add num-hc-interrupters definition
` [PATCH v9 15/34] dt-bindings: usb: dwc3: Limit "
` [PATCH v9 16/34] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v9 17/34] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v9 18/34] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v9 19/34] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v9 20/34] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v9 21/34] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v9 22/34] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v9 23/34] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v9 24/34] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v9 25/34] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v9 26/34] ASoC: qcom: qdsp6: q6afe: Split USB AFE dev_token param into separate API
` [PATCH v9 27/34] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v9 28/34] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v9 29/34] ASoC: qcom: qdsp6: Add SND kcontrol to select offload device
` [PATCH v9 30/34] ASoC: qcom: qdsp6: Add SND kcontrol for fetching offload status
` [PATCH v9 31/34] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v9 32/34] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v9 33/34] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v9 34/34] ASoC: usb: Rediscover USB SND devices on USB port add

[PATCH v7 0/3] usb: ChipIdea: add Nuvoton NPCM UDC support
 2023-10-17 19:59 UTC  (4+ messages)
` [PATCH v7 1/3] usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
` [PATCH v7 2/3] dt-bindings: usb: ci-hdrc-usb2: add npcm750 and npcm845 compatible
` [PATCH v7 3/3] usb: chipidea: Add support for NPCM

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-10-17 19:58 UTC  (9+ messages)
` [PATCH v4 08/17] iommufd: Always setup MSI and anforce cc on kernel-managed domains

[PATCH 1/4] kbuild: remove ARCH_POSTLINK from module builds
 2023-10-17 19:56 UTC  (3+ messages)
` [PATCH 2/4] kbuild: avoid too many execution of scripts/pahole-flags.sh

[PATCH v1 RESEND 0/2] perf cs-etm: Improve timestamp tracing
 2023-10-17 19:55 UTC  (2+ messages)

[PATCH v2 0/7] PMU performance improvements
 2023-10-17 19:55 UTC  (2+ messages)

[RESEND PATCH] perf: script: fix missing ',' for fields option
 2023-10-17 19:55 UTC  (2+ messages)

[PATCH V2 0/3] Fix for shellcheck issues with latest scripts in tests/shell
 2023-10-17 19:55 UTC 

[PATCH] tools/perf/arch/powerpc: Fix the CPU ID const char* value by adding 0x prefix
 2023-10-17 19:55 UTC 

[tip: irq/core] PCI/MSI: Provide stubs for IMS functions
 2023-10-17 19:53 UTC 

[PATCH net-next 0/8] dt-bindings: net: Child node schema cleanups
 2023-10-17 19:18 UTC  (3+ messages)
` [PATCH net-next 1/8] dt-bindings: net: Add missing (unevaluated|additional)Properties on child node schemas


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