All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-01 22:01:01 to 2022-09-01 22:30:33 UTC [more...]

[PATCH 1/4] riscv: cleanup svpbmt cpufeature probing
 2022-09-01 22:27 UTC  (2+ messages)
` [PATCH 2/4] riscv: drop some idefs from CMO initialization

[PATCH v2 00/20] nvmem: core: introduce NVMEM layouts
 2022-09-01 22:18 UTC  (51+ messages)
` [PATCH v2 01/20] net: add helper eth_addr_add()
` [PATCH v2 02/20] of: base: add of_parse_phandle_with_optional_args()
` [PATCH v2 03/20] nvmem: core: add an index parameter to the cell
` [PATCH v2 04/20] nvmem: core: move struct nvmem_cell_info to nvmem-provider.h
` [PATCH v2 05/20] nvmem: core: drop the removal of the cells in nvmem_add_cells()
` [PATCH v2 06/20] nvmem: core: add nvmem_add_one_cell()
` [PATCH v2 07/20] nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
` [PATCH v2 08/20] nvmem: core: introduce NVMEM layouts
` [PATCH v2 09/20] nvmem: core: add per-cell post processing
` [PATCH v2 10/20] nvmem: core: allow to modify a cell before adding it
` [PATCH v2 11/20] nvmem: imx-ocotp: replace global post processing with layouts
` [PATCH v2 12/20] nvmem: cell: drop global cell_post_process
` [PATCH v2 13/20] nvmem: core: drop priv pointer in post process callback
` [PATCH v2 14/20] dt-bindings: mtd: relax the nvmem compatible string
` [PATCH v2 15/20] dt-bindings: nvmem: add YAML schema for the sl28 vpd layout
` [PATCH v2 16/20] nvmem: layouts: add sl28vpd layout
` [PATCH v2 17/20] nvmem: core: export nvmem device size
` [PATCH v2 18/20] arm64: dts: ls1028a: sl28: get MAC addresses from VPD
` [RFC PATCH v2 19/20] nvmem: layouts: rewrite the u-boot-env driver as a NVMEM layout
` [RFC PATCH v2 20/20] nvmem: layouts: u-boot-env: add device node

[PATCH v2 0/6] x86/sgx: A collection of tests and fixes
 2022-09-01 22:24 UTC  (12+ messages)
` [PATCH v2 2/6] x86/sgx: Do not consider unsanitized pages an error
` [PATCH v2 4/6] selftests/sgx: Add SGX selftest augment_via_eaccept_long
` [PATCH v2 6/6] selftests/sgx: Add a bpftrace script for tracking allocation errors

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-01 22:27 UTC  (8+ messages)

[PATCH 1/6] x86/sgx: Do not consider unsanitized pages an error
 2022-09-01 22:27 UTC  (11+ messages)

[PATCH v2 0/2] platform/x86: toshiba_acpi: HWMON Fan RPM support
 2022-09-01 22:27 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86: toshiba_acpi: Add fan RPM reading (hwmon interface)

INFO: task hung in p9_fd_close
 2022-09-01 22:25 UTC  (5+ messages)
` [PATCH] 9p/trans_fd: always use O_NONBLOCK read/write
  ` [PATCH v2] 9p/trans_fd: perform read/write with TIF_SIGPENDING set

[PATCH 0/6] x86/sgx: Test and fixes
 2022-09-01 22:20 UTC  (16+ messages)
` [PATCH 4/6] selftests/sgx: Add SGX selftest augment_via_eaccept_long
` [PATCH 5/6] selftests/sgx: retry the ioctls returned with EAGAIN
` [PATCH 6/6] selftests/sgx: Add a bpftrace script for tracking allocation errors

[PATCH 1/2] ksmbd: update documentation
 2022-09-01 22:24 UTC  (5+ messages)

BD71847 clk driver disables clk-32k-out causing RTC/WDT failure
 2022-09-01 22:23 UTC 

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-01 22:27 UTC 

[PATCH 0/6] Add Apple Mac System Management Controller GPIOs
 2022-09-01 22:26 UTC  (9+ messages)
` [PATCH 1/6] dt-bindings: mfd: add binding for Apple Mac System Management Controller

[PATCH v3 net-next 3/5] tcp: Access &tcp_hashinfo via net
 2022-09-01 22:19 UTC  (2+ messages)

[PATCH 00/10] btrfs: make lseek and fiemap much more efficient
 2022-09-01 22:19 UTC  (5+ messages)
` [PATCH 02/10] btrfs: make hole and data seeking a lot "
` [PATCH 03/10] btrfs: remove check for impossible block start for an extent map at fiemap

[RFC PATCH] ext4: limit the number of retries after discarding preallocations blocks
 2022-09-01 22:18 UTC 

