All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-12 02:45:35 to 2020-04-12 07:56:59 UTC [more...]

[PATCH v3 00/31] [NEW] efct: Broadcom (Emulex) FC Target driver
 2020-04-12  7:56 UTC  (37+ messages)
` [PATCH v3 01/31] elx: libefc_sli: SLI-4 register offsets and field definitions
` [PATCH v3 02/31] elx: libefc_sli: SLI Descriptors and Queue entries
` [PATCH v3 03/31] elx: libefc_sli: Data structures and defines for mbox commands
` [PATCH v3 04/31] elx: libefc_sli: queue create/destroy/parse routines
` [PATCH v3 05/31] elx: libefc_sli: Populate and post different WQEs
` [PATCH v3 06/31] elx: libefc_sli: bmbx routines and SLI config commands
` [PATCH v3 07/31] elx: libefc_sli: APIs to setup SLI library
` [PATCH v3 08/31] elx: libefc: Generic state machine framework
` [PATCH v3 09/31] elx: libefc: Emulex FC discovery library APIs and definitions
` [PATCH v3 10/31] elx: libefc: FC Domain state machine interfaces
` [PATCH v3 11/31] elx: libefc: SLI and FC PORT "
` [PATCH v3 12/31] elx: libefc: Remote node "
` [PATCH v3 13/31] elx: libefc: Fabric "
` [PATCH v3 14/31] elx: libefc: FC node ELS and state handling
` [PATCH v3 15/31] elx: efct: Data structures and defines for hw operations
` [PATCH v3 16/31] elx: efct: Driver initialization routines
` [PATCH v3 17/31] elx: efct: Hardware queues creation and deletion
` [PATCH v3 18/31] elx: efct: RQ buffer, memory pool allocation and deallocation APIs
` [PATCH v3 19/31] elx: efct: Hardware IO and SGL initialization
` [PATCH v3 20/31] elx: efct: Hardware queues processing
` [PATCH v3 21/31] elx: efct: Unsolicited FC frame processing routines
` [PATCH v3 22/31] elx: efct: Extended link Service IO handling
` [PATCH v3 23/31] elx: efct: SCSI IO handling routines
` [PATCH v3 24/31] elx: efct: LIO backend interface routines
` [PATCH v3 25/31] elx: efct: Hardware IO submission routines
` [PATCH v3 26/31] elx: efct: link statistics and SFP data
` [PATCH v3 27/31] elx: efct: xport and hardware teardown routines
` [PATCH v3 28/31] elx: efct: Firmware update, async link processing
` [PATCH v3 29/31] elx: efct: scsi_transport_fc host interface support
` [PATCH v3 30/31] elx: efct: Add Makefile and Kconfig for efct driver
` [PATCH v3 31/31] elx: efct: Tie into kernel Kconfig and build process

[PATCH v2 00/11] MIPS: Topology & DeviceTree CPU rework v2
 2020-04-12  7:49 UTC  (17+ messages)
` [PATCH v2 01/11] MIPS: setup: Drop prefill_possible_map
` [PATCH v2 02/11] MIPS: prom: Add helper to parse CPU node in dt
` [PATCH v2 03/11] arch_topology: Make it avilable for MIPS
` [PATCH v2 04/11] arch_topology: Reset all cpus in reset_cpu_topology
` [PATCH v2 05/11] MIPS: Switch to arch_topology
` [PATCH v2 06/11] MIPS: Kernel: Switch to new topology interface
` [PATCH v2 07/11] MIPS: CPS & MT: "
` [PATCH v2 08/11] irqchip: mips-cpu: "
` [PATCH v2 09/11] MIPS: bmips: "
` [PATCH v2 10/11] MIPS: nlm: "
` [PATCH v2 11/11] MIPS: Loongson64: "

[PATCH 2/2] drm/i915/gt: Schedule request retirement when timeline idles
 2020-04-12  7:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 1/3] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth
 2020-04-12  7:44 UTC  (3+ messages)

[PATCH v5 0/5] exynos-ufs: Add support for UFS HCI
 2020-04-12  7:31 UTC  (12+ messages)
    ` [PATCH v5 1/5] dt-bindings: phy: Document Samsung UFS PHY bindings
    ` [PATCH v5 2/5] phy: samsung-ufs: add UFS PHY driver for samsung SoC
    ` [PATCH v5 3/5] dt-bindings: ufs: Add DT binding documentation for ufs
    ` [PATCH v5 4/5] scsi: ufs-exynos: add UFS host support for Exynos SoCs
    ` [PATCH v5 5/5] arm64: dts: Add node for ufs exynos7

incoming
 2020-04-12  7:42 UTC  (2+ messages)
` [patch 1/1] mm/debug: add tests validating architecture page table helpers

