linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 14:50:25 to 2021-12-16 16:29:24 UTC [more...]

[PATCH v2 0/2] AMD SMCA Updates
 2021-12-16 16:29 UTC 

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-16 16:28 UTC  (4+ messages)
` [PATCH v8 06/40] x86/sev: Check SEV-SNP features support

[PATCH v7 00/14] ima: Namespace IMA with audit support in IMA-ns
 2021-12-16 16:28 UTC  (4+ messages)
` [PATCH v7 10/14] securityfs: Extend securityfs with namespacing support

[PATCH v3 0/9] Parallel CPU bringup for x86_64
 2021-12-16 16:27 UTC  (2+ messages)

[PATCH -next v3] bfq: fix use-after-free in bfq_dispatch_request
 2021-12-16 16:27 UTC  (2+ messages)

[PATCH v3 00/68] fscache, cachefiles: Rewrite
 2021-12-16 16:25 UTC  (69+ messages)
` [PATCH v3 01/68] fscache, cachefiles: Disable configuration
` [PATCH v3 02/68] cachefiles: Delete the cachefiles driver pending rewrite
` [PATCH v3 03/68] fscache: Remove the contents of the fscache driver, "
` [PATCH v3 04/68] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH v3 05/68] netfs: Pass a flag to ->prepare_write() to say if there's no alloc'd space
` [PATCH v3 06/68] fscache: Introduce new driver
` [PATCH v3 07/68] fscache: Implement a hash function
` [PATCH v3 08/68] fscache: Implement cache registration
` [PATCH v3 09/68] fscache: Implement volume registration
` [PATCH v3 10/68] fscache: Implement cookie registration
` [PATCH v3 11/68] fscache: Implement cache-level access helpers
` [PATCH v3 12/68] fscache: Implement volume-level "
` [PATCH v3 13/68] fscache: Implement cookie-level "
` [PATCH v3 14/68] fscache: Implement functions add/remove a cache
` [PATCH v3 15/68] fscache: Provide and use cache methods to lookup/create/free a volume
` [PATCH v3 16/68] fscache: Add a function for a cache backend to note an I/O error
` [PATCH v3 17/68] fscache: Implement simple cookie state machine
` [PATCH v3 18/68] fscache: Implement cookie user counting and resource pinning
` [PATCH v3 19/68] fscache: Implement cookie invalidation
` [PATCH v3 20/68] fscache: Provide a means to begin an operation
` [PATCH v3 21/68] fscache: Count data storage objects in a cache
` [PATCH v3 22/68] fscache: Provide read/write stat counters for the cache
` [PATCH v3 23/68] fscache: Provide a function to let the netfs update its coherency data
` [PATCH v3 24/68] netfs: Pass more information on how to deal with a hole in the cache
` [PATCH v3 25/68] fscache: Implement raw I/O interface
` [PATCH v3 26/68] fscache: Implement higher-level write "
` [PATCH v3 27/68] vfs, fscache: Implement pinning of cache usage for writeback
` [PATCH v3 28/68] fscache: Provide a function to note the release of a page
` [PATCH v3 29/68] fscache: Provide a function to resize a cookie
` [PATCH v3 30/68] cachefiles: Introduce rewritten driver
` [PATCH v3 31/68] cachefiles: Define structs
` [PATCH v3 32/68] cachefiles: Add some error injection support
` [PATCH v3 33/68] cachefiles: Add a couple of tracepoints for logging errors
` [PATCH v3 34/68] cachefiles: Add cache error reporting macro
` [PATCH v3 35/68] cachefiles: Add security derivation
` [PATCH v3 36/68] cachefiles: Register a miscdev and parse commands over it
` [PATCH v3 37/68] cachefiles: Provide a function to check how much space there is
` [PATCH v3 38/68] vfs, cachefiles: Mark a backing file in use with an inode flag
` [PATCH v3 39/68] cachefiles: Implement a function to get/create a directory in the cache
` [PATCH v3 40/68] cachefiles: Implement cache registration and withdrawal
` [PATCH v3 41/68] cachefiles: Implement volume support
` [PATCH v3 42/68] cachefiles: Add tracepoints for calls to the VFS
` [PATCH v3 43/68] cachefiles: Implement object lifecycle funcs
` [PATCH v3 44/68] cachefiles: Implement key to filename encoding
` [PATCH v3 45/68] cachefiles: Implement metadata/coherency data storage in xattrs
` [PATCH v3 46/68] cachefiles: Mark a backing file in use with an inode flag
` [PATCH v3 47/68] cachefiles: Implement culling daemon commands
` [PATCH v3 48/68] cachefiles: Implement backing file wrangling
` [PATCH v3 49/68] cachefiles: Implement begin and end I/O operation
` [PATCH v3 50/68] cachefiles: Implement cookie resize for truncate
` [PATCH v3 51/68] cachefiles: Implement the I/O routines
` [PATCH v3 52/68] fscache, cachefiles: Store the volume coherency data
` [PATCH v3 53/68] cachefiles: Allow cachefiles to actually function
` [PATCH v3 54/68] fscache, cachefiles: Display stats of no-space events
` [PATCH v3 55/68] fscache, cachefiles: Display stat of culling events
` [PATCH v3 56/68] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH v3 57/68] afs: Fix afs_write_end() to handle len > page size
` [PATCH v3 58/68] afs: Convert afs to use the new fscache API
` [PATCH v3 59/68] afs: Copy local writes to the cache when writing to the server
` [PATCH v3 60/68] afs: Skip truncation on the server of data we haven't written yet
` [PATCH v3 61/68] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH v3 62/68] 9p: Copy local writes to the cache when writing to the server
` [PATCH v3 63/68] nfs: Convert to new fscache volume/cookie API
` [PATCH v3 64/68] nfs: Implement cache I/O by accessing the cache directly
` [PATCH v3 65/68] cifs: Support fscache indexing rewrite (untested)
` [PATCH v3 66/68] ceph: conversion to new fscache API
` [PATCH v3 67/68] ceph: add fscache writeback support
` [PATCH v3 68/68] fscache: Rewrite documentation

Linux 5.4.166
 2021-12-16 16:25 UTC  (2+ messages)

[PATCH] iio: dummy: iio_simple_dummy: check the return value of kstrdup()
 2021-12-16 16:30 UTC  (2+ messages)

Linux 5.10.86
 2021-12-16 16:24 UTC  (2+ messages)

[luxis1999-iommufd:iommufd-v5.16-rc3 15/25] ERROR: modpost: "vfio_platform_ops" [drivers/vfio/platform/vfio-platform.ko] undefined!
 2021-12-16 16:18 UTC 

ThrustMaster USB interface question
 2021-12-16 16:17 UTC 

[PATCH] drm/panfrost: Avoid user size passed to kvmalloc()
 2021-12-16 16:16 UTC 

[PATCH v2 0/3] ARM: mstar: Initial Miyoo Mini support
 2021-12-16 16:18 UTC  (2+ messages)

Re: Re: [PATCH v3] serial: pch_uart: potential dereference of null pointer
 2021-12-16 16:14 UTC  (2+ messages)

[PATCH] clk: imx: Add imx8dxl clk driver
 2021-12-16 16:14 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mn-venice-gw7902: disable gpu
 2021-12-16 16:12 UTC 

[RESEND 1/2] sctp: export sctp_endpoint_{hold,put}() for use by seperate modules
 2021-12-16 16:12 UTC  (4+ messages)
` [RESEND 2/2] sctp: hold cached endpoints to prevent possible UAF

