All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-05 17:48:11 to 2021-04-05 19:33:41 UTC [more...]

[dpdk-dev] [PATCH 00/11] improve options help
 2021-04-05 19:33 UTC  (9+ messages)
` [dpdk-dev] [PATCH v5 0/4] log level enhancements
  ` [dpdk-dev] [PATCH v5 1/4] log: move private functions
  ` [dpdk-dev] [PATCH v5 2/4] log: introduce macro for maximum level
  ` [dpdk-dev] [PATCH v5 3/4] log: catch invalid level option number
  ` [dpdk-dev] [PATCH v5 4/4] log: add option argument help
` [dpdk-dev] [PATCH v5 0/3] cleanup exit and usage messages in apps
  ` [dpdk-dev] [PATCH v5 1/3] app: fix exit messages
  ` [dpdk-dev] [PATCH v5 2/3] app/regex: fix usage text

[PATCH 00/27] Sparse Index: API protections
 2021-04-05 19:32 UTC  (4+ messages)
` [PATCH v2 00/25] "
  ` [PATCH v2 24/25] sparse-index: expand_to_path()

[Buildroot] [PATCH 1/1] package/janus-gateway: bump to version 0.10.10
 2021-04-05 19:32 UTC 

[PATCH v6 00/27] Memory Folios
 2021-04-05 19:31 UTC  (4+ messages)

stmmac: zero udp checksum
 2021-04-05 19:30 UTC  (5+ messages)

+ lib-test_kasan_modulec-suppress-unused-var-warning.patch added to -mm tree
 2021-04-05 19:30 UTC 

lib/test_kasan_module.c:25:6: warning: variable 'unused' set but not used
 2021-04-05 19:29 UTC  (3+ messages)

[PATCH 2/2] net: mdio: support c45 peripherals on c22 busses
 2021-04-05 19:27 UTC  (12+ messages)

[staging:staging-next] BUILD SUCCESS e5c7bccc3775b49cd7006331826aa90cb76c1992
 2021-04-05 19:24 UTC 

[driver-core:driver-core-next] BUILD SUCCESS b20e82939034a79e9af50853d63163fe21f205a9
 2021-04-05 19:24 UTC 

[driver-core:driver-core-linus] BUILD SUCCESS eed6e41813deb9ee622cd9242341f21430d7789f
 2021-04-05 19:25 UTC 

[usb:usb-linus] BUILD SUCCESS 363eaa3a450abb4e63bd6e3ad79d1f7a0f717814
 2021-04-05 19:25 UTC 

[usb:usb-testing] BUILD SUCCESS f70d436f000101876439ce25527a9939628c9518
 2021-04-05 19:24 UTC 

[driver-core:debugfs_remove_return_value] BUILD SUCCESS d81855117fe94efcd5de1fcb451a7413152d6b8f
 2021-04-05 19:24 UTC 

[usb:usb-next] BUILD SUCCESS de800f290dfaa341f22acac22bc454ea2bbf8f71
 2021-04-05 19:24 UTC 

[tty:tty-next] BUILD SUCCESS 9594408763d439287742d5582842db6a476bbd71
 2021-04-05 19:25 UTC 

[PATCH v3 0/6] usb: Linking ports to their Type-C connectors
 2021-04-05 19:25 UTC  (5+ messages)
` [PATCH v3 5/6] usb: Iterator for ports

univ8250_console replaces earlycon too early
 2021-04-05 19:24 UTC  (2+ messages)

[Buildroot] [PATCH] boot/at91bootstrap: add legal information
 2021-04-05 19:22 UTC  (7+ messages)

[RFC PATCH v2 00/12] Optimizing iommu_[map/unmap] performance
 2021-04-05 19:22 UTC  (4+ messages)
` [PATCH v2 07/12] iommu: Hook up '->unmap_pages' driver callback