RAID0 with only one zone
 2020-04-12  7:41 UTC 

[PATCH 0/3] Integrate changed-path Bloom filters with 'git blame'
 2020-04-12  7:39 UTC  (4+ messages)
` [PATCH 3/3] blame: use changed-path Bloom filters

[PATCH 0/1] Real DMA dev DMA domain patch
 2020-04-12  7:35 UTC  (6+ messages)
` [PATCH 1/1] iommu/vt-d: use DMA domain for real DMA devices and subdevices

[RESEND PATCH 1/3] mm: Replace zero-length array with flexible-array member
 2020-04-12  7:35 UTC  (4+ messages)
` [RESEND PATCH 3/3] mm/vmscan: make several optimizations for isolate_lru_pages()

[PATCH 5.4 00/41] 5.4.32-rc1 review
 2020-04-12  7:28 UTC  (2+ messages)

[Bug 207173] New: kvm compiling problem 5.6.x kvm_main.c:2236:42: error: ‘nr_pages_avail’ may be used uninitialized in this function
 2020-04-12  7:28 UTC  (2+ messages)
` [Bug 207173] "

[Buildroot] [PATCH v2 1/2] package/linux-firmware: drop redundant QCA6174 firmware symbol
 2020-04-12  7:24 UTC  (2+ messages)
` [Buildroot] [PATCH v2 2/2] package/linux-firmware: Add Wilocity 6210 11ad firmware

[PATCH v3 31/31] elx: efct: Tie into kernel Kconfig and build process
 2020-04-12  7:22 UTC  (5+ messages)
` [PATCH] elx: efct: fix zalloc-simple.cocci warnings

[Intel-wired-lan] [PATCH 0/4] igc: Enable NFC rules based on source MAC address
 2020-04-12  7:18 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH 2/4] igc: Remove mac_table from igc_adapter

WARNING: bad unlock balance in mptcp_listen
 2020-04-12  7:16 UTC  (2+ messages)
` [MPTCP] "

[linux-next:pending-fixes] BUILD SUCCESS d8068e4ee00afba50bce03f6045c30e6cbe7f0c4
 2020-04-12  7:15 UTC 

[PATCH AUTOSEL 4.9 01/26] net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
 2020-04-12  7:10 UTC  (3+ messages)
` [PATCH AUTOSEL 4.9 09/26] net/mlx5e: Init ethtool steering for representors

[PATCH 5.5 00/44] 5.5.17-rc1 review
 2020-04-12  7:04 UTC  (2+ messages)

[PATCH v2] drm/amdgpu: fix gfx hang during suspend with video playback (v2)
 2020-04-12  6:58 UTC  (4+ messages)

i386: selftests: vm: compaction_test: BUG: kernel NULL pointer dereference, address: 00000000
 2020-04-12  6:54 UTC  (2+ messages)

[PATCH RFC 0/8] Support KASLR for RISC-V
 2020-04-12  6:53 UTC  (10+ messages)
` [PATCH RFC 4/8] riscv/kaslr: randomize the kernel image offset

[PATCH 0/2] fstests: add/enhance requires tests for hardlinks & softlinks
 2020-04-12  7:05 UTC  (3+ messages)
` [PATCH 2/2] fstests: add _require_hardlinks for all necessary tests

next/master build: 228 builds: 5 failed, 223 passed, 7 errors, 692 warnings (next-20200412)
 2020-04-12  6:52 UTC 

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-12  6:51 UTC  (8+ messages)
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers

[PATCH] io_uring: restore req->work when canceling poll request
 2020-04-12  6:50 UTC 

[PATCH] ovl: skip overlayfs superblocks at global sync
 2020-04-12  6:46 UTC  (3+ messages)

[merged] proc-use-a-dedicated-lock-in-struct-pid.patch removed from -mm tree
 2020-04-12  6:46 UTC 

[merged] sysvipc_find_ipc-should-increase-position-index.patch removed from -mm tree
 2020-04-12  6:46 UTC 

[merged] gcov_seq_next-should-increase-position-index.patch removed from -mm tree
 2020-04-12  6:46 UTC 

[mac80211-next:netlink-validation] BUILD REGRESSION f58d4244f1913e1cb0fba75af0166327801d577c
 2020-04-12  6:44 UTC 

