public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-15 00:26:57 to 2023-09-15 05:31:42 UTC [more...]

[PATCH] HID: intel-ish-hid: ipc: Rework EHL OOB wakeup
 2023-09-15  5:31 UTC  (3+ messages)

[PATCH v4] kobject: Replace strlcpy with strscpy
 2023-09-15  5:31 UTC  (2+ messages)

[PATCH] init/version.c: Replace strlcpy with strscpy
 2023-09-15  5:31 UTC  (2+ messages)

[PATCH] drm/mediatek/dp: fix memory leak on ->get_edid callback error path
 2023-09-15  5:28 UTC  (3+ messages)
` [PATCH] drm/mediatek/dp: fix memory leak on ->get_edid callback audio detection

Linux 6.1.52 regression: Intel QAT kernel panic (memory corruption)
 2023-09-15  5:27 UTC 

[PATCH v10 00/38] x86: enable FRED for x86-64
 2023-09-15  5:27 UTC  (19+ messages)
` [PATCH v10 03/38] x86/msr: Add the WRMSRNS instruction support
` [PATCH v10 08/38] x86/cpufeatures: Add the cpu feature bit for FRED

[PATCH] Documentation: kbuild: explain handling optional dependencies
 2023-09-15  5:26 UTC  (5+ messages)

[PATCH] hwmon: (ibmpowernv) refactor deprecated strncpy
 2023-09-15  5:24 UTC  (2+ messages)

[PATCH] hwmon: (asus_wmi_sensors) refactor deprecated strncpy
 2023-09-15  5:18 UTC  (2+ messages)

[PATCH] hwmon: refactor deprecated strncpy
 2023-09-15  5:17 UTC  (2+ messages)

[RFC Patch 0/3] mm/slub: reduce contention for per-node list_lock for large systems
 2023-09-15  5:05 UTC  (6+ messages)
` [RFC Patch 3/3] mm/slub: setup maxim per-node partial according to cpu numbers

[PATCH] HID: uhid: refactor deprecated strncpy
 2023-09-15  5:13 UTC  (2+ messages)

[PATCH] powerpc/82xx: Select FSL_SOC
 2023-09-15  5:05 UTC  (3+ messages)

[PATCH v2 1/2] x86/of: split x86_dtb_init for early x86_flattree_get_config call
 2023-09-15  5:03 UTC  (2+ messages)

[PATCH] HID: prodikeys: refactor deprecated strncpy
 2023-09-15  5:02 UTC  (2+ messages)

[PATCH v3 0/4] Add pm8916 VM-BMS and LBC
 2023-09-15  5:01 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: power: supply: Add pm8916 VM-BMS
` [PATCH v3 2/4] dt-bindings: power: supply: Add pm8916 LBC
` [PATCH v3 3/4] power: supply: Add pm8916 VM-BMS support
` [PATCH v3 4/4] power: supply: Add driver for pm8916 lbc

[RFC PATCH] kunit: Add a macro to wrap a deferred action function
 2023-09-15  5:01 UTC 

[PATCH] drm/nouveau/pm: refactor deprecated strncpy
 2023-09-15  4:59 UTC  (2+ messages)

[PATCH v2 1/1] efivarfs: fix statfs() on efivarfs
 2023-09-15  4:43 UTC  (2+ messages)

[PATCH] drm/nouveau/core: refactor deprecated strncpy
 2023-09-15  4:58 UTC  (2+ messages)

[PATCH v1] drm/dp/mst: fix missing modeset unlock for MST port detect
 2023-09-15  4:54 UTC 

[PATCH v8 1/3] cdx: add support for bus mastering
 2023-09-15  4:54 UTC  (3+ messages)
` [PATCH v8 2/3] vfio: add bus master feature to device feature ioctl
` [PATCH v8 3/3] vfio-cdx: add bus mastering device feature support

[PATCH] drm/nouveau/nvif: refactor deprecated strncpy
 2023-09-15  4:54 UTC  (2+ messages)

[PATCH bpf-next v2 0/6] Add Open-coded process and css iters
 2023-09-15  4:48 UTC  (4+ messages)
` [PATCH bpf-next v2 3/6] bpf: Introduce process open coded iterator kfuncs