[PATCH] MIPS: Octeon: Fix build errors using clang
 2021-12-16 16:11 UTC  (2+ messages)

[PATCH] usb: ohci-spear: Remove direct access to platform_device resource list
 2021-12-16 16:10 UTC  (2+ messages)

[PATCH] usb: ohci-s3c2410: Use platform_get_irq() to get the interrupt
 2021-12-16 16:10 UTC  (2+ messages)

[PATCH] usb: uhci: Use platform_get_irq() to get the interrupt
 2021-12-16 16:10 UTC  (2+ messages)

[PATCH v12 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-12-16 16:04 UTC  (5+ messages)
` [PATCH v12 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v12 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v12 3/4] drivers/acpi: Introduce Platform Firmware Runtime Telemetry
` [PATCH v12 4/4] tools: Introduce power/acpi/tools/pfrut

[PATCH net-next v2] net: prestera: flower template support
 2021-12-16 16:08 UTC  (2+ messages)

[PATCH v2 0/2] AMD Family 19h Models 10h-1Fh Updates
 2021-12-16 16:08 UTC  (8+ messages)
` [PATCH v2 1/2] EDAC/amd64: Check register values from all UMCs
` [PATCH v2 2/2] EDAC/amd64: Add new register offset support and related changes

[PATCH 0/2] Enable named interrupt smbus-alert for ACPI as well
 2021-12-16 16:08 UTC  (4+ messages)
` [PATCH 2/2] i2c: smbus: Use device_ functions instead of of_

[PATCH v5 0/9] Add initial support for the i.MXRTxxxx SoC family starting from i.IMXRT1050 SoC
 2021-12-16 16:07 UTC  (5+ messages)
` [PATCH v5 4/9] dt-bindings: clock: imx: Add documentation for i.MXRT1050 clock
` [PATCH v5 5/9] clk: imx: Add initial support for i.MXRT1050 clock driver

[PATCH v1] dt-bindings: sound: tegra-audio-rt5677: Correct example
 2021-12-16 16:07 UTC  (2+ messages)

[PATCH net-next v10 0/6] MediaTek Ethernet Patches on MT8195
 2021-12-16 16:01 UTC  (3+ messages)
` [PATCH net-next v10 4/6] net: dt-bindings: dwmac: Convert mediatek-dwmac to DT schema

[PATCH v2] extcon: fix extcon_get_extcon_dev() error handling
 2021-12-16 15:59 UTC  (7+ messages)

[PATCH] KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in vmx_pmu_msrs_test
 2021-12-16 16:00 UTC  (5+ messages)

[PATCH 0/2] usb: dwc3: Add a quirk to set GUCTL.SPRSCTRLTRANSEN bit
 2021-12-16 15:59 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: usb: document snps,dis_split_quirk property in dwc3

[PATCH] perf pmu: Fix event list for uncore PMUs
 2021-12-16 15:53 UTC 

[PATCH] virtio_net: fix rx_drops stat for small pkts
 2021-12-16 15:58 UTC  (2+ messages)

[RFCv5 0/2] HID: Add USI support
 2021-12-16 15:52 UTC  (4+ messages)

[PATCH] perf test: Test 73 Sig_trap fails on s390
 2021-12-16 15:48 UTC  (2+ messages)

[PATCH V6 0/7] Add driver support for Data Capture and Compare Engine(DCC) for SM8150,SC7280,SC7180,SDM845
 2021-12-16 15:48 UTC  (2+ messages)

[PATCH 00/60] drm: Make all drivers to honour the nomodeset parameter
 2021-12-16 15:48 UTC  (9+ messages)
` [PATCH 11/60] drm/gud: Add support for the nomodeset kernel parameter
` [PATCH 52/60] drm/mi0283qt: "
` [PATCH 53/60] drm/repaper: "

[PATCH v2] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-12-16 15:45 UTC  (4+ messages)

[PATCH] hwmon: prefix kernel-doc comments for structs with struct
 2021-12-16 15:42 UTC 

[PATCH 0/2] add MemAvailable to per-node meminfo
 2021-12-16 15:43 UTC  (10+ messages)
` [PATCH 1/2] mm: "
` [PATCH 2/2] mm: reimplement si_mem_available()

[PATCH v2] dt-bindings: sound: nvidia,tegra-audio: Convert multiple txt bindings to yaml
 2021-12-16 15:42 UTC  (4+ messages)

The vcpu won't be wakened for a long time
 2021-12-16 15:42 UTC  (4+ messages)

[PATCH 0/4] power: supply: add charge_behaviour property (force-discharge, inhibit-charge)
 2021-12-16 15:41 UTC  (3+ messages)

[PATCH v11 0/8] MIPS: JZ4780 and CI20 HDMI
 2021-12-16 15:39 UTC  (3+ messages)

[PATCH v4 00/22] Support HDMI audio on NVIDIA Tegra20
 2021-12-16 15:31 UTC  (23+ messages)
` [PATCH v4 05/22] ASoC: tegra20: spdif: Set FIFO trigger level
` [PATCH v4 06/22] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v4 07/22] ASoC: tegra20: spdif: Support device-tree
` [PATCH v4 08/22] ASoC: tegra20: spdif: Improve driver's code
` [PATCH v4 09/22] ASoC: tegra20: spdif: Use more resource-managed helpers
` [PATCH v4 10/22] ASoC: tegra20: spdif: Reset hardware
` [PATCH v4 11/22] ASoC: tegra20: spdif: Support system suspend
` [PATCH v4 12/22] ASoC: tegra20: spdif: Filter out unsupported rates
` [PATCH v4 13/22] ASoC: tegra20: i2s: "

[PATCH] wilc1000: Allow setting power_save before driver is initialized
 2021-12-16 15:30 UTC  (5+ messages)

[PATCH 0/4] misc: add ArmChina Zhouyi NPU driver
 2021-12-16 15:29 UTC  (3+ messages)
` [PATCH 3/4] dt-bindings: add vendor-prefix and documentation for Zhouyi NPU

[intel-tdx:kvm-upstream 80/152] arch/x86/kvm/vmx/tdx_stubs.c:10:5: error: no previous prototype for 'tdx_vcpu_create'
 2021-12-16 15:27 UTC 

[PATCH] rcu/nocb: clean up some inconsistent indenting
 2021-12-16 15:26 UTC  (2+ messages)

[PATCH v5 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
 2021-12-16 15:26 UTC  (6+ messages)
` [PATCH v5 1/2] "

[PATCH v3] perf arm-spe: Synthesize SPE instruction events
 2021-12-16 15:24 UTC 

[PATCH 5/6] irq: spear-shirq: Add support for IRQ 0..6
 2021-12-16 15:24 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqchip/spear-shirq: "

[PATCH] irqchip/gic-v2m:add const to of_device_id
 2021-12-16 15:24 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqchip/gic-v2m: Add "

[PATCH] irqchip/irq-imx-gpcv2: mark imx_gpcv2_instance with __ro_after_init
 2021-12-16 15:24 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqchip/imx-gpcv2: Mark "

[RFC PATCH] irqchip/gic-v4.1:fix the kdump GIC ITS RAS error for ITS BASER2
 2021-12-16 15:24 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqchip/gic-v4: Disable redistributors' view of the VPE table at boot time

[PATCH] irqchip: Use correctly sized arguments for bit field
 2021-12-16 15:24 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqchip/ingenic-tcu: "

Re: [PATCH v3] serial: pch_uart: potential dereference of null pointer
 2021-12-16 15:24 UTC  (2+ messages)

[PATCH v3 0/2] Driver for Open Profile for DICE
 2021-12-16 15:21 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: firmware: Add "

PROBLEM: iavf seems not to fully bind to all the devices all the time
 2021-12-16 15:20 UTC 

[PATCH] drm/amd/display: Fix warning comparing pointer to 0
 2021-12-16 15:20 UTC  (2+ messages)

[PATCH] net: fix typo in a comment
 2021-12-16 15:19 UTC 

[PATCH v3] arm64/mm: avoid fixmap race condition when create pud mapping
 2021-12-16 15:19 UTC  (2+ messages)

[PATCH v2] arm64: dts: sc7180: Add board regulators for MIPI camera trogdor boards
 2021-12-16 15:18 UTC  (2+ messages)

[PATCH v6, 0/2] ADD DM9051 ETHERNET DRIVER
 2021-12-16 15:17 UTC  (3+ messages)
` [PATCH v6, 2/2] net: Add dm9051 driver

[PATCH v3 1/1] pinctrl: Propagate firmware node from a parent device
 2021-12-16 15:15 UTC  (2+ messages)

[PATCH v5 0/1] s390x: KVM: CPU Topology
 2021-12-16 15:16 UTC  (3+ messages)

[PATCH] arm64: dts: sc7180: Add board regulators for MIPI camera trogdor boards
 2021-12-16 15:14 UTC  (4+ messages)

[PATCH] arm: remove [_text, _stext) from kernel code resource
 2021-12-16 15:14 UTC  (2+ messages)

[PATCH] livepatch: Fix leak on klp_init_patch_early failure path
 2021-12-16 15:14 UTC  (9+ messages)

[PATCH] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node
 2021-12-16 15:13 UTC  (2+ messages)

[PATCH] drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
 2021-12-16 15:12 UTC  (2+ messages)

[PATCH -next] io_uring: use timespec64_valid() to verify time value
 2021-12-16 15:07 UTC  (2+ messages)

[PATCH] MIPS: BCM47XX: Replace strlcpy with strscpy
 2021-12-16 15:05 UTC  (2+ messages)

[PATCH 0/9] Kconfig symbol clean-up on ./arch/mips/
 2021-12-16 15:03 UTC  (2+ messages)

[PATCH] MIPS: OCTEON: add put_device() after of_find_device_by_node()
 2021-12-16 15:06 UTC  (2+ messages)

[PATCH] MIPS: drop selected EARLY_PRINTK configs for MACH_REALTEK_RTL
 2021-12-16 15:03 UTC  (2+ messages)

[GIT PULL] TEE and OP-TEE fixes for v5.16
 2021-12-16 15:07 UTC 

[PATCH V8 00/10] irqchip: Add LoongArch-related irqchip drivers
 2021-12-16 15:06 UTC  (4+ messages)
` [PATCH V8 01/10] irqchip: Adjust Kconfig for Loongson
  ` [PATCH V8 02/10] irqchip/loongson-pch-pic: Add ACPI init support

[Patch Resend v1 0/8] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2021-12-16 15:06 UTC  (4+ messages)
` [Patch Resend v1 5/8] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding

[PATCH v1 1/1] crypto: Replace kernel.h with the necessary inclusions
 2021-12-16 15:03 UTC  (2+ messages)

[RFC][PATCH v6 0/5] trace: Introduce objtrace trigger to trace the kernel object
 2021-12-16 15:02 UTC  (4+ messages)
` [RFC][PATCH v6 3/5] trace/README: Document objtrace trigger syntax

[PATCH v3 0/2] Add pinctrl support for Intel Thunder Bay SoC
 2021-12-16 15:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: pinctrl: Add bindings for Intel Thunderbay pinctrl driver
` [PATCH v3 2/2] pinctrl: Add Intel Thunder Bay "

[PATCH v2] Documentation: livepatch: Add livepatch API page
 2021-12-16 15:00 UTC  (3+ messages)

[PATCH v2] perf arm-spe: Synthesize SPE instruction events
 2021-12-16 15:00 UTC  (3+ messages)

[PATCH 0/2] zram: zram_drv: Fix some formatting problems
 2021-12-16 15:00 UTC  (4+ messages)
` [PATCH 2/2] zram: zram_drv: replace strlcpy with strscpy

[PATCH] docs/vm: fix Unexpected indentation warns in page_owner
 2021-12-16 15:00 UTC  (5+ messages)

[PATCH] ARM: omap2plus_defconfig: enable TLV320AIC3X
 2021-12-16 15:05 UTC 

[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
 2021-12-16 14:58 UTC  (11+ messages)
` [PATCH v17 03/10] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel()
` [PATCH v17 05/10] x86: kdump: move reserve_crashkernel[_low]() into crash_core.c

[PATCH V2 00/10] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2021-12-16 14:58 UTC  (2+ messages)

[PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed
 2021-12-16 14:56 UTC  (3+ messages)
` [mm] 86cda95957: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h
  ` [External] "

[intel-tdx:kvm-upstream 73/152] arch/x86/kvm/vmx/tdx_stubs.c:6:12: warning: no previous prototype for function 'tdx_hardware_setup'
 2021-12-16 14:56 UTC 

[PATCH] scripts/gdb: lx-dmesg: read records individually
 2021-12-16 14:56 UTC  (2+ messages)

[PATCH v2] tee: handle lookup of shm with reference count 0
 2021-12-16 14:56 UTC  (3+ messages)

[PATCH] hwmon : (mr75203) fix macro typo
 2021-12-16 14:54 UTC  (8+ messages)

[PATCH] optee: Suppress false positive kmemleak report in optee_handle_rpc()
 2021-12-16 14:55 UTC  (2+ messages)

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-16 14:51 UTC  (6+ messages)
` [PATCH 23/32] KVM: s390: pci: handle refresh of PCI translations


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