linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-20 12:48:25 to 2020-11-20 15:20:57 UTC [more...]

[RFC PATCH 0/9] CXL 2.0 Support
 2020-11-20 15:20 UTC  (5+ messages)
` [RFC PATCH 8/9] cxl/mem: Register CXL memX devices

[RFC PATCH 00/76] fscache: Modernisation
 2020-11-20 15:19 UTC  (77+ messages)
` [RFC PATCH 01/76] nfs, cifs, ceph, 9p: Disable use of fscache prior to its rewrite
` [RFC PATCH 02/76] afs: Disable use of the fscache I/O routines
` [RFC PATCH 03/76] fscache: Add a cookie debug ID and use that in traces
` [RFC PATCH 04/76] fscache: Procfile to display cookies
` [RFC PATCH 05/76] fscache: Remove the old I/O API
` [RFC PATCH 06/76] fscache: Remove the netfs data from the cookie
` [RFC PATCH 07/76] fscache: Remove struct fscache_cookie_def
` [RFC PATCH 08/76] fscache: Remove store_limit* from struct fscache_object
` [RFC PATCH 09/76] fscache: Remove fscache_check_consistency()
` [RFC PATCH 10/76] fscache: Remove fscache_attr_changed()
` [RFC PATCH 11/76] fscache: Remove obsolete stats
` [RFC PATCH 12/76] fscache: Remove old I/O tracepoints
` [RFC PATCH 13/76] fscache: Temporarily disable fscache_invalidate()
` [RFC PATCH 14/76] fscache: Remove the I/O operation manager
` [RFC PATCH 15/76] fscache: Change %p in format strings to something else
` [RFC PATCH 16/76] cachefiles: "
` [RFC PATCH 17/76] iov_iter: Add ITER_XARRAY
` [RFC PATCH 18/76] vm: Add wait/unlock functions for PG_fscache
` [RFC PATCH 19/76] mm: Implement readahead_control pageset expansion
` [RFC PATCH 20/76] mm: Stop generic_file_buffered_read() from grabbing a superfluous page
` [RFC PATCH 21/76] vfs: Export rw_verify_area() for use by cachefiles
` [RFC PATCH 22/76] vfs: Provide S_CACHE_FILE inode flag
` [RFC PATCH 23/76] cachefiles: Remove tree of active files and use "
` [RFC PATCH 24/76] fscache: Provide a simple thread pool for running ops asynchronously
` [RFC PATCH 25/76] fscache: Replace the object management state machine
` [RFC PATCH 26/76] fscache: Rewrite the I/O API based on iov_iter
` [RFC PATCH 27/76] fscache: Keep track of size of a file last set independently on the server
` [RFC PATCH 28/76] fscache, cachefiles: Fix disabled histogram warnings
` [RFC PATCH 29/76] fscache: Recast assertion in terms of cookie not being an index
` [RFC PATCH 30/76] vfs, fscache: Force ->write_inode() to occur if cookie pinned for writeback
` [RFC PATCH 31/76] fscache: Allow ->put_super() to be used to wait for cache operations
` [RFC PATCH 32/76] netfs: Make a netfs helper module
` [RFC PATCH 33/76] netfs: Provide readahead and readpage netfs helpers
` [RFC PATCH 34/76] netfs: Use the cache
` [RFC PATCH 35/76] fscache: read-helper: Add tracepoints
` [RFC PATCH 36/76] cachefiles: Remove some redundant checks on unsigned values
` [RFC PATCH 37/76] cachefiles: trace: Log coherency checks
` [RFC PATCH 38/76] cachefiles: Split cachefiles_drop_object() up a bit
` [RFC PATCH 39/76] cachefiles: Implement new fscache I/O backend API
` [RFC PATCH 40/76] cachefiles: Merge object->backer into object->dentry
` [RFC PATCH 41/76] cachefiles: Implement a content-present indicator and bitmap
` [RFC PATCH 42/76] cachefiles: Shape requests from the fscache read helper
` [RFC PATCH 43/76] cachefiles: Round the cachefile size up to DIO block size
` [RFC PATCH 44/76] cachefiles: Implement read and write parts of new I/O API
` [RFC PATCH 45/76] cachefiles: Add I/O tracepoints
` [RFC PATCH 46/76] fscache: Display cache-specific data in /proc/fs/fscache/objects
` [RFC PATCH 47/76] fscache: Remove more obsolete stats
` [RFC PATCH 48/76] fscache: Always create /proc/fs/fscache/stats if configured
` [RFC PATCH 49/76] netfs: Stats
` [RFC PATCH 50/76] fscache: New stats
` [RFC PATCH 51/76] fscache, cachefiles: Rewrite invalidation
` [RFC PATCH 52/76] fscache: disable cookie when doing an invalidation for DIO write
` [RFC PATCH 53/76] fscache: Implement "will_modify" parameter on fscache_use_cookie()
` [RFC PATCH 54/76] fscache: Provide resize operation
` [RFC PATCH 55/76] fscache: Remove the update operation
` [RFC PATCH 56/76] afs: Pass page into dirty region helpers to provide THP size
` [RFC PATCH 57/76] afs: Print the operation debug_id when logging an unexpected data version
` [RFC PATCH 58/76] afs: Move key to afs_read struct
` [RFC PATCH 59/76] afs: Don't truncate iter during data fetch
` [RFC PATCH 60/76] afs: Log remote unmarshalling errors
` [RFC PATCH 61/76] afs: Set up the iov_iter before calling afs_extract_data()
` [RFC PATCH 62/76] afs: Use ITER_XARRAY for writing
` [RFC PATCH 63/76] afs: Wait on PG_fscache before modifying/releasing a page
` [RFC PATCH 64/76] afs: Extract writeback extension into its own function
` [RFC PATCH 65/76] afs: Prepare for use of THPs
` [RFC PATCH 66/76] afs: Use the fs operation ops to handle FetchData completion
` [RFC PATCH 67/76] afs: Use new fscache read helper API
` [RFC PATCH 68/76] netfs: Add write_begin helper
` [RFC PATCH 69/76] fscache: Add support for writing to the cache
` [RFC PATCH 70/76] afs: Use the fscache_write_begin() helper
` [RFC PATCH 71/76] afs: Copy local writes to the cache when writing to the server
` [RFC PATCH 72/76] afs: Invoke fscache_resize_cookie() when handling ATTR_SIZE for setattr
` [RFC PATCH 73/76] afs: Add O_DIRECT read support
` [RFC PATCH 74/76] afs: Skip truncation on the server of data we haven't written yet
` [RFC PATCH 75/76] afs: Make afs_write_begin() return the THP subpage
` [RFC PATCH 76/76] afs: Fix speculative status fetch going out of order wrt to modifications

[PATCH] bpf: Check the return value of dev_get_by_index_rcu()
 2020-11-20 15:19 UTC  (3+ messages)

[PATCH v4 0/4] media: mediatek: support mdp3 on mt8183 platform
 2020-11-20 15:15 UTC  (5+ messages)
` [PATCH v4 1/4] dt-binding: mt8183: Add Mediatek MDP3 dt-bindings
` [PATCH v4 2/4] dts: arm64: mt8183: Add Mediatek MDP3 nodes

memory leak in hub_event
 2020-11-20 15:15 UTC 

kernel BUG at fs/jfs/jfs_logmgr.c:LINE!
 2020-11-20 15:15 UTC 

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-20 15:15 UTC  (10+ messages)
` [PATCH 1/6] arm64: pgtable: Fix pte_accessible()
` [PATCH 2/6] arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()
` [PATCH 3/6] tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
` [PATCH 4/6] mm: proc: Invalidate TLB after clearing soft-dirty page state
` [PATCH 5/6] tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling

memory leak in new_inode
 2020-11-20 15:15 UTC 

WARNING in corrupted/usb_submit_urb (2)
 2020-11-20 15:15 UTC 

possible deadlock in rdma_destroy_id
 2020-11-20 15:15 UTC 

[PATCH] ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add OV7725 nodes
 2020-11-20 15:13 UTC 

[PATCH] usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup
 2020-11-20 15:08 UTC  (2+ messages)

[PATCH] lib: vsprintf: Fix handling of number field widths in vsscanf
 2020-11-20 15:07 UTC  (3+ messages)

[GIT PULL]: dmaengine fixes for v5.10-rc5
 2020-11-20 15:05 UTC 

[PATCH v4 0/4] Adding the Sparx5 Serdes driver
 2020-11-20 15:03 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: phy: Add sparx5-serdes bindings
` [PATCH v4 2/4] phy: Add ethernet serdes configuration option
` [PATCH v4 3/4] phy: Add Sparx5 ethernet serdes PHY driver
` [PATCH v4 4/4] arm64: dts: sparx5: Add Sparx5 serdes driver node

WARNING in cm109_input_ev/usb_submit_urb
 2020-11-20 15:04 UTC 

[PATCH] phy: amlogic: meson-axg-mipi-pcie-analog: replace DSI_LANE definitions with BIT() macro
 2020-11-20 15:03 UTC 

UBSAN: array-index-out-of-bounds in dbAdjTree
 2020-11-20 14:59 UTC  (6+ messages)

[PATCH 0/3] mmu_notifier fs fs_reclaim lockdep annotations
 2020-11-20 15:01 UTC  (6+ messages)
` [PATCH] drm/ttm: don't set page->mapping

