All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-30 20:42:24 to 2020-10-30 22:09:48 UTC [more...]

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-10-30 22:09 UTC 

[PATCH 1/2] NFS: Remove unnecessary inode locking in nfs_llseek_dir()
 2020-10-30 21:57 UTC  (2+ messages)
` [PATCH 2/2] NFS: Remove unnecessary inode lock in nfs_fsync_dir()

[PATCH net-next 00/19] net: phy: add support for shared interrupts (part 1)
 2020-10-30 22:06 UTC  (3+ messages)

[PATCH] drm/msm/dp: skip checking LINK_STATUS_UPDATED bit
 2020-10-30 22:06 UTC  (3+ messages)

[regression, bisected] no MMC on rk3399-gru-kevin with 5.10-rc1
 2020-10-30 22:04 UTC  (2+ messages)

[regression, bisected] rk3399-gru-kevin does not boot with 5.10-rc1
 2020-10-30 22:04 UTC 

[PATCH v3 00/19] Parallel Checkout (part I)
 2020-10-30 22:02 UTC  (7+ messages)
` [PATCH v3 05/19] entry: extract a header file for entry.c functions
` [PATCH v3 08/19] entry: move conv_attrs lookup up to checkout_entry()
` [PATCH v3 09/19] entry: add checkout_entry_ca() which takes preloaded conv_attrs

[PATCH v4 00/17] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-10-30 22:01 UTC  (16+ messages)
` [PATCH v4 01/17] irqchip: Add IMS (Interrupt Message Store) driver
` [PATCH v4 02/17] iommu/vt-d: Add DEV-MSI support
` [PATCH v4 13/17] dmaengine: idxd: ims setup for the vdcm

btrfsck segfaults on root 5 missing its root dir, recreating
 2020-10-30 21:56 UTC  (2+ messages)

[PATCH 0/1] selinux-testsuite: Add btrfs support for filesystem tests
 2020-10-30 21:55 UTC  (2+ messages)

[PATCH] python/sepolicy: allow to override manpage date
 2020-10-30 21:53 UTC 

[PATCH v2 0/5] tpm_tis: fix interrupts (again)
 2020-10-30 21:52 UTC  (7+ messages)
` [PATCH v2 2/5] tpm_tis: Clean up locality release

[Cluster-devel] [PATCH 00/17] gfs2: resource group glock sharing
 2020-10-30 21:51 UTC  (18+ messages)
` [Cluster-devel] [PATCH 01/17] gfs2: Turn gfs2_rbm_incr into gfs2_rbm_add
` [Cluster-devel] [PATCH 02/17] gfs2: Only use struct gfs2_rbm for bitmap manipulations
` [Cluster-devel] [PATCH 03/17] gfs2: Get rid of unnecessary variable in gfs2_alloc_blocks
` [Cluster-devel] [PATCH 04/17] gfs2: Minor gfs2_inplace_reserve cleanup
` [Cluster-devel] [PATCH 05/17] Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved"
` [Cluster-devel] [PATCH 06/17] gfs2: Don't clear GBF_FULL flags in rs_deltree
` [Cluster-devel] [PATCH 07/17] gfs2: Set GBF_FULL flags when reading resource group
` [Cluster-devel] [PATCH 08/17] gfs2: When looking for blocks to allocate, don't clamp at free blocks
` [Cluster-devel] [PATCH 09/17] gfs2: Also reflect single-block allocations in rgd->rd_extfail_pt
` [Cluster-devel] [PATCH 10/17] gfs2: Only pass reservation down to gfs2_rbm_find
` [Cluster-devel] [PATCH 11/17] gfs: Don't search for unreserved space twice
` [Cluster-devel] [PATCH 12/17] gfs2: Check for active reservation in gfs2_release
` [Cluster-devel] [PATCH 13/17] gfs2: Rename rs_{free -> requested} and rd_{reserved -> requested}
` [Cluster-devel] [PATCH 14/17] gfs2: Add per-reservation reserved block accounting
` [Cluster-devel] [PATCH 15/17] gfs2: Add local resource group locking
` [Cluster-devel] [PATCH 16/17] gfs2: Allow node-wide exclusive glock sharing
` [Cluster-devel] [PATCH 17/17] gfs2: Use resource group "

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-10-30 21:50 UTC  (3+ messages)

[PATCH net-next v4 0/5] net: hdlc_fr: Improve fr_rx and add support for any Ethertype
 2020-10-30 21:49 UTC  (20+ messages)
` [PATCH net-next v4 1/5] net: hdlc_fr: Simpify fr_rx by using "goto rx_drop" to drop frames
` [PATCH net-next v4 3/5] net: hdlc_fr: Improve the initial checks when we receive an skb
` [PATCH net-next v4 4/5] net: hdlc_fr: Do skb_reset_mac_header for skbs received on normal PVC devices
` [PATCH net-next v4 5/5] net: hdlc_fr: Add support for any Ethertype

[PATCH] stop_machine: Mark functions as notrace
 2020-10-30 21:47 UTC  (9+ messages)

[PATCH leds 1/5] leds: turris-omnia: use constants instead of macros for color command
 2020-10-30 21:46 UTC  (4+ messages)
` [PATCH leds 4/5] dt-bindings: leds: leds-class-multicolor: use LED_COLOR_ID_RGB for now

