linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-09 16:25:59 to 2021-12-09 17:53:52 UTC [more...]

[RFC][PATCH 0/5] refcount: Improve code-gen
 2021-12-09 17:51 UTC  (10+ messages)
` [RFC][PATCH 2/5] refcount: Use atomic_*_ofl()
` [RFC][PATCH 3/5] refcount: Improve out-of-line code-gen

[patch V2 00/36] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-09 17:53 UTC  (4+ messages)
` [patch V2 19/36] PCI/MSI: Store properties in device::msi::data

[PATCH] media: meson: vdec: potential dereference of null pointer
 2021-12-09 17:52 UTC  (3+ messages)

[for-linus][PATCH 0/5] tracing: Updates for 5.16-rc5
 2021-12-09 17:50 UTC  (3+ messages)
` [for-linus][PATCH 5/5] ftrace/samples: Add module to test multi direct modify interface

[RFC PATCH] virtio: make sure legacy pci device gain 32bit-pfn vq
 2021-12-09 17:50 UTC  (10+ messages)

[PATCH v2] KVM: x86: Always set kvm_run->if_flag
 2021-12-09 17:48 UTC  (2+ messages)

[PATCH] iommu/iova: wait 'fq_timer' handler to finish before destroying 'fq'
 2021-12-09 17:48 UTC  (3+ messages)

[PATCH v6 00/13] user_events: Enable user processes to create and write to trace events
 2021-12-09 17:47 UTC  (7+ messages)
` [PATCH v6 02/13] user_events: Add minimal support for trace_event into ftrace

[PATCH] ASoC: SOF: Remove pm_runtime_put_autosuspend() for SOF OF device
 2021-12-09 17:46 UTC 

[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
 2021-12-09 17:45 UTC  (4+ messages)
` [PATCH v2 3/3] mm/page_alloc: Remotely drain per-cpu lists

[PATCH] fs/binfmt_elf: use PT_LOAD p_align values for static PIE
 2021-12-09 17:40 UTC 

[PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump
 2021-12-09 17:40 UTC  (6+ messages)
` [PATCH v16 10/11] of: fdt: Add memory for devices by DT property "linux,usable-memory-range"

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-09 17:42 UTC  (3+ messages)

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

[PATCH 0/4] nvmem: patches (set 1) for 5.17
 2021-12-09 17:42 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: nvmem: mediatek: add support bits property
` [PATCH 2/4] dt-bindings: nvmem: mediatek: add support for mt8195
` [PATCH 3/4] nvmem: mtk-efuse: support minimum one byte access stride and granularity
` [PATCH 4/4] dt-bindings: nvmem: Add missing 'reg' property

[PATCH 00/11] Parallel CPU bringup for x86_64
 2021-12-09 17:39 UTC  (7+ messages)
` [PATCH 02/11] rcu: Kill rnp->ofl_seq and use only rcu_state.ofl_lock for exclusion
` [PATCH 03/11] rcu: Add mutex for rcu boost kthread spawning and affinity setting
` [PATCH 11/11] x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time

[PATCH] tools/lib/lockdep: drop leftover liblockdep headers
 2021-12-09 17:38 UTC  (2+ messages)

[PATCH] drm/mediatek: Set the default value of rotation to DRM_MODE_ROTATE_0
 2021-12-09 17:40 UTC  (3+ messages)

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

[PATCH] md: Fix unexpected behaviour in is_mddev_idle
 2021-12-09 17:39 UTC  (2+ messages)

[PATCH v4 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2021-12-09 17:38 UTC  (7+ messages)
` [PATCH v4 net-next 1/9] i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
` [PATCH v4 net-next 2/9] i40e: respect metadata "

[PATCH v5] futex: Clarify comment at futex_wait_multiple_setup()
 2021-12-09 17:33 UTC  (2+ messages)

[PATCH] dt-bindings: nvmem: Add missing 'reg' property
 2021-12-09 17:32 UTC  (2+ messages)

[PATCH] samples:bpf:remove unneeded variable
 2021-12-09 17:30 UTC  (4+ messages)
` [PATCHv2 bpf-next] samples/bpf:remove "

[PATCH 0/4] Enable PASID for DMA API users
 2021-12-09 17:34 UTC  (9+ messages)
` [PATCH 2/4] iommu: Add PASID support for DMA mapping "

[PATCH 0/6] irqchip/apple-aic: Add support for AICv2
 2021-12-09 17:28 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: interrupt-controller: apple,aic: Add apple,aic2 support

[PATCH 0/2] dt-bindings: spi: atmel,quadspi: Define sama7g5 QSPI
 2021-12-09 17:26 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: spi: atmel,quadspi: Convert to json-schema

5.16-rc: "x86/boot: Pull up cmdline" breaks mem=
 2021-12-09 17:25 UTC  (4+ messages)

[PATCH v7] phy: qcom-qmp: add display port v4 voltage and pre-emphasis swing tables
 2021-12-09 17:24 UTC 

[PATCH 1/2] mtd: spi-nor: core: Introduce SPI_NOR_SOFT_RESET flash_info fixup_flag
 2021-12-09 17:23 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: macronix: Add support for mx66lm1g45g

[Patch Resend v1 0/8] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2021-12-09 17:22 UTC  (9+ messages)
` [Patch Resend v1 1/8] soc: tegra: set ERD bit to mask inband errors
` [Patch Resend v1 2/8] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
` [Patch Resend v1 3/8] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
` [Patch Resend v1 4/8] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
` [Patch Resend v1 5/8] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
` [Patch Resend v1 6/8] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
` [Patch Resend v1 7/8] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
` [Patch Resend v1 8/8] soc: tegra: cbb: Add support for tegra-grace SOC

[REGRESSION] 5-10% increase in IO latencies with nohz balance patch
 2021-12-09 17:22 UTC  (10+ messages)

[GIT PULL] Networking for 5.16-rc5
 2021-12-09 17:20 UTC 

[leon-rdma:rdma-next 24/31] drivers/infiniband/core/cache.c:967:16: error: expected ';' after expression
 2021-12-09 17:19 UTC 

[PATCH v4] futex: Clarify comment at futex_wait_multiple_setup()
 2021-12-09 17:18 UTC  (2+ messages)

[PATCH v1 bpf 1/1] libbpf: don't force user-supplied ifname string to be of fixed size
 2021-12-09 17:17 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: Add trivial Apple t6000/t6001 SoC bindings
 2021-12-09 17:16 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: arm: apple: Add t6000/t6001 MacBook Pro 14/16" compatibles
` [PATCH 2/4] dt-bindings: i2c: apple,i2c: Add apple,t6000-i2c compatible
` [PATCH 3/4] dt-bindings: pci: apple,pcie: Add t6000 support
` [PATCH 4/4] dt-bindings: pinctrl: apple,pinctrl: Add apple,t6000-pinctrl compatible

[PATCH v3 1/1] pinctrl: Sort Kconfig and Makefile entries alphabetically
 2021-12-09 17:11 UTC  (3+ messages)

[PATCH v1 1/1] pinctrl: Fix English grammar in help text for AMD
 2021-12-09 17:11 UTC 

[PATCH v14 0/4] Add NVIDIA Tegra GPC-DMA driver
 2021-12-09 17:10 UTC  (3+ messages)
` [PATCH v14 2/4] dmaengine: tegra: Add tegra gpcdma driver

[PATCH v2, 0/2] ADD DM9051 ETHERNET DRIVER
 2021-12-09 17:10 UTC  (3+ messages)
` [PATCH v2, 1/2] yaml: Add dm9051 SPI network yaml file

[PATCH 0/2] Add SMP/SMT support for Ingenic sysost driver
 2021-12-09 17:09 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: timer: Add bindings for new Ingenic SoCs
` [PATCH 2/2] clocksource: Ingenic: Add SMP/SMT support for sysost driver
` [PATCH v2] MIPS: Ingenic: Add system type for new Ingenic SoCs

[Patch v1 7/8] soc: tegra: cbb: Add driver for Tegra234 CBB2.0
 2021-12-09 17:07 UTC 

[Patch v1 8/8] soc: tegra: cbb: Add support for tegra-grace SOC
 2021-12-09 17:07 UTC 

[Patch v1 6/8] arm64: tegra: Add node for CBB2.0 in Tegra234 SOC
 2021-12-09 17:07 UTC 

[Patch v1 5/8] dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB2.0 binding
 2021-12-09 17:07 UTC 

[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-09 17:06 UTC  (5+ messages)
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap

[Patch v1 4/8] soc: tegra: cbb: Add CBB1.0 driver for Tegra194
 2021-12-09 17:06 UTC 

[Patch v1 3/8] arm64: tegra: Add node for CBB1.0 in Tegra194 SOC
 2021-12-09 17:06 UTC 

[Patch v1 2/8] dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB1.0 binding
 2021-12-09 17:06 UTC 

[Patch v1 1/8] soc: tegra: set ERD bit to mask inband errors
 2021-12-09 17:05 UTC 

[Patch v1 0/8] CBB driver for Tegra194, Tegra234 & Tegra-Grace
 2021-12-09 17:05 UTC 

[PATCH v2 net-next] net: ocelot: fix missed include in the vsc7514_regs.h file
 2021-12-09 17:02 UTC  (2+ messages)

[GIT PULL] mtd: Fixes for 5.16-rc5
 2021-12-09 17:04 UTC 

[PATCH v2 1/2] drm/msm/dpu: Add a function to retrieve the current CTL status
 2021-12-09 17:02 UTC  (4+ messages)
` [PATCH v2 2/2] drm/msm/dpu: Fix timeout issues on command mode panels

[PATCH v3 0/4] soc: qcom: rpmhpd: Cleanups and fixups for sc7280/sm8450
 2021-12-09 17:00 UTC  (3+ messages)
` [PATCH v3 1/4] soc: qcom: rpmhpd: sm8450: Add the missing .peer for sm8450_cx_ao

[BUG] fs: ext4: possible ABBA deadlock in ext4_inline_data_truncate() and ext4_punch_hole()
 2021-12-09 17:00 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Remove myself as modules maintainer
 2021-12-09 16:59 UTC  (2+ messages)

[PATCH] gpio: bcm-kona:add const to of_device_id
 2021-12-09 16:59 UTC  (2+ messages)

[PATCH] irqchip: irq-bcm7120-l2: add missing put_device() call in bcm7120_l2_intc_probe()
 2021-12-09 16:58 UTC  (2+ messages)

[V2 2/6] driver core: auxiliary bus: Add driver data helpers
 2021-12-09 16:54 UTC  (3+ messages)

[syzbot] INFO: task hung in io_uring_cancel_generic (2)
 2021-12-09 16:56 UTC  (2+ messages)

[PATCH] mtd: nand: fix boolreturn.cocci warning
 2021-12-09 16:54 UTC  (2+ messages)

[PATCH] Documentation: livepatch: Add kernel-doc link to klp_enable_patch
 2021-12-09 16:53 UTC 

[PATCH 0/2] hwmon: (dell-smm) Improve ioctl handler
 2021-12-09 16:52 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (dell-smm) Simplify "

[PATCH 24/64] netfs: Pass more information on how to deal with a hole in the cache
 2021-12-09 16:49 UTC  (4+ messages)
` [PATCH 00/64] fscache, cachefiles: Rewrite

[PATCH] mtd: onenand: remove redundant variable ooblen
 2021-12-09 16:50 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: ti,gpmc-nand: Add missing 'rb-gpios'
 2021-12-09 16:50 UTC  (2+ messages)

[RFC PATCH] module: Introduce module unload taint tracking
 2021-12-09 16:49 UTC  (3+ messages)

[PATCH V1 0/2] mm/damon: Do little changes
 2021-12-09 16:46 UTC  (4+ messages)
` [PATCH V1 1/2] mm/damon/dbgfs: Avoid target_ids display wrong pid value
` [PATCH V1 2/2] mm/damon: Modify the display form of damon tracepoint

[PATCH] Clocksource: Avoid misjudgment of clocksource
 2021-12-09 16:44 UTC  (3+ messages)

[PATCH net-next v3 0/6] net: lan966x: Add switchdev and vlan support
 2021-12-09 16:43 UTC  (4+ messages)
` [PATCH net-next v3 6/6] net: lan966x: Add switchdev support

[PATCH] exit: Retain nsproxy for exit_task_work() work entries
 2021-12-09 16:39 UTC  (11+ messages)

[PATCH v2] media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls
 2021-12-09 16:38 UTC 

[RFC v16 0/9] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-12-09 16:37 UTC  (12+ messages)
` [RFC v16 1/9] iommu: Introduce attach/detach_pasid_table API

[PATCH 0/4] Prepare general purpose clocks on msm8916
 2021-12-09 16:37 UTC  (5+ messages)
` [PATCH 1/4] clk: qcom: clk-rcg2: Fail Duty-Cycle configuration if MND divider is not enabled
` [PATCH 2/4] clk: qcom: clk-rcg2: Make sure to not write d=0 to the NMD register
` [PATCH 3/4] pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed
` [PATCH 4/4] clk: qcom: gcc-msm8916: Add rates to the GP clocks

[tip: x86/urgent] x86/boot: Pull up cmdline preparation and early param parsing
 2021-12-09 16:37 UTC  (7+ messages)

[PATCH 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2021-12-09 16:36 UTC  (3+ messages)
` [PATCH 2/2] ACPI: AGDI: Add driver for "

[PATCH 0/2] Apple mailbox fixup: switch to generic compatibles
 2021-12-09 16:33 UTC  (2+ messages)

[PATCH] arm64: kexec: Fix missing error code 'ret' warning in load_other_segments()
 2021-12-09 16:32 UTC  (3+ messages)

[PATCH v2] i2c: tegra: use i2c_timings for bus clock freq
 2021-12-09 16:28 UTC 

[syzbot] INFO: task can't die in reclaim_throttle
 2021-12-09 16:25 UTC  (3+ 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).