linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 02:07:58 to 2021-11-11 08:37:56 UTC [more...]

[PATCH] spi: fix use-after-free of the add_lock mutex
 2021-11-11  8:37 UTC 

[PATCH v3] rtc: rs5c372: Add RTC_VL_READ, RTC_VL_CLR ioctls
 2021-11-11  8:36 UTC 

[PATCH v2 0/3] perf arm-spe: Add snapshot mode support
 2021-11-11  8:32 UTC  (3+ messages)
` [PATCH v2 3/3] perf arm-spe: Snapshot mode test

net/core/dev.c:6917 napi_disable() error: uninitialized symbol 'new'
 2021-11-11  8:32 UTC 

[PATCH RESEND] MAINTAINERS: Update for VMware PVRDMA driver
 2021-11-11  8:31 UTC 

[PATCH v2 0/4] perf arm-spe: Track pid/tid for Arm SPE samples
 2021-11-11  8:30 UTC  (12+ messages)
` [PATCH v2 2/4] perf arm-spe: Update --switch-events docs in perf-record
` [PATCH v2 3/4] perf arm-spe: Save context ID in record
` [PATCH v2 4/4] perf arm-spe: Support hardware-based PID tracing

[PATCH V1 2/2] mm/damon: Add 'age' of region tracepoint support
 2021-11-11  8:29 UTC  (2+ messages)

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-11-11  8:29 UTC  (7+ messages)
` [RFC PATCH v2 22/69] KVM: x86: Add vm_type to differentiate legacy VMs from protected VMs

[PATCH v2 00/23] x86: Remove anonymous out-of-line fixups
 2021-11-11  8:28 UTC  (12+ messages)
` [PATCH v2 11/23] x86,xen: Remove .fixup usage
` [PATCH v2 20/23] x86,usercopy: "

printk deadlock due to double lock attempt on current CPU's runqueue
 2021-11-11  8:28 UTC  (6+ messages)

[PATCH 2/2] selftests: timens: exec: use 'labs()' over 'abs()'
 2021-11-11  8:26 UTC  (5+ messages)
` [PATCHv2] "

[PATCH] mips: decompressor: do not copy source files while building
 2021-11-11  8:24 UTC  (8+ messages)

[RFC] hypercall-vsock: add a new vsock transport
 2021-11-11  8:24 UTC  (7+ messages)

[PATCH] media: uvcvideo: Fix a memory leak in an error handling path of 'uvc_ioctl_ctrl_map()'
 2021-11-11  8:24 UTC  (3+ messages)

[PATCH v2 0/8] New function and literals for metrics
 2021-11-11  8:21 UTC  (3+ messages)
` [PATCH v2 7/8] perf expr: Move ID handling to its own function

[PATCH v2 0/2] Support multiple target nodes demotion
 2021-11-11  8:20 UTC  (4+ messages)
` [PATCH v2 1/2] mm: migrate: "
` [PATCH v2 2/2] mm: migrate: Allocate the node_demotion structure dynamically

[PATCH v2] mm/damon/vaddr: remove swap_ranges() and replace it with swap()
 2021-11-11  8:13 UTC  (2+ messages)

[PATCH v2 0/1] __asm_copy_to-from_user: Reduce more byte_copy
 2021-11-11  8:13 UTC  (2+ messages)
` [PATCH v2 1/1] riscv: __asm_copy_to-from_user: Improve using word copy, if size is < 9*SZREG

[PATCH v1] ARM: at91: add Microchip EVB-KSZ9477 board
 2021-11-11  8:10 UTC 

[BUG 0/5] bug reports for atomisp to make it work
 2021-11-11  8:00 UTC  (3+ messages)