Question about mdcheck
 2021-04-05 19:21 UTC  (4+ messages)
  ` systemd black magic (was "Re: Question about mdcheck")

[PATCH 1/2] of: net: pass the dst buffer to of_get_mac_address()
 2021-04-05 19:19 UTC  (6+ messages)

[GIT PULL] coresight: Add support for ETE and TRBE
 2021-04-05 19:17 UTC  (3+ messages)

[PATCH] trace-cmd: Add CODING_STYLE and CONTRIBUTE documents
 2021-04-05 19:19 UTC 

[Buildroot] [PATCH] package/xen: add upstream xsa-36{0, 4, 8} security fixes
 2021-04-05 19:17 UTC 

[PATCH] mtd: spi-nor: XTX: Add support for XTX XT25F128B
 2021-04-05 19:16 UTC  (3+ messages)

[syzbot] INFO: task hung in io_ring_exit_work
 2021-04-05 19:11 UTC  (2+ messages)

[PATCH 0/2] git-send-email: refactor duplicate $? checks into a function
 2021-04-05 19:14 UTC  (6+ messages)
` [PATCH v2 0/4] refactor duplicate $? checks into a function + improve errors
  ` [PATCH v2 2/4] git-send-email: refactor duplicate $? checks into a function
  ` [PATCH v2 4/4] git-send-email: improve --validate error output

[Buildroot] [PATCH 1/1] package/python-iso8601: bump to version 0.1.14
 2021-04-05 19:14 UTC 

[RFC PATCH v3 00/12] Optimizing iommu_[map/unmap] performance
 2021-04-05 19:11 UTC  (13+ messages)
` [RFC PATCH v3 01/12] iommu/io-pgtable: Introduce unmap_pages() as a page table op
` [RFC PATCH v3 02/12] iommu: Add an unmap_pages() op for IOMMU drivers
` [RFC PATCH v3 03/12] iommu/io-pgtable: Introduce map_pages() as a page table op
` [RFC PATCH v3 04/12] iommu: Add a map_pages() op for IOMMU drivers
` [RFC PATCH v3 05/12] iommu: Use bitmap to calculate page size in iommu_pgsize()
` [RFC PATCH v3 06/12] iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
` [RFC PATCH v3 07/12] iommu: Hook up '->unmap_pages' driver callback
` [RFC PATCH v3 08/12] iommu: Add support for the map_pages() callback
` [RFC PATCH v3 09/12] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
` [RFC PATCH v3 10/12] iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
` [RFC PATCH v3 11/12] iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
` [RFC PATCH v3 12/12] iommu/arm-smmu: Implement the map_pages() "

[dpdk-dev] [PATCH] cryptodev: formalize key wrap method in API
 2021-04-05 19:11 UTC 

[PATCH] HID: quirks: Add Apple Magic Trackpad 2 to hid_have_special_driver list
 2021-04-05 19:11 UTC  (4+ messages)

[PATCH v3 0/2] kbl_da7219_max9357a machine changes for wov and MST
 2021-04-05 16:33 UTC  (2+ messages)

[PATCH] ASoC: amd: Add support for ALC1015P codec in acp3x machine driver
 2021-04-05 16:24 UTC  (8+ messages)

[PATCH 0/2] power: supply: Add battery and AC drivers for Surface devices
 2021-04-05 19:08 UTC  (7+ messages)
` [PATCH 1/2] power: supply: Add battery driver for Surface Aggregator Module
` [PATCH 2/2] power: supply: Add AC "

[linux-stable-rc:linux-4.9.y 1825/2149] drivers/spi/spi-s3c24xx-fiq.S:52: Error: bad instruction `subsne pc, lr, #4'
 2021-04-05 19:08 UTC  (3+ messages)
` [PATCH 4.9] ARM: 8723/2: always assume the "unified" syntax for assembly code

[PATCH] linux-yocto[-rt]_5.4: remove feature/gpio/mockup.scc
 2021-04-05 19:08 UTC 

[PATCH] kfence: unpoison pool region before use
 2021-04-05 19:04 UTC  (7+ messages)

[PATCH v4] nvmet-tcp: fix a segmentation fault during io parsing error
 2021-04-05 19:03 UTC  (6+ messages)
` [PATCH v5] "

[dpdk-dev] [PATCH v2 0/4] add lookaside IPsec UDP encapsulation and transport mode
 2021-04-05 19:03 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 1/4] crypto/octeontx2: add UDP encapsulation support
` [dpdk-dev] [PATCH v2 2/4] mbuf: add packet type for UDP-ESP tunnel packets
` [dpdk-dev] [PATCH v2 3/4] examples/ipsec-secgw: add UDP encapsulation support
` [dpdk-dev] [PATCH v2 4/4] crypto/octeontx2: support lookaside IPv4 transport mode

