linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 14:03:28 to 2021-10-18 15:18:02 UTC [more...]

[PATCH] ASoC: Intel: sof_sdw: Initialize the sof_sdw_quirk with RT711_JD_NULL
 2021-10-18 15:15 UTC  (4+ messages)

[PATCH v11 0/6] Support running driver's probe for a device powered off
 2021-10-18 12:17 UTC  (7+ messages)
` [PATCH 1/6] ACPI: scan: Obtain device's desired enumeration power state
` [PATCH 2/6] i2c: Allow an ACPI driver to manage the device's power state during probe
` [PATCH 3/6] Documentation: ACPI: Document _DSC object usage for enum power state
` [PATCH 4/6] ACPI: Add a convenience function to tell a device is in D0 state
` [PATCH 5/6] media: i2c: imx319: Support device probe in non-zero ACPI D state
` [PATCH 6/6] at24: Support probing while "

BMI160 accelerometer on AyaNeo tablet
 2021-10-18 15:17 UTC  (4+ messages)

[PATCH] KVM: Drop stale kvm_is_transparent_hugepage() declaration
 2021-10-18 15:14 UTC 

[PATCH 0/5] soc: fsl: various fixes
 2021-10-18 15:10 UTC  (6+ messages)
` [PATCH 1/5] soc: fsl: dpio: use an explicit NULL instead of 0
` [PATCH 2/5] soc: fsl: dpio: rename the enqueue descriptor variable
` [PATCH 3/5] soc: fsl: dpio: fix kernel-doc warnings
` [PATCH 4/5] soc: fsl: dpio: fix qbman alignment error in the virtualization context
` [PATCH 5/5] soc: fsl: dpaa2-console: free buffer before returning from dpaa2_console_read

[PATCH] staging: vt6655: Fix line wrapping in rf.c file
 2021-10-18 15:12 UTC  (3+ messages)
` [Outreachy kernel] "

Any tracing mechanism can track the executed instructions of a user process in the kernel?
 2021-10-18 15:10 UTC  (3+ messages)

[PATCH] mm: allow huge kvmalloc() calls if they're accounted to memcg
 2021-10-18 15:09 UTC  (2+ messages)

[PATCH] tracing: Have all levels of checks prevent recursion
 2021-10-18 15:09 UTC  (4+ messages)

[PATCH 00/67] fscache: Rewrite index API and management system
 2021-10-18 15:09 UTC  (68+ messages)