Current master is broken
 2020-10-30 21:40 UTC  (2+ messages)

[RFC PATCH 0/3] Add Microchip PolarFire Soc Support
 2020-10-30 21:21 UTC  (13+ messages)
` [RFC PATCH 2/3] RISC-V: Initial DTS for Microchip ICICLE board
` [RFC PATCH 3/3] RISC-V: Enable Microchip PolarFire ICICLE SoC

[PATCH 00/11 v2] ftrace: Have callbacks handle their own recursion
 2020-10-30 21:31 UTC  (14+ messages)
` [PATCH 01/11 v2] ftrace: Move the recursion testing into global headers
` [PATCH 02/11 v2] ftrace: Add ftrace_test_recursion_trylock() helper function
` [PATCH 03/11 v2] ftrace: Optimize testing what context current is in
` [PATCH 04/11 v2] pstore/ftrace: Add recursion protection to the ftrace callback
` [PATCH 05/11 v2] kprobes/ftrace: "
` [PATCH 06/11 v2] livepatch/ftrace: "
` [PATCH 07/11 v2] livepatch: Trigger WARNING if livepatch function fails due to recursion
` [PATCH 08/11 v2] perf/ftrace: Add recursion protection to the ftrace callback
` [PATCH 09/11 v2] perf/ftrace: Check for rcu_is_watching() in callback function
` [PATCH 10/11 v2] ftrace: Reverse what the RECURSION flag means in the ftrace_ops
` [PATCH 11/11 v2] ftrace: Add recording of functions that caused recursion

post-receive: pub/scm/linux/kernel/git/gfs2/linux-gfs2
 2020-10-30 21:44 UTC 

[PATCH] PCI: Always call pci_enable_acs() regardless of pdev->acs_cap
 2020-10-30 21:42 UTC  (2+ messages)

[PATCH] ARM: highmem: avoid clobbering non-page aligned memory reservations
 2020-10-30 21:41 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-10-30 21:41 UTC 

[dpdk-dev] [PATCH] Windows: minor build fixes
 2020-10-30 21:41 UTC  (3+ messages)
` [dpdk-dev] [PATCH] windows: "

[PATCH v2 0/4] scsi: target: COMPARE AND WRITE miscompare sense
 2020-10-30 21:39 UTC  (10+ messages)
` [PATCH v3 1/4] scsi: target: rename struct sense_info to sense_detail
` [PATCH v3 2/4] scsi: target: rename cmd.bad_sector to cmd.sense_info
` [PATCH v3 3/4] scsi: target: split out COMPARE AND WRITE memcmp into helper
` [PATCH v3 4/4] scsi: target: return COMPARE AND WRITE miscompare offsets

[PATCH rc] mm/gup: use unpin_user_pages() in check_and_migrate_cma_pages()
 2020-10-30 21:39 UTC  (3+ messages)

[PATCH net 1/1] ptp: idt82p33: add adjphase support
 2020-10-30 21:38 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/zx2c4/cgit
 2020-10-30 21:36 UTC 

mm/nommu.c:924:4: warning: Assignment of function parameter has no effect outside the function
 2020-10-30 21:36 UTC 

[PATCH v2] io_uring: add timeout support for io_uring_enter()
 2020-10-30 21:33 UTC  (4+ messages)

[PATCH v2 0/4] singly linked list for chains
 2020-10-30 21:32 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-10-30 21:32 UTC 

