The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2022-11-09 14:23:22 to 2022-11-09 16:36:05 UTC [more...]

[PATCH] wifi: ath10k: Fix resource leak in ath10k_pci_init()
 2022-11-09 16:34 UTC  (2+ messages)

[PATCH net-next v2 01/12] net: ethernet: mtk_eth_soc: account for vlan in rx header length
 2022-11-09 16:34 UTC  (9+ messages)
` [PATCH net-next v2 02/12] net: ethernet: mtk_eth_soc: increase tx ring side for QDMA devices
` [PATCH net-next v2 03/12] net: ethernet: mtk_eth_soc: avoid port_mg assignment on MT7622 and newer
` [PATCH net-next v2 04/12] net: ethernet: mtk_eth_soc: implement multi-queue support for per-port queues
` [PATCH net-next v2 05/12] net: dsa: tag_mtk: assign "
` [PATCH net-next v2 06/12] net: ethernet: mediatek: ppe: assign per-port queues for offloaded traffic
` [PATCH net-next v2 07/12] net: ethernet: mtk_eth_soc: compile out netsys v2 code on mt7621
` [PATCH net-next v2 08/12] net: dsa: add support for DSA rx offloading via metadata dst
` [PATCH net-next v2 09/12] net: ethernet: mtk_eth_soc: fix VLAN rx hardware acceleration

[PATCH] certs: Prevent spurious errors on repeated blacklisting
 2022-11-09 15:50 UTC  (3+ messages)

[RFC PATCH] x86: Drop fpregs lock before inheriting FPU permissions during clone
 2022-11-09 16:25 UTC  (2+ messages)

[PATCH 00/23] Add Tegra20 parallel video input capture
 2022-11-09 16:25 UTC  (3+ messages)
` [PATCH 23/23] staging: media: tegra-video: add tegra20 variant

[PATCH v2] ASoC: wm8962: Wait for updated value of WM8962_CLOCKING1 register
 2022-11-09 16:24 UTC  (2+ messages)

[PATCH 0/5] ARM: dts: nanobone: Fix missing/incorrect features
 2022-11-09 16:23 UTC  (8+ messages)
` [PATCH 1/5] ARM: dts: nanobone: Fix GPIO settings for RTS/CTS pins on UART3 & 4
` [PATCH 2/5] ARM: dts: nanobone: Enable RS485 mode for "
` [PATCH 3/5] ARM: dts: nanobone: Enable I2C temperature sensor
` [PATCH 4/5] ARM: dts: nanobone: Fix GPIO settings for MMC pins
` [PATCH 5/5] ARM: dts: nanobone: Enable USB host

Query on handling some special Group0 interrupt in Linux
 2022-11-09 16:20 UTC 

[PATCH] exit: Put an upper limit on how often we can oops
 2022-11-09 16:19 UTC  (11+ messages)

[PATCH] platform/x86: don't unconditionally attach Intel PMC when virtualized
 2022-11-09 16:15 UTC  (3+ messages)

[PATCH] CHROMIUM: ASoC: amd: acp: Add tdm support for codecs in machine driver
 2022-11-09 16:19 UTC  (8+ messages)

[RFC v2 00/13] DRM scheduling cgroup controller
 2022-11-09 16:11 UTC  (14+ messages)
