LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-25 05:49:45 to 2024-01-25 08:34:01 UTC [more...]

[PATCH v2] KVM: PPC: code cleanup for kvmppc_book3s_irqprio_deliver
 2024-01-25  8:33 UTC 

[PATCH 0/3] *** Detect interrupt storm in softlockup ***
 2024-01-25  8:31 UTC  (7+ messages)
` [PATCH 1/3] watchdog/softlockup: low-overhead detection of interrupt storm
` [PATCH 2/3] watchdog/softlockup: report the most time-consuming hardirq

[PATCH 0/2] mm: zswap: simplify zswap_swapoff()
 2024-01-25  8:30 UTC  (17+ messages)
` [PATCH 2/2] mm: zswap: remove unnecessary tree cleanups in zswap_swapoff()

[PATCH net-next v8 00/10] net/smc: implement SMCv2.1 virtual ISM device support
 2024-01-25  8:26 UTC  (5+ messages)
` [PATCH net-next v8 07/10] net/smc: compatible with 128-bits extended GID of virtual ISM device
  ` [REGRESSION] v6.8 SMC-D issues

[PATCH v3 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
 2024-01-25  8:27 UTC  (11+ messages)
` [PATCH v3 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format

[PATCH v5 0/6] reset: gpio: ASoC: shared GPIO resets
 2024-01-25  8:27 UTC  (4+ messages)
` [PATCH v5 4/6] reset: Instantiate reset GPIO controller for shared reset-gpios

[PATCH RESEND] arm64: dts: qcom: qcm6490-idp: Add support for PM7250B PMIC
 2024-01-25  8:26 UTC  (4+ messages)

[PATCH v2] powerpc/iommu: Code cleanup for cell/iommu.c
 2024-01-25  8:26 UTC 

[PATCH 0/4] RK3588 and Rock 5B dts additions: thermal, OPP, rfkill and fan
 2024-01-25  8:26 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: rockchip: enable built-in thermal monitoring on rk3588

[PATCHv3 1/1] block: introduce content activity based ioprio
 2024-01-25  8:26 UTC  (4+ messages)

[PATCH net-next v1] vsock/test: print type for SOCK_SEQPACKET
 2024-01-25  8:25 UTC  (2+ messages)

[GIT PULL fixes] clk: samsung: fixes for v6.8
 2024-01-25  8:25 UTC 

[HID Patchsets for Samsung driver v4 0/6] Patchsets for Samsung driver
 2024-01-25  8:24 UTC  (2+ messages)

[GIT PULL fixes] ARM: samsung: dts: fixes for v6.8
 2024-01-25  8:24 UTC 

[PATCH 0/5] Miscelleanous fixes and improvements to Infield Scan
 2024-01-25  8:22 UTC  (6+ messages)
` [PATCH 1/5] platform/x86/intel/ifs: Call release_firmware() when handling errors
` [PATCH 2/5] platform/x86/intel/ifs: Trace on all HT threads when executing a test
` [PATCH 3/5] platform/x86/intel/ifs: Add current batch number to trace output
` [PATCH 4/5] platform/x86/intel/ifs: Replace the exit rendezvous with an entry rendezvous for ARRAY_BIST
` [PATCH 5/5] platform/x86/intel/ifs: Add an entry rendezvous for SAF

[PATCH net-next v5 00/13] Introduce PHY listing and link_topology tracking
 2024-01-25  8:22 UTC  (8+ messages)
` [PATCH net-next v5 07/13] net: ethtool: Introduce a command to list PHYs on an interface

[PATCH net-next v2 1/2] dt-bindings: net: dsa: Add KSZ8567 switch support
 2024-01-25  8:05 UTC  (2+ messages)
` [PATCH net-next v2 2/2] "

[PATCH] powerpc/iommu: Code cleanup for cell/iommu.c
 2024-01-25  8:20 UTC  (3+ messages)

[PATCH] ARM: riscpc: Code cleanup for parse_tag_acorn
 2024-01-25  8:18 UTC 

[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
 2024-01-25  8:18 UTC  (33+ messages)
` [RFC PATCH v1 01/28] riscv: abstract envcfg CSR
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 03/28] riscv: define default value for envcfg
` [RFC PATCH v1 04/28] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 06/28] riscv: zicfiss/zicfilp extension csr and bit definitions
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 10/28] riscv/mm : Introducing new protection flag "PROT_SHADOWSTACK"
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 12/28] riscv mm: manufacture shadow stack pte
` [RFC PATCH v1 13/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [RFC PATCH v1 14/28] riscv mmu: write protect and shadow stack
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 16/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [RFC PATCH v1 17/28] prctl: arch-agnostic prctl for shadow stack
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking
` [RFC PATCH v1 19/28] riscv: Implements arch agnostic shadow stack prctls
` [RFC PATCH v1 20/28] riscv: Implements arch argnostic indirect branch tracking prctls
` [RFC PATCH v1 21/28] riscv/traps: Introduce software check exception
` [RFC PATCH v1 22/28] riscv sigcontext: adding cfi state field in sigcontext
` [RFC PATCH v1 23/28] riscv signal: Save and restore of shadow stack for signal
` [RFC PATCH v1 24/28] riscv: select config for shadow stack and landing pad instr support
` [RFC PATCH v1 25/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [RFC PATCH v1 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [RFC PATCH v1 27/28] riscv: Documentation for shadow stack on riscv
` [RFC PATCH v1 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH] mm: zswap: remove unused tree argument in zswap_entry_put()
 2024-01-25  8:17 UTC  (2+ messages)

[PATCH 0/8] timers and Documentation: Cleanup
 2024-01-25  8:17 UTC  (3+ messages)
` [PATCH 1/8] include/hrtimers: Move hrtimer base related definitions into hrtimer_defs

[PATCH v3] clocksource: Skip watchdog check for large watchdog intervals
 2024-01-25  8:17 UTC  (2+ messages)
` [tip: timers/urgent] "

[PATCH 1/3] gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIB
 2024-01-25  8:16 UTC  (3+ messages)
` [PATCH 2/3] gpiolib: add gpio_device_get_base() "
` [PATCH 3/3] gpiolib: add gpio_device_get_label() "

[PATCH 0/3] add debugfs to hisilicon migration driver
 2024-01-25  8:10 UTC  (4+ messages)
` [PATCH 1/3] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH 2/3] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH 3/3] Documentation: add debugfs description for hisi migration