[PATCH v2 1/2] mm: reorganize internal_get_user_pages_fast()
 2020-10-30 21:31 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: fix vlan setup
 2020-10-30 21:31 UTC  (2+ messages)

[PATCH v20 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-10-30 21:28 UTC  (12+ messages)
` [PATCH v20 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v20 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v20 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v20 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v20 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH] kunit: Fix kunit.py parse subcommand (use null build_dir)
 2020-10-30 21:29 UTC  (2+ messages)

[PATCH v4 0/9] ARM: remove set_fs callers and implementation
 2020-10-30 21:28 UTC  (6+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
  ` [PATCH 4/9] ARM: syscall: always store thread_info->syscall

[PATCH net] net: openvswitch: silence suspicious RCU usage warning
 2020-10-30 21:28 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/ehl: Remove invalid PCI ID
 2020-10-30 21:26 UTC 

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2020-10-30 21:26 UTC 

[Intel-gfx] [PATCH v2] drm/i915: Sort EHL/JSL PCI IDs
 2020-10-30 21:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH] drivers: net: phy: Fix spelling in comment defalut to default
 2020-10-30 21:21 UTC  (3+ messages)

[PATCH testsuite] travis: skip kernel update+reboot if it's not necessary
 2020-10-30 21:21 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-10-30 21:21 UTC 

[PATCH v2 2/2] mm: prevent gup_fast from racing with COW during fork
 2020-10-30 21:20 UTC  (2+ messages)

[dpdk-dev] [PATCH v2] cmdline: avoid name clash with Windows system types
 2020-10-30 21:20 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH 0/3] Fix kernfs node reference count leak issues
 2020-10-30 21:18 UTC  (2+ messages)

[dm-devel] [PATCH] multipath-tools: delete auto-generated tests/test-log.d file with make clean
 2020-10-30 21:14 UTC  (3+ messages)

[PATCH v11 00/14] s390/vfio-ap: dynamic configuration support
 2020-10-30 21:17 UTC  (11+ messages)
` [PATCH v11 01/14] s390/vfio-ap: No need to disable IRQ after queue reset

[dm-devel] [PATCH 0/5] Misc Multipath patches
 2020-10-30 21:15 UTC  (11+ messages)
` [dm-devel] [PATCH 1/5] libmultipath: move fast_io_fail defines to structs.h
` [dm-devel] [PATCH 2/5] libmultipath: add eh_deadline multipath.conf parameter
` [dm-devel] [PATCH 3/5] multipathd: remove redundant vector_free() int configure
` [dm-devel] [PATCH 4/5] libmultipath: only read 0xc9 vpd page for devices with rdac checker
` [dm-devel] [PATCH 5/5] libmultipath: don't dlclose tur checker DSO

[PATCH v10 0/6] Add support for KeemBay DRM driver
 2020-10-30 21:15 UTC  (5+ messages)
` [PATCH v10 1/6] dt-bindings: display: Add support for Intel KeemBay Display

[PATCH userspace v2] ci: use parallel build
 2020-10-30 21:13 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-10-30 21:13 UTC 

post-receive: pub/scm/git/git
 2020-10-30 21:12 UTC 

RFC: Fast Migration for SEV and SEV-ES - blueprint and proof of concept
 2020-10-30 21:10 UTC  (3+ messages)

SELinux support question
 2020-10-30 21:07 UTC  (3+ messages)

bmcweb logging
 2020-10-30 21:06 UTC  (5+ messages)

[PATCH] net: cls_api: remove unneeded local variable in tc_dump_chain()
 2020-10-30 21:06 UTC  (3+ messages)

[PATCH v6 0/5] iommu aux-domain APIs extensions
 2020-10-30 21:06 UTC  (8+ messages)
` [PATCH v6 4/5] iommu/vt-d: Add iommu_ops support for subdevice bus
` [PATCH v6 5/5] vfio/type1: Use mdev bus iommu_ops for IOMMU callbacks

[Intel-wired-lan] [PATCH v2 00/10] igc: Add XDP support
 2020-10-30 21:05 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH v2 07/10] igc: Add initial "

[Intel-wired-lan] [PATCH v3 0/9] igc: Add XDP support
 2020-10-30 21:03 UTC  (10+ messages)
` [Intel-wired-lan] [PATCH v3 1/9] igc: Fix igc_ptp_rx_pktstamp()
` [Intel-wired-lan] [PATCH v3 2/9] igc: Remove unused argument from igc_tx_cmd_type()
` [Intel-wired-lan] [PATCH v3 3/9] igc: Introduce igc_rx_buffer_flip() helper
` [Intel-wired-lan] [PATCH v3 4/9] igc: Introduce igc_get_rx_frame_truesize() helper
` [Intel-wired-lan] [PATCH v3 5/9] igc: Refactor rx timestamp handling
` [Intel-wired-lan] [PATCH v3 6/9] igc: Add set/clear large buffer helpers
` [Intel-wired-lan] [PATCH v3 7/9] igc: Add initial XDP support
` [Intel-wired-lan] [PATCH v3 8/9] igc: Add support for XDP_TX action
` [Intel-wired-lan] [PATCH v3 9/9] igc: Add support for XDP_REDIRECT action

