All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-07 01:40:57 to 2021-04-07 03:20:42 UTC [more...]

[PATCH 1/8] ARM: dragonboard410c: Enable DM_ETH
 2021-04-07  3:20 UTC  (5+ messages)
` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver
  ` [PATCH 6/8] ARM: geekbox: Enable the rk3368 network driver【请注意,邮件由u-boot-bounces@lists.denx.de代发】
` [PATCH 7/8] ARM: sheep-rk3368: Enable the rk3368 network driver

[igt-dev] [i-g-t] test/i915/basic-wide-active: set max relocation limit
 2021-04-07  3:09 UTC 

[LTP] [PATCH] openposix/conformance/interfaces: Correct typos
 2021-04-07  3:20 UTC 

[PATCH 0/3] PCI: dwc: Visoconti: PCIe RC controller driver
 2021-04-07  3:18 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: pci: Add DT binding for Toshiba Visconti PCIe controller
` [PATCH 2/3] PCI: dwc: Visoconti: PCIe RC controller driver
` [PATCH 3/3] MAINTAINERS: Add entries for Toshiba Visconti PCIe controller

[PATCH linux-next v2 00/14] vdpa: Enable user to set mac address, mtu
 2021-04-07  3:18 UTC  (7+ messages)
` [PATCH linux-next v2 01/14] vdpa: Follow kdoc comment style
` [PATCH linux-next v2 02/14] "
` [PATCH linux-next v2 03/14] vdpa: Introduce and use vdpa device get, set config, features helpers
  ` [PATCH linux-next v2 03/14] vdpa: Introduce and use vdpa device get,set "

[PATCH V5 00/31] smartpqi updates
 2021-04-07  3:16 UTC  (3+ messages)

[PATCH v2] binder: tell userspace to dump current backtrace when detecting oneway spamming
 2021-04-07  3:14 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] nfc/fdp: remove unnecessary assignment and label
 2021-04-07  3:16 UTC 

[PATCH] mmc: s3cmci: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-04-07  3:15 UTC  (2+ messages)

[dpdk-dev] [RFC] ethdev: introduce action context APIs
 2021-04-07  3:16 UTC  (4+ messages)

[PATCH v2 00/21] Hexagon (target/hexagon) update
 2021-04-07  3:11 UTC  (4+ messages)
` [PATCH v2 17/21] Hexagon (target/hexagon) circular addressing

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-07  3:09 UTC  (8+ messages)
` [PATCH 2/4] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [PATCH 3/4] mm/hugeltb: fix potential wrong gbl_reserve value for hugetlb_acct_memory()

[PATCHv5 0/6] PCI: layerscape: Add power management support
 2021-04-07  3:09 UTC  (14+ messages)
` [PATCHv5 1/6] PCI: layerscape: Change to use the DWC common link-up check function
` [PATCHv5 2/6] dt-bindings: pci: layerscape-pci: Add a optional property big-endian
` [PATCHv5 3/6] arm64: dts: layerscape: Add big-endian property for PCIe nodes
` [PATCHv5 4/6] dt-bindings: pci: layerscape-pci: Update the description of SCFG property
` [PATCHv5 5/6] arm64: dts: ls1043a: Add SCFG phandle for PCIe nodes
` [PATCHv5 6/6] PCI: layerscape: Add power management support

next/pending-fixes baseline: 256 runs, 6 regressions (v5.12-rc6-303-g4ef1bf72d3bd5)
 2021-04-07  3:06 UTC 

[PATCH v2 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-07  3:05 UTC  (3+ messages)
` [PATCH v2 1/2] mm: khugepaged: use macro to align addresses
` [PATCH v2 2/2] mm: khugepaged: check MMF_DISABLE_THP ahead of iterating over vmas

[PATCH v4 01/16] perf/x86/intel: Add x86_pmu.pebs_vmx for Ice Lake Servers
 2021-04-07  3:05 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/bnxt: fix FW unregister log
 2021-04-07  3:05 UTC  (2+ messages)

[PATCH net-next v2 0/2] Enable 2.5Gbps speed for stmmac
 2021-04-07  3:02 UTC  (8+ messages)

[dpdk-dev] [PATCH] net/bnxt: fix configuring LRO
 2021-04-07  3:04 UTC  (2+ messages)

[PATCH v2 0/4] crypto: add rsa pss support for x509
 2021-04-07  3:03 UTC 

[dpdk-dev] [PATCH] net/bnxt: fix double free in port start failure
 2021-04-07  3:03 UTC  (2+ messages)

[PATCH 00/11] docs/zh_CN: add core api and openrisc translation
 2021-04-07  3:03 UTC  (7+ messages)
` [PATCH 02/11] docs/zh_CN: add core-api irq irq-affinity.rst translation
` [PATCH 04/11] docs/zh_CN: add core-api irq irqflags-tracing.rst translation

[RFC PATCH 00/37] Speculative page faults
 2021-04-07  3:01 UTC  (46+ messages)
` [RFC PATCH 01/37] mmap locking API: mmap_lock_is_contended returns a bool
` [RFC PATCH 02/37] mmap locking API: name the return values
` [RFC PATCH 03/37] do_anonymous_page: use update_mmu_tlb()
` [RFC PATCH 04/37] do_anonymous_page: reduce code duplication
` [RFC PATCH 05/37] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [RFC PATCH 06/37] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [RFC PATCH 07/37] mm: add FAULT_FLAG_SPECULATIVE flag
` [RFC PATCH 08/37] mm: add do_handle_mm_fault()
` [RFC PATCH 09/37] mm: add per-mm mmap sequence counter for speculative page fault handling
` [RFC PATCH 10/37] mm: rcu safe vma freeing
` [RFC PATCH 11/37] x86/mm: attempt speculative mm faults first
` [RFC PATCH 12/37] mm: refactor __handle_mm_fault() / handle_pte_fault()
` [RFC PATCH 13/37] mm: implement speculative handling in __handle_mm_fault()
` [RFC PATCH 14/37] mm: add pte_map_lock() and pte_spinlock()
` [RFC PATCH 15/37] mm: implement speculative handling in do_anonymous_page()
` [RFC PATCH 16/37] mm: enable speculative fault handling through do_anonymous_page()
` [RFC PATCH 17/37] mm: implement speculative handling in do_numa_page()
` [RFC PATCH 18/37] mm: enable speculative fault "
` [RFC PATCH 19/37] mm: implement speculative handling in wp_page_copy()
` [RFC PATCH 20/37] mm: implement and enable speculative fault handling in handle_pte_fault()
` [RFC PATCH 21/37] mm: implement speculative handling in do_swap_page()
` [RFC PATCH 22/37] mm: enable speculative fault handling through do_swap_page()
` [RFC PATCH 23/37] mm: rcu safe vma->vm_file freeing
` [RFC PATCH 24/37] mm: implement speculative handling in __do_fault()
` [RFC PATCH 25/37] mm: implement speculative handling in filemap_fault()
` [RFC PATCH 26/37] mm: implement speculative fault handling in finish_fault()
` [RFC PATCH 27/37] mm: implement speculative handling in do_fault_around()
` [RFC PATCH 28/37] mm: implement speculative handling in filemap_map_pages()
` [RFC PATCH 29/37] fs: list file types that support speculative faults
` [RFC PATCH 30/37] mm: enable speculative fault handling for supported file types
` [RFC PATCH 31/37] ext4: implement speculative fault handling
` [RFC PATCH 32/37] f2fs: "
` [RFC PATCH 33/37] mm: enable speculative fault handling only for multithreaded user space
` [RFC PATCH 34/37] mm: rcu safe vma freeing "
` [RFC PATCH 35/37] mm: spf statistics
` [RFC PATCH 36/37] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [RFC PATCH 37/37] arm64/mm: attempt speculative mm faults first

[RFC] vsock: add multiple transports support for dgram
 2021-04-07  3:02 UTC  (2+ messages)

[PATCH kbuild v4] kbuild: add an elfnote for whether vmlinux is built with lto
 2021-04-07  3:01 UTC  (5+ messages)

[PATCH -next v2] i2c: designware: Fix return value check in navi_amd_register_client()
 2021-04-07  3:11 UTC 

[PATCH 0/5] crypto: add rsa pss support for x509
 2021-04-07  2:57 UTC  (5+ messages)
` [PATCH v2 1/4] x509: add support for rsa-pss
` [PATCH v2 2/4] crypto: support rsa-pss encoding
` [PATCH v2 3/4] crypto: add rsa pss test vector
` [PATCH v2 4/4] ima: add support for rsa pss verification

[PATCH] bus: mhi: pci_generic: Introduce Foxconn T99W175 support
 2021-04-07  2:50 UTC 

[PATCH net-next] ipv6: report errors for iftoken via netlink extack
 2021-04-07  2:50 UTC  (3+ messages)

rtlwifi/rtl8192cu AP mode broken with PS STA
 2021-04-07  2:48 UTC  (6+ messages)

[dpdk-dev] [PATCH] vhost: fix accessing uninitialized variables
 2021-04-07  2:48 UTC  (3+ messages)

[PATCH] libfdt: Add FDT alignment check to fdt_check_header()
 2021-04-07  2:45 UTC  (2+ messages)

[PATCH] perf report: Fix wrong LBR block sorting
 2021-04-07  2:44 UTC 

[jimc:lkp-test/drm-dd 2/3] arch/parisc/include/asm/jump_label.h:18:4: error: expected ':' before '__stringify'
 2021-04-07  2:45 UTC  (2+ messages)

[dpdk-dev] [RFC] ethdev: introduce conntrack flow action and item
 2021-04-07  2:41 UTC  (3+ messages)

[dpdk-dev] [PATCH v1 2/2] test/power: fix a bug in cpufreq autotest
 2021-04-07  2:39 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2 "

*** ARC port for review ***
 2021-04-07  2:37 UTC  (4+ messages)
` [PATCH 04/27] arc: TCG and decoder glue code and helpers