[dpdk-dev] [RFC] drivers: introduce mlx5 crypto PMD
 2021-04-05 19:03 UTC 

can't access kernelci results
 2021-04-05 19:02 UTC 

[dpdk-dev] [PATCH] net/mlx5/windows: fix link speed calculation
 2021-04-05 19:01 UTC  (2+ messages)

[PATCH] ibmvnic: Use 'skb_frag_address()' instead of hand coding it
 2021-04-05 19:00 UTC  (3+ messages)

[PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate
 2021-04-05 19:00 UTC  (11+ messages)

[PATCH] sfc: Use 'skb_add_rx_frag()' instead of hand coding it
 2021-04-05 19:00 UTC  (2+ messages)

[PATCH] net: ag71xx: Slightly simplify 'ag71xx_rx_packets()'
 2021-04-05 19:00 UTC  (2+ messages)

[PATCH for-6.0 v2 0/8] hw/block/nvme: misc fixes
 2021-04-05 18:59 UTC  (10+ messages)
` [PATCH for-6.0 v2 1/8] hw/block/nvme: fix pi constraint check
` [PATCH for-6.0 v2 2/8] hw/block/nvme: fix missing string representation for ns attachment
` [PATCH for-6.0 v2 3/8] hw/block/nvme: fix the nsid 'invalid' value
` [PATCH for-6.0 v2 4/8] hw/block/nvme: fix controller namespaces array indexing
` [PATCH for-6.0 v2 5/8] hw/block/nvme: fix warning about legacy namespace configuration
` [PATCH for-6.0 v2 6/8] hw/block/nvme: update dmsrl limit on namespace detachment
` [PATCH for-6.0 v2 7/8] hw/block/nvme: fix handling of private namespaces
` [PATCH for-6.0 v2 8/8] hw/block/nvme: add missing copyright headers

[PATCH AUTOSEL 5.10 01/33] ARM: dts: am33xx: add aliases for mmc interfaces
 2021-04-05 18:59 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 09/33] net: correct sk_acceptq_is_full()

[dpdk-dev] [PATCH v2 1/2] test/crypto: close PMD after tests
 2021-04-05 18:58 UTC  (2+ messages)