` [BUG/RFC PATCH 1/5] [BUG][RFC] media: atomisp: pci: assume run_mode is PREVIEW

[PATCH] dm snapshot: remove unneeded variable
 2021-11-11  7:56 UTC 

drivers/vfio/vfio.c:293: warning: expecting prototype for Container objects(). Prototype was for vfio_container_get() instead
 2021-11-11  7:56 UTC  (4+ messages)

[PATCH] dm: remove unneeded variable
 2021-11-11  7:53 UTC 

[syzbot] WARNING in __dev_change_net_namespace
 2021-11-11  7:50 UTC  (2+ messages)

[PATCH] fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'
 2021-11-11  7:45 UTC 

[PATCH] platform/mellanox: mlxreg-lc: fix error code in mlxreg_lc_create_static_devices()
 2021-11-11  7:39 UTC  (4+ messages)

[PATCH] iwlwifi: pcie: fix constant-conversion warning
 2021-11-11  7:33 UTC  (3+ messages)

[PATCH v3 0/4] memblock, arm: fixes for freeing of the memory map
 2021-11-11  7:33 UTC  (2+ messages)

[PATCH] [v2] iwlwifi: pcie: fix constant-conversion warning
 2021-11-11  7:31 UTC 

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-11  7:26 UTC  (18+ messages)
` [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU
` [PATCH v4 03/17] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v4 04/17] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v4 05/17] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v4 06/17] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v4 07/17] perf: Add wrappers for invoking guest callbacks
` [PATCH v4 08/17] perf: Force architectures to opt-in to "
` [PATCH v4 09/17] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v4 10/17] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v4 11/17] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v4 12/17] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v4 13/17] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v4 14/17] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v4 15/17] KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=y
` [PATCH v4 16/17] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c
` [PATCH v4 17/17] perf: Drop guest callback (un)register stubs

[PATCH] iwlwifi: Fix memory leaks in error handling path
 2021-11-11  7:23 UTC 

[PATCH 0/2] perf tools: Fix perf build with dynamic libbpf
 2021-11-11  7:14 UTC  (7+ messages)
` [PATCH 1/2] perf tools: Add more weak libbpf functions

[PATCH v2 0/5] MediaTek Ethernet Patches on MT8195
 2021-11-11  7:12 UTC  (6+ messages)
` [PATCH v2 1/5] net: stmmac: dwmac-mediatek: add platform level clocks management
` [PATCH v2 2/5] net: stmmac: dwmac-mediatek: Reuse more common features
` [PATCH v2 3/5] net: stmmac: dwmac-mediatek: add support for mt8195
` [PATCH v2 4/5] dt-bindings: net: dwmac: Convert mediatek-dwmac to DT schema
` [PATCH v2 5/5] arm64: dts: mt8195: add ethernet device node

[PATCH] lz4: fix LZ4_decompress_safe_partial read out of bound
 2021-11-11  7:17 UTC 

[PATCH -next] thermal: int340x: processor_thermal: Fix build error
 2021-11-11  7:07 UTC 

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-11  7:06 UTC  (6+ messages)
` [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check out of make_spte

[PATCH] i2c: designware: I2C unexpected interrupt handling will cause kernel panic
 2021-11-11  6:57 UTC 

[PATCH v3 0/5] Add support for Intel Thunder Bay SPI controller
 2021-11-11  6:52 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: spi: Add SSTE support for DWC SSI controller
` [PATCH v3 2/5] spi: dw: "
` [PATCH v3 3/5] spi: dw: Add support for master mode selection "
` [PATCH v3 4/5] dt-bindings: spi: Add bindings for Intel Thunder Bay SoC
` [PATCH v3 5/5] spi: dw: Add support for Intel Thunder Bay SPI controller

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-11  6:50 UTC  (6+ messages)
` [PATCH v3 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
` [PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCH] firmware: export x86_64 platform flash bios region via sysfs
 2021-11-11  6:42 UTC  (10+ messages)

[PATCH] rtw89: Fix crash by loading compressed firmware file
 2021-11-11  6:31 UTC  (9+ messages)

[PATCH v3] usb: xhci: add LWP quirk for ensuring uPD720201 into D3 state after S5
 2021-11-11  6:28 UTC 

[PATCH] arch_topology: Fix missing clear cluster_cpumask in remove_cpu_topology()
 2021-11-11  6:25 UTC  (2+ messages)

[PATCH v1] vmscan: make drop_slab_node static
 2021-11-11  6:24 UTC 

[PATCH] m68k: Enable memtest kernel parameter
 2021-11-11  6:20 UTC  (3+ messages)

[PATCH 0/5] MediaTek Ethernet Patches on MT8195
 2021-11-11  6:15 UTC  (4+ messages)
` [PATCH 4/5] dt-bindings: net: dwmac: Convert mediatek-dwmac to DT schema

[PATCH V2 0/4] mm/damon: Do some small changes
 2021-11-11  6:07 UTC  (5+ messages)
` [PATCH V2 1/4] mm/damon: Unified access_check function naming rules
` [PATCH V2 2/4] mm/damon: Add 'age' of region tracepoint support
` [PATCH V2 3/4] mm/damon/core: Using function abs() instead of diff_of()
` [PATCH V2 4/4] mm/damon: Remove some no need func definitions in damon.h file

[PATCH] scsi: ufs: ufs-mediatek: add put_device() after of_find_device_by_node()
 2021-11-11  5:52 UTC  (3+ messages)

arch/arm/boot/compressed/fdt_check_mem_start.c:62:10: warning: no previous prototype for 'fdt_check_mem_start'
 2021-11-11  5:43 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] PCI: pciehp: clear cmd_busy bit when Command Completed in polling mode
 2021-11-11  5:42 UTC 

[PATCH v3 00/15] Free user PTE page table pages
 2021-11-11  5:40 UTC  (11+ messages)
` [PATCH v3 14/15] Documentation: add document for pte_ref

[PATCH v3 1/2] Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated event
 2021-11-11  5:20 UTC  (2+ messages)
` [PATCH v3 2/2] Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error event

[PATCH] rtw89: remove unneeded variable
 2021-11-11  5:19 UTC  (2+ messages)

[RFC PATCH] spi: fix use-after-free of the add_lock mutex
 2021-11-11  5:19 UTC  (2+ messages)

[PATCH] nvme: fix write zeroes pi
 2021-11-11  5:06 UTC  (4+ messages)

[PATCH 0/2] clocksource: Avoid incorrect hpet fallback
 2021-11-11  4:57 UTC  (7+ messages)
` [PATCH 1/2] clocksource: Avoid accidental unstable marking of clocksources

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-11  4:55 UTC  (8+ messages)
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors

[PATCH v14 0/3] Add SPMI support for Mediatek SoC IC
 2021-11-11  4:53 UTC  (4+ messages)
` [PATCH v14 1/3] dt-bindings: spmi: modify the constraint of reg property
` [PATCH v14 2/3] spmi: mediatek: Add support for MT6873/8192
` [PATCH v14 3/3] spmi: mediatek: Add support for MT8195

[axboe-block:block-5.16 5/5] block/blk-ia-ranges.c:119: warning: expecting prototype for disk_register_independent_access__ranges(). Prototype was for disk_register_independent_access_ranges() instead
 2021-11-11  4:43 UTC 

linux-next: Tree for Nov 11
 2021-11-11  4:27 UTC 

[PATCH v5 00/10] Multigenerational LRU Framework
 2021-11-11  4:15 UTC  (11+ messages)
` [PATCH v5 01/10] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v5 02/10] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v5 03/10] mm/vmscan.c: refactor shrink_node()
` [PATCH v5 04/10] mm: multigenerational lru: groundwork
` [PATCH v5 05/10] mm: multigenerational lru: mm_struct list
` [PATCH v5 06/10] mm: multigenerational lru: aging
` [PATCH v5 07/10] mm: multigenerational lru: eviction
` [PATCH v5 08/10] mm: multigenerational lru: user interface
` [PATCH v5 09/10] mm: multigenerational lru: Kconfig
` [PATCH v5 10/10] mm: multigenerational lru: documentation

[PATCH v10, 00/19] Support multi hardware decode using of_platform_populate
 2021-11-11  4:15 UTC  (20+ messages)
` [PATCH v10, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v10, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v10, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v10, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v10, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v10, 06/19] media: mtk-vcodec: Manage multi hardware information
` [PATCH v10, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v10, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v10, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v10, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v10, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v10, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v10, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v10,14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v10, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v10, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v10, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v10, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v10, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[GIT PULL] f2fs update for 5.16-rc1
 2021-11-11  4:11 UTC 

[PATCH/RFC] of: Shrink struct of_device_id
 2021-11-11  4:06 UTC  (2+ messages)

[PATCH V2] x86/sgx: Fix free page accounting
 2021-11-11  4:01 UTC  (9+ messages)

[PATCH v9, 00/19] Support multi hardware decode using of_platform_populate
 2021-11-11  4:00 UTC  (5+ messages)
` [PATCH v9, 06/19] media: mtk-vcodec: Manage multi hardware information

