linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-09 15:11:12 to 2021-11-09 18:50:11 UTC [more...]

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

[PATCH v1 1/1] fpga: dfl: pci: Use pci_find_vsec_capability() when looking for DFL
 2021-11-09 18:51 UTC  (5+ messages)

[RFC PATCH 0/7] static call updates
 2021-11-09 18:49 UTC  (11+ messages)
` [RFC PATCH 1/7] static_call: get rid of static_call_cond()
` [RFC PATCH 2/7] static_call: deal with unexported keys without cluttering up the API
` [RFC PATCH 3/7] static_call: use helper to access non-exported key
` [RFC PATCH 4/7] static_call: fix broken static_call_query() for non-exported keys
` [RFC PATCH 5/7] static_call: use non-function types to refer to the trampolines
` [RFC PATCH 6/7] static_call: rename EXPORT_ macros to be more self-explanatory
` [RFC PATCH 7/7] static_call: add generic support for non-exported keys

[PATCH v2 0/7] Add PTP support for BCM53128 switch
 2021-11-09 18:49 UTC  (16+ messages)
` [PATCH v2 1/7] net: dsa: b53: Add BroadSync HD register definitions
` [PATCH v2 2/7] net: dsa: b53: Move struct b53_device to include/linux/dsa/b53.h
` [PATCH v2 4/7] net: dsa: b53: Add PHC clock support
` [PATCH v2 5/7] net: dsa: b53: Add logic for RX timestamping

[PATCH v2 0/2] Dax poison recovery
 2021-11-09 18:48 UTC  (4+ messages)
` [PATCH v2 2/2] dax,pmem: Implement pmem based dax data recovery

[PATCH v4 00/21] Support SDEI Virtualization
 2021-11-09 18:47 UTC  (19+ messages)
` [PATCH v4 01/21] KVM: arm64: Introduce template for inline functions
` [PATCH v4 02/21] KVM: arm64: Add SDEI virtualization infrastructure
` [PATCH v4 03/21] KVM: arm64: Support SDEI_VERSION hypercall
` [PATCH v4 04/21] KVM: arm64: Support SDEI_EVENT_REGISTER hypercall
` [PATCH v4 05/21] KVM: arm64: Support SDEI_EVENT_{ENABLE, DISABLE} hypercall
` [PATCH v4 07/21] KVM: arm64: Support SDEI_EVENT_UNREGISTER hypercall
` [PATCH v4 08/21] KVM: arm64: Support SDEI_EVENT_STATUS hypercall
` [PATCH v4 09/21] KVM: arm64: Support SDEI_EVENT_GET_INFO hypercall
` [PATCH v4 10/21] KVM: arm64: Support SDEI_EVENT_ROUTING_SET hypercall

[PATCH] sched/fair: Prevent dead task groups from regaining cfs_rq's
 2021-11-09 18:47 UTC  (11+ messages)

[PATCH V3 0/4] Add SEV_INIT_EX support
 2021-11-09 18:42 UTC  (11+ messages)
` [PATCH V3 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH V3 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH V3 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH V2 0/4] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-09 18:34 UTC  (4+ messages)
` [PATCH V2 3/4] xen/unpopulated-alloc: Add mechanism to use Xen resource

[PATCH 0/7] task comm cleanups
 2021-11-09 18:28 UTC  (2+ messages)

[PATCH net-next] devlink: Require devlink lock during device reload
 2021-11-09 18:24 UTC  (19+ messages)

[PATCH 0/4] Add support for Bosch BNO055 IMU
 2021-11-09 18:21 UTC  (22+ messages)
` [v2 00/10] "
  ` [v2 02/10] iio: document linear acceleration modifiers
  ` [v2 03/10] iio: document euler angles modifiers
  ` [v2 04/10] iio: add modifiers for linear acceleration
  ` [v2 09/10] iio: imu: add BNO055 serdev driver
  ` [v2 10/10] iio: imu: add BNO055 I2C driver

[PATCH v3 0/3] Add bindings for peripheral-specific SPI controller properties
 2021-11-09 18:19 UTC  (4+ messages)
` [PATCH v3 1/3] spi: dt-bindings: add schema listing peripheral-specific properties
` [PATCH v3 2/3] spi: dt-bindings: cdns,qspi-nor: Move peripheral-specific properties out
` [PATCH v3 3/3] dt-bindings: mtd: spi-nor: Add a reference to spi-peripheral-props.yaml

[RFC PATCH v3 0/3] Introduce BPF map tracing capability
 2021-11-09 18:17 UTC  (4+ messages)