icss_iep.c:undefined reference to `ptp_clock_index'
 2023-09-15  4:32 UTC 

[PATCH] drm/i915: refactor deprecated strncpy
 2023-09-15  4:38 UTC  (2+ messages)

[PATCH] drm/gma500: refactor deprecated strncpy
 2023-09-15  4:37 UTC  (2+ messages)

[PATCH] drm/etnaviv: refactor deprecated strncpy
 2023-09-15  4:33 UTC  (2+ messages)

[PATCH] drm/modes: refactor deprecated strncpy
 2023-09-15  4:30 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in vma_replace_policy
 2023-09-15  4:26 UTC  (13+ messages)

[PATCH 0/3] userfaultfd remap option
 2023-09-15  4:15 UTC  (6+ messages)
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI

[PATCH v21 00/29] Add KVM LoongArch support
 2023-09-15  4:11 UTC  (31+ messages)
` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v21 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v21 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v21 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v21 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v21 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v21 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v21 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v21 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v21 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v21 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v21 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v21 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v21 16/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v21 17/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v21 18/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v21 19/29] LoongArch: KVM: Implement handle csr exception
` [PATCH v21 20/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v21 21/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v21 22/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v21 23/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v21 24/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v21 25/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v21 26/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v21 27/29] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v21 28/29] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v21 29/29] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH tty v1 00/74] serial: wrappers for uart port lock
 2023-09-15  4:07 UTC  (3+ messages)
` [PATCH tty v1 11/74] serial: 8250_mtk: Use port lock wrappers

[PATCH 1/2] docs: pstore-blk.rst: use "about" as a preposition after "care"
 2023-09-15  4:06 UTC  (2+ messages)

[PATCH] firmware: ti_sci: refactor deprecated strncpy
 2023-09-15  4:03 UTC  (2+ messages)

[PATCH] firmware: tegra: bpmp: refactor deprecated strncpy
 2023-09-15  4:00 UTC  (2+ messages)

[PATCH v3] EDAC/mc_sysfs: refactor deprecated strncpy
 2023-09-15  3:53 UTC  (2+ messages)

[PATCH v5 0/4] riscv: Add fine-tuned checksum functions
 2023-09-15  3:49 UTC  (5+ messages)
` [PATCH v5 1/4] asm-generic: Improve csum_fold
` [PATCH v5 2/4] riscv: Checksum header
` [PATCH v5 3/4] riscv: Add checksum library
` [PATCH v5 4/4] riscv: Test checksum functions

[paulmck-rcu:dev.2023.09.06a] BUILD SUCCESS a06ee46348a726c48524e5379be7c05de8458720
 2023-09-15  3:41 UTC 

[PATCH] dax: refactor deprecated strncpy
 2023-09-15  3:40 UTC  (2+ messages)

[PATCH v6] cpuidle, ACPI: Evaluate LPI arch_flags for broadcast timer
 2023-09-15  3:39 UTC  (2+ messages)

[PATCH] crypto: qat - refactor deprecated strncpy
 2023-09-15  3:40 UTC  (2+ messages)

[PATCH] crypto: cavium/nitrox - refactor deprecated strncpy
 2023-09-15  3:38 UTC  (2+ messages)

[PATCH] cpuidle: dt: refactor deprecated strncpy
 2023-09-15  3:37 UTC  (2+ messages)

[RFC PATCH 0/2] Makes it easier for the wakee to choose previous CPU
 2023-09-15  3:37 UTC  (14+ messages)
` [RFC PATCH 2/2] sched/fair: skip the cache hot CPU in select_idle_cpu()

[PATCH] cpufreq: refactor deprecated strncpy
 2023-09-15  3:37 UTC  (2+ messages)

[PATCH] bus: fsl-mc: refactor deprecated strncpy
 2023-09-15  3:36 UTC  (2+ messages)

[PATCH] mm: mglru: fix add unevictable folio to lruvec->lists
 2023-09-15  3:34 UTC  (4+ messages)

[linus:master] [sched/fair] e0c2ff903c: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_fwd_prog_nr
 2023-09-15  3:33 UTC 

[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
 2023-09-15  3:31 UTC  (7+ messages)
` [RFC PATCH v2 2/5] mm: Add policy_name to identify OOM policies
      ` [External] "

[PATCH][next] checkpatch: add a couple new alloc functions to alloc with multiplies check
 2023-09-15  3:31 UTC  (3+ messages)

[PATCH v2][next] RDMA/core: Use size_{add,mul}() in calls to struct_size()
 2023-09-15  3:29 UTC  (2+ messages)

Fwd: Kernel 6.5.2 Causes Marvell Technology Group 88SE9128 PCIe SATA to Constantly Reset
 2023-09-15  3:22 UTC  (3+ messages)

[PATCH] null_blk: refactor deprecated strncpy
 2023-09-15  3:27 UTC  (2+ messages)

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-09-15  3:23 UTC  (2+ messages)

[PATCH] LoongArch: Fix lockdep static memory detection
 2023-09-15  3:22 UTC  (2+ messages)

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-09-15  3:21 UTC  (10+ messages)
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation

[PATCH] aoe: refactor deprecated strncpy
 2023-09-15  3:21 UTC  (2+ messages)

[PATCH] auxdisplay: panel: refactor deprecated strncpy
 2023-09-15  3:18 UTC  (2+ messages)

[PATCH] ACPI: OSI: refactor deprecated strncpy
 2023-09-15  3:16 UTC  (2+ messages)

[PATCH v2 0/2] interconnect: qcom: Add SM4450 interconnect
 2023-09-15  3:13 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: interconnect: Add Qualcomm SM4450
` [PATCH v2 2/2] interconnect: qcom: Add SM4450 interconnect provider driver

