All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-25 23:47:14 to 2018-04-26 02:08:52 UTC [more...]

[MODERATED] [PATCH v5 00/11] [PATCH v5] Patches formerly known as SSB or MDD
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 03/11] [PATCH v5 03/10] Linux Patch #3
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 04/11] [PATCH v5 04/10] Linux Patch #4
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 06/11] [PATCH v5 06/10] Linux Patch #6
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 07/11] [PATCH v5 07/10] Linux Patch #7
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 09/11] [PATCH v5 09/10] Linux Patch #9
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 10/11] [PATCH v5 10/10] Linux Patch #10
 2018-04-26  2:04 UTC 

[MODERATED] [PATCH v5 11/11] [PATCH v5] QEMU
 2018-04-26  2:04 UTC 

[PATCH linux dev-4.13] ARM: dts: romulus: Enable the GFX IP
 2018-04-26  2:07 UTC  (2+ messages)

[PATCH v2 0/6] Add chrdev and name query support for GLINK
 2018-04-26  2:07 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: soc: qcom: Add label for GLINK bindings
` [PATCH v2 2/6] rpmsg: glink: Store edge name for glink device
` [PATCH v2 3/6] rpmsg: glink: Use complete_all for open states
` [PATCH v2 4/6] rpmsg: Guard against null endpoint ops in destroy
` [PATCH v2 5/6] rpmsg: glink: Add support for rpmsg glink chrdev
` [PATCH v2 6/6] rpmsg: glink: Expose rpmsg name attr for glink

[linux-lvm] Pvmove can work on cluster with LVM 2.02.120(2) (2015-05-15), or not?
 2018-04-26  2:07 UTC  (2+ messages)

drm/amdgpu/sriov: Need to set in_gpu_reset flag to back after gpu reset
 2018-04-26  2:06 UTC 

[PATCH v2 0/5] crypto: Speck support
 2018-04-26  2:05 UTC  (10+ messages)

[PATCH] drm/amdgpu: For sriov reset, move IB test into exclusive mode
 2018-04-26  2:06 UTC  (2+ messages)

[PATCH] drm/amdgpu/sriov: reject kms open if TDR not finished or failed
 2018-04-26  2:03 UTC  (3+ messages)

[Qemu-devel] [PATCH v8 00/35] QEMU 2.13 Privileged ISA emulation updates
 2018-04-26  2:01 UTC  (39+ messages)
` [Qemu-devel] [PATCH v8 01/35] RISC-V: Replace hardcoded constants with enum values
` [Qemu-devel] [PATCH v8 02/35] RISC-V: Make virt board description match spike
` [Qemu-devel] [PATCH v8 03/35] RISC-V: Use ROM base address and size from memmap
` [Qemu-devel] [PATCH v8 04/35] RISC-V: Remove identity_translate from load_elf
` [Qemu-devel] [PATCH v8 05/35] RISC-V: Remove unused class definitions
` [Qemu-devel] [PATCH v8 06/35] RISC-V: Include instruction hex in disassembly
` [Qemu-devel] [PATCH v8 07/35] RISC-V: Make some header guards more specific
` [Qemu-devel] [PATCH v8 08/35] RISC-V: Make virt header comment title consistent
` [Qemu-devel] [PATCH v8 09/35] RISC-V: Remove EM_RISCV ELF_MACHINE indirection
` [Qemu-devel] [PATCH v8 10/35] RISC-V: Remove erroneous comment from translate.c
  ` [Qemu-devel] [patches] "