[PATCH 00/14] Set the lockdep class on eb's at allocation time
 2020-10-30 21:03 UTC  (15+ messages)
` [PATCH 01/14] btrfs: remove lockdep classes for the fs tree
` [PATCH 02/14] btrfs: cleanup extent buffer readahead
` [PATCH 03/14] btrfs: use btrfs_read_node_slot in btrfs_realloc_node
` [PATCH 04/14] btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
` [PATCH 05/14] btrfs: use btrfs_read_node_slot in do_relocation
` [PATCH 06/14] btrfs: use btrfs_read_node_slot in replace_path
` [PATCH 07/14] btrfs: use btrfs_read_node_slot in walk_down_tree
` [PATCH 08/14] btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
` [PATCH 09/14] btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
` [PATCH 10/14] btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
` [PATCH 11/14] btrfs: pass root owner to read_tree_block
` [PATCH 12/14] btrfs: pass the root owner and level around for reada
` [PATCH 13/14] btrfs: pass the owner_root and level to alloc_extent_buffer
` [PATCH 14/14] btrfs: set the lockdep class for ebs on creation

[PATCH 00/36] Make qdev static property API usable by any QOM type
 2020-10-30 21:00 UTC  (6+ messages)
` [PATCH 34/36] machine: Use DEFINE_PROP_STRING for string properties

[PATCH v10 00/15] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-10-30 20:59 UTC  (5+ messages)
    ` [linux-sunxi] "

post-receive: pub/scm/linux/kernel/git/arnd/asm-generic
 2020-10-30 21:00 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-10-30 21:00 UTC 

Onlining CXL Type2 device coherent memory
 2020-10-30 20:59 UTC  (3+ messages)

[PATCH] ipv6: mcast: make annotations for ip6_mc_msfget() consistent
 2020-10-30 20:59 UTC  (3+ messages)

[PATCH] system.3: Indicate MT-Unsafe
 2020-10-30 20:59 UTC  (6+ messages)

[PATCH] percpu: convert flexible array initializers to use struct_size()
 2020-10-30 20:58 UTC 

[RFC 1/2] nl80211: add common API to configure SAR power limitations
 2020-10-30 20:56 UTC  (3+ messages)

[PATCH net-next 0/4] sfc: EF100 TSO enhancements
 2020-10-30 20:55 UTC  (9+ messages)
` [PATCH net-next 2/4] sfc: implement encap TSO on EF100

[PATCH v2 00/10] Cryptodisk fixes for v2.06 redux
 2020-10-30 20:47 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/10] cryptodisk: Properly handle non-512 byte sized sectors

post-receive: pub/scm/linux/kernel/git/cip/linux-cip
 2020-10-30 20:55 UTC 

[dpdk-dev] [RFC V2 0/2] fix queue stats mapping
 2020-10-30 20:54 UTC  (3+ messages)
` [dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration

possible marker cleanup: ": ::$" -> "::"
 2020-10-30 20:54 UTC  (4+ messages)
` [docs] "

[Intel-gfx] [PATCH 09/10] drm/i915: Clean up SSKPD/MLTR defines
 2020-10-30 20:52 UTC  (3+ messages)

pull-request: mac80211 2020-10-30
 2020-10-30 20:52 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-10-30 20:50 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2020-10-30 20:48 UTC 

[xlnx:xlnx_rebase_v5.4 903/1683] drivers/usb/dwc3/core.h:1419: multiple definition of `dwc3_simple_wakeup_capable'; drivers/usb/dwc3/core.o:drivers/usb/dwc3/core.h:1419: first defined here
 2020-10-30 20:40 UTC 


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.