a quetion about buffer migration for user mapped bo
 2021-04-07  1:18 UTC 

a quetion about buffer migration for user mapped bo
 2021-04-07  1:19 UTC 

[PATCH] drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
 2021-04-07  1:18 UTC 

[PATCH v8 00/37] config-based hooks
 2021-04-07  2:36 UTC  (3+ messages)
` [PATCH v8 37/37] docs: unify githooks and git-hook manpages

[LTP] [PATCH] bugfix for iso9660/isofs.sh
 2021-04-07  2:31 UTC 

[dpdk-dev] [PATCH] app/testpmd: fix queue Rx and Tx offload reconfig cmd
 2021-04-07  2:30 UTC  (2+ messages)

[PATCH-next] spi: hisi-kunpeng: Fix Woverflow warning on conversion
 2021-04-07  2:31 UTC 

[PATCH] fs: cifs: Fix spelling of 'security'
 2021-04-07  2:26 UTC 

[PATCH 1/1] git-apply: Allow simultaneous --cached and --3way options
 2021-04-07  2:25 UTC  (7+ messages)
` [PATCH V2] "

[PATCH v4 0/7] Add FU740 chip and HiFive Unmatched board support
 2021-04-07  2:24 UTC  (5+ messages)
` [PATCH v4 4/7] drivers: ram: sifive: rename fu540_ddr and add fu740 support

Bidding invitation
 2021-04-07  1:37 UTC 

[PATCH v2] i386/cpu: Expose AVX_VNNI instruction to guest
 2021-04-07  1:56 UTC 

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-07  2:23 UTC  (14+ messages)

[PATCH] fs/debugfs: Convert to DEFINE_SHOW_ATTRIBUTE
 2021-04-07  2:22 UTC  (3+ messages)

[PATCH 0/6] Add debug interface to kick/call on purpose
 2021-04-07  2:20 UTC  (12+ messages)

[PATCH] rtc: st-lpc: move to use request_irq by IRQF_NO_AUTOEN flag
 2021-04-07  2:18 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/2] meson build fixes for hns3
 2021-04-07  2:19 UTC  (7+ messages)
  ` [dpdk-dev] [Linuxarm] [PATCH V2 0/4] add Hisilicon kunpeng CPU support