[PATCH 1/2] vfs: check dentry is still valid in get_link()
 2021-11-11  3:39 UTC  (2+ messages)
` [PATCH 2/2] xfs: make sure link path does not go away at access

[PATCH] mm/damon/vaddr: remove swap_ranges() and replace it with swap()
 2021-11-11  3:37 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and dvi connectors
 2021-11-11  3:32 UTC 

[PATCH v15 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
 2021-11-11  3:29 UTC  (5+ messages)
` [fs] a0918006f9: netperf.Throughput_tps -11.6% regression

[PATCH v3 0/8] Improve support for Xiaomi Redmi Note 7
 2021-11-11  3:16 UTC  (9+ messages)
` [PATCH v3 1/8] arm64: dts: qcom: sdm630: Assign numbers to eMMC and SD
` [PATCH v3 2/8] arm64: dts: qcom: sdm630-pm660: Move RESIN to pm660 dtsi
` [PATCH v3 3/8] arm64: dts: qcom: sdm660-xiaomi-lavender: Add RPM and fixed regulators
` [PATCH v3 4/8] arm64: dts: qcom: sdm660-xiaomi-lavender: Add PWRKEY and RESIN
` [PATCH v3 5/8] arm64: dts: qcom: sdm660-xiaomi-lavender: Add volume up button
` [PATCH v3 6/8] arm64: dts: qcom: sdm660-xiaomi-lavender: Add eMMC and SD
` [PATCH v3 7/8] arm64: dts: qcom: sdm660-xiaomi-lavender: Enable Simple Framebuffer
` [PATCH v3 8/8] arm64: dts: qcom: sdm660-xiaomi-lavender: Add USB