[PATCH v3 0/2] arm64: qcom: sm8550: add support for the SM8550-HDK board
 2024-01-25  8:13 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: qcom: Document the HDK8550 board
` [PATCH v3 2/2] arm64: dts: qcom: sm8550: add support for the SM8550-HDK board

[PATCH] efivarfs: Iterate variables with increasing name buffer sizes
 2024-01-25  8:12 UTC  (7+ messages)

[PATCH 0/3] add debugfs to hisilicon migration driver
 2024-01-25  8:12 UTC  (5+ messages)
` [PATCH 1/3] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH 2/3] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH 3/3] Documentation: add debugfs description for hisi migration

[PATCH, RFC] block: set noio context in submit_bio_noacct_nocheck
 2024-01-25  8:10 UTC  (3+ messages)

[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2024-01-25  8:10 UTC  (13+ messages)
` [PATCH v19 03/30] drm/gem: Document locking rule of vmap and evict callbacks
` [PATCH v19 12/30] drm/shmem-helper: Prepare drm_gem_shmem_free() to shrinker addition
` [PATCH v19 13/30] drm/shmem-helper: Make drm_gem_shmem_get_pages() public
` [PATCH v19 14/30] drm/shmem-helper: Add drm_gem_shmem_put_pages()
` [PATCH v19 15/30] drm/shmem-helper: Avoid lockdep warning when pages are released
` [PATCH v19 18/30] drm/panfrost: Explicitly get and put drm-shmem pages

[PATCH] ARM: riscpc: dma: code cleanup
 2024-01-25  8:09 UTC 

[PATCH v4 00/11] arm64: dts: qcom: Add more support to X1E80100 base dtsi, CRD and QCP boards
 2024-01-25  8:02 UTC  (7+ messages)
` [PATCH v4 07/11] arm64: dts: qcom: x1e80100: Add PCIe nodes
` [PATCH v4 08/11] arm64: dts: qcom: x1e80100: Add display nodes

[PATCH v1 00/12] PM: sleep: Fix up suspend stats handling and clean up core code
 2024-01-25  8:00 UTC  (17+ messages)
` [PATCH v1 01/12] PM: sleep: Simplify dpm_suspended_list walk in dpm_resume()
` [PATCH v1 02/12] PM: sleep: Relocate two device PM core functions
` [PATCH v1 03/12] PM: sleep: stats: Use array of suspend step names
` [PATCH v1 04/12] PM: sleep: stats: Use an array of step failure counters
` [PATCH v1 05/12] PM: sleep: stats: Use step_failures[0] as a counter of successful cycles
` [PATCH v1 06/12] PM: sleep: stats: Define suspend_stats next to the code using it
` [PATCH v1 08/12] PM: sleep: stats: Use locking in dpm_save_failed_dev()
` [PATCH v1 11/12] PM: sleep: Move devices to new lists earlier in each suspend phase

[PATCH v2 00/11] dm-raid: fix v6.7 regressions
 2024-01-25  7:57 UTC  (4+ messages)
` [PATCH v2 05/11] md: export helpers to stop sync_thread

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25  7:41 UTC  (5+ messages)
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device

[PATCH] dt-bindings: ufs: samsung,exynos-ufs: Add size constraints on "samsung,sysreg"
 2024-01-25  7:57 UTC  (2+ messages)

[PATCH v18 000/121] KVM TDX basic feature support
 2024-01-25  7:56 UTC  (3+ messages)
` [PATCH v18 030/121] KVM: TDX: Do TDX specific vcpu initialization

[PATCH v4 1/2] PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
 2024-01-25  7:56 UTC  (3+ messages)
` [PATCH v4 2/2] PCI: dwc: Cleanup in dw_pcie_ep_raise_msi_irq()

[PATCH 3/3] x86/resctrl: Display cache occupancy of busy RMIDs
 2024-01-25  7:54 UTC  (3+ messages)

[PATCH bpf 0/3] Fix the read of vsyscall page through bpf
 2024-01-25  7:54 UTC  (9+ messages)
` [PATCH bpf 2/3] x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
` [PATCH bpf 3/3] selftest/bpf: Test the read of vsyscall page under x86-64

[PATCH 0/2] phy: qcom: qmp-pcie: Update PCIe PHY settings for SM8550
 2024-01-25  7:53 UTC  (4+ messages)

[PATCH v3 00/17] Add support for Mobileye EyeQ5 system controller
 2024-01-25  7:51 UTC  (8+ messages)
` [PATCH v3 04/17] dt-bindings: soc: mobileye: add EyeQ5 OLB "
` [PATCH v3 08/17] clk: eyeq5: add platform driver

[PATCH v1 1/4] ASoc: pcm6240: Create pcm6240 codec driver code
 2024-01-25  7:50 UTC  (5+ messages)
` [PATCH v1 4/4] ASoc: dt-bindings: Create yaml file for pcm6240 codec driver
    ` [EXTERNAL] "

[PATCH 1/3] x86/resctrl: Display the number of available CLOSIDs
 2024-01-25  7:44 UTC  (3+ messages)

[PATCH v4 0/3] Add phyBOARD-Segin-i.MX93 support
 2024-01-25  7:41 UTC  (13+ messages)
` [PATCH v4 3/3] arm64: dts: imx93: "

[PATCH v5 0/8] support '%pd' and '%pD' for print file name
 2024-01-25  7:39 UTC  (9+ messages)
` [PATCH v5 1/8] tracing/probes: add traceprobe_expand_dentry_args() helper
` [PATCH v5 2/8] tracing/probes: support '%pd' type for print struct dentry's name
` [PATCH v5 3/8] tracing/probes: support '%pD' type for print struct file's name
` [PATCH v5 4/8] tracing/probes: support '%pd/%pD' type for fprobe
` [PATCH v5 5/8] tracing: add new type "%pd/%pD" in readme_msg[]
` [PATCH v5 6/8] Documentation: tracing: add new type '%pd' and '%pD' for kprobe
` [PATCH v5 7/8] selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"
` [PATCH v5 8/8] selftests/ftrace: add fprobe "

[PATCH v3 0/8] arm64: dts: qcom: sa8295p: Enable GPU
 2024-01-25  7:39 UTC  (5+ messages)
` [PATCH v3 1/8] dt-bindings: clock: qcom: Allow VDD_GFX supply to GX

BUG: kernel NULL pointer dereference, address: 0000000000000008
 2024-01-25  7:38 UTC  (5+ messages)
` BUG [RESEND]: "
    ` BUG [RESEND][NEW BUG]: "

[PATCH 0/9] Add exynos_pmu_update/read/write() APIs to exynos-pmu
 2024-01-25  7:37 UTC  (9+ messages)
` [PATCH 3/9] watchdog: s3c2410_wdt: update to use new exynos_pmu_*() apis

[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
 2024-01-25  7:37 UTC  (2+ messages)

[PATCH] HID: hidraw: fix a problem of memory leak in hidraw_release()
 2024-01-25  7:35 UTC  (4+ messages)

[linus:master] [kmemleak] 39042079a0: kernel-selftests.kvm.memslot_perf_test.fail
 2024-01-25  7:34 UTC 

[PATCH v4 0/4] mailbox: imx: support i.MX95 ELE/V2X MU
 2024-01-25  7:33 UTC  (5+ messages)
` [PATCH v4 2/4] mailbox: imx: support return value of init
` [PATCH v4 3/4] mailbox: imx: get RR/TR registers num from Parameter register

[PATCH v3 0/3] mm, lru_gen: batch update pages when aging
 2024-01-25  7:32 UTC  (3+ messages)
` [PATCH v3 1/3] mm, lru_gen: try to prefetch next page when scanning LRU

[PATCH v2] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-01-25  7:31 UTC  (3+ messages)

[PATCHv2 1/1] block: introduce content activity based ioprio
 2024-01-25  7:29 UTC  (7+ messages)

[PATCH v7 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
 2024-01-25  7:19 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v7 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v7 3/3] riscv: dts: allwinner: d1: Add pwm node

[PATCH V2 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
 2024-01-25  7:20 UTC  (3+ messages)
` [PATCH V2 2/6] pwm: sprd: Improve the pwm backlight control function

[RFC KERNEL PATCH v4 3/3] PCI/sysfs: Add gsi sysfs for pci_dev
 2024-01-25  7:17 UTC  (2+ messages)

[PATCH v2 4/4] selftests/resctrl: Add non-contiguous CBMs CAT test
 2024-01-25  7:12 UTC  (11+ messages)

[PATCH] dt-bindings: pinctr: pinctrl-zynq: Fix compatible string
 2024-01-25  7:06 UTC  (3+ messages)

[PATCH V3] hwmon: scmi-hwmon: implement change_mode for thermal zones
 2024-01-25  7:06 UTC  (3+ messages)

[PATCH v4 0/6] pwm: meson: dt-bindings fixup
 2024-01-25  6:53 UTC  (7+ messages)
` [PATCH v4 5/6] pwm: meson: don't carry internal clock elements around

[PATCH v2 0/3] virtio_net: Support the RX hash XDP hint
 2024-01-25  6:52 UTC  (8+ messages)
` [PATCH v2 2/3] virtio_net: Add missing virtio header in skb for XDP_PASS

[RFC PATCH 2/2] tracing: Add documentation for event stack filter
 2024-01-25  6:50 UTC 

[PATCH] Bluetooth: Enforce validation on max value of connection interval
 2024-01-25  6:50 UTC 

[RFC PATCH 1/2] tracing: Introduce stack filter for trace events
 2024-01-25  6:50 UTC 

[PATCH] drm/xe/display: Fix memleak in display initialization
 2024-01-25  6:36 UTC 

[PATCH net v1] octeontx2-af: Initialize bitmap arrays
 2024-01-25  6:34 UTC 

[PATCH v3 0/4] md: Don't clear MD_CLOSING when the raid is about to stop
 2024-01-25  6:28 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] md: factor out a helper to sync mddev
` [PATCH v3 3/4] md: sync blockdev before stopping raid or setting readonly
` [PATCH v3 4/4] md: check mddev->pers before calling md_set_readonly()

[PATCH v2 0/4] PCI/AER: Handle Advisory Non-Fatal properly
 2024-01-25  6:28 UTC  (5+ messages)
` [PATCH v2 1/4] PCI/AER: Store more information in aer_err_info
` [PATCH v2 2/4] PCI/AER: Handle Advisory Non-Fatal properly
` [PATCH v2 3/4] PCI/AER: Fetch information for FTrace
` [PATCH v2 4/4] RAS: Trace more information in aer_event

[PATCH] thermal: power_allocator: initialize params->sustainable_power in the bind callback
 2024-01-25  6:23 UTC  (2+ messages)
` [PATCH V2] thermal: power_allocator: Avoid overwriting PID coefficients from setup time

[PATCH] RISC-V: add uniprocessor flush_tlb_range() support
 2024-01-25  6:20 UTC 

[PATCH v2 0/4] riscv: sophgo: add reset support for SG2042
 2024-01-25  6:11 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: reset: sophgo: support SG2042
` [PATCH v2 2/4] reset: sophgo: add SG2042 reset generator driver
` [PATCH v2 3/4] riscv: dts: add reset generator for Sophgo SG2042 SoC
` [PATCH v2 4/4] riscv: dts: add resets property for uart node

[PATCH v7 00/16] Add Secure TSC support for SNP guests
 2024-01-25  6:08 UTC  (2+ messages)

[PATCH 0/4 V2 net-next] net: mana: Assigning IRQ affinity on HT cores
 2024-01-25  6:07 UTC  (6+ messages)
` [PATCH 4/4 "

[PATCH v3 0/4] Add support of color temperature and chromaticity
 2024-01-25  6:01 UTC  (8+ messages)
` [PATCH v3 1/4] iio: hid-sensor-als: Assign channels dynamically
` [PATCH v3 3/4] iio: hid-sensor-als: Add light color temperature support
` [PATCH v3 4/4] iio: hid-sensor-als: Add light chromaticity support

drivers/net/wireless/realtek/rtw89/pci.c:211:5-8: Unneeded variable: "cnt". Return " 1" on line 273
 2024-01-25  6:00 UTC 

[net-next PATCH 0/3] net: mdio-ipq4019: fix wrong default MDC rate
 2024-01-25  5:57 UTC  (2+ messages)

linux-next: build warning after merge of the usb tree
 2024-01-25  5:53 UTC  (4+ messages)

[PATCH v3 00/10] mtd: rawnand: brcmnand: driver and doc updates
 2024-01-25  5:53 UTC  (6+ messages)
` [PATCH v3 02/10] ARM: dts: broadcom: bcmbca: Add NAND controller node

[PATCH RESEND] perf tools: Add -H short option for --hierarchy
 2024-01-25  5:51 UTC 

[PATCH 0/3] clk: qcom: gcc-sm8150: Add gcc_parents_0_ao support
 2024-01-25  5:49 UTC  (4+ messages)
` [PATCH 2/3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).