linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 12:31:03 to 2021-04-08 14:11:59 UTC [more...]

[PATCH v6 00/30] Network fs helper library & fscache kiocb API
 2021-04-08 14:10 UTC  (30+ messages)
` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
` [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
` [PATCH v6 03/30] mm/filemap: Pass the file_ra_state in the ractl
` [PATCH v6 04/30] fs: Document file_ra_state
` [PATCH v6 05/30] mm: Implement readahead_control pageset expansion
` [PATCH v6 06/30] netfs: Make a netfs helper module
` [PATCH v6 07/30] netfs: Documentation for helper library
` [PATCH v6 08/30] netfs, mm: Move PG_fscache helper funcs to linux/netfs.h
` [PATCH v6 09/30] netfs, mm: Add set/end/wait_on_page_fscache() aliases
` [PATCH v6 10/30] netfs: Provide readahead and readpage netfs helpers
` [PATCH v6 11/30] netfs: Add tracepoints
` [PATCH v6 12/30] netfs: Gather stats
` [PATCH v6 13/30] netfs: Add write_begin helper
` [PATCH v6 14/30] netfs: Define an interface to talk to a cache
` [PATCH v6 15/30] netfs: Add a tracepoint to log failures that would be otherwise unseen
` [PATCH v6 16/30] fscache, cachefiles: Add alternate API to use kiocb for read/write to cache
` [PATCH v6 17/30] afs: Disable use of the fscache I/O routines
` [PATCH v6 18/30] afs: Pass page into dirty region helpers to provide THP size
` [PATCH v6 19/30] afs: Print the operation debug_id when logging an unexpected data version
` [PATCH v6 20/30] afs: Move key to afs_read struct
` [PATCH v6 21/30] afs: Don't truncate iter during data fetch
` [PATCH v6 22/30] afs: Log remote unmarshalling errors
` [PATCH v6 23/30] afs: Set up the iov_iter before calling afs_extract_data()
` [PATCH v6 24/30] afs: Use ITER_XARRAY for writing
` [PATCH v6 25/30] afs: Wait on PG_fscache before modifying/releasing a page
` [PATCH v6 26/30] afs: Extract writeback extension into its own function
` [PATCH v6 27/30] afs: Prepare for use of THPs
` [PATCH v6 28/30] afs: Use the fs operation ops to handle FetchData completion
` [PATCH v6 29/30] afs: Use new netfs lib read helper API

[PATCH 1/1] of: unittest: overlay: ensure proper alignment of copied FDT
 2021-04-08 14:09 UTC  (3+ messages)

[PATCH -next] nilfs2: Fix typos in comments
 2021-04-08 14:08 UTC 

[PATCH v3] powerpc/traps: Enhance readability for trap types
 2021-04-08 14:07 UTC 

[PATCH 1/2 v2] staging: media: hantro: Align line break to the open parenthesis in file hantro_hw.h
 2021-04-08 14:07 UTC  (2+ messages)
` [PATCH 2/2 v2] staging: media: hantro: Align line break to the open parenthesis in file hantro_mpeg2.c

[PATCH v1 1/2] iommu/tegra-smmu: Defer attachment of display clients
 2021-04-08 14:07 UTC  (5+ messages)

[PATCH] afs: fix no return statement in function returning non-void
 2021-04-08 14:06 UTC  (2+ messages)

[PATCH v3 00/12] Add build ID to stacktraces
 2021-04-08 14:05 UTC  (4+ messages)
` [PATCH v3 04/12] module: Add printk format to add module "

[PATCH] spi: imx: add 16/32 bits per word support for slave mode
 2021-04-08 14:05 UTC  (4+ messages)
` [PATCH] spi: imx: add a check for speed_hz before calculating the clock

[RFC v3 net-next 0/4] MT7530 interrupt support
 2021-04-08 14:02 UTC  (6+ messages)
` [RFC v3 net-next 1/4] net: phy: add MediaTek PHY driver
` [RFC v3 net-next 2/4] net: dsa: mt7530: add interrupt support
` [RFC v3 net-next 3/4] dt-bindings: net: dsa: add MT7530 interrupt controller binding
` [RFC v3 net-next 4/4] staging: mt7621-dts: enable MT7530 interrupt controller

[syzbot] INFO: task hung in io_ring_exit_work
 2021-04-08 13:58 UTC  (4+ messages)

[PATCH v3] lib/string: Introduce sysfs_streqcase
 2021-04-08 14:00 UTC  (5+ messages)

[PATCH -next] mm: Fix typos in comments
 2021-04-08 14:00 UTC 

[PATCH] pinctrl: ti: fix error return code of ti_iodelay_dt_node_to_map()
 2021-04-08 13:57 UTC  (2+ messages)

[RFC Part1 PATCH 00/13] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-04-08 13:57 UTC  (8+ messages)
` [RFC Part1 PATCH 06/13] x86/compressed: rescinds and validate the memory used for the GHCB

[PATCH] media: imx: imx7-mipi-csis: Fix runtime PM imbalance in mipi_csis_s_stream
 2021-04-08 13:57 UTC  (2+ messages)

[PATCH v9 00/22] pinctrl: add BCM63XX pincontrol support
 2021-04-08 13:55 UTC  (4+ messages)

[PATCH 1/1] usb: typec: tcpm: remove unused static variable 'tcpm_altmode_ops'
 2021-04-08 13:55 UTC  (3+ messages)

[PATCH -next] clk: qcom: Add missing MODULE_DEVICE_TABLE
 2021-04-08 13:55 UTC 

[PATCH v2 0/2] USB:ehci:fix the no SRBN register problem
 2021-04-08 13:49 UTC  (3+ messages)
` [PATCH v2 1/2] USB:ehci:Add a whitelist for EHCI controllers
` [PATCH v2 2/2] USB:ehci:fix Kunpeng920 ehci hardware problem

[PATCH] bus: mhi: pci_generic: Constify mhi_controller_config struct definitions
 2021-04-08 13:49 UTC 

[PATCH v27 00/13] Introduce Data Access MONitor (DAMON)
 2021-04-08 13:48 UTC  (14+ messages)
` [PATCH v27 01/13] mm: "
` [PATCH v27 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v27 03/13] mm/damon: Adaptively adjust regions
` [PATCH v27 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v27 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v27 06/13] mm/damon: Add a tracepoint
` [PATCH v27 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v27 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v27 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v27 10/13] Documentation: Add documents for DAMON
` [PATCH v27 11/13] mm/damon: Add kunit tests
` [PATCH v27 12/13] mm/damon: Add user space selftests
` [PATCH v27 13/13] MAINTAINERS: Update for DAMON

[PATCH V2 0/3] Add GPIO support for PM7325, PM8350c, PMK8350 and PMR735A
 2021-04-08 13:48 UTC  (2+ messages)

[PATCH -next] clk: samsung: Remove redundant dev_err calls
 2021-04-08 13:48 UTC 

[PATCH 00/13] tty.h cleanups
 2021-04-08 13:47 UTC  (15+ messages)
` [PATCH 01/13] tty: create internal tty.h file
` [PATCH 02/13] tty: tty.h: remove tty_info()
` [PATCH 03/13] tty: remove tty_err()
` [PATCH 04/13] tty: remove tty_notice()
` [PATCH 05/13] tty: remove tty_warn()
` [PATCH 06/13] tty: remove tty_info_ratelimited()
` [PATCH 07/13] tty: remove tty_debug()
` [PATCH 08/13] tty: audit: move some local functions out of tty.h
` [PATCH 09/13] tty: move some internal tty lock enums and "
` [PATCH 10/13] tty: make tty_release_redirect() static
` [PATCH 11/13] tty: move some tty-only functions to drivers/tty/tty.h
` [PATCH 12/13] tty: remove tty_driver_name()
` [PATCH 13/13] tty: clean include/linux/tty.h up

[PATCH -V2] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-08 13:46 UTC  (3+ messages)

[PATCH 0/7] Hyper-V nested virt enlightenments for SVM
 2021-04-08 13:45 UTC  (16+ messages)
` [PATCH 1/7] hyperv: Detect Nested virtualization support "
` [PATCH 2/7] hyperv: SVM enlightened TLB flush support flag
` [PATCH 3/7] KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
` [PATCH 5/7] KVM: SVM: hyper-v: Remote TLB flush for SVM

[RESEND PATCH v4 0/3] Introduce the for_each_set_nbits macro
 2021-04-08 13:44 UTC  (3+ messages)
` [RESEND PATCH v4 3/3] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

[PATCH 0/3] gpio-rockchip driver
 2021-04-08 13:43 UTC  (2+ messages)

[PATCH for vm-scalability] usemem: Add code for touch-alloc
 2021-04-08 13:42 UTC 

[PATCH v5 1/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-08 13:42 UTC  (3+ messages)

[PATCH 00/14] usb: dwc2: Fix Partial Power down issues
 2021-04-08 13:41 UTC  (17+ messages)
` [PATCH v3 05/14] usb: dwc2: Update port suspend/resume function definitions
` [PATCH v3 06/14] usb: dwc2: Add enter partial power down when port is suspended
` [PATCH v3 07/14] usb: dwc2: Add exit partial power down when port is resumed
` [PATCH v3 08/14] usb: dwc2: Add exit partial power down when port reset is asserted
` [PATCH v3 10/14] usb: dwc2: Allow exit partial power down in urb enqueue
` [PATCH v3 12/14] usb: dwc2: Update partial power down entering by system suspend
` [PATCH v3 13/14] usb: dwc2: Fix partial power down exiting by system resume
` [PATCH v3 14/14] usb: dwc2: Add exit partial power down before removing driver

[PATCH 1/2] [v2] bus: mhi: pci_generic: Introduce Foxconn T99W175 support
 2021-04-08 13:40 UTC  (2+ messages)

[PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate
 2021-04-08 13:37 UTC  (13+ messages)

[PATCH v7 0/8] Allocate memmap from hotadded memory (per device)
 2021-04-08 13:36 UTC  (3+ messages)
` [PATCH v7 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE

[PATCH -next] media: sun8i: Fix PM reference leak in deinterlace_start_streaming()
 2021-04-08 13:36 UTC 

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-08 13:36 UTC  (3+ messages)
` [PATCH 4/4] x86/mce: Avoid infinite loop for copy from user recovery

[PATCH] venus: fix hw overload error log condition
 2021-04-08 13:35 UTC 

[PATCH 0/3] code optimization for mtd
 2021-04-08 13:38 UTC  (6+ messages)
` [PATCH 3/3] mtd: phram: Fix error return code in phram_setup()
    ` [PATCH V2] "

[PATCH v2 0/3] TIOCSSERIAL fixes
 2021-04-08 13:33 UTC  (7+ messages)
` [PATCH v2 1/3] Revert "USB: cdc-acm: fix rounding error in TIOCSSERIAL"
` [PATCH v2 2/3] USB: cdc-acm: fix unprivileged TIOCCSERIAL
` [PATCH v2 3/3] USB: cdc-acm: fix TIOCGSERIAL implementation

[PATCH v2] bus: mhi: core: Fix shadow declarations
 2021-04-08 13:31 UTC 

[Outreachy kernel] [PATCH v4] staging: rtl8723bs: Remove camelcase in several files
 2021-04-08 13:30 UTC 

[GIT PULL] iommu/arm-smmu: Updates for 5.13
 2021-04-08 13:29 UTC 

[PATCH v1 1/1] kernel.h: Split out panic and oops helpers
 2021-04-08 13:29 UTC  (3+ messages)

[PATCH 0/2] drivers/perf: hisi: Add support for PCIe PMU
 2021-04-08 13:28 UTC  (6+ messages)
` [PATCH 1/2] drivers/perf: hisi: Add driver for HiSilicon "

[PATCH 0/4] Add support for HiSilicon PCIe Tune and Trace device
 2021-04-08 13:25 UTC  (5+ messages)

[PATCH 0/9] sched: Core scheduling interfaces
 2021-04-08 13:25 UTC  (5+ messages)

[PATCH net-next v2 0/5] net: pch: fix and a few cleanups
 2021-04-08 13:25 UTC  (6+ messages)

[PATCH v4 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-04-08 13:12 UTC  (3+ messages)
` [PATCH v4 7/7] fs/xfs: Add dedupe "

[PATCH] iommu/amd: page-specific invalidations for more than one page
 2021-04-08 13:23 UTC  (6+ messages)

[PATCH -V3] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-08 13:22 UTC 

[PATCH 3/4] docs: Add documentation for HiSilicon PTT device driver
 2021-04-08 13:22 UTC  (2+ messages)

[PATCH -next] drm/mediatek: Remove redundant dev_err calls
 2021-04-08 13:21 UTC 

[PATCH v1 0/2] drivers: don't select DMA_CMA or CMA
 2021-04-08 13:19 UTC  (10+ messages)
` [PATCH v1 2/2] drivers/gpu/drm: don't select DMA_CMA or CMA from aspeed or etnaviv

[Outreachy kernel] [PATCH v3] staging: rtl8723bs: Remove camelcase in several files
 2021-04-08 13:16 UTC 

[PATCH v4] lib/string: Introduce sysfs_streqcase
 2021-04-08 13:13 UTC  (2+ messages)

[PATCH] drm/panel: tpo-td043mtea1: convert sysfs snprintf to sysfs_emit
 2021-04-08 13:14 UTC  (2+ messages)

[PATCH v2] drm/panel: panel-dsi-cm: convert sysfs snprintf to sysfs_emit
 2021-04-08 13:14 UTC  (2+ messages)

[PATCH v4 2/4] crypto: support rsa-pss encoding
 2021-04-08 13:12 UTC  (2+ messages)

[PATCH -next] sched/topology: Make some symbols static
 2021-04-08 13:12 UTC 

[PATCH] spi: Fix use-after-free with devm_spi_alloc_*
 2021-04-08 13:11 UTC  (2+ messages)

[PATCH] usb: core: hub: Fix PM reference leak in usb_port_resume()
 2021-04-08 13:08 UTC 

[PATCH 0/5] close various race windows for swap
 2021-04-08 13:08 UTC  (6+ messages)
` [PATCH 1/5] mm/swapfile: add percpu_ref support "
` [PATCH 2/5] swap: fix do_swap_page() race with swapoff
` [PATCH 3/5] mm/swap_state: fix get_shadow_from_swap_cache() "
` [PATCH 4/5] mm/swap_state: fix potential faulted in race in swap_ra_info()
` [PATCH 5/5] mm/swap_state: fix swap_cluster_readahead() race with swapoff

[PATCH] PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert
 2021-04-08 13:09 UTC  (3+ messages)

[PATCH v2] drm/bridge/sii8620: fix dependency on extcon
 2021-04-08 13:07 UTC 

[PATCH v4 0/3] Add AHCI support for Tegra186
 2021-04-08 13:06 UTC  (7+ messages)
` [PATCH v4 3/3] ata: ahci_tegra: "

[PATCH 0/2] USB:ehci:fix the no SRBN register problem
 2021-04-08 13:04 UTC  (4+ messages)
` [PATCH 1/2] USB:ehci:Add a whitelist for EHCI controllers

[PATCH v1 0/2] scsi: libsas: few clean up patches
 2021-04-08 13:03 UTC  (2+ messages)

[PATCH -next 1/2] w1: ds2805: Use module_w1_family to simplify the code
 2021-04-08 13:09 UTC  (2+ messages)
` [PATCH -next 2/2] w1: ds28e17: "

[PATCH v4 1/1] use crc32 instead of md5 for hibernation e820 integrity check
 2021-04-08 13:01 UTC  (2+ messages)

[PATCH V2 0/4] Add support for PMK8350 PON_HLOS PMIC peripheral
 2021-04-08 13:00 UTC  (3+ messages)
` [PATCH V2 3/4] dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml

[GIT PULL] sound fixes for 5.12-rc7
 2021-04-08 12:59 UTC 

[next] [arm64] [gpio] BUG: key has not been registered! DEBUG_LOCKS_WARN_ON:
 2021-04-08 12:59 UTC  (5+ messages)

[PATCH -next] i2c: sprd: Fix PM reference leak in sprd_i2c_master_xfer()
 2021-04-08 12:59 UTC 

[PATCH -next] i2c: omap: fix PM reference leak in omap_i2c_probe()
 2021-04-08 12:56 UTC 

[PATCH v3 0/2] scsi: pm8001: tiny clean up patches
 2021-04-08 12:56 UTC  (3+ messages)
` [PATCH v3 1/2] scsi: pm8001: clean up for white space
` [PATCH v3 2/2] scsi: pm8001: clean up for open brace

[PATCH -next] lib: zstd: Make symbol 'HUF_compressWeights_wksp' static
 2021-04-08 12:54 UTC 

[PATCH 3/4] KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
 2021-04-08 12:52 UTC  (4+ messages)

[PATCH v3] perf: build reproducibility improvements
 2021-04-08 12:51 UTC 

[PATCH -next] vfio/fsl-mc: Use module_fsl_mc_driver to simplify the code
 2021-04-08 12:58 UTC 

[PATCH v7 1/8] pwm: pca9685: Switch to atomic API
 2021-04-08 12:50 UTC  (6+ messages)
` [PATCH v7 5/8] pwm: core: Support new PWM_STAGGERING_ALLOWED flag

[RFC PATCH 0/6] spi: Add OSPI PHY calibration support for spi-cadence-quadspi
 2021-04-08 12:48 UTC  (3+ messages)
` [RFC PATCH 2/6] mtd: spi-nor: core: consolidate read op creation

[PATCH -next] ALSA: virtio: use module_virtio_driver() to simplify the code
 2021-04-08 12:54 UTC 

[PATCH v2] ASoC: amd: Add support for ALC1015P codec in acp3x machine driver
 2021-04-08 13:02 UTC 

[PATCH] power: supply: Fix missing IRQF_ONESHOT as only threaded handler
 2021-04-08 12:43 UTC  (2+ messages)

[PATCH -next] power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_remove()
 2021-04-08 12:39 UTC  (3+ messages)

[PATCH -next] power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()
 2021-04-08 12:38 UTC  (2+ messages)

[PATCH v2 0/2] power: supply: Add battery and AC drivers for Surface devices
 2021-04-08 12:38 UTC  (2+ messages)

[PATCH] dmaengine: tegra20: Fix runtime PM imbalance in tegra_dma_issue_pending
 2021-04-08 12:33 UTC  (2+ messages)

[Outreachy kernel] [PATCH v2] staging: rtl8723bs: Remove camelcase in several files
 2021-04-08 12:30 UTC  (3+ messages)

[PATCH] x86/cpu: Resort and comment Intel models
 2021-04-08 12:30 UTC  (2+ messages)
` [tip: x86/core] "


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