` [RFC 01/13] drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handling
` [RFC 02/13] drm: Track clients by tgid and not tid
` [RFC 03/13] drm: Update file owner during use
` [RFC 04/13] cgroup: Add the DRM cgroup controller
` [RFC 05/13] drm/cgroup: Track clients per owning process
` [RFC 06/13] drm/cgroup: Allow safe external access to file_priv
` [RFC 07/13] drm/cgroup: Add ability to query drm cgroup GPU time
` [RFC 08/13] drm/cgroup: Add over budget signalling callback
` [RFC 09/13] drm/cgroup: Only track clients which are providing drm_cgroup_ops
` [RFC 10/13] cgroup/drm: Client exit hook
` [RFC 11/13] cgroup/drm: Introduce weight based drm cgroup control
` [RFC 12/13] drm/i915: Wire up with drm controller GPU time query
` [RFC 13/13] drm/i915: Implement cgroup controller over budget throttling

[PATCH] ALSA: hda/realtek: Add Positivo C6300 model quirk
 2022-11-09 16:09 UTC 

[RFC PATCH v1 0/2] Fix offset when fault occurs in strncpy_from_kernel_nofault()
 2022-11-09 16:09 UTC  (6+ messages)
` [RFC PATCH v1 1/2] maccess: fix writing offset in case of fault "

[RFC Patch net-next 0/2] net: dsa: microchip: add support for Credit based shaper
 2022-11-09 16:07 UTC  (3+ messages)
` [RFC Patch net-next 1/2] net: dsa: microchip: enable port queues for tc mqprio
` [RFC Patch net-next 2/2] net: dsa: microchip: add support for credit based shaper

[PATCH v1 1/1] pinctrl: Move for_each_maps() to namespace and hide iterator inside
 2022-11-09 16:08 UTC  (2+ messages)

[v2 00/13] Make microcode late loading more robust
 2022-11-09 16:07 UTC  (4+ messages)
` [v2 03/13] x86/microcode/intel: Fix a hang if early loading microcode fails

[PATCH] gcov: clang: fix the buffer overflow issue
 2022-11-09 16:07 UTC  (5+ messages)

[PATCH] tee: optee: Populate child nodes in probe function
 2022-11-09 16:07 UTC 

[PATCH v3 00/11] KVM: SVM: fixes for vmentry code
 2022-11-09 16:04 UTC  (24+ messages)
` [PATCH 01/11] KVM: x86: use a separate asm-offsets.c file
` [PATCH 02/11] KVM: SVM: replace regs argument of __svm_vcpu_run with vcpu_svm
` [PATCH 03/11] KVM: SVM: adjust register allocation for __svm_vcpu_run
` [PATCH 04/11] KVM: SVM: retrieve VMCB from assembly
` [PATCH 05/11] KVM: SVM: remove unused field from struct vcpu_svm
` [PATCH 06/11] KVM: SVM: remove dead field from struct svm_cpu_data
` [PATCH 07/11] KVM: SVM: do not allocate struct svm_cpu_data dynamically
` [PATCH 08/11] KVM: SVM: move guest vmsave/vmload back to assembly
` [PATCH 09/11] KVM: SVM: restore host save area from assembly
` [PATCH 10/11] KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
` [PATCH 11/11] x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers

[PATCH] soundwire: intel: Initialize clock stop timeout
 2022-11-09 16:05 UTC  (3+ messages)

[PATCH net-next 1/8] octeon_ep_vf: Add driver framework and device initialization
 2022-11-09 16:02 UTC  (2+ messages)

[PATCH v2] wwan: core: Support slicing in port TX flow of WWAN subsystem
 2022-11-09 16:01 UTC  (4+ messages)

[PATCH v2 1/2] resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()
 2022-11-09 16:01 UTC  (3+ messages)