[bluez/bluez] 4f452c: lib: Add mgmt opcodes and events for Mesh
 2022-09-01 22:18 UTC 

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-01 22:17 UTC  (19+ messages)
` [PATCH v5 01/18] mm/slub: perform free consistency checks before call_rcu
` [PATCH v5 02/18] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head
` [PATCH v5 03/18] rcu/tree: Use READ_ONCE() for lockless read of rnp->qsmask
` [PATCH v5 04/18] rcu: Fix late wakeup when flush of bypass cblist happens
` [PATCH v5 05/18] rcu: Move trace_rcu_callback() before bypassing
` [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation
` [PATCH v5 07/18] rcu: shrinker for lazy rcu
` [PATCH v5 08/18] rcu: Add per-CB tracing for queuing, flush and invocation
` [PATCH v5 09/18] rcuscale: Add laziness and kfree tests
` [PATCH v5 10/18] rcutorture: Add test code for call_rcu_lazy()
` [PATCH v5 11/18] fs: Move call_rcu() to call_rcu_lazy() in some paths
` [PATCH v5 12/18] cred: Move call_rcu() to call_rcu_lazy()
` [PATCH v5 13/18] security: "
` [PATCH v5 14/18] net/core: "
` [PATCH v5 15/18] kernel: Move various core kernel usages "
` [PATCH v5 16/18] lib: Move call_rcu() "
` [PATCH v5 17/18] i915: "
` [PATCH v5 18/18] fork: Move thread_stack_free_rcu() "

[char-misc:char-misc-testing 20/24] drivers/misc/mchp_pci1xxxx/mchp_pci1xxxx_gp.c:87:52: error: 'PCI_IRQ_ALL_TYPES' undeclared
 2022-09-01 22:13 UTC 

[PATCH v3 net-next 3/5] tcp: Access &tcp_hashinfo via net
 2022-09-01 22:12 UTC  (2+ messages)

[PATCH V3] firmware: google: Test spinlock on panic path to avoid lockups
 2022-09-01 22:13 UTC  (12+ messages)

+ selftest-vm-remove-deleted-local_config-from-gitignore.patch added to mm-unstable branch
 2022-09-01 22:14 UTC 

[PATCH 7/8] mm/damon: introduce DAMON-based LRU-lists Sorting
 2022-09-01 22:11 UTC  (2+ messages)

[PATCH v7 00/12] preparation for the rte_flow offload of nfp PMD
 2022-09-01 22:10 UTC  (2+ messages)

[dm-devel] [PATCH v2 00/16] multipath-tools: minor fixes and build improvements
 2022-09-01 22:09 UTC  (2+ messages)
` [dm-devel] [PATCH v2 16/16] multipathd: Fix command completion in interactive mode

[Cluster-devel] [PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-09-01 22:01 UTC  (93+ messages)
` [f2fs-dev] "
`  "
` [Cluster-devel] [PATCH 01/23] pagemap: Add filemap_grab_folio()
  ` [f2fs-dev] "
  `  "
` [Cluster-devel] [PATCH 02/23] filemap: Added filemap_get_folios_tag()
  ` [f2fs-dev] "
  `  "
` [Cluster-devel] [PATCH 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 04/23] page-writeback: Convert write_cache_pages() "
  ` [f2fs-dev] "
  `  "
` [Cluster-devel] [PATCH 05/23] afs: Convert afs_writepages_region() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 08/23] ceph: Convert ceph_writepages_start() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 09/23] cifs: Convert wdata_alloc_and_fillpages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 10/23] ext4: Convert mpage_prepare_extent_to_map() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 11/23] f2fs: Convert f2fs_fsync_node_pages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 12/23] f2fs: Convert f2fs_flush_inline_data() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 13/23] f2fs: Convert f2fs_sync_node_pages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 15/23] f2fs: Convert last_fsync_dnode() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 16/23] f2fs: Convert f2fs_sync_meta_pages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 17/23] gfs2: Convert gfs2_write_cache_jdata() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
  `  "
  ` [f2fs-dev] "
` [Cluster-devel] [PATCH 23/23] filemap: Remove find_get_pages_range_tag()
  `  "
  ` [f2fs-dev] "

[Intel-gfx] [PATCH v3 00/11] Initial Meteorlake Support
 2022-09-01 22:06 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 02/11] drm/i915: Read graphics/media/display arch version from hw

[PATCH 1/1] efi_loader: compliance Simple Text Input Ex Protocol
 2022-09-01 22:06 UTC 

[Buildroot] sftp-server for use with dropbear?
 2022-09-01 22:02 UTC  (7+ messages)

[PATCH v2 06/12] mac80211: support ieee80211_ext format
 2022-09-01 22:02 UTC 

[Intel-gfx] [PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-01 22:00 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 09/41] drm/connector: Add TV standard property
  `  "

[PATCH v7 0/2] Add Mesh functionality to net/bluetooth
 2022-09-01 22:00 UTC  (2+ messages)

[PATCH BlueZ v4 0/2] Add mesh testing support
 2022-09-01 22:00 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.