` [RFC PATCH v3 2/3] bpf: Add selftests

[PATCH v3 0/5] Refactor thermal pressure update to avoid code duplication
 2021-11-09 18:13 UTC  (16+ messages)

drivers/scsi/libfc/fc_encode.h:153:17: warning: 'strncpy' output may be truncated copying between 0 and 255 bytes from a string of length 255
 2021-11-09 18:11 UTC 

[PATCH] pci: Don't call resume callback for nearly bound devices
 2021-11-09 18:12 UTC  (5+ messages)

[PATCH v4 0/8] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM (+ KVM: x86: MSR filtering and related fixes)
 2021-11-09 17:33 UTC  (10+ messages)
` [PATCH v4 1/8] KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use
` [PATCH v4 2/8] KVM: nVMX: Handle dynamic MSR intercept toggling
` [PATCH v4 3/8] KVM: VMX: Macrofy the MSR bitmap getters and setters
` [PATCH v4 4/8] KVM: nVMX: Clean up x2APIC MSR handling for L2
` [PATCH v4 5/8] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH v4 6/8] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH v4 7/8] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH v4 8/8] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[PATCH 0/3] Improve the migration stats
 2021-11-09 18:10 UTC  (3+ messages)
` [PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()

[PATCH v6 0/2] static call support for arm64
 2021-11-09 18:09 UTC  (4+ messages)
` [PATCH v6 2/2] arm64: implement support for static call trampolines

[PATCH 0/5] drm/msm: Cleanup and drm/sched tdr prep
 2021-11-09 18:11 UTC  (6+ messages)
` [PATCH 1/5] drm/msm: Remove unnecessary struct_mutex
` [PATCH 2/5] drm/msm: Drop priv->lastctx
` [PATCH 3/5] drm/msm: Remove struct_mutex usage
` [PATCH 4/5] drm/msm: Handle fence rollover
` [PATCH 5/5] drm/msm: Add debugfs to disable hw err handling

[PATCH AUTOSEL 4.14 01/39] Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg()
 2021-11-09 18:06 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 10/39] mwifiex: Run SET_BSS_MODE when changing from P2P to STATION vif-type

[RFC PATCH v2 0/1] rpmsg: syslog driver
 2021-11-09 18:06 UTC  (3+ messages)
` [RFC PATCH v2 1/1] rpmsg: add "

[PATCH] ftrace/direct: Fix lockup in modify_ftrace_direct_multi
 2021-11-09 18:04 UTC  (3+ messages)

[PATCH] drm/msm/dp: Avoid unpowered AUX xfers that caused crashes
 2021-11-09 18:04 UTC 

[PATCH] char: ppdev: fixed a validation issue
 2021-11-09 17:55 UTC  (8+ messages)

[PATCH 0/7] Thermal: Introduce the Hardware Feedback Interface for thermal and performance management
 2021-11-09 17:51 UTC  (7+ messages)
` [PATCH 6/7] thermal: netlink: Add a new event to notify CPU capabilities change

[PATCHv3 0/3] tracing/rwmmio/arm64: Add support to trace register reads/writes
 2021-11-09 17:49 UTC  (8+ messages)
` [PATCHv3 3/3] dynamic_debug: Add a flag for dynamic event tracing

[PATCH] rcutorture: Avoid soft lockup during cpu stall
 2021-11-09 17:46 UTC 

[RFC PATCH v2 0/5] Add hardware prefetch driver for A64FX and Intel processors
 2021-11-09 17:44 UTC  (7+ messages)
` [RFC PATCH v2 5/5] docs: ABI: Add sysfs documentation interface of hardware prefetch driver

[PATCH v4 0/2] Add a helper to read GPR index and move INVPCID validation to a common place
 2021-11-09 17:44 UTC  (3+ messages)
` [PATCH v4 1/2] KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPID, and INVEPT
` [PATCH v4 2/2] KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid()

[PATCH v2 1/2] dt-bindings: Rename Ingenic CGU headers to ingenic,*.h
 2021-11-09 17:43 UTC  (2+ messages)

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-09 17:34 UTC  (2+ messages)

[PATCH] tty: n_gsm: add missing tty_kref_put
 2021-11-09 17:33 UTC  (2+ messages)

[PATCH 0/6] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
 2021-11-09 17:24 UTC  (7+ messages)
` [PATCH 1/6] sched/preempt: move PREEMPT_DYNAMIC logic later
` [PATCH 2/6] sched/preempt: refactor sched_dynamic_update()
` [PATCH 3/6] sched/preempt: simplify irqentry_exit_cond_resched() callers
` [PATCH 4/6] sched/preempt: decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRY
` [PATCH 5/6] sched/preempt: add PREEMPT_DYNAMIC using static keys
` [PATCH 6/6] arm64: support PREEMPT_DYNAMIC

[PATCH v1] serial: pl011: Add ACPI SBSA UART match id
 2021-11-09 17:22 UTC 

[PATCH] firmware: export x86_64 platform flash bios region via sysfs
 2021-11-09 17:23 UTC  (5+ messages)

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

[PATCH net 2/2] auth_gss: Fix deadlock that blocks rpcsec_gss_exit_net when use-gss-proxy==1
 2021-11-09 17:21 UTC  (11+ messages)

[PATCH] MAINTAINERS: Update Benjamin Gaignard maintainer status
 2021-11-09 17:15 UTC  (3+ messages)

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-11-09 17:15 UTC  (6+ messages)
` [PATCH 1/2] x86/kvm: revert commit 76b4f357d0e7d8f6f00