` [PATCH v2 2/2] resource: Convert DEFINE_RES_NAMED() to be compound literal

[PATCH] staging: fbtft: Use ARRAY_SIZE() to get argument count
 2022-11-09 16:00 UTC  (11+ messages)

[PATCH v6 0/2] rcu: Add RCU stall diagnosis information
 2022-11-09 15:59 UTC  (7+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-09 15:58 UTC  (21+ messages)
` [PATCH printk v3 09/40] um: kmsg_dump: use console_is_enabled()
` [PATCH printk v3 10/40] kdb: kdb_io: "
` [PATCH printk v3 11/40] um: kmsg_dumper: use srcu console list iterator
` [PATCH printk v3 12/40] tty: serial: kgdboc: document console_lock usage
` [PATCH printk v3 13/40] tty: tty_io: "
` [PATCH printk v3 14/40] proc: consoles: "
` [PATCH printk v3 15/40] kdb: use srcu console list iterator
` [PATCH printk v3 19/40] printk: console_device: "

[PATCH] rcu: Illustrate the stall information of CONFIG_RCU_CPU_STALL_CPUTIME=y
 2022-11-09 15:56 UTC  (5+ messages)

[PATCH v1 1/2] resource: Replace printk(KERN_WARNING) by pr_warn()
 2022-11-09 15:56 UTC  (5+ messages)

[PATCH v3] drm/vmwgfx: Fix race issue calling pin_user_pages
 2022-11-09 15:55 UTC  (2+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-09 15:54 UTC  (4+ messages)

mm: delay rmap removal until after TLB flush
 2022-11-09 15:53 UTC  (3+ messages)
` [PATCH 4/4] mm: delay page_remove_rmap() until after the TLB has been flushed