[PATCH v4 0/5] Refactor thermal pressure update to avoid code duplication
 2021-11-11  3:15 UTC  (2+ messages)

[PATCH v6] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-11  2:59 UTC  (3+ messages)

[PATCH] hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()
 2021-11-11  2:53 UTC 

[BUG]locking/rwsem: only clean RWSEM_FLAG_HANDOFF when already set
 2021-11-11  2:42 UTC  (2+ messages)

[RFC PATCH v4 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-11  2:28 UTC  (10+ messages)
` [RFC PATCH v4 1/8] leds: add support for hardware driven LEDs
` [RFC PATCH v4 2/8] leds: document additional use of blink_set for hardware control
` [RFC PATCH v4 6/8] leds: trigger: add hardware-phy-activity trigger
` [RFC PATCH v4 7/8] net: dsa: qca8k: add LEDs support

HW power fault defect cause system hang on kernel 5.4.y
 2021-11-11  2:16 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: Add support for SONY Xperia XZ2 / XZ2C / XZ3 (Tama platform)
 2021-11-11  2:16 UTC  (2+ messages)

[RFC PATCH 0/1] drm: selftest: Convert to KUnit
 2021-11-11  2:11 UTC  (3+ messages)
` [RFC PATCH 1/1] drm: selftest: convert drm_damage_helper selftest "

[PATCH v1 1/2] hamradio: defer ax25 kfree after unregister_netdev
 2021-11-11  2:09 UTC  (5+ messages)
` [PATCH v1 2/2] hamradio: defer 6pack "
      `  "

[PATCH v3 00/11] Support Pensando Elba SoC
 2021-11-11  2:08 UTC  (4+ messages)
` [PATCH v3 11/11] arm64: dts: Add Pensando Elba SoC support


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 NNTP newsgroup(s).