[PATCH v2] mm: fix panic in __alloc_pages
 2021-11-09 17:15 UTC  (6+ messages)
` [PATCH v3] "

[RFC PATCH v2 00/69] KVM: X86: TDX support
 2021-11-09 17:15 UTC  (6+ messages)
` [RFC PATCH v2 24/69] KVM: x86: Introduce "protected guest" concept and block disallowed ioctls

[PATCH 2/2] net: ethernet: Add driver for Sunplus SP7021
 2021-11-09 17:05 UTC  (12+ messages)

[RFC 0/8] HID: add support for USI style pens
 2021-11-09 17:02 UTC  (4+ messages)

[PATCH] net: mvpp2: fix XDP rx queues registering
 2021-11-09 17:01 UTC  (3+ messages)

[PATCH] mips: decompressor: do not copy source files while building
 2021-11-09 16:57 UTC  (3+ messages)

[PATCH 0/2] Add SPI control driver for Sunplus SP7021 SoC
 2021-11-09 16:55 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] SPI: Add SPI driver for Sunplus SP7021

[PATCH] [RESEND] drm/rcar: stop using 'imply' for dependencies
 2021-11-09 16:51 UTC  (2+ messages)

[PATCH 0/2] Fix Arm Ltd board node name collisions
 2021-11-09 16:46 UTC  (3+ messages)
` [PATCH 1/2] of: Support using 'mask' in making device bus id
` [PATCH 2/2] clk: versatile: clk-icst: Ensure clock names are unique

[PATCH 0/2] clk: samsung: exynos850: Implement CMU_CMGP
 2021-11-09 16:44 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: samsung: Document Exynos850 CMU_CMGP
` [PATCH 2/2] clk: samsung: exynos850: Implement CMU_CMGP domain

[PATCH] f2fs: provide a way to attach HIPRI for Direct IO
 2021-11-09 16:42 UTC  (3+ messages)

[PATCH v3] drm/msm/dp: do not initialize phy until plugin interrupt received
 2021-11-09 16:41 UTC  (3+ messages)

[PATCH v0.8 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-09 16:31 UTC  (3+ messages)

[PATCH v5.5 00/30] KVM: Scalable memslots implementation
 2021-11-09 16:29 UTC  (5+ messages)
` [PATCH v5.5 20/30] KVM: x86: Use nr_memslot_pages to avoid traversing the memslots array

[PATCH v2 0/3] perf arm-spe: Add snapshot mode support
 2021-11-09 16:30 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] perf arm-spe: Implement find_snapshot callback
` [PATCH v2 3/3] perf arm-spe: Snapshot mode test

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-11-09 16:26 UTC  (10+ messages)
  `  "
      `  "
          `  "
              `  "

[PATCH] dt-bindings: Remove Netlogic bindings
 2021-11-09 16:24 UTC  (2+ messages)

[PATCH 1/2] i2c: Remove Netlogic XLP variant
 2021-11-09 16:16 UTC  (2+ messages)
` [PATCH 2/2] i2c: Remove unused Netlogic/Sigma Designs XLR driver

net/bluetooth/msft.h:64: multiple definition of `msft_remove_all_monitors_on_suspend'; net/bluetooth/hci_core.o:net/bluetooth/msft.h:64: first defined here
 2021-11-09 16:15 UTC 

[PATCH] staging: Remove Netlogic XLP network driver
 2021-11-09 16:14 UTC 

[PATCH] spi: xlp: Remove Netlogic XLP variants
 2021-11-09 16:13 UTC 

[PATCH] gpio: xlp: Remove Netlogic XLP variants
 2021-11-09 16:12 UTC 

Re:Re: [PATCH] x86/mce: correct cpu_missing reporting in mce_timed_out
 2021-11-09 16:06 UTC  (9+ messages)
` [PATCH] x86/mce: drop cpu_missing since we have more capable mce_missing_cpus

[PATCH AUTOSEL 5.15 001/146] dma-buf: WARN on dmabuf release with pending attachments
 2021-11-09 16:05 UTC  (3+ messages)
` AUTOSEL series truncated was -- "

[PATCH 1/2] MIPS: fix *-pkg builds for loongson2ef platform
 2021-11-09 15:32 UTC  (4+ messages)
` [PATCH 2/2] MIPS: fix duplicated slashes for Platform file path