` [Qemu-devel] [PATCH v8 11/35] RISC-V: Mark ROM read-only after copying in code
` [Qemu-devel] [PATCH v8 12/35] RISC-V: Update address bits to support sv39 and sv48
` [Qemu-devel] [PATCH v8 13/35] RISC-V: Improve page table walker spec compliance
` [Qemu-devel] [PATCH v8 14/35] RISC-V: Update E order and I extension order
` [Qemu-devel] [PATCH v8 15/35] RISC-V: Hardwire satp to 0 for no-mmu case
` [Qemu-devel] [PATCH v8 16/35] RISC-V: Make mtvec/stvec ignore vectored traps
` [Qemu-devel] [PATCH v8 17/35] RISC-V: No traps on writes to misa, minstret, mcycle
` [Qemu-devel] [PATCH v8 18/35] RISC-V: Clear mtval/stval on exceptions without info
` [Qemu-devel] [PATCH v8 19/35] RISC-V: Allow S-mode mxr access when priv ISA >= v1.10
` [Qemu-devel] [PATCH v8 20/35] RISC-V: Use [ms]counteren CSRs "
` [Qemu-devel] [PATCH v8 21/35] RISC-V: Add mcycle/minstret support for -icount auto
` [Qemu-devel] [PATCH v8 22/35] RISC-V: Use atomic_cmpxchg to update PLIC bitmaps
` [Qemu-devel] [PATCH v8 23/35] RISC-V: Simplify riscv_cpu_local_irqs_pending
` [Qemu-devel] [PATCH v8 24/35] RISC-V: Allow setting and clearing multiple irqs
` [Qemu-devel] [PATCH v8 25/35] RISC-V: Move non-ops from op_helper to cpu_helper
` [Qemu-devel] [PATCH v8 26/35] RISC-V: Update CSR and interrupt definitions
` [Qemu-devel] [PATCH v8 27/35] RISC-V: Implement modular CSR helper interface
` [Qemu-devel] [PATCH v8 28/35] RISC-V: Implement atomic mip/sip CSR updates
` [Qemu-devel] [PATCH v8 29/35] RISC-V: Implement existential predicates for CSRs
` [Qemu-devel] [PATCH v8 30/35] RISC-V: Split out mstatus_fs from tb_flags
` [Qemu-devel] [PATCH v8 31/35] RISC-V: Mark mstatus.fs dirty
` [Qemu-devel] [PATCH v8 32/35] RISC-V: Implement mstatus.TSR/TW/TVM
` [Qemu-devel] [PATCH v8 33/35] RISC-V: Add public API for the CSR dispatch table
` [Qemu-devel] [PATCH v8 34/35] RISC-V: Add hartid and \n to interrupt logging
` [Qemu-devel] [PATCH v8 35/35] RISC-V: Use riscv prefix consistently on cpu helpers

[PATCH] tests/xfs: filestream allocator inode use-after-free test
 2018-04-26  2:01 UTC  (5+ messages)

[U-Boot] [PATCH] usb: host: dwc3: fix phys init
 2018-04-26  2:00 UTC  (2+ messages)

[PATCH] dt-bindings: staging: remove a couple of ADC bindings
 2018-04-26  1:57 UTC 

[PATCH linux dev-4.13] clk:aspeed: Fix reset assert logic
 2018-04-26  1:56 UTC  (2+ messages)

[PATCH v2] Make running git under other debugger-like programs easy
 2018-04-26  1:56 UTC  (4+ messages)
` [PATCH v3] "

[PATCH linux dev-4.13] clk:aspeed: Fix reset bits for PCI/VGA and PECI
 2018-04-26  1:55 UTC  (4+ messages)

[PATCH v1 0/2] add additional config settings for merge
 2018-04-26  1:48 UTC  (5+ messages)
` [PATCH v2 "

simplify procfs code for seq_file instances V2
 2018-04-26  1:45 UTC  (4+ messages)
` [PATCH 06/40] proc: introduce proc_create_single{,_data}

[PATCH 2/2] printk: wake up klogd in vprintk_emit
 2018-04-26  1:44 UTC  (6+ messages)
` [PATCHv2] "

[RFC][PATCH] printk: do not call console drivers from printk_safe context
 2018-04-26  1:44 UTC  (4+ messages)

[LTP] Ticket tracking system for LTP
 2018-04-26  1:44 UTC  (4+ messages)

[PATCH v2] bpf, x86_32: add eBPF JIT compiler for ia32
 2018-04-26  1:43 UTC  (3+ messages)

[RFC 00/10] ARM: Remove support for Exynos5440
 2018-04-26  1:41 UTC  (21+ messages)
  ` [RFC 04/10] clk: samsung: "
      ` [RFC,04/10] "
  ` [RFC 03/10] cpufreq: exynos: "
      ` [RFC,03/10] "
  ` [RFC 07/10] pinctrl: samsung: "
      ` [RFC,07/10] "
  ` [RFC 06/10] thermal: "
      ` [RFC,06/10] "

NAND timeout issues with blank chip and Marvell NFC
 2018-04-26  1:40 UTC  (5+ messages)

[PATCH 0/7] drm/i915/dp: link config compute refactoring
 2018-04-26  1:43 UTC  (5+ messages)
` [PATCH 6/7] drm/i915/dp: abstract link config selection

[PATCH net-next 00/14] bnxt_en: Net-next updates
 2018-04-26  1:38 UTC  (16+ messages)
` [PATCH net-next 01/14] bnxt_en: Add TC to hardware QoS queue mapping logic
` [PATCH net-next 02/14] bnxt_en: Remap TC to hardware queues when configuring PFC
` [PATCH net-next 03/14] bnxt_en: Check the lengths of encapsulated firmware responses
` [PATCH net-next 04/14] bnxt_en: Do not set firmware time from VF driver on older firmware
` [PATCH net-next 05/14] bnxt_en: Simplify ring alloc/free error messages
` [PATCH net-next 06/14] bnxt_en: Display function level rx/tx_discard_pkts via ethtool
` [PATCH net-next 07/14] bnxt_en: Do not allow VF to read EEPEOM
` [PATCH net-next 08/14] bnxt_en: Increase RING_IDLE minimum threshold to 50
` [PATCH net-next 09/14] bnxt_en: reduce timeout on initial HWRM calls
` [PATCH net-next 10/14] bnxt_en: add debugfs support for DIM
` [PATCH net-next 11/14] bnxt_en: Reserve rings in bnxt_set_channels() if device is down
` [PATCH net-next 12/14] bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF
` [PATCH net-next 13/14] bnxt_en: Reserve RSS and L2 contexts for VF
` [PATCH net-next 14/14] bnxt_en: Reserve rings at driver open if none was reserved at probe time