` [PATCH 01/67] mm: Stop filemap_read() from grabbing a superfluous page
` [PATCH 02/67] vfs: Provide S_KERNEL_FILE inode flag
` [PATCH 03/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 04/67] afs: Handle len being extending over page end in write_begin/write_end
` [PATCH 05/67] afs: Fix afs_write_end() to handle len > page size
` [PATCH 06/67] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [PATCH 07/67] fscache: Remove the netfs data from the cookie
` [PATCH 08/67] fscache: Remove struct fscache_cookie_def
` [PATCH 09/67] fscache: Remove store_limit* from struct fscache_object
` [PATCH 10/67] fscache: Remove fscache_check_consistency()
` [PATCH 11/67] fscache: Remove fscache_attr_changed()
` [PATCH 12/67] fscache: Remove obsolete stats
` [PATCH 13/67] fscache: Remove old I/O tracepoints
` [PATCH 14/67] fscache: Temporarily disable fscache_invalidate()
` [PATCH 15/67] fscache: Disable fscache_begin_operation()
` [PATCH 16/67] fscache: Remove the I/O operation manager
` [PATCH 17/67] fscache: Rename fscache_cookie_{get,put,see}()
` [PATCH 18/67] cachefiles: Remove tree of active files and use S_CACHE_FILE inode flag
` [PATCH 19/67] cachefiles: Don't set an xattr on the root of the cache
` [PATCH 20/67] cachefiles: Remove some redundant checks on unsigned values
` [PATCH 21/67] cachefiles: Prevent inode from going away when burying a dentry
` [PATCH 22/67] cachefiles: Simplify the pathwalk and save the filename for an object
` [PATCH 23/67] cachefiles: trace: Improve the lookup tracepoint
` [PATCH 24/67] cachefiles: Remove separate backer dentry from cachefiles_object
` [PATCH 25/67] cachefiles: Fold fscache_object into cachefiles_object
` [PATCH 26/67] cachefiles: Change to storing file* rather than dentry*
` [PATCH 27/67] cachefiles: trace: Log coherency checks
` [PATCH 28/67] cachefiles: Trace truncations
` [PATCH 29/67] cachefiles: Trace read and write operations
` [PATCH 30/67] cachefiles: Round the cachefile size up to DIO block size
` [PATCH 31/67] cachefiles: Don't use XATTR_ flags with vfs_setxattr()
` [PATCH 32/67] fscache: Replace the object management state machine
` [PATCH 33/67] cachefiles: Trace decisions in cachefiles_prepare_read()
` [PATCH 34/67] cachefiles: Make cachefiles_write_prepare() check for space
` [PATCH 35/67] fscache: Automatically close a file that's been unused for a while
` [PATCH 36/67] fscache: Add stats for the cookie commit LRU
` [PATCH 37/67] fscache: Move fscache_update_cookie() complete inline
` [PATCH 38/67] fscache: Remove more obsolete stats
` [PATCH 39/67] fscache: Note the object size during invalidation
` [PATCH 40/67] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [PATCH 41/67] afs: Render cache cookie key as big endian
` [PATCH 42/67] cachefiles: Use tmpfile/link
` [PATCH 43/67] fscache: Rewrite invalidation
` [PATCH 44/67] fscache: disable cookie when doing an invalidation for DIO write
` [PATCH 45/67] cachefiles: Simplify the file lookup/creation/check code
` [PATCH 46/67] fscache: Provide resize operation
` [PATCH 47/67] cachefiles: Put more information in the xattr attached to the cache file
` [PATCH 48/67] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [PATCH 49/67] fscache: Add support for writing to the cache
` [PATCH 50/67] fscache: Make fscache_clear_page_bits() conditional on cookie
` [PATCH 51/67] fscache: Make fscache_write_to_cache() "
` [PATCH 52/67] afs: Copy local writes to the cache when writing to the server
` [PATCH 53/67] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [PATCH 54/67] afs: Add O_DIRECT read support
` [PATCH 55/67] afs: Skip truncation on the server of data we haven't written yet
` [PATCH 56/67] afs: Make afs_write_begin() return the THP subpage
` [PATCH 57/67] cachefiles, afs: Drive FSCACHE_COOKIE_NO_DATA_TO_READ
` [PATCH 58/67] NFS: Convert fscache_acquire_cookie and fscache_relinquish_cookie
` [PATCH 59/67] NFS: Convert fscache_enable_cookie and fscache_disable_cookie
` [PATCH 60/67] NFS: Convert fscache invalidation and update aux_data and i_size
` [PATCH 61/67] nfs: Convert to new fscache volume/cookie API
` [PATCH 62/67] 9p: Use fscache indexing rewrite and reenable caching
` [PATCH 63/67] 9p: Copy local writes to the cache when writing to the server
` [PATCH 64/67] netfs: Display the netfs inode number in the netfs_read tracepoint
` [PATCH 65/67] cachefiles: Add tracepoints to log errors from ops on the backing fs
` [PATCH 66/67] cachefiles: Add error injection support
` [PATCH 67/67] cifs: Support fscache indexing rewrite (untested)

[alsa-devel] [PATCH v7 8/9] ALSA: add new 32-bit layout for snd_pcm_mmap_status/control
 2021-10-18 15:08 UTC  (13+ messages)
  ` [musl] "

[PATCH memcg 0/1] false global OOM triggered by memcg-limited task
 2021-10-18 15:07 UTC  (6+ messages)

[PATCH] usb: phy: isp1301: add release func to dev to avoid memory leak
 2021-10-18 15:07 UTC  (2+ messages)

[RESEND PATCH v3] staging: vt6655: Rename byPreambleType field
 2021-10-18 15:03 UTC 

[PATCH v4 0/2] Extend Sparx5 switch reset driver for lan966x
 2021-10-18 15:01 UTC  (2+ messages)

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-10-18 15:00 UTC  (5+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory

[RESEND PATCH] platform/chrome: cros_ec_debugfs: detach log reader wq from devm
 2021-10-18 14:59 UTC  (2+ messages)

5.15-rc on x86-32: chromium dies with floating point exception
 2021-10-18 14:52 UTC  (7+ messages)
` next-20211015: suspend to ram on x86-32 broken