[RFC 0/5] arm64: imx8mm: Enable Hantro VPUs
 2021-11-09 15:57 UTC  (4+ messages)

[PATCH 0/3] clk: qcom: smd-rpm: Report enable state to framework
 2021-11-09 15:56 UTC  (3+ messages)

[PATCH v5 0/2] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2021-11-09 15:53 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: add Stefan Mätje as maintainer for the esd electronics GmbH CAN drivers
` [PATCH 2/2] can: esd: add support for esd GmbH PCIe/402 CAN interface family

drivers/gpu/drm/amd/amdgpu/../include/asic_reg/dpcs/dpcs_4_2_0_offset.h:11936:111: warning: initialized field overwritten
 2021-11-09 15:51 UTC 

[PATCH v3 0/2] Add pinctrl support for SDX65
 2021-11-09 15:49 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: qcom: Add SDX65 pinctrl bindings

[PATCH] x86/smp: Factor out parts of native_smp_prepare_cpus()
 2021-11-09 15:28 UTC  (6+ messages)

[PATCH v12 00/13] amphion video decoder/encoder driver
 2021-11-09 15:46 UTC  (2+ messages)

[PATCH] drivers/clocksource/dw_apb_timer_of: fixed probe failure
 2021-11-09 15:34 UTC 

PCI/MSI: Destroy sysfs before freeing entries
 2021-11-09 15:39 UTC  (2+ messages)

kernel/sched/fair.c:10823:6: warning: no previous prototype for 'task_vruntime_update'
 2021-11-09 15:37 UTC 

[PATCH 1/3] x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDs
 2021-11-09 15:36 UTC  (2+ messages)

HW power fault defect cause system hang on kernel 5.4.y
 2021-11-09 15:36 UTC  (5+ messages)

Kernel-4.14: With ubuntu-18.04 building rootfs images and booting gives SQUASHFS error: xz decompression failed, data probably corrupt
 2021-11-09 15:34 UTC  (3+ messages)

How to reduce PCI initialization from 5 s (1.5 s adding them to IOMMU groups)
 2021-11-09 15:31 UTC  (3+ messages)

[PATCH] MIPS: VDSO: remove -nostdlib compiler flag
 2021-11-09 15:30 UTC  (2+ messages)

[PATCH] MIPS: Allow modules to set board_be_handler
 2021-11-09 15:29 UTC  (2+ messages)

[PATCH v2] mips: BCM63XX: ensure that CPU_SUPPORTS_32BIT_KERNEL is set
 2021-11-09 15:29 UTC  (2+ messages)

[PATCH] MIPS: Update bmips_stb_defconfig
 2021-11-09 15:29 UTC  (2+ messages)

[GIT PULL REQUEST] watchdog - v5.16 Merge window
 2021-11-09 14:05 UTC 

[PATCH v4 0/3] watchdog: meson_gxbb_wdt: improve
 2021-11-09 15:30 UTC  (4+ messages)
` [PATCH v4 3/3] watchdog: meson_gxbb_wdt: remove stop_on_reboot

[PATCH v5 0/7] KVM: PKS Virtualization support
 2021-11-09 15:30 UTC  (5+ messages)
` [PATCH v5 3/7] KVM: X86: Expose IA32_PKRS MSR

[PATCH v2 0/5] RZ/G2L: pinctrl: Support to get/set drive-strength and output-impedance-ohms
 2021-11-09 15:24 UTC  (6+ messages)
` [PATCH v2 3/5] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set pin config for GPIO port pins

[RFC PATCH] software node: Skip duplicated software_node sysfs
 2021-11-09 15:23 UTC  (7+ messages)

[PATCH 0/6] Add touch-keys support to the Zinitix touch driver
 2021-11-09 15:23 UTC  (3+ messages)

[PATCH 00/13]Update the icicle kit device tree
 2021-11-09 15:20 UTC  (4+ messages)
` [PATCH 03/13] dt-bindings: soc/microchip: update sys ctrlr compat string

[PATCH 0/5 V11] Add AMD SEV and SEV-ES intra host migration support
 2021-11-09 15:19 UTC  (4+ messages)
` [PATCH V11 2/5] KVM: SEV: Add support for SEV intra host migration

[PATCH] dt-bindings: watchdog: sunxi: fix error in schema
 2021-11-09 15:19 UTC  (2+ messages)

[PATCH v7 1/1] RISC-V: Use SBI SRST extension when available
 2021-11-09 15:19 UTC  (4+ messages)

[PATCH v1 1/1] PCI: probe: Use pci_find_vsec_capability() when looking for TBT devices
 2021-11-09 15:16 UTC 

[PATCH] sched: Split preemption model selection between DYNAMIC & !DYNAMIC
 2021-11-09 15:10 UTC 


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).