[PATCH] net: wireless: convert WARN_ON() to pr_warn() in cfg80211_sme_connect
 2021-04-07  2:19 UTC 

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-07  2:08 UTC  (19+ messages)

[PATCH v8 0/9] vfio/mdev: IOMMU aware mediated device
 2021-04-07  1:58 UTC  (5+ messages)
` [PATCH v8 7/9] vfio/mdev: Add iommu related member in mdev_device

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

[PATCH v2 0/2] clean up dt_binding_check and dtbs_check warnings of renesas,rsnd.yaml
 2021-04-07  2:04 UTC  (5+ messages)
` [PATCH v2 2/2] ASoC: dt-bindings: renesas, rsnd: Clear warning 'ports' does not match any of the regexes

[PATCH v2 00/24] Introducing mpi3mr driver
 2021-04-07  2:04 UTC  (25+ messages)
` [PATCH v2 01/24] mpi3mr: add mpi30 Rev-R headers and Kconfig
` [PATCH v2 02/24] mpi3mr: base driver code
` [PATCH v2 03/24] mpi3mr: create operational request and reply queue pair
` [PATCH v2 04/24] mpi3mr: add support of queue command processing
` [PATCH v2 05/24] mpi3mr: add support of internal watchdog thread
` [PATCH v2 06/24] mpi3mr: add support of event handling part-1
` [PATCH v2 07/24] mpi3mr: add support of event handling pcie devices part-2
` [PATCH v2 08/24] mpi3mr: add support of event handling part-3
` [PATCH v2 09/24] mpi3mr: add support for recovering controller
` [PATCH v2 10/24] mpi3mr: add support of timestamp sync with firmware
` [PATCH v2 11/24] mpi3mr: print ioc info for debugging
` [PATCH v2 12/24] mpi3mr: add bios_param shost template hook
` [PATCH v2 13/24] mpi3mr: implement scsi error handler hooks
` [PATCH v2 14/24] mpi3mr: add change queue depth support
` [PATCH v2 15/24] mpi3mr: allow certain commands during pci-remove hook
` [PATCH v2 16/24] mpi3mr: hardware workaround for UNMAP commands to nvme drives
` [PATCH v2 17/24] mpi3mr: add support of threaded isr
` [PATCH v2 18/24] mpi3mr: add complete support of soft reset
` [PATCH v2 19/24] mpi3mr: print pending host ios for debug
` [PATCH v2 20/24] mpi3mr: wait for pending IO completions upon detection of VD IO timeout
` [PATCH v2 21/24] mpi3mr: add support of PM suspend and resume
` [PATCH v2 22/24] mpi3mr: add support of DSN secure fw check
` [PATCH v2 23/24] mpi3mr: add eedp dif dix support
` [PATCH v2 24/24] mpi3mr: add event handling debug prints