[PATCH v1] fs/io_uring: Hoist ret2 == -EAGAIN check in tail of io_write
 2021-10-18 14:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] staging: vt6655: fix camelcase byData in card.c
 2021-10-18 14:52 UTC  (2+ messages)

[PATCH 0/3] staging: r8188eu: clean up the Makefile
 2021-10-18 14:52 UTC  (7+ messages)
` [PATCH 2/3] staging: r8188eu: Makefile: don't overwrite global settings

[PATCH v0.7 0/5] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-10-18 14:50 UTC  (3+ messages)
` [PATCH v0.7 5/5] sched/umcg: add Documentation/userspace-api/umcg.txt

[PATCH] arm64: Select POSIX_CPU_TIMERS_TASK_WORK
 2021-10-18 14:47 UTC 

[PATCH] net: sfp: add quirk for Finisar FTLF8536P4BCL
 2021-10-18 14:47 UTC  (2+ messages)

[PATCH V2] bcache: replace snprintf in show functions with sysfs_emit
 2021-10-18 14:47 UTC  (2+ messages)

[PATCH] perf: optimize clear page in Intel specified model with movq instruction
 2021-10-18 14:44 UTC  (7+ messages)
    ` 回复:[PATCH] "

[PATCH v2 0/3] staging: r8188eu: use completions and clean rtw_cmd_thread()
 2021-10-18 14:42 UTC  (3+ messages)
` [PATCH 3/3] staging: r8188eu: Remove redundant 'if' statement

[PATCH] [v2] tracing: use %ps format string to print symbols
 2021-10-18 14:42 UTC  (2+ messages)

[PATCH] [v2] bcache: hide variable-sized types from uapi header check
 2021-10-18 14:42 UTC  (4+ messages)

[PATCH v2] dt-bindings: display/bridge: tc358764: Convert to YAML binding
 2021-10-18 14:40 UTC 

[PATCH v2] dt-bindings: display/bridge: tc358767: Convert to YAML binding
 2021-10-18 14:39 UTC 

[PATCH v8 0/6] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-10-18 14:36 UTC  (7+ messages)
` [PATCH v8 1/6] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v8 2/6] cgroup/cpuset: Refining features and constraints of a partition
` [PATCH v8 3/6] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v8 4/6] cgroup/cpuset: Show invalid partition reason string
` [PATCH v8 5/6] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v8 6/6] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH] bcache: move calc_cached_dev_sectors to proper place on backing device detach
 2021-10-18 14:38 UTC  (2+ messages)

[PATCH v13 00/10] Add support for Hikey 970 PCIe
 2021-10-18 14:37 UTC  (4+ messages)
` [PATCH v13 09/10] PCI: kirin: fix poweroff sequence

[PATCH v8 1/2] x86/sgx: Rename fallback labels in sgx_init()
 2021-10-18 14:35 UTC  (3+ messages)
` [PATCH v8 2/2] x86/sgx: Add an attribute for the amount of SGX memory in a NUMA node

[PATCH] cavium: Fix return values of the probe function
 2021-10-18 14:32 UTC 

[PATCH 5.4 00/68] 5.4.155-rc2 review
 2021-10-18 14:31 UTC 

[PATCH 4.19 00/49] 4.19.213-rc2 review
 2021-10-18 14:30 UTC 

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-18 14:29 UTC  (3+ messages)
` [PATCH v6 08/42] x86/sev-es: initialize sev_status/features within #VC handler

[PATCH v6 0/9] drm/omap: Add virtual-planes support
 2021-10-18 14:28 UTC  (10+ messages)