[merged] seq_read-info-message-about-buggy-next-functions.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] change-email-address-for-pali-rohar.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] dmaengine-tegra-apb-fix-platform_get_irqcocci-warnings.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] selftests-kmod-test-disabling-module-autoloading.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] selftests-kmod-fix-handling-test-numbers-above-9.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] docs-admin-guide-document-the-kernelmodprobe-sysctl.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] fs-filesystemsc-downgrade-user-reachable-warn_once-to-pr_warn_once.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] kmod-make-request_module-return-an-error-when-autoloading-is-disabled.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-memremap-set-caching-mode-for-pci-p2pdma-memory-to-wc.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-memory_hotplug-add-pgprot_t-to-mhp_params.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] powerpc-mm-thread-pgprot_t-through-create_section_mapping.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] x86-mm-introduce-__set_memory_prot.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] x86-mm-thread-pgprot_t-through-init_memory_mapping.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-memory_hotplug-rename-mhp_restrictions-to-mhp_params.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-memory_hotplug-drop-the-flags-field-from-struct-mhp_restrictions.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-special-create-generic-fallbacks-for-pte_special-and-pte_mkspecial.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-vma-introduce-vm_access_flags.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-vma-define-a-default-value-for-vm_data_default_flags.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-add-vm_insert_pages.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-define-pte_index-as-macro-for-x86.patch removed from -mm tree
 2020-04-12  6:45 UTC 

[merged] mm-bring-sparc-pte_index-semantics-inline-with-other-platforms.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-refactor-insert_page-to-prepare-for-batched-lock-insert.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-mmap-initialize-align_offset-explicitly-for-vm_unmapped_area.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-hugetlb-optionally-allocate-gigantic-hugepages-using-cma.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-cma-numa-node-interface.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] ocfs2-no-need-try-to-truncate-file-beyond-i_size.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-page_alloc-make-pcpu_drain_mutex-and-pcpu_drain-static.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-page_alloc-fix-kernel-doc-warning.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] docs-mm-slabh-fix-a-broken-cross-reference.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-slab_common-fix-a-typo-in-comment-eariler-earlier.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] mm-memcg-do-not-high-throttle-allocators-based-on-wraparound.patch removed from -mm tree
 2020-04-12  6:44 UTC 

[merged] hfsplus-fix-crash-and-filesystem-corruption-when-deleting-files.patch removed from -mm tree
 2020-04-12  6:44 UTC 

ld.lld: error: undefined symbol: imx_scu_get_handle
 2020-04-12  6:43 UTC  (2+ messages)

[nacked] mm-gup-fix-null-pointer-dereference-detected-by-coverity.patch removed from -mm tree
 2020-04-12  6:43 UTC 

[PATCH] submodule: add verbose mode for add/update
 2020-04-12  6:31 UTC  (3+ messages)
` When will this patch be merged?

[PATCH 0/2] Extend xattr extent counter to 32-bits
 2020-04-12  6:34 UTC  (4+ messages)
` [PATCH 2/2] xfs: "

next/pending-fixes boot: 207 boots: 4 failed, 196 passed with 4 offline, 3 untried/unknown (v5.6-12833-gd8068e4ee00a)
 2020-04-12  6:30 UTC 

[Intel-wired-lan] [PATCH v1 1/1] igc: Remove unused IGC_ICS_DRSTA define
 2020-04-12  6:28 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-04-11
 2020-04-12  6:26 UTC 

[PATCH 0/4] Assign a few generic tests to additional groups
 2020-04-12  6:38 UTC  (2+ messages)

linux-next: Tree for Apr 10
 2020-04-12  6:22 UTC  (10+ messages)
` linux-next: Tree for Apr 10 (lib/test_printf.ko)
` linux-next: Tree for Apr 10 (warning: objtool: ___bpf_prog_run())

[libvirt test] 149629: regressions - FAIL
 2020-04-12  6:17 UTC 

[RFC PATCH 1/5] thermal: rename thermal_cooling_device_stats_update()
 2020-04-12  6:13 UTC  (6+ messages)
` [RFC PATCH 5/5] ACPI: processor: do update when maximum cooling state changed

[PATCH net v1] net/sched: Don't print dump stack in event of transmission timeout
 2020-04-12  6:08 UTC 

[PATCH] cifs: dump the session id and keys also for SMB2 sessions
 2020-04-12  6:09 UTC 

[PATCH bpf 0/2] libbpf: Fix loading cgroup_skb/egress with ret in [2, 3]
 2020-04-12  6:01 UTC  (6+ messages)
` [PATCH bpf 1/2] "