[PATCH 1/2] target/arm: Needn't validate the target in scratch host
 2021-04-07  4:01 UTC  (2+ messages)
` [PATCH 2/2] target/arm: Initlaize PMU feature for scratch vcpu

[Intel-gfx] [PATCH] drm/i915: Add Wa_14010733141
 2021-04-07  2:01 UTC  (2+ messages)

[PATCH v4 0/7] Add rt-thread art-pi board support
 2021-04-07  2:00 UTC  (2+ messages)

[PATCH] mmc: sdhci-pci-gli: Improve L1 entry delay to increase battery life
 2021-04-07  2:02 UTC 

[PATCH 5.10 000/126] 5.10.28-rc1 review
 2021-04-07  1:58 UTC  (2+ messages)

[PATCH v3] mm/gup: check page posion status for coredump
 2021-04-07  1:54 UTC  (11+ messages)
` [PATCH v5] mm/gup: check page hwposion "
              ` [PATCH v6] mm/gup: check page hwpoison status for memory recovery failures
                ` [PATCH v7] "

Mac OS real USB device support issue
 2021-04-07  1:52 UTC  (7+ messages)

[PATCH net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
 2021-04-07  1:53 UTC  (5+ messages)

[PATCH v5.4 1/1] iommu/vt-d: Fix agaw for a supported 48 bit guest address width
 2021-04-07  1:43 UTC  (3+ messages)

[qemu-mainline test] 160763: regressions - trouble: broken/fail/pass
 2021-04-07  1:53 UTC 

[PATCH net-next] ethtool: document PHY tunable callbacks
 2021-04-07  1:48 UTC  (2+ messages)

[PATCH net-next v3 0/2] of: net: support non-platform devices in of_get_mac_address()
 2021-04-07  1:45 UTC  (5+ messages)
` [PATCH net-next v3 2/2] of: net: fix of_get_mac_addr_nvmem() for PCI and DSA nodes

[dpdk-dev] [PATCH v1 0/4] refactor SMP barriers for net/mlx
 2021-04-07  1:45 UTC  (2+ messages)

[PATCH v2] net: tipc: Fix spelling errors in net/tipc module
 2021-04-07  1:59 UTC 

[PATCH v2] integrity: Add declarations to init_once void arguments
 2021-04-07  1:44 UTC 

[PATCH] net: phy: fix PHY possibly unwork after MDIO bus resume back
 2021-04-07  1:43 UTC  (11+ messages)

[PATCH -next] i2c: designware: Fix return value check in navi_amd_register_client()
 2021-04-07  1:52 UTC 

[PATCH v1 1/1] MAINTAINERS: Update the RISC-V CPU Maintainers
 2021-04-07  1:40 UTC  (3+ messages)

[PATCH] ext4: Fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed
 2021-04-07  1:41 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.