[PATCH v2] f2fs: wait IO writeback in commit_inmem_pages()
 2018-04-26  1:36 UTC  (3+ messages)

[PATCH V2] recipetool: fixed uncaught NameError exception
 2018-04-26  1:35 UTC 

[PATCH] soc: qcom: smem: introduce qcom_smem_virt_to_phys()
 2018-04-26  1:31 UTC  (5+ messages)

[PATCH 1/2] qemu: fix CVE-2017-16845
 2018-04-26  1:29 UTC  (3+ messages)

[PATCH v5 00/11] vsprintf: Prevent silent crashes and consolidate error handling
 2018-04-26  1:28 UTC  (3+ messages)
` [PATCH v5 10/11] vsprintf: WARN() on invalid pointer access

[PATCH v2] Btrfs: set keep_lock when necessary in btrfs_defrag_leaves
 2018-04-26  1:27 UTC 

[RFC PATCH] checkout: Force matching mtime between files
 2018-04-26  1:25 UTC  (7+ messages)

[REVIEW][PATCH 00/22] Simplifying siginfo users
 2018-04-26  1:24 UTC  (5+ messages)
` [REVIEW][PATCH 09/22] signal/nds32: Use force_sig_fault where appropriate

Debug logging with ell
 2018-04-26  1:23 UTC  (2+ messages)

[PATCH v2 net-next 0/2] tcp: mmap: rework zerocopy receive
 2018-04-26  1:20 UTC  (2+ messages)

[Qemu-devel] [PATCH] spapr: fix entry point for secondary CPUs
 2018-04-26  1:19 UTC  (2+ messages)

[Qemu-devel] [RFC for-2.13 0/7] spapr: Clean up pagesize handling
 2018-04-26  0:55 UTC  (7+ messages)

[PATCH v3 0/3] resource: Use list_head to link sibling resource
 2018-04-26  1:18 UTC  (6+ messages)
` [PATCH v3 1/3] "

[PATCH 4/5] cifs: smbd: depend on INFINIBAND_ADDR_TRANS
 2018-04-26  1:14 UTC  (2+ messages)

[PATCH v6 00/10] drivers/qcom: add RPMH communication support
 2018-04-26  1:14 UTC  (3+ messages)
` [PATCH v6 10/10] drivers: qcom: rpmh-rsc: allow active requests from wake TCS

[PATCH] Btrfs: set keep_lock when necessary in btrfs_defrag_leaves
 2018-04-26  1:13 UTC  (3+ messages)

What's cooking in git.git (Apr 2018, #03; Wed, 25)
 2018-04-26  1:13 UTC  (2+ messages)

[PATCH v1 0/6] net/mlx5: add Multi-Packet Rx support
 2018-04-26  1:10 UTC  (3+ messages)
` [PATCH v6 1/2] mbuf: support attaching external buffer to mbuf
  ` [PATCH v6 2/2] app/testpmd: conserve offload flags of mbuf

[Bug 105425] 3D & games produce periodic GPU crashes (Radeon R7 370)
 2018-04-26  1:10 UTC  (2+ messages)

linux-next: manual merge of the wireless-drivers-next tree with the wireless-drivers tree
 2018-04-26  1:09 UTC 

[PATCH v2] ndctl, filter: fix "keyword 'all' is ignored" in util_<obj>_filter()
 2018-04-26  0:56 UTC 

linux-next: manual merge of the bpf-next tree with the bpf tree
 2018-04-26  0:53 UTC 

linux-next: manual merge of the bpf-next tree with the net-next tree
 2018-04-26  0:49 UTC 

[PATCH v5 0/10] Add endpoint driver for Rockchip PCIe controller
 2018-04-26  0:48 UTC  (6+ messages)
