All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-31 04:57:22 to 2019-05-31 06:44:14 UTC [more...]

[PATCH BACKPORT 4.19, 5.0, 5.1] crypto: vmx - ghash: do nosimd fallback manually
 2019-05-31  6:28 UTC  (2+ messages)

[RFCv2 0/6] introduce memory hinting API for external process
 2019-05-31  6:43 UTC  (7+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD
` [RFCv2 2/6] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [RFCv2 3/6] mm: introduce MADV_PAGEOUT
` [RFCv2 4/6] mm: factor out madvise's core functionality
` [RFCv2 5/6] mm: introduce external memory hinting API
` [RFCv2 6/6] mm: extend process_madvise syscall to support vector arrary

[PATCH 0/9] blk-mq/scsi: convert private reply queue into blk_mq hw queue
 2019-05-31  6:42 UTC  (23+ messages)
` [PATCH 1/9] blk-mq: allow hw queues to share hostwide tags
` [PATCH 2/9] block: null_blk: introduce module parameter of 'g_host_tags'
` [PATCH 3/9] scsi: Add template flag 'host_tagset'
` [PATCH 4/9] scsi_debug: support host tagset
` [PATCH 5/9] scsi: introduce scsi_cmnd_hctx_index()
` [PATCH 6/9] scsi: hpsa: convert private reply queue to blk-mq hw queue
` [PATCH 7/9] scsi: hisi_sas_v3: "
` [PATCH 8/9] scsi: megaraid: "
` [PATCH 9/9] scsi: mp3sas: "

[PATCH 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-05-31  6:41 UTC  (3+ messages)

[PATCH V4 00/11] Update arch/csky for buildroot
 2019-05-31  6:39 UTC  (24+ messages)
` [Buildroot] "
` [PATCH V4 01/11] arch/csky: Add arch.mk.csky for -mcpu=xxx
  ` [Buildroot] "
` [PATCH V4 02/11] arch/csky: Change DSP to VDSP for -mcpu
  ` [Buildroot] "
` [PATCH V4 03/11] arch/csky: Add ck860 supported
  ` [Buildroot] "
` [PATCH V4 04/11] arch/csky: Add FLOAT_ABI compiler options
  ` [Buildroot] "
` [PATCH V4 05/11] arch/csky: Add ABI variable for toolchain build
  ` [Buildroot] "
` [PATCH V4 06/11] package/binutils: Add C-SKY support
  ` [Buildroot] "
` [PATCH V4 07/11] package/gcc: "
  ` [Buildroot] "
` [PATCH V4 08/11] package/gdb: "
  ` [Buildroot] "
` [PATCH V4 09/11] package/glibc: "
  ` [Buildroot] "
` [PATCH V4 10/11] configs/qemu_cskyXXX_virt: new defconfig
  ` [Buildroot] "
` [PATCH V4 11/11] arch/csky: Enable csky toolchain build
  ` [Buildroot] "

[PATCH v2 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-05-31  6:40 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk

[PATCH v3 0/4] Add Avenger96 board support
 2019-05-31  6:38 UTC  (10+ messages)
` [PATCH v3 1/4] ARM: dts: stm32mp157: Add missing pinctrl definitions
` [PATCH v3 2/4] dt-bindings: arm: stm32: Convert STM32 SoC bindings to DT schema
` [PATCH v3 3/4] dt-bindings: arm: stm32: Document Avenger96 devicetree binding
` [PATCH v3 4/4] ARM: dts: Add Avenger96 devicetree support based on STM32MP157A

[cryptodev:master 56/59] drivers/crypto/atmel-i2c.c:39:18: sparse: sparse: incorrect type in assignment (different base types)
 2019-05-31  6:39 UTC  (2+ messages)
` crypto: atmel - Fix sparse endianness warnings

[PATCH] KVM: PPC: Book3S HV: Restore SPRG3 in kvmhv_p9_guest_entry()
 2019-05-31  6:37 UTC  (3+ messages)

[PATCH 0/4] KVM: PPC: Book3S: Fix potential deadlocks
 2019-05-31  6:32 UTC  (3+ messages)

[PATCH 0/2] KVM: PPC: Book3S HV: XIVE: fixes for the KVM devices
 2019-05-31  6:36 UTC  (3+ messages)

[PATCH 0/3] KVM: PPC: Book3S HV: XIVE: assorted fixes on vCPU and RAM limits
 2019-05-31  6:33 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: XIVE: fix page offset when clearing ESB pages
 2019-05-31  6:36 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: XIVE: introduce a KVM device lock
 2019-05-31  6:35 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix lockdep warning when entering guest on POWER9
 2019-05-31  6:37 UTC  (3+ messages)

[RFC PATCH v2 00/12] x86: Flush remote TLBs concurrently and async
 2019-05-31  6:36 UTC  (16+ messages)
` [RFC PATCH v2 01/12] smp: Remove smp_call_function() and on_each_cpu() return values
` [RFC PATCH v2 02/12] smp: Run functions concurrently in smp_call_function_many()
` [RFC PATCH v2 03/12] x86/mm/tlb: Refactor common code into flush_tlb_on_cpus()
` [RFC PATCH v2 04/12] x86/mm/tlb: Flush remote and local TLBs concurrently
  ` [Xen-devel] "
` [RFC PATCH v2 05/12] x86/mm/tlb: Optimize local TLB flushes
` [RFC PATCH v2 06/12] KVM: x86: Provide paravirtualized flush_tlb_multi()
` [RFC PATCH v2 07/12] smp: Do not mark call_function_data as shared
` [RFC PATCH v2 08/12] x86/tlb: Privatize cpu_tlbstate
` [RFC PATCH v2 09/12] x86/apic: Use non-atomic operations when possible
` [RFC PATCH v2 10/12] smp: Enable data inlining for inter-processor function call
` [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
` [RFC PATCH v2 12/12] x86/mm/tlb: Reverting the removal of flush_tlb_info from stack

[PATCH] drm/amdgpu/sriov: Correct some register program method
 2019-05-31  6:36 UTC 

[PATCH iproute2-next 0/9] ip: Add support for nexthop objects
 2019-05-31  6:35 UTC  (5+ messages)
` [PATCH iproute2-next 1/9] libnetlink: Set NLA_F_NESTED in rta_nest

[PATCH v3] elfutils: fix ptest failures
 2019-05-31  6:40 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] PCI: endpoint: Add DMA to Linux PCI EP Framework
 2019-05-31  6:32 UTC  (15+ messages)

[PATCH v3] ARM: dts: aspeed: Add YADRO VESNIN BMC
 2019-05-31  6:32 UTC  (7+ messages)

[U-Boot] [PATCH v1] armv8: fsl-lsch2: add clock support for the second eSDHC
 2019-05-31  6:32 UTC 

[Xen-devel] [PATCH] xen: schedule: initialize 'now' when really needed
 2019-05-31  6:31 UTC  (3+ messages)
  `  "

[PATCH BACKPORT 4.4] crypto: vmx - ghash: do nosimd fallback manually
 2019-05-31  6:29 UTC 

[PATCH] ipv6: Prevent overrun when parsing v6 header options
 2019-05-31  6:29 UTC  (3+ messages)

[PATCH BACKPORT 4.9, 4.14] crypto: vmx - ghash: do nosimd fallback manually
 2019-05-31  6:29 UTC 

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-05-31  6:28 UTC  (7+ messages)
` [PATCH REBASED] "

[PATCH] drm/i915: remove duplicated WaDisableBankHangMode:icl
 2019-05-31  6:28 UTC  (4+ messages)

[net-next,v4 0/2] Enable SFP on ACPI based systems
 2019-05-31  6:27 UTC  (4+ messages)

[PATCH v5] perf record: collect user registers set jointly with dwarf stacks
 2019-05-31  6:27 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] lib/igt_dummyload: Helper to spin till a specified timeout
 2019-05-31  6:26 UTC  (4+ messages)

[Qemu-devel] [PATCH v1 00/26] testing/next queue (iotests, docker, tests/vm)
 2019-05-31  6:22 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 08/26] .travis.yml: add clang ubsan job
` [Qemu-devel] [PATCH v1 09/26] tests/vm: Use python configured on build
` [Qemu-devel] [PATCH v1 10/26] tests/vm: Port basevm to Python 3

[dpdk-dev] [RFC v9] /net: memory interface (memif)
 2019-05-31  6:22 UTC  (2+ messages)
` [dpdk-dev] [PATCH v10] net/memif: introduce memory interface (memif) PMD

[PATCH 00/16] wilc1000: move out of staging
 2019-05-31  6:23 UTC  (8+ messages)

[PATCH v2 1/1] mm: smaps: split PSS into components
 2019-05-31  6:23 UTC  (4+ messages)

[PATCH v4 0/6] LM36274 Introduction
 2019-05-31  6:23 UTC  (10+ messages)
` [RESEND PATCH v4 6/6] leds: lm36274: Introduce the TI LM36274 LED driver

[Qemu-devel] [PATCH v4] qemu-io: add pattern file for write command
 2019-05-31  6:21 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

drivers/acpi: Change the lpit function call flow
 2019-05-31  6:21 UTC  (3+ messages)

collect2: error: ld returned 1 exit status
 2019-05-31  6:18 UTC 

[Buildroot] [PATCH v2 0/7] gitlab Qemu runtime testing
 2019-05-31  6:17 UTC  (7+ messages)
` [Buildroot] [PATCH v2 1/7] package/qemu: enable nios2 support for host-qemu
` [Buildroot] [PATCH v2 2/7] package/qemu: enable sparc64 "
` [Buildroot] [PATCH v2 3/7] package/qemu: remove comment about sh64

[dpdk-dev] [DPDK v2] net/ipn3ke: modifications on AFU configurations
 2019-05-31  6:17 UTC  (2+ messages)

[PATCH net-next] cxgb4: Set initial IRQ affinity hints
 2019-05-31  6:14 UTC 

[PATCH] crypto: gcm - fix cacheline sharing
 2019-05-31  6:14 UTC  (26+ messages)

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-05-31  6:12 UTC  (5+ messages)
` [U-Boot] [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code

[PATCH] ASoC: hda: increment codec device refcount when it is added to the card
 2019-05-31  6:11 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the drm-fixes tree
 2019-05-31  6:11 UTC 

[PATCH -mm] mm, swap: Fix bad swap file entry warning
 2019-05-31  6:10 UTC  (2+ messages)

[RFC PATCH v3 00/16] Core scheduling v3
 2019-05-31  6:09 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: Add missing PCIe pwr amd rst configuration
 2019-05-31  6:08 UTC  (6+ messages)

[PATCH v2] ARM: dts: aspeed: Add YADRO VESNIN BMC
 2019-05-31  6:07 UTC  (6+ messages)

[PATCH] block: null_blk: fix race condition for null_del_dev
 2019-05-31  6:05 UTC 

FICON target support
 2019-05-31  6:06 UTC  (2+ messages)

[PATCH 4.19] compiler.h: give up __compiletime_assert_fallback()
 2019-05-31  6:01 UTC 

[U-Boot] Cannot boot mx6qsabred with 2019.07-rc2
 2019-05-31  6:04 UTC  (9+ messages)

"Losing" MERGE_HEAD
 2019-05-31  6:03 UTC  (2+ messages)

[PATCH] btrfs: trim: Check the range passed into to prevent overflow
 2019-05-31  6:01 UTC  (4+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2019-05-30
 2019-05-31  6:00 UTC 

linux-next: Tree for May 31
 2019-05-31  5:59 UTC 

[sched/fair] cca2ae2c00: aim7.jobs-per-min -35.9% regression
 2019-05-31  5:59 UTC 

[PATCH 4.19] include/linux/compiler*.h: define asm_volatile_goto
 2019-05-31  5:56 UTC 

[U-Boot] [PATCH v4] board/BuR/zynq/brsmarc2: initial commit
 2019-05-31  5:58 UTC 

[PATCH V5 net-next 0/6] Peer to Peer One-Step time stamping
 2019-05-31  5:56 UTC  (7+ messages)
` [PATCH V5 net-next 1/6] net: Introduce peer to peer one step PTP "
` [PATCH V5 net-next 2/6] net: Introduce a new MII time stamping interface
` [PATCH V5 net-next 3/6] net: Add a layer for non-PHY MII time stamping drivers
` [PATCH V5 net-next 4/6] dt-bindings: ptp: Introduce MII time stamping devices
` [PATCH V5 net-next 5/6] net: mdio: of: Register discovered MII time stampers
` [PATCH V5 net-next 6/6] ptp: Add a driver for InES time stamping IP core

[Xen-devel] [qemu-mainline test] 137076: tolerable FAIL - PUSHED
 2019-05-31  5:54 UTC  (3+ messages)
  `  "

[PATCH] Allow to exclude specific file types in LoadPin
 2019-05-31  5:54 UTC  (5+ messages)
` [PATCH v2] "

[PATCH V4 net-next 0/6] Peer to Peer One-Step time stamping
 2019-05-31  5:51 UTC  (4+ messages)

[v3 PATCH] usb: create usb_debug_root for gadget only
 2019-05-31  5:44 UTC  (5+ messages)

[U-Boot] [PATCH v3] board/BuR/zynq/brsmarc2: initial commit
 2019-05-31  5:43 UTC  (5+ messages)

[Qemu-devel] [PATCH] spapr_pci: Improve error message
 2019-05-31  5:07 UTC  (2+ messages)

[PATCH bpf] bpf: preallocate a perf_sample_data per event fd
 2019-05-31  5:26 UTC  (4+ messages)

[PATCH 2/2] xmm7modem: enabling simtoolkit for xmm7modem
 2019-05-31  5:25 UTC  (2+ messages)

[PATCH] drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabled
 2019-05-31  5:20 UTC  (2+ messages)

[PATCH 4.19 000/276] 4.19.47-stable review
 2019-05-31  5:19 UTC  (2+ messages)

[PATCH 4.14 000/193] 4.14.123-stable review
 2019-05-31  5:16 UTC  (2+ messages)

[PATCH] x86/power: Fix 'nosmt' vs. hibernation triple fault during resume
 2019-05-31  5:14 UTC  (8+ messages)
` [PATCH v4] "

[PATCH 0/2] Add support for Amazon's Annapurna Labs EDAC for L1/L2
 2019-05-31  5:14 UTC  (5+ messages)
` [PATCH 2/2] edac: add support for Amazon's Annapurna Labs EDAC

[PATCH v5 00/16] Many promisor remotes
 2019-05-31  5:10 UTC  (4+ messages)
` [PATCH v5 04/16] promisor-remote: implement promisor_remote_get_direct()

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-05-31  5:04 UTC  (5+ messages)

[PATCH 0/2] PCI: device link quirk for NVIDIA GPU
 2019-05-31  5:01 UTC  (3+ messages)
` [PATCH 1/2] PCI: Code reorganization for VGA device link
` [PATCH 2/2] PCI: Create device link for NVIDIA GPU


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.