[igt-dev] [PATCH] tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC
 2021-04-05 18:57 UTC  (10+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic_transition: Enable Primary Plane on Enabling CRTC. (rev2)

[dpdk-dev] [PATCH] net/ena: fix releasing Tx ring mbufs
 2021-04-05 18:57 UTC 

[PATCH dwarves] dwarf_loader: handle DWARF5 DW_OP_addrx properly
 2021-04-05 18:56 UTC  (9+ messages)

[yocto-autobuilder2][RFC][PATCH] README-Guide.md: Add multi-node content, extra config info
 2021-04-05 18:55 UTC  (2+ messages)
` [yocto] "

[dpdk-dev] [PATCH] l2fwd-crypto: align private data size to cache size
 2021-04-05 18:52 UTC  (2+ messages)

[Buildroot] [PATCH] boot/grub2: ignore the last 3 remaining CVEs
 2021-04-05 18:52 UTC 

[PATCH 1/2] bus: mhi: core: Fix MHI runtime_pm behavior
 2021-04-05 18:51 UTC  (6+ messages)
` [PATCH 2/2] bus: mhi: pm: reduce PM state change verbosity

[hch-block:block-bounce-removal 5/5] drivers/net/ethernet/apple/mace.c:831:8: warning: assignment to 'volatile struct dbdma_cmd *' from 'int' makes pointer from integer without a cast
 2021-04-05 18:50 UTC 

[PATCH 0/2] minor cleanups of include/linux/mm.h
 2021-04-05 18:50 UTC  (6+ messages)
` [PATCH 1/2] mm: move page_rmapping() and page_anon_vma() to mm/internal.h
` [PATCH 2/2] include/linux/mm.h: remove duplicated declaration of page_mapping()

should git maintenance prefetch be taught to honor remote.fetch refspec?
 2021-04-05 18:48 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_flip: Add subtest description
 2021-04-05 18:48 UTC 

[dpdk-dev] [PATCH] l2fwd-crypto: skip dev configure for masked devices
 2021-04-05 18:47 UTC  (2+ messages)

[PATCH 0/9] sched: Core scheduling interfaces
 2021-04-05 18:46 UTC  (3+ messages)

[PATCH 5.10 000/126] 5.10.28-rc1 review
 2021-04-05 18:44 UTC  (3+ messages)

network_connect crashes
 2021-04-05 18:45 UTC 

[OE-core] [PATCH] glib-2.0: upgrade 2.66.7 -> 2.68.0
 2021-04-05 18:44 UTC  (3+ messages)

[PATCH] netdev: fix spelling error
 2021-04-05 18:44 UTC 

[dpdk-dev] [PATCH] l2fwd-crypto: remove padding after decrypting
 2021-04-05 18:41 UTC  (2+ messages)

gemini: sl3516: Mainlining of NS 2502
 2021-04-05 18:39 UTC  (2+ messages)

[meta-oe][PATCH] pidgin-sipe: Fix build with glib-2.0 >= 2.68
 2021-04-05 18:40 UTC 

High kmalloc-32 slab cache consumption with 10k containers
 2021-04-05 18:38 UTC  (4+ messages)

[PATCH] ceph: drop pinned_page parameter from ceph_get_caps
 2021-04-05 18:38 UTC 

drivers/vdpa/mlx5/core/mr.c:46 populate_mtts() warn: should '(((1))) << (mr->log_size)' be a 64 bit type?
 2021-04-05 18:36 UTC 

[lttng-dev] Userspace tracing in docker containers
 2021-04-05 18:36 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libfreeglut: fix build with gcc 10
 2021-04-05 18:32 UTC 

[dpdk-dev] RSS hash computation on Intel X550 NIC with ixgbe driver
 2021-04-05 18:30 UTC 

[dpdk-dev] [PATCH] doc: update limitations of OCTEON TX crypto PMDs
 2021-04-05 18:28 UTC  (2+ messages)

[syzbot] WARNING in mntput_no_expire (2)
 2021-04-05 18:28 UTC  (12+ messages)

[PATCH v11 00/13] Add AMD SEV guest live migration support
 2021-04-05 18:27 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 0/2] support block cipher DIGEST_ENCRYPTED mode
 2021-04-05 18:26 UTC  (2+ messages)

[PATCH net-next 00/12] ionic: add PTP and hw clock support
 2021-04-05 18:23 UTC  (13+ messages)
` [PATCH net-next 05/12] ionic: add hw timestamp support files
` [PATCH net-next 09/12] ionic: add and enable tx and rx timestamp handling
` [PATCH net-next 12/12] ionic: advertise support for hardware timestamps

[PATCH 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-05 18:20 UTC  (4+ messages)
` [PATCH 2/2] mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas

[PATCH] ARM: exynos: correct kernel doc in platsmp
 2021-04-05 18:16 UTC  (2+ messages)

[PATCH] drm/exynos: correct exynos_drm_fimd kerneldoc
 2021-04-05 18:15 UTC  (2+ messages)

[PATCH] net: smsc911x: skip acpi_device_id table when !CONFIG_ACPI
 2021-04-05 18:15 UTC 

[PATCH] i2c: exynos5: correct top kerneldoc
 2021-04-05 18:14 UTC  (2+ messages)

[PATCH] drm/panel: ld9040: reference spi_device_id table
 2021-04-05 18:15 UTC 

[PATCH AUTOSEL 4.19 1/8] KVM: arm64: Hide system instruction access to Trace registers
 2021-04-05 18:11 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 6/8] radix tree test suite: Fix compilation

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-05 17:08 UTC  (12+ messages)
` [RFC PATCH v1 01/11] mm: Define top tier memory node mask
` [RFC PATCH v1 02/11] mm: Add soft memory limit for mem cgroup
` [RFC PATCH v1 03/11] mm: Account the top tier memory usage per cgroup
` [RFC PATCH v1 04/11] mm: Report top tier memory usage in sysfs
` [RFC PATCH v1 05/11] mm: Add soft_limit_top_tier tree for mem cgroup
` [RFC PATCH v1 06/11] mm: Handle top tier memory in cgroup soft limit memory tree utilities
` [RFC PATCH v1 07/11] mm: Account the total top tier memory in use
` [RFC PATCH v1 08/11] mm: Add toptier option for mem_cgroup_soft_limit_reclaim()
` [RFC PATCH v1 09/11] mm: Use kswapd to demote pages when toptier memory is tight
` [RFC PATCH v1 10/11] mm: Set toptier_scale_factor via sysctl
` [RFC PATCH v1 11/11] mm: Wakeup kswapd if toptier memory need soft reclaim

[PATCH 0/4] xfs: ioend batching log reservation deadlock
 2021-04-05 18:08 UTC  (4+ messages)
` [PATCH 3/4] xfs: drop unused ioend private merge and setfilesize code