[PATCH v13 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2022-11-09 15:48 UTC  (6+ messages)
` [PATCH v13 7/7] x86/crash: add x86 crash hotplug support

[BUG] rtc-efi: Error in efi.get_time() spams dmesg with error message
 2022-11-09 15:50 UTC  (4+ messages)
` [BUG] rtc-efi: Error in efi.get_time() spams dmesg with error message #forregzbot

Deprecating and removing SLOB
 2022-11-09 15:50 UTC  (4+ messages)

[RFC PATCH 0/1] sched/pelt: Change PELT halflife at runtime
 2022-11-09 15:49 UTC  (10+ messages)

[sean-jc:x86/kasan_ds_buffer] [x86/mm] c12879206e: BUG:kernel_NULL_pointer_dereference,address
 2022-11-09 15:44 UTC 

[PATCH 4.14 00/40] 4.14.299-rc1 review
 2022-11-09 15:46 UTC  (2+ messages)

[PATCH v2 0/9] KVM: s390: Extend MEM_OP ioctl by storage key checked cmpxchg
 2022-11-09 15:46 UTC  (5+ messages)
` [PATCH v2 1/9] s390/uaccess: Add storage key checked cmpxchg access to user space
    ` [PATCH 5/5] s390/uaccess: add cmpxchg_user_key()

[syzbot] WARNING in kernfs_find_and_get_node_by_id
 2022-11-09 15:46 UTC  (3+ messages)
` [PATCH] fs/kernfs: Fix lockdep warning in kernfs_active()

[PATCH v8 1/2] pinctrl: pinctrl-loongson2: add pinctrl driver support
 2022-11-09 15:41 UTC  (6+ messages)

[PATCH] vhost-vdpa: fix potential memory leak during the release
 2022-11-09 15:42 UTC 

[PATCH v17 0/3] Add TDX Guest Attestation support
 2022-11-09 15:37 UTC  (5+ messages)
` [PATCH v17 2/3] virt: Add TDX guest driver

[REGRESSION] Bug 216493 - Panic on __kernfs_remove (probably after 5.19.8)
 2022-11-09 15:42 UTC  (2+ messages)

[PATCH v7 16/23] drm/probe-helper: Provide a TV get_modes helper
 2022-11-09 15:41 UTC  (2+ messages)

[PATCH 1/4] drm/msm/disp/dpu1: pin 1 crtc to 1 encoder
 2022-11-09 15:40 UTC  (5+ messages)
` [PATCH 4/4] drm/msm/disp/dpu1: add color management support for the crtc

Crash with PREEMPT_RT on aarch64 machine
 2022-11-09 15:40 UTC  (13+ messages)

[PATCH v3 0/5] Apple SoC cpufreq driver
 2022-11-09 15:39 UTC  (6+ messages)
` [PATCH v3 4/5] cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-states

[PATCH V1 0/4] GPIO based PCIe Hot-Plug support
 2022-11-09 15:35 UTC  (7+ messages)

[PATCH v2] pwm: sifive: Always let the first pwm_apply_state succeed
 2022-11-09 15:33 UTC  (4+ messages)

[PATCH v1 1/1] pinctrl: Put space between type and data in compound literal
 2022-11-09 15:28 UTC  (2+ messages)

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-09 15:27 UTC  (2+ messages)

[PATCH net-next v3 0/3] net: dsa: microchip: add MTU support for KSZ8 series
 2022-11-09 15:19 UTC  (3+ messages)
` [PATCH net-next v3 1/3] net: dsa: microchip: move max mtu to one location

[PATCH v2 0/1] i2c: Restore power status of device if probe fail or device is removed
 2022-11-09 15:17 UTC  (2+ messages)
` [PATCH v2 1/1] i2c: Restore initial power state when we are done

[PATCH 00/26] drm: Get rid of #ifdef CONFIG_PM* guards
 2022-11-09 15:16 UTC  (4+ messages)
` [PATCH 11/26] drm: bridge/dw-hdmi: Remove #ifdef guards for PM related functions
  ` [PATCH 16/26] drm: panfrost: "

[PATCH v1 1/2] gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnode
 2022-11-09 15:16 UTC  (3+ messages)
` [PATCH v1 2/2] gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()

[PATCH v1 1/2] gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()
 2022-11-09 15:15 UTC  (4+ messages)
` [PATCH v1 2/2] gpiolib: Get rid of not used of_node member

[PATCH] USB: gadget: Fix use-after-free during usb config switch
 2022-11-09 15:13 UTC  (2+ messages)

[PATCH v5 00/24] RSEQ node id and virtual cpu id extensions
 2022-11-09 15:09 UTC  (6+ messages)
` [PATCH v5 08/24] sched: Introduce per memory space current virtual cpu id

[PATCH v6 1/2] soc: loongson: add GUTS driver for loongson-2 platforms
 2022-11-09 15:08 UTC  (5+ messages)

[PATCH] arm64: dts: marvell: add optee FW definitions
 2022-11-09 15:07 UTC 

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-09 15:05 UTC  (3+ messages)
` [PATCH v10 062/108] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX

[PATCH][next] media: i2c: st-vgxy61: Fix spelling mistake "substraction" -> "subtraction"
 2022-11-09 15:05 UTC 

[PATCH 0/2] Add pinctrl support for S32 SoC family
 2022-11-09 15:04 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: pinctrl: add schema for NXP S32 SoCs

[PATCH v2] USB: gadget: dummy_hcd: switch char * to u8 *
 2022-11-09 15:03 UTC  (2+ messages)

[PATCH 0/7] Add CA enforcement keyring restrictions
 2022-11-09 14:58 UTC  (4+ messages)

[PATCH 00/13] arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper
 2022-11-09 14:53 UTC  (4+ messages)

[PATCH v2 0/3] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2022-11-09 14:51 UTC  (5+ messages)
` [PATCH v2 2/3] KVM: x86/svm/pmu: Add AMD PerfMonV2 support

linux-next: build warning after merge of the v4l-dvb-next tree
 2022-11-09 14:50 UTC  (2+ messages)

[PATCH] Documentation: media: Add ST VGXY61 driver documentation to userspace API table of contents
 2022-11-09 14:50 UTC  (2+ messages)

[PATCH v2 0/2] Clean up x86_32 stackprotector
 2022-11-09 14:50 UTC  (7+ messages)
` [PATCH v2 1/2] x86/stackprotector/32: Make the canary into a regular percpu variable

[PATCH] blkdev: make struct block_device_operations.devnode() take a const *
 2022-11-09 14:48 UTC 

[PATCH] mmc: atmel-mci: Convert to gpio descriptors
 2022-11-09 14:48 UTC  (3+ messages)

[PATCH 0/4] Per CPU idle injection
 2022-11-09 14:48 UTC  (3+ messages)
` [PATCH 2/4] powercap: idle_inject: Add begin/end callbacks

[GIT PULL] slab fixes for 6.1-rc4
 2022-11-09 14:48 UTC 

[PATCH] docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.c
 2022-11-09 14:45 UTC  (2+ messages)

[PATCH] Update Nanobone
 2022-11-09 14:44 UTC  (5+ messages)

[PATCH] usb: cdnsp: Fix issue with Clear Feature Halt Endpoint
 2022-11-09 14:43 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: mmc: sdhci-msm: Document the SM6375 compatible
 2022-11-09 14:41 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: sm6375: Add SDHCI2
` [PATCH v2 3/3] arm64: dts: qcom: sm6375-pdx225: Enable SD card slot

[GIT PULL] LSM fixes for v6.1 (#1)
 2022-11-09 14:38 UTC  (3+ messages)

[RFC PATCH] acpi: make remove callback of acpi driver void
 2022-11-09 14:36 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: mmc: sdhci-msm: Document the SM6375 compatible
 2022-11-09 14:36 UTC  (6+ messages)
` [PATCH 2/3] arm64: dts: qcom: sm6375: Add SDHCI2
` [PATCH 3/3] arm64: dts: qcom: sm6375-pdx225: Enable SD card slot

[PATCH v4 2/5] block: add partition parser for U-Boot uImage.FIT
 2022-11-09 14:36 UTC  (3+ messages)

[PATCH v2 0/4] livepatch: Add garbage collection for shadow variables
 2022-11-09 14:36 UTC  (8+ messages)
` [PATCH v2 4/4] livepatch/shadow: Add garbage collection of "

[PATCH] arch/arm64/boot/dts/marvell: add optee FW definitions
 2022-11-09 14:34 UTC  (2+ messages)

[PATCH] radix tree test suite: Fix uninitialized variable compilation warning
 2022-11-09 14:34 UTC 

[PATCH] ARM: dts: Update Nanobone DTS
 2022-11-09 14:33 UTC  (2+ messages)

[PATCH v2 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-11-09 14:33 UTC  (5+ messages)
` [PATCH v2 07/12] cxl: Remove dev_is_cxl_root_child() check in devm_cxl_enumerate_ports()

[PATCH v1 0/1] i2c: Restore power status of device if probe fails
 2022-11-09 14:29 UTC  (2+ messages)
` [PATCH v1 1/1] i2c: Restore initial power state on probe failure

[PATCH v2 0/5] iommu/s390: Further improvements
 2022-11-09 14:29 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/s390: Make attach succeed even if the device is in error state
` [PATCH v2 2/5] iommu/s390: Add I/O TLB ops
` [PATCH v2 3/5] iommu/s390: Use RCU to allow concurrent domain_list iteration
` [PATCH v2 4/5] iommu/s390: Optimize IOMMU table walking
` [PATCH v2 5/5] s390/pci: use lock-free I/O translation updates

[PATCH v7 0/3] mm/slub: extend redzone check for kmalloc objects
 2022-11-09 14:28 UTC  (3+ messages)
` [PATCH v7 1/3] mm/slub: only zero requested size of buffer for kzalloc when debug enabled

[PATCH 1/2] dt-bindings: clock: add QCOM SM6375 display clock bindings
 2022-11-09 14:27 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations
 2022-11-09 14:24 UTC  (7+ messages)

[PATCH PING v9] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2022-11-09 13:41 UTC  (2+ messages)
` [PATCH v9 7/8] kallsyms: add /proc/kallmodsyms for text symbol disambiguation

[PATCH v2] drm: xlnx: Fix return type of zynqmp_dp_bridge_mode_valid
 2022-11-09 14:21 UTC  (2+ messages)

[PATCH] speakup: remove usage of non-standard u_char
 2022-11-09 14:20 UTC  (2+ messages)


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