linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-10 22:31:04 to 2021-11-11 03:28:15 UTC [more...]

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

[PATCH V2] x86/sgx: Fix free page accounting
 2021-11-11  3:26 UTC  (7+ messages)

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

[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 v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-11  3:16 UTC  (3+ messages)
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors

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

[PATCH 0/2] clocksource: Avoid incorrect hpet fallback
 2021-11-11  3:07 UTC  (9+ messages)

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

[PATCH] mips: decompressor: do not copy source files while building
 2021-11-11  2:58 UTC  (5+ 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)

[PATCH] rtw89: Fix crash by loading compressed firmware file
 2021-11-11  2:28 UTC  (8+ messages)

[RFC PATCH v4 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-11  2:28 UTC  (14+ 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 3/8] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [RFC PATCH v4 4/8] leds: trigger: netdev: rename and expose NETDEV trigger enum and struct
` [RFC PATCH v4 5/8] leds: trigger: netdev: add hardware control support
` [RFC PATCH v4 6/8] leds: trigger: add hardware-phy-activity trigger
` [RFC PATCH v4 7/8] net: dsa: qca8k: add LEDs support
` [RFC PATCH v4 8/8] dt-bindings: net: dsa: qca8k: add LEDs definition example

HW power fault defect cause system hang on kernel 5.4.y
 2021-11-11  2:16 UTC  (9+ 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

[PATCH v4 00/17] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-11  2:07 UTC  (18+ messages)
` [PATCH v4 01/17] perf: Protect perf_guest_cbs with RCU
` [PATCH v4 02/17] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [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] m68k: Enable memtest kernel parameter
 2021-11-11  2:04 UTC  (2+ messages)

[PATCH v2 net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-11  2:00 UTC  (2+ messages)

[PATCH v4 0/4] arm: aspeed: Add eSPI support
 2021-11-11  1:55 UTC  (4+ messages)
` [PATCH v4 4/4] ARM: dts: aspeed: Add eSPI node

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-11  1:49 UTC  (13+ messages)

[RFC 00/19] KVM: x86/mmu: Optimize disabling dirty logging
 2021-11-11  1:44 UTC  (15+ messages)
` [RFC 10/19] KVM: x86/mmu: Remove need for a vcpu from mmu_try_to_unsync_pages
` [RFC 11/19] KVM: x86/mmu: Factor shadow_zero_check out of make_spte
` [RFC 12/19] KVM: x86/mmu: Replace vcpu argument with kvm pointer in make_spte
` [RFC 13/19] KVM: x86/mmu: Factor out the meat of reset_tdp_shadow_zero_bits_mask
` [RFC 14/19] KVM: x86/mmu: Propagate memslot const qualifier
` [RFC 15/19] KVM: x86/MMU: Refactor vmx_get_mt_mask
` [RFC 16/19] KVM: x86/mmu: Factor out part of vmx_get_mt_mask which does not depend on vcpu
` [RFC 17/19] KVM: x86/mmu: Add try_get_mt_mask to x86_ops
` [RFC 18/19] KVM: x86/mmu: Make kvm_is_mmio_pfn usable outside of spte.c
` [RFC 19/19] KVM: x86/mmu: Promote pages in-place when disabling dirty logging

[PATCH net] net: fix premature exit from NAPI state polling in napi_disable()
 2021-11-11  1:44 UTC  (5+ messages)

[RESEND PATCH] regmap: allow to define reg_update_bits for no bus configuration
 2021-11-11  1:41 UTC 

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-11  1:39 UTC  (3+ messages)
` [PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[for-linus][PATCH 0/2] tracing: A couple of fixes for 5.16
 2021-11-11  1:22 UTC  (3+ messages)
` [for-linus][PATCH 1/2] ring-buffer: Protect ring_buffer_reset() from reentrancy
` [for-linus][PATCH 2/2] ftrace/direct: Fix lockup in modify_ftrace_direct_multi

[RFC PATCH 0/5] Firmware Upload Framework
 2021-11-11  1:13 UTC  (6+ messages)
` [RFC PATCH 1/5] firmware: Create firmware upload framework
` [RFC PATCH 2/5] firmware: upload: Enable firmware uploads
` [RFC PATCH 3/5] firmware: upload: Signal eventfd when complete
` [RFC PATCH 4/5] firmware: upload: Add status ioctl
` [RFC PATCH 5/5] firmware: upload: Enable cancel of firmware upload

[PATCH] MAINTAINERS: Add macfb driver to Macintosh section
 2021-11-11  1:10 UTC 

[GIT PULL] ext4 changes for 5.16-rc1
 2021-11-11  1:07 UTC  (2+ messages)

[GIT PULL] nfsd changes for 5.16
 2021-11-11  1:07 UTC  (2+ messages)

[GIT PULL] Please pull NFS client changes for Linux 5.16
 2021-11-11  1:07 UTC  (2+ messages)

[GIT PULL] Btrfs update, part 2
 2021-11-11  1:07 UTC  (2+ messages)

INFO: rcu detected stall in sys_mount
 2021-11-11  1:07 UTC 

[PATCH] mm: migrate: Support multiple target nodes demotion
 2021-11-11  0:44 UTC  (4+ messages)

[PATCH 0/2] Fix Arm Ltd board node name collisions
 2021-11-11  0:41 UTC  (3+ messages)
` [PATCH 2/2] clk: versatile: clk-icst: Ensure clock names are unique

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-11-11  0:39 UTC  (6+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref

[PATCH v3 06/15] mm: introduce refcount for user PTE page table page
 2021-11-11  0:37 UTC  (2+ messages)

block/blk-ia-ranges.c:119: warning: expecting prototype for disk_register_ia_ranges(). Prototype was for disk_register_independent_access_ranges() instead
 2021-11-11  0:37 UTC  (4+ messages)

[PATCH] skbuff: suppress clang object-size-mismatch error
 2021-11-11  0:35 UTC 

[PATCH v5] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-11  0:30 UTC  (3+ messages)

[PATCH v2] media: venus: Synchronize probe() between venus_core and enc/dec
 2021-11-11  0:28 UTC  (2+ messages)

[PATCH] f2fs: provide a way to attach HIPRI for Direct IO
 2021-11-11  0:26 UTC  (5+ messages)

[GIT PULL] exit cleanups for v5.16
 2021-11-11  0:25 UTC  (2+ messages)

[GIT PULL] pidfd updates
 2021-11-11  0:25 UTC  (2+ messages)

[GIT PULL] prctl updates
 2021-11-11  0:25 UTC  (2+ messages)

[PATCH] s390/kexec: fix memory leak of ipl report buffer
 2021-11-11  0:22 UTC  (4+ messages)

[PATCH v2 0/8] New function and literals for metrics
 2021-11-11  0:21 UTC  (9+ messages)
` [PATCH v2 1/8] perf test: Add expr test for events with hyphens
` [PATCH v2 2/8] perf cputopo: Update to use pakage_cpus
` [PATCH v2 3/8] perf cputopo: Match die_siblings to topology ABI name
` [PATCH v2 4/8] perf cputopo: Match thread_siblings "
` [PATCH v2 5/8] perf expr: Add literal values starting with #
` [PATCH v2 6/8] perf expr: Add metric literals for topology
` [PATCH v2 7/8] perf expr: Move ID handling to its own function
` [PATCH v2 8/8] perf expr: Add source_count for aggregating events

[PATCH v4 0/2] integrity: support including firmware ".platform" keys at build time
 2021-11-11  0:20 UTC  (3+ messages)
` [PATCH v4 1/2] certs: export load_certificate_list() to be used outside certs/
` [PATCH v4 2/2] integrity: support including firmware ".platform" keys at build time

[PATCH] powerpc: Fix sigset_t copy
 2021-11-11  0:20 UTC  (3+ messages)

[PATCH v3 0/1] rcutorture: Avoid soft lockup during cpu stall
 2021-11-11  0:09 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/3] perf arm-spe: Add snapshot mode support
 2021-11-10 23:52 UTC  (2+ messages)

[git pull] m68knommu changes for v5.16
 2021-11-10 23:49 UTC 

[PATCH 00/11] lx216x DTS updates
 2021-11-10 23:48 UTC  (3+ messages)
` [PATCH 06/11] arm64: dts: lx2160a-qds: enable sata nodes

[PATCH] btrfs: make 1-bit bit-fields unsigned int
 2021-11-10 23:47 UTC  (2+ messages)

[PATCH 5.15 00/26] 5.15.2-rc1 review
 2021-11-10 23:43 UTC  (2+ messages)

[PATCH][V2] speakup: remove redundant assignment of variable i
 2021-11-10 23:35 UTC  (2+ messages)

[hare-scsi-devel:scsi-private.v2 5/21] drivers/scsi/scsi_lib.c:1622:17: error: implicit declaration of function 'scsi_device_queue_ready'; did you mean 'scsi_dev_queue_ready'?
 2021-11-10 23:34 UTC 

[PATCH] speakup: remove redundant assignment of variable i
 2021-11-10 23:30 UTC  (2+ messages)

[PATCH v3 0/3] RZ/G2L SCI support and sh-sci driver update
 2021-11-10 23:29 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: serial: renesas,scif: Make resets as a required property
` [PATCH v3 2/3] dt-bindings: serial: renesas,sci: Document RZ/G2L SoC
` [PATCH v3 3/3] serial: sh-sci: Add support to deassert/assert reset line

[PATCH][V2] MIPS: generic/yamon-dt: fix uninitialized variable error
 2021-11-10 23:28 UTC 

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

[PATCH] MIPS: generic/yamon-dt: fix uninitialized variable error
 2021-11-10 23:26 UTC  (2+ messages)

drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c:38:9: sparse: sparse: cast removes address space '__iomem' of expression
 2021-11-10 23:23 UTC 

[PATCH] hwmon: (nct6775) add support for TSI temperature registers
 2021-11-10 23:14 UTC 

[PATCH RFC] dt-bindings: pinctrl: support specifying pins
 2021-11-10 23:14 UTC 

[PATCH] PCI/MSI: Move non-mask check back into low level accessors
 2021-11-10 23:13 UTC  (3+ messages)

[PATCH 5.14 00/24] 5.14.18-rc1 review
 2021-11-10 23:09 UTC  (2+ messages)

linux-next: manual merge of the char-misc tree with the drm-intel tree
 2021-11-10 23:05 UTC  (3+ messages)

[PATCH 5/6] platform/chrome: chros_ec_ishtp: only load for matching devices
 2021-11-10 23:00 UTC  (5+ messages)
` [PATCH 1/4] HID: intel-ish-hid: fw-loader: constify devicetable initializer
` [PATCH 2/4] HID: intel-ish-hid: hid-client: "
` [PATCH 3/4] platform/chrome: chros_ec_ishtp: "
` [PATCH 4/4] platform/x86: isthp_eclite: "

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

[RFC PATCH v3 0/7] Renesas RZ/G2L IRQC support
 2021-11-10 22:58 UTC  (8+ messages)
` [RFC PATCH v3 1/7] dt-bindings: interrupt-controller: Add Renesas RZ/G2L Interrupt Controller
` [RFC PATCH v3 2/7] irqchip: Add RZ/G2L IA55 Interrupt Controller driver
` [RFC PATCH v3 3/7] soc: renesas: Enable IRQC driver for RZ/G2L
` [RFC PATCH v3 4/7] gpio: gpiolib: Allow free() callback to be overridden
` [RFC PATCH v3 5/7] gpio: gpiolib: Add ngirq member to struct gpio_irq_chip
` [RFC PATCH v3 6/7] pinctrl: renesas: pinctrl-rzg2l: Add IRQ domain to handle GPIO interrupt
` [RFC PATCH v3 7/7] arm64: dts: renesas: r9a07g044: Add IRQC node to SoC DTSI

[PATCHv3 1/3] tracing: Add register read/write tracing support
 2021-11-10 22:56 UTC  (2+ messages)

arch/powerpc/platforms/powernv/vas-window.c:91:13: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-11-10 22:51 UTC 

[PATCH] iio: adc: rzg2l_adc: Remove unnecessary print function dev_err()
 2021-11-10 22:50 UTC  (2+ messages)

[PATCH v4 0/2] PCI: hv: Hyper-V vPCI for arm64
 2021-11-10 22:48 UTC  (6+ messages)
` [PATCH v4 2/2] arm64: PCI: hv: Add support for Hyper-V vPCI
      ` [EXTERNAL] "

[PATCH v3 0/6] RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms
 2021-11-10 22:46 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance-ohms property
` [PATCH v3 2/6] pinctrl: renesas: pinctrl-rzg2l: Rename RZG2L_SINGLE_PIN_GET_PORT macro
` [PATCH v3 3/6] pinctrl: renesas: pinctrl-rzg2l: Add helper functions to read/write pin config
` [PATCH v3 4/6] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set pin config for GPIO port pins
` [PATCH v3 5/6] pinctrl: renesas: pinctrl-rzg2l: Rename PIN_CFG_* macros to match HW manual
` [PATCH v3 6/6] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set drive-strength and output-impedance-ohms

[PATCH v6 1/5] x86/kvm: Add AMD SEV specific Hypercall3
 2021-11-10 22:42 UTC  (11+ messages)

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

[hare-scsi-devel:scsi-private.v2 2/21] drivers/scsi/scsi_lib.c:1969:27: error: 'REQ_INTERNAL' undeclared; did you mean 'MNT_INTERNAL'?
 2021-11-10 22:33 UTC 

[RFC PATCH v3 0/8] Adds support for PHY LEDs with offload triggers
 2021-11-10 22:32 UTC  (6+ messages)
` [RFC PATCH v3 6/8] leds: trigger: add hardware-phy-activity trigger

linux-next: build failure after merge of the cifs tree
 2021-11-10 22:32 UTC  (2+ messages)

[PATCH] platform/mellanox: mlxreg-lc: fix error code in mlxreg_lc_create_static_devices()
 2021-11-10 22:31 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;
as well as URLs for NNTP newsgroup(s).