` [PATCH v6 1/9] drm/omap: add sanity plane state check
` [PATCH v6 2/9] drm/omap: Add ability to check if requested plane modes can be supported
` [PATCH v6 3/9] drm/omap: Add ovl checking funcs to dispc_ops
` [PATCH v6 4/9] drm/omap: introduce omap_hw_overlay
` [PATCH v6 5/9] drm/omap: omap_plane: subclass drm_plane_state
` [PATCH v6 6/9] drm/omap: Add global state as a private atomic object
` [PATCH v6 7/9] drm/omap: dynamically assign hw overlays to planes
` [PATCH v6 8/9] drm/omap: add plane_atomic_print_state support
` [PATCH v6 9/9] drm/omap: Add a 'right overlay' to plane state

[PATCH] spi: tegra20: fix build with CONFIG_PM_SLEEP=n
 2021-10-18 14:28 UTC  (3+ messages)

linux-next: build failure after merge of the pci tree
 2021-10-18 14:26 UTC  (2+ messages)

[PATCH] hwmon: (tmp421) Add of_node_put() before return
 2021-10-18 14:24 UTC  (2+ messages)

[net-next PATCH v7 00/16] Multiple improvement for qca8337 switch
 2021-10-18 14:20 UTC  (4+ messages)
` [net-next PATCH v7 16/16] dt-bindings: net: dsa: qca8k: convert to YAML schema

[rt-devel:linux-5.15.y-rt-rebase 88/154] mm/vmalloc.c:1884:17: error: variable 'cpu' set but not used
 2021-10-18 14:20 UTC 

[PATCH] scsi: qla2xxx: Return -ENOMEM if kzalloc() fails
 2021-10-18 14:20 UTC  (2+ messages)

[PATCH] mISDN: Fix return values of the probe function
 2021-10-18 14:20 UTC 

[PATCH 4.19 00/50] 4.19.213-rc1 review
 2021-10-18 14:17 UTC  (2+ messages)

[PATCH 5.4 00/69] 5.4.155-rc1 review
 2021-10-18 14:11 UTC  (2+ messages)

[PATCH v8 00/11] Add TDX Guest Support (Initial support)
 2021-10-18 14:09 UTC  (7+ messages)
` [PATCH v8 06/11] x86/traps: Add #VE support for TDX guest

[PATCH V1] firmware: tegra: fix error application of sizeof to pointer
 2021-10-18 14:06 UTC  (2+ messages)

[PATCH v2 0/2] fix numa spreading for large hash tables
 2021-10-18 14:03 UTC  (3+ messages)
` [PATCH v2 1/2] mm/vmalloc: "

[PATCH 00/16] KVM: arm64: Implement unshare hypercall for pkvm
 2021-10-18 14:03 UTC  (5+ messages)
` [PATCH 16/16] KVM: arm64: pkvm: Unshare guest structs during teardown

[PATCH] mfd: altera-sysmgr: Fix a mistake caused by resource_size function
 2021-10-18 14:02 UTC  (2+ messages)

[PATCH v12 0/5] Introduce SoC sleep stats driver
 2021-10-18 14:15 UTC  (4+ messages)
` [PATCH v12 2/5] soc: qcom: Add Sleep "

[PATCH] drm/tegra: mark nvdec PM functions as __maybe_unused
 2021-10-18 13:56 UTC  (2+ messages)

[PATCH] drm/tegra: mark nvdec_writel as inline
 2021-10-18 13:56 UTC  (2+ messages)

[PATCH v8 0/7] media: mediatek: support mdp3 on mt8183 platform
 2021-10-18 13:50 UTC  (7+ messages)
` [PATCH v8 1/7] soc: mediatek: mmsys: add support for MDP
` [PATCH v8 4/7] soc: mediatek: mutex: add functions that operate registers by CMDQ
` [PATCH v8 7/7] media: platform: mtk-mdp3: add Mediatek MDP3 driver

[PATCH v3 0/6] Freezer rewrite
 2021-10-18 13:36 UTC  (3+ messages)
` [PATCH v3 6/6] freezer,sched: Rewrite core freezer logic