[PATCH V6 0/3] Add support control UP board CPLD/FPGA pin control
 2023-09-15  3:11 UTC  (4+ messages)
` [PATCH V6 1/3] mfd: Add support for UP board CPLD/FPGA
` [PATCH V6 2/3] pinctrl: Add support pin control "
` [PATCH V6 3/3] leds: Add support for UP board CPLD onboard LEDS

[PATCH] xen/efi: refactor deprecated strncpy
 2023-09-15  3:10 UTC  (2+ messages)

[PATCH] x86/tdx: refactor deprecated strncpy
 2023-09-15  3:07 UTC  (4+ messages)

[RFC PATCH 0/3] quering mount attributes
 2023-09-15  3:06 UTC  (16+ messages)
` [RFC PATCH 1/3] add unique mount ID
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH] um,ethertap: refactor deprecated strncpy
 2023-09-15  3:04 UTC  (4+ messages)

[git pull] drm fixes for 6.6-rc2
 2023-09-15  2:57 UTC 

[PATCH] vt: Fix potential read overflow of kernel memory
 2023-09-15  2:56 UTC  (9+ messages)

[PATCH] tracing/user_events: align uaddr on unsigned long alignment
 2023-09-15  2:54 UTC  (2+ messages)

[PATCH v10 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-09-15  2:54 UTC 

[PATCH 0/8] mm/damon: provide pseudo-moving sum based access rate
 2023-09-15  2:52 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: define and use a dedicated function for region access rate update
` [PATCH 2/8] mm/damon/vaddr: call damon_update_region_access_rate() always
` [PATCH 3/8] mm/damon/core: implement a pseudo-moving sum function
` [PATCH 4/8] mm/damon/core-test: add a unit test for damon_moving_sum()
` [PATCH 5/8] mm/damon/core: introduce nr_accesses_bp
` [PATCH 6/8] mm/damon/core: use pseudo-moving sum for nr_accesses_bp
` [PATCH 7/8] mm/damon/core: skip updating nr_accesses_bp for each aggregation interval
` [PATCH 8/8] mm/damon/core: mark damon_moving_sum() as a static function

linux-next: Signed-off-by missing for commit in the perf tree
 2023-09-15  2:50 UTC  (2+ messages)

[RFC] usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
 2023-09-15  2:46 UTC  (3+ messages)

[PATCH] kasan:fix access invalid shadow address when input is illegal
 2023-09-15  2:45 UTC  (6+ messages)

[PATCH] soc: ti: k3-socinfo: Revamp driver to accommodate different rev structs
 2023-09-15  2:45 UTC  (3+ messages)

[PATCH v6 00/25] Enable CET Virtualization
 2023-09-15  2:45 UTC  (13+ messages)
` [PATCH v6 01/25] x86/fpu/xstate: Manually check and add XFEATURE_CET_USER xstate bit
` [PATCH v6 02/25] x86/fpu/xstate: Fix guest fpstate allocation size calculation
` [PATCH v6 05/25] x86/fpu/xstate: Remove kernel dynamic xfeatures from kernel default_features
` [PATCH v6 06/25] x86/fpu/xstate: Opt-in kernel dynamic bits when calculate guest xstate size

[tip:x86/urgent] BUILD SUCCESS 7362132a6408d23244b95025ea85dd3dc41e5332
 2023-09-15  2:34 UTC 

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-15  2:29 UTC  (6+ messages)
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]

[PATCH 2/3] Revert "bpf: Fix issue in verifying allow_ptr_leaks"
 2023-09-15  2:26 UTC  (2+ messages)

[PATCH v1 00/17] RPC service thread improvements
 2023-09-15  2:22 UTC  (10+ messages)
` [PATCH v1 11/17] lib: add light-weight queuing mechanism
            ` [PATCH 11/17 SQUASH and replace commit message] "

[PATCH] ASoC: hdaudio.c: Add missing check for devm_kstrdup
 2023-09-15  2:13 UTC 

linux-next: manual merge of the btrfs tree with the mm tree
 2023-09-15  2:17 UTC  (3+ messages)

[PATCH v2 0/8] soc: qcom: Add uart console support for SM4450
 2023-09-15  2:15 UTC  (10+ messages)
` [PATCH v2 1/8] dt-bindings: firmware: document Qualcomm SM4450 SCM
` [PATCH v2 4/8] dt-bindings: arm-smmu: Add compatible for SM4450 SoC
` [PATCH v2 2/8] dt-bindings: mfd: qcom,tcsr: Add compatible for sm4450
` [PATCH v2 3/8] dt-bindings: interrupt-controller: qcom,pdc: document qcom,sm4450-pdc
` [PATCH v2 5/8] arm64: dts: qcom: sm4450: Add apps_rsc and cmd_db node
` [PATCH v2 6/8] arm64: dts: qcom: sm4450: Add RPMH and Global clock controller
` [PATCH v2 7/8] arm64: dts: qcom: add uart console support for SM4450
` [PATCH v2 8/8] arm64: defconfig: enable interconnect and pinctrl "

[PATCH 3/6] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
 2023-09-15  2:07 UTC  (9+ messages)
` [PATCH 5/6] scsi: ufs: ufs-sysfs: Expose UFS power info
` [PATCH 6/6] scsi: ufs: ufs-sysfs: Introduce UFS power info sysfs nodes

[PATCH 1/1] powerpc: fix a memory leak
 2023-09-15  2:05 UTC  (4+ messages)
  ` [PATCH v2 "

linux-next: Tree for Sep 15
 2023-09-15  2:01 UTC 

[PATCH net-next v3] net/core: Export dev_core_stats_*_inc()
 2023-09-15  2:00 UTC  (3+ messages)

[ANNOUNCE] 4.14.325-rt154
 2023-09-15  1:58 UTC 

[RFC PATCH net-next] net/smc: Introduce SMC-related proc files
 2023-09-15  1:58 UTC  (5+ messages)

[PATCH v2 0/2] pinctl: qcom: Add SM4450 pinctrl driver
 2023-09-15  1:58 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: pinctrl: qcom: Add SM4450 pinctrl
` [PATCH v2 2/2] pinctrl: qcom: Add SM4450 pinctrl driver

[ANNOUNCE] 5.10.194-rt94
 2023-09-15  1:57 UTC 

[PATCH] USB: core: Fix a NULL pointer dereference
 2023-09-15  1:42 UTC  (4+ messages)

[PATCH v4 0/1] Patch History
 2023-09-15  1:28 UTC  (3+ messages)

[PATCH v3 0/3] Kconfig: Add dependencies of POWER_RESET for x86
 2023-09-15  1:22 UTC  (4+ messages)
` [PATCH v3 2/3] "

[PATCH] net: stmmac: fix incorrect rxq|txq_stats reference
 2023-09-15  0:53 UTC 

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-15  1:01 UTC  (7+ messages)
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[PATCH v9 00/11] btrfs: introduce RAID stripe tree
 2023-09-15  0:58 UTC  (8+ messages)
` [PATCH v9 01/11] btrfs: add raid stripe tree definitions
` [PATCH v9 03/11] btrfs: add support for inserting raid stripe extents
` [PATCH v9 06/11] btrfs: implement RST version of scrub

linux-next: duplicate patch in the kvm-arm tree
 2023-09-15  0:51 UTC 

[PATCH v7 45/49] media: core: Add bitmap manage bufs array entries
 2023-09-15  0:47 UTC  (2+ messages)

[PATCH v1 1/2] LoongArch: Add missing headers
 2023-09-15  0:36 UTC  (4+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-15  0:33 UTC  (5+ messages)

[PATCH v10 08/15] PCI/AER: Refactor cper_print_aer() for use by CXL driver module
 2023-09-15  0:27 UTC  (3+ messages)
` [PATCH v10 10/15] cxl/pci: Map RCH downstream AER registers for logging protocol errors

drivers/soundwire/bus_type.c:126:30: error: implicit declaration of function 'irq_create_mapping'; did you mean 'irq_dispose_mapping'?
 2023-09-15  0:26 UTC 


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