[PATCH v5 0/3] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-04-05 18:08 UTC  (3+ messages)
` [PATCH v5 3/3] "

[PATCH net-next] net: intel: Enable SERDES PHY rx clk for PSE
 2021-04-05 18:06 UTC  (3+ messages)

[dpdk-dev] [PATCH] ethdev: add packet integrity checks
 2021-04-05 18:04 UTC 

Coverity: ALSA: usb-audio: Error handling issues
 2021-04-05 18:02 UTC 

[PATCH] watchdog: imx_sc_wdt: fix pretimeout
 2021-04-05 18:02 UTC  (4+ messages)

[PATCH rdma-next 00/10] Enable relaxed ordering for ULPs
 2021-04-05 18:01 UTC  (6+ messages)
` [PATCH rdma-next 02/10] RDMA/core: Enable Relaxed Ordering in __ib_alloc_pd()

how do i bring this disk back into the fold?
 2021-04-05 17:58 UTC  (10+ messages)
        ` bitmaps on xfs (was "Re: how do i bring this disk back into the fold?")
              ` bitmaps on xfs

[PATCH 5.11 000/152] 5.11.12-rc1 review
 2021-04-05 17:59 UTC  (2+ messages)

[PATCH v2] Kbuild: Update config_data.gz only if KCONFIG_CONFIG materially changed
 2021-04-05 17:58 UTC 

[PATCH 5.4 00/74] 5.4.110-rc1 review
 2021-04-05 17:58 UTC  (2+ messages)

[GSOC][PATCH] userdiff: add support for Scheme
 2021-04-05 17:58 UTC  (8+ messages)

[PATCH 0/4] Refine GPU recovery sequence to enhance its stability
 2021-04-05 17:58 UTC  (7+ messages)
    ` AW: "

[PATCH 4.19 00/56] 4.19.185-rc1 review
 2021-04-05 17:57 UTC  (2+ messages)

[PATCH 4.14 00/52] 4.14.229-rc1 review
 2021-04-05 17:57 UTC  (2+ messages)

[PATCH 4.9 00/35] 4.9.265-rc1 review
 2021-04-05 17:56 UTC  (2+ messages)

[drm-intel:for-linux-next 1/1] drivers/gpu/drm/i915/display/intel_psr.c:668 tgl_dc3co_exitline_compute_config() warn: ignoring unreachable code
 2021-04-05 17:54 UTC 

[PATCH 4.4 00/28] 4.4.265-rc1 review
 2021-04-05 17:53 UTC  (2+ messages)

[PATCH v2 0/2] iio:adc:ad7476: Regulator support and binding doc
 2021-04-05 17:52 UTC  (3+ messages)
` [PATCH v2 1/2] iio:adc:ad7476: Handle the different regulators used by various parts

[PATCH 0/5] Maintenance: adapt custom refspecs
 2021-04-05 17:52 UTC  (3+ messages)
` [PATCH 4/5] test-tool: test refspec input/output

SAMA5D3 Xplained: SPL broken after panic added to /lib/time.c:94
 2021-04-05 17:50 UTC  (18+ messages)

[PULL for-6.0 0/2] emulated nvme fixes
 2021-04-05 17:34 UTC  (2+ messages)
` [PULL for-6.0 1/2] hw/block/nvme: remove description for zoned.append_size_limit

[PATCH 1/1] requirements.txt: pin docutils
 2021-04-05 17:48 UTC  (3+ messages)

[PATCH v9 0/7] Enable Linux guests on Hyper-V on ARM64
 2021-04-05 17:45 UTC  (3+ 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.