` [PATCH v5 01/10] PCI: Rename directory from host to controller

[PATCH] eal: shut up warning about master lcore
 2018-04-26  0:48 UTC 

[[RFC]DPU PATCH 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel driver
 2018-04-26  0:46 UTC  (4+ messages)
` [[RFC]DPU PATCH 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

[lkp-robot] [MD] 0ffbb1adf8: aim7.jobs-per-min -10.6% regression
 2018-04-26  0:45 UTC  (2+ messages)

[PATCH] of: overlay: Stop leaking resources on overlay removal
 2018-04-26  0:44 UTC  (6+ messages)

[stable,v4.4+] r8152: add Linksys USB3GIGV1 id
 2018-04-26  0:41 UTC  (3+ messages)
` [PATCH stable v4.4+] "

[PATCH v2 1/9] drm/i915/psr: Move specific HSW+ WARN_ON to HSW+ function
 2018-04-26  0:41 UTC  (2+ messages)

[PATCH][v6] tools/power turbostat: if --iterations, print for specific count of iterations
 2018-04-26  0:41 UTC 

[Ocfs2-devel] [PATCH v3] ocfs2: clean up redundant function declarations
 2018-04-26  0:39 UTC  (2+ messages)

[PATCH] app/pdump: remove unused socket path options
 2018-04-26  0:33 UTC  (2+ messages)

[PATCH] `NameError` is currently thrown in create_npm.py
 2018-04-26  0:32 UTC  (2+ messages)
` ✗ patchtest: failure for "

[PATCH libdrm] intel: add support for ICL 11
 2018-04-26  0:29 UTC  (2+ messages)

[PATCH 2/2] completion: simplify ls-files filter
 2018-04-26  0:25 UTC  (7+ messages)
` [PATCH 00/11] completion: path completion improvements: speedup and quoted paths
  ` [PATCH 01/11] t9902-completion: add tests demonstrating issues with quoted pathnames

[PATCH] ndctl, filter: fix "keyword 'all' is ignored" in util_<obj>_filter()
 2018-04-26  0:25 UTC  (3+ messages)

[PATCH v7 0/5] of: change overlay apply input data from unflattened
 2018-04-26  0:20 UTC  (20+ messages)
` [PATCH v7 2/5] of: change overlay apply input data from unflattened to FDT

[virtio-dev] [PATCH v7 net-next 4/4] netvsc: refactor notifier/event handling code to use the failover framework
 2018-04-26  0:18 UTC  (14+ messages)
`  "
      ` [virtio-dev] "

[tip:x86/urgent 4/6] arch/x86/kernel/cpu/intel.c:839:31: error: expected '}' before string constant
 2018-04-26  0:18 UTC 

[PATCH] app/testpmd: update start log to be less verbose
 2018-04-26  0:16 UTC  (2+ messages)

[MODERATED] [PATCH v2] Linux Patch 1/1
 2018-04-26  0:11 UTC 

[PATCH][v5] tools/power turbostat: if --iterations, print for specific count of iterations
 2018-04-26  0:08 UTC  (3+ messages)

[virtio-dev] [PATCH net-next v8 0/4] Enable virtio_net to act as a standby for a passthru device
 2018-04-26  0:08 UTC  (16+ messages)
`  "
` [virtio-dev] [PATCH net-next v8 1/4] virtio_net: Introduce VIRTIO_NET_F_STANDBY feature bit
  `  "
` [PATCH net-next v8 2/4] net: Introduce generic failover module
` [virtio-dev] "
` [PATCH net-next v8 3/4] virtio_net: Extend virtio to use VF datapath when available
` [virtio-dev] "
` [PATCH net-next v8 4/4] netvsc: refactor notifier/event handling code to use the failover framework
` [virtio-dev] "

[Buildroot] [PATCH v2]] radvd: improve startup script
 2018-04-26  0:08 UTC  (4+ messages)
` [Buildroot] [PATCH v3] "

[PATCH 5/6 v2] bus: fsl-mc: supoprt dma configure for devices on fsl-mc bus
 2018-04-26  0:00 UTC  (5+ messages)

Avoid uninterruptible sleep during process exit
 2018-04-26  0:01 UTC  (10+ messages)
` [PATCH 2/3] drm/scheduler: Don't call wait_event_killable for signaled process

[PATCH net-next 0/2] liquidio: add support for ndo_get_stats64
 2018-04-26  0:00 UTC  (3+ messages)
` [PATCH net-next 1/2] liquidio: move a couple of functions to lio_core.c
` [PATCH net-next 2/2] liquidio: add support for ndo_get_stats64 instead of ndo_get_stats

[PATCH net-next v8 0/4] Enable virtio_net to act as a standby for a passthru device
 2018-04-25 23:59 UTC 

[cip-dev] Reviewing 4.4 stable updates
 2018-04-25 23:52 UTC  (2+ messages)

[U-Boot] [PATCH v10 0/3] Why netboot:
 2018-04-25 23:52 UTC  (8+ messages)
` [U-Boot] [PATCH v10 3/3] Adding wget

[PATCH 0/3] Optimize use of DBuf slices
 2018-04-25 23:46 UTC  (3+ messages)
` [PATCH 2/3] drm/i915/icl: Enable 2nd DBuf slice only when needed


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.