[PATCH v2] docs: ACPI: enumeration: add PCI hierarchy representation
 2020-11-20 15:00 UTC  (2+ messages)

[RESEND PATCH v3 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
 2020-11-20 14:55 UTC  (4+ messages)
` [RESEND PATCH v3 3/3] phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analog

[PATCH] rcu: kasan: record and print kvfree_call_rcu call stack
 2020-11-20 14:54 UTC  (10+ messages)

[PATCH 0/2] x86/intel_rdt: task_work vs task_struct rmid/closid write race
 2020-11-20 14:53 UTC  (5+ messages)
` [PATCH 1/2] x86/intel_rdt: Check monitor group vs control group membership earlier
` [PATCH 2/2] x86/intel_rdt: Plug task_work vs task_struct {rmid,closid} update race

[PATCH V3 0/2] cpufreq_cooling: Get effective CPU utilization from scheduler
 2020-11-20 14:51 UTC  (3+ messages)
` [PATCH V3 2/2] thermal: cpufreq_cooling: Reuse sched_cpu_util() for SMP platforms

[GIT PULL]: Generic phy fixes for 5.10
 2020-11-20 14:51 UTC 

[PATCH v2] mdio_bus: suppress err message for reset gpio EPROBE_DEFER
 2020-11-20 14:50 UTC  (9+ messages)

[PATCH 0/5] locking/rwsem: Rework reader optimistic spinning
 2020-11-20 14:44 UTC  (11+ messages)
` [PATCH 2/5] locking/rwsem: Prevent potential lock starvation
` [PATCH 3/5] locking/rwsem: Enable reader optimistic lock stealing
` [RFC PATCH 5/5] locking/rwsem: Remove reader optimistic spinning

[PATCH] media: rockchip: rkisp1: Constify static structs
 2020-11-20 14:43 UTC  (2+ messages)

[PATCH RFC 00/12] vdpa: generalize vdpa simulator and add block device
 2020-11-20 14:41 UTC  (4+ messages)
` [PATCH RFC 10/12] vdpa_sim: split vdpasim_virtqueue's iov field in riov and wiov

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-20 14:39 UTC  (15+ messages)
              ` linux-next: stall warnings and deadlock on Arm64 (was: [PATCH] kfence: Avoid stalling...)

[PATCH 0/8] drm/imx: Introduce i.MX8qxp DPU DRM
 2020-11-20 14:38 UTC  (3+ messages)
` [PATCH 5/8] "

[RFC] Documentation/scheduler/schedutil.txt
 2020-11-20 14:37 UTC  (2+ messages)

[PATCH 0/4] Bunch of improvements for STM32 DMA controllers
 2020-11-20 14:33 UTC  (5+ messages)
` [PATCH 1/4] dmaengine: stm32-dma: rework irq handler to manage error before xfer events
` [PATCH 2/4] dmaengine: stm32-dma: clean channel configuration when channel is freed
` [PATCH 3/4] dmaengine: stm32-dma: take address into account when computing max width
` [PATCH 4/4] dmaengine: stm32-mdma: rework interrupt handler

[mm/memcg] bd0b230fe1: will-it-scale.per_process_ops -22.7% regression
 2020-11-20 14:30 UTC  (12+ messages)
  ` [LKP] "

[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-20 14:30 UTC  (3+ messages)
` [PATCH v6 7/8] IMA: add a built-in policy rule for critical data measurement

[PATCH v2] nvme: Cache DMA descriptors to prevent corruption
 2020-11-20 14:29 UTC  (3+ messages)

[PATCH 0/2] printk/console: Use ttynull when no console is available or wanted
 2020-11-20 14:24 UTC  (2+ messages)

[PATCH] iio: adc: ad7292: remove unneeded spi_set_drvdata()
 2020-11-20 14:21 UTC  (2+ messages)

[PATCH v2 12/12] x86/paravirt: have only one paravirt patch function
 2020-11-20 14:18 UTC  (2+ messages)

[PATCH 0/2] arm64: Allow the rescheduling IPI to bypass irq_enter/exit
 2020-11-20 14:17 UTC  (4+ messages)

[PATCH v4] mm: Optional full ASLR for mmap() and mremap()
 2020-11-20 14:10 UTC  (6+ messages)

[PATCH v2 0/2] firmware: arm_scmi: Augment SMC/HVC to allow optional interrupt
 2020-11-20 14:09 UTC  (10+ messages)
` [PATCH v2 2/2] "

[PATCH] md: dm-writeback: add __noreturn to BUG-ging function
 2020-11-20 14:08 UTC  (8+ messages)
    `  "

[PATCH] mips: cdmm: fix use-after-free in mips_cdmm_bus_discover
 2020-11-20 14:06 UTC  (2+ messages)

[PATCH] isofs: fix Oops with zisofs and large PAGE_SIZE
 2020-11-20 14:06 UTC 

[PATCH v3 0/4] Revisit NUMA imbalance tolerance and fork balancing
 2020-11-20 14:02 UTC  (11+ messages)
` [PATCH 1/4] sched/numa: Rename nr_running and break out the magic number
` [PATCH 2/4] sched: Avoid unnecessary calculation of load imbalance at clone time
` [PATCH 3/4] sched/numa: Allow a floating imbalance between NUMA nodes
` [PATCH 4/4] sched: Limit the amount of NUMA imbalance that can exist at fork time

[PATCH 0/2] arm64: Implement CONFIG_CMDLINE_EXTEND
 2020-11-20 13:50 UTC  (7+ messages)

[PATCH 0/9] regulator: da9121: extend support to variants, add features
 2020-11-20 13:47 UTC  (11+ messages)
` [PATCH 1/9] regulator: Update DA9121 dt-bindings
` [PATCH 5/9] regulator: da9121: Add support for device variants via devicetree
` [PATCH 6/9] regulator: da9121: Update registration to support multiple buck variants
` [PATCH 7/9] regulator: da9121: add current support
` [PATCH 9/9] regulator: da9121: add interrupt support

[PATCH v12 4/4] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
 2020-11-20 13:45 UTC  (14+ messages)

linux-next: Tree for Nov 20
 2020-11-20 13:41 UTC  (3+ messages)

[PATCH v3 0/4] Thunderbolt3/USB4 cable rounded and active cable plug link training support
 2020-11-20 13:41 UTC  (7+ messages)
` [PATCH v3 2/4] platform/chrome: cros_ec_typec: Use Thunderbolt 3 cable discover mode VDO in USB4 mode

Linux 5.10-rc4; graphics alignment
 2020-11-20 13:41 UTC  (8+ messages)

[RFC PATCH] ASoC: ak4458: use reset control instead of reset gpio
 2020-11-20 13:40 UTC  (4+ messages)

[PATCH net] devlink: Fix reload stats structure
 2020-11-20 13:40 UTC 

[RFC net-next 0/2] net: updates for -next
 2020-11-20 13:39 UTC  (8+ messages)
` [RFC net-next 1/2] ethtool: add support for controling the type of adaptive coalescing

[PATCH v5 0/7] Convert the intel iommu driver to the dma-iommu api
 2020-11-20 13:39 UTC  (3+ messages)

[PATCH net-next v3 0/3] net: ptp: introduce common defines for PTP message types
 2020-11-20 13:37 UTC  (2+ messages)

[PATCH v6 0/5] Fortify strscpy()
 2020-11-20 13:33 UTC  (3+ messages)

[PATCH] microblaze: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S
 2020-11-20 13:31 UTC  (2+ messages)

[PATCH v2 0/2] optimise iov_iter
 2020-11-20 13:29 UTC  (12+ messages)
` [PATCH v2 1/2] iov_iter: optimise iov_iter_npages for bvec

[patch 00/19] softirq: Cleanups and RT awareness
 2020-11-20 13:27 UTC  (4+ messages)
` [patch 14/19] softirq: Make softirq control and processing RT aware

Proposal for a new checkpatch check; matching _set_drvdata() & _get_drvdata()
 2020-11-20 13:27 UTC  (7+ messages)
    ` [Cocci] "

[PATCH v5 0/7] media: v4l2: Add extended fmt and buffer ioctls
 2020-11-20 13:20 UTC  (6+ messages)
` [PATCH v5 7/7] media: docs: add documentation for the Extended API

[PATCH v1 0/2] mmc: support crash logging to MMC block devices
 2020-11-20 13:20 UTC  (3+ messages)
` [PATCH v1 1/2] mmc: Support kmsg dumper based on pstore/blk

dfl.c:undefined reference to `devm_ioremap'
 2020-11-20 13:17 UTC 

[PATCH bpf-next 1/3] ima: Implement ima_inode_hash
 2020-11-20 13:17 UTC  (3+ messages)
` [PATCH bpf-next 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
` [PATCH bpf-next 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash

[PATCH v5 00/21] Free some vmemmap pages of hugetlb page
 2020-11-20 13:11 UTC  (4+ messages)
  ` [External] "

linux-next: build warning after merge of the nand tree
 2020-11-20 13:01 UTC  (5+ messages)

[PATCH v1 net-next] net: dsa: qca: ar9331: add ethtool stats support
 2020-11-20 12:59 UTC  (11+ messages)

[PATCH v2 00/12] x86: major paravirt cleanup
 2020-11-20 12:53 UTC  (2+ messages)

[RESEND][PATCH] ima: Set and clear FMODE_CAN_READ in ima_calc_file_hash()
 2020-11-20 12:52 UTC  (14+ messages)

[PATCH] ilog2: Improve ilog2 for constant arguments
 2020-11-20 12:51 UTC 

[PATCH] tty: serial: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-11-20 12:49 UTC  (4+ messages)

[PATCH] dt-bindings: pwm: pca9685: Add staggered-outputs property
 2020-11-20 12:48 UTC  (4+ 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).