[PATCH v2 0/7] KVM: VMX: PT (processor trace) optimization cleanup and fixes
 2021-10-18 14:04 UTC  (9+ messages)
` [PATCH v2 6/7] KVM: VMX: Check Intel PT related CPUID leaves
` [PATCH v2 7/7] KVM: VMX: Only context switch some PT MSRs when they exist

[RFC PATCH v4 00/39] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2021-10-18 14:09 UTC  (4+ messages)
` [RFC PATCH v4 02/39] KVM: arm64: Add lock/unlock memslot user API

[PATCH] ARM: drop cc-option fallbacks for architecture selection
 2021-10-18 14:07 UTC 

[syzbot] BUG: corrupted list in netif_napi_add
 2021-10-18 14:04 UTC  (4+ messages)

[PATCH v4 00/10] regulator/mfd/clock: dt-bindings: Samsung S2M and S5M to dtschema
 2021-10-18 14:02 UTC  (3+ messages)

[PATCH 5.14 000/151] 5.14.14-rc1 review
 2021-10-18 13:25 UTC  (24+ messages)
` [PATCH 5.14 103/151] net/smc: improved fix wait on already cleared link
` [PATCH 5.14 108/151] net: phy: Do not shutdown PHYs in READY state
` [PATCH 5.14 109/151] net: dsa: mv88e6xxx: dont use PHY_DETECT on internal PHYs
` [PATCH 5.14 110/151] net: dsa: microchip: Added the condition for scheduling ksz_mib_read_work
` [PATCH 5.14 111/151] net: dsa: fix spurious error message when unoffloaded port leaves bridge
` [PATCH 5.14 112/151] net: encx24j600: check error in devm_regmap_init_encx24j600
` [PATCH 5.14 128/151] drm/msm/mdp5: fix cursor-related warnings
` [PATCH 5.14 136/151] acpi/arm64: fix next_platform_timer() section mismatch error
` [PATCH 5.14 137/151] platform/x86: intel_scu_ipc: Fix busy loop expiry time
` [PATCH 5.14 138/151] mqprio: Correct stats in mqprio_dump_class_stats()
` [PATCH 5.14 139/151] mptcp: fix possible stall on recvmsg()
` [PATCH 5.14 140/151] qed: Fix missing error code in qed_slowpath_start()
` [PATCH 5.14 141/151] r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256
` [PATCH 5.14 142/151] ice: fix locking for Tx timestamp tracking flush
` [PATCH 5.14 143/151] block/rnbd-clt-sysfs: fix a couple uninitialized variable bugs
` [PATCH 5.14 144/151] nfp: flow_offload: move flow_indr_dev_register from app init to app start
` [PATCH 5.14 145/151] net: mscc: ocelot: make use of all 63 PTP timestamp identifiers
` [PATCH 5.14 146/151] net: mscc: ocelot: avoid overflowing the PTP timestamp FIFO
` [PATCH 5.14 147/151] net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb
` [PATCH 5.14 148/151] net: mscc: ocelot: deny TX timestamping of non-PTP packets
` [PATCH 5.14 149/151] net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with the skb PTP header
` [PATCH 5.14 150/151] net: dsa: felix: break at first CPU port during init and teardown
` [PATCH 5.14 151/151] ionic: dont remove netdev->dev_addr when syncing uc list

[RFC PATCH 0/1] add ccove PMIC i2c address for Microsoft Surface 3
 2021-10-18 14:01 UTC  (7+ messages)
` [RFC PATCH 1/1] ACPI / PMIC: Add i2c address to intel_pmic_bytcrc driver

[RESEND PATCH v2 1/5] riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatible
 2021-10-18 14:00 UTC  (2+ messages)

[PATCH net-next 0/6] New RGMII delay DT bindings for the SJA1105 DSA driver
 2021-10-18 13:40 UTC  (6+ messages)
` [PATCH net-next 5/6] dt-bindings: net: dsa: sja1105: add {rx,tx}-internal-delay-ps


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