[GIT PULL] Please pull proc and exec work for 5.7-rc1
 2020-04-12  6:01 UTC  (14+ messages)

[PATCH bpf-next] libbpf: always specify expected_attach_type on program load if supported
 2020-04-12  5:58 UTC 

[PATCH] timens: show clock symbolic names in /proc/pid/timens_offsets
 2020-04-12  5:51 UTC  (3+ messages)
` [PATCH v2] "

[meta-arm][PATCH] optee-os: Mark recipes dormant by default
 2020-04-12  5:45 UTC 

[PATCH v4 0/5] exynos-ufs: Add support for UFS HCI
 2020-04-12  5:41 UTC  (5+ messages)
  ` [PATCH v4 3/5] Documentation: devicetree: ufs: Add DT bindings for exynos UFS host controller

[PATCH 5.6 00/38] 5.6.4-rc1 review
 2020-04-12  5:38 UTC  (2+ messages)

[PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
 2020-04-12  5:35 UTC  (13+ messages)

Running m68k on qemu with external initramfs?
 2020-04-12  5:29 UTC  (4+ messages)

[PATCH] riscv: remove the assert of lock for cpu_running
 2020-04-12  5:13 UTC  (5+ messages)

[PATCH v2 0/3] Add Rockchip RK3288 support
 2020-04-12  5:13 UTC  (4+ messages)
` [PATCH v2 3/3] ARM: dts: rockchip: add rk3288 ISP and DPHY

[PATCH] btrfs: Fix backref.c selftest compilation warning
 2020-04-12  5:04 UTC  (4+ messages)

pull request of u-boot-mpc85xx for v2020.04
 2020-04-12  4:32 UTC 

[Qemu-devel] [Bug 1649040] [NEW] Ubuntu 16.04.1 Grub Splash Doesn't Appear
 2020-04-12  4:17 UTC  (2+ messages)
` [Bug 1649040] "

[Qemu-devel] [Bug 1665389] [NEW] Nested kvm guest fails to start on a emulated Westmere CPU guest under a Broadwell CPU host
 2020-04-12  4:17 UTC  (2+ messages)
` [Bug 1665389] "

[Qemu-devel] [Bug 1663079] [NEW] socket network not working
 2020-04-12  4:17 UTC  (2+ messages)
` [Bug 1663079] "

[PATCH] Revert "mpc85xx: ddr: Always start DDR RAM in Self Refresh mode"
 2020-04-12  4:22 UTC  (5+ messages)

linux-next: Tree for Apr 12
 2020-04-12  3:54 UTC 

[mac80211-next:netlink-validation 2/9] net/sched/act_api.c:888:43: error: initializer element is not constant
 2020-04-12  3:53 UTC  (2+ messages)

[GIT PULL 0/9] EFI fixes for v5.7-rc
 2020-04-12  3:51 UTC  (11+ messages)

[PATCH v3] Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
 2020-04-12  3:50 UTC 

[PATCH net] net: stmmac: Guard against txfifosz=0
 2020-04-12  3:49 UTC  (2+ messages)

[PATCH] usb: max3420: add the gadget driver
 2020-04-12  3:42 UTC  (5+ messages)

cron job: media_tree daily build: OK
 2020-04-12  3:35 UTC 

[PATCH v2] Drivers: hv: vmbus: Fix Suspend-to-Idle for Generation-2 VM
 2020-04-12  3:33 UTC  (2+ messages)

[dpdk-dev] [PATCH] mempool: sort the rte_mempool_ops by name
 2020-04-12  3:32 UTC  (6+ messages)
` [dpdk-dev] [PATCH dpdk-dev v2 1/2] eal: introduce rte-init queue for libraries initialization

[MPTCP] Re: WARNING: bad unlock balance in mptcp_shutdown
 2020-04-12  3:29 UTC 

[linux-linus test] 149626: tolerable FAIL - PUSHED
 2020-04-12  3:26 UTC 

next/pending-fixes build: 217 builds: 7 failed, 210 passed, 8 errors, 387 warnings (v5.6-12833-gd8068e4ee00a)
 2020-04-12  3:01 UTC 

[lunn:v5.6-rc5-net-next-cable-test 8/21] cabletest.c:undefined reference to `phy_start_cable_test'
 2020-04-12  2:52 UTC 

cancel resize
 2020-04-12  2:49 UTC  (2+ messages)

[PATCH] efi/earlycon: fix early printk for wider fonts
 2020-04-12  2:49 UTC 

[RFC] riscv: use vDSO common flow to reduce the latency of the time-related functions
 2020-04-12  2:48 UTC  (7+ 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.