All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-02 19:21:33 to 2017-08-02 20:30:59 UTC [more...]

[PATCH] KVM: X86: init irq->level in kvm_pv_kick_cpu_op
 2017-08-02 20:30 UTC  (2+ messages)

Revisiting the Digiflower DVR2000B capture card
 2017-08-02 20:30 UTC 

[PATCH v3 0/3] powerpc/mm: Mark memory contexts requiring global TLBIs
 2017-08-02 20:29 UTC  (4+ messages)
` [PATCH v3 1/3] powerpc/mm: Add marker for contexts requiring global TLB invalidations
` [PATCH v3 2/3] cxl: Mark context requiring global TLBIs
` [PATCH v3 3/3] cxl: Add memory barrier to guarantee TLBI scope

reftable [v4]: new ref storage format
 2017-08-02 20:28 UTC  (4+ messages)

Git log --tags isn't working as expected
 2017-08-02 20:28 UTC  (5+ messages)

[PATCH 1/3] dma-buf/sw_sync: move timeline_fence_ops around
 2017-08-02 20:28 UTC  (6+ messages)
` [PATCH 3/3] selftests: sync: add test that closes the fd before fence signal

[PATCH V7 1/3] PCI: limit FLR wait time to 100ms maximum
 2017-08-02 20:27 UTC  (4+ messages)

[GIT PULL] Please pull two more NFS client fixes for 4.13
 2017-08-02 20:27 UTC 

[PATCH linux dev-4.10 v3 0/5] drivers/hwmon/pmbus: Add IBM power supply hwmon driver
 2017-08-02 20:27 UTC  (7+ messages)
` [PATCH linux dev-4.10 v3 1/5] "
` [PATCH linux dev-4.10 v3 2/5] drivers/hwmon/pmbus: ibmps: Add non-hwmon attributes
` [PATCH linux dev-4.10 v3 3/5] Documentation: hwmon: Add IBM power supply documentation
` [PATCH linux dev-4.10 v3 4/5] Documentation: ABI: Add IBM power supply sysfs documentation
` [PATCH linux dev-4.10 v3 5/5] ARM: dts: aspeed: witherspoon: Add IBM power supply to I2C bus

[PATCH v3] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-02 20:26 UTC  (2+ messages)

[Buildroot] [Bug 10021] New: libqeglfs-viv-integration.so file is missing for qt5 on armv7
 2017-08-02 20:25 UTC  (2+ messages)
` [Buildroot] [Bug 10021] "

[Qemu-devel] [PATCH] test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING code
 2017-08-02 20:24 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-2.10?] "

[folded-merged] swap-fix-oops-during-block-io-poll-in-swapin-path-fix.patch removed from -mm tree
 2017-08-02 20:24 UTC 

[folded-merged] fortify-use-warn-instead-of-bug-for-now-fix.patch removed from -mm tree
 2017-08-02 20:23 UTC 

rdma-core build environment enabling out-of-core providers
 2017-08-02 20:23 UTC  (6+ messages)

[Buildroot] [git commit] CHANGES: update with gcc 7.x graphite optimization bug fixed
 2017-08-02 20:23 UTC 

[folded-merged] mm-mprotect-flush-tlb-if-potentially-racing-with-a-parallel-reclaim-leaving-stale-tlb-entries-fix-fix.patch removed from -mm tree
 2017-08-02 20:22 UTC 

[folded-merged] mm-mprotect-flush-tlb-if-potentially-racing-with-a-parallel-reclaim-leaving-stale-tlb-entries-fix.patch removed from -mm tree
 2017-08-02 20:22 UTC 

[[PATCH v1] 00/37] Implement SMBD protocol: Series 1
 2017-08-02 20:10 UTC  (46+ messages)
` [[PATCH v1] 01/37] [CIFS] SMBD: Add parsing for new rdma mount option
` [[PATCH v1] 02/37] [CIFS] SMBD: Add structure for SMBD transport
` [[PATCH v1] 03/37] [CIFS] SMBD: Add logging functions for debug
` [[PATCH v1] 04/37] [CIFS] SMBD: Define per-channel SMBD transport parameters and default values
` [[PATCH v1] 05/37] [CIFS] SMBD: Implement API for upper layer to create SMBD transport and establish RDMA connection
` [[PATCH v1] 06/37] [CIFS] SMBD: Add definition and cache for SMBD response
` [[PATCH v1] 07/37] [CIFS] SMBD: Implement receive buffer for handling "
` [[PATCH v1] 08/37] [CIFS] SMBD: Define packet format for SMBD data transfer message
` [[PATCH v1] 09/37] [CIFS] SMBD: Add SMBD request and cache
` [[PATCH v1] 10/37] [CIFS] SMBD: Introduce wait queue when sending SMBD request
` [[PATCH v1] 11/37] [CIFS] SMBD: Post a receive request
` [[PATCH v1] 12/37] [CIFS] SMBD: Handle send completion from CQ
` [[PATCH v1] 13/37] [CIFS] SMBD: Implement SMBD protocol negotiation
` [[PATCH v1] 14/37] [CIFS] SMBD: Post a SMBD data transfer message with page payload
` [[PATCH v1] 15/37] [CIFS] SMBD: Post a SMBD data transfer message with data payload
` [[PATCH v1] 16/37] [CIFS] SMBD: Post a SMBD message with no payload
` [[PATCH v1] 17/37] [CIFS] SMBD: Track status for transport
` [[PATCH v1] 18/37] [CIFS] SMBD: Implement API for upper layer to send data
` [[PATCH v1] 19/37] [CIFS] SMBD: Manage credits on SMBD client and server
` [[PATCH v1] 20/37] [CIFS] SMBD: Implement reassembly queue for receiving data
` [[PATCH v1] 21/37] [CIFS] SMBD: Implement API for upper layer to receive data
` [[PATCH v1] 22/37] [CIFS] SMBD: Implement API for upper layer to receive data to page
` [[PATCH v1] 23/37] [CIFS] SMBD: Implement API for upper layer to reconnect transport
` [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol
` [[PATCH v1] 25/37] [CIFS] SMBD: Support SMBD idle connection timer
` [[PATCH v1] 26/37] [CIFS] SMBD: Send an immediate packet when it's needed
` [[PATCH v1] 27/37] [CIFS] SMBD: Destroy transport when RDMA channel is disconnected
` [[PATCH v1] 28/37] [CIFS] SMBD: Implement API for upper layer to destroy the transport
` [[PATCH v1] 29/37] [CIFS] SMBD: Disconnect RDMA connection on QP errors
` [[PATCH v1] 30/37] [CIFS] SMBD: Add SMBDirect transport to Makefile
` [[PATCH v1] 31/37] [CIFS] Add SMBD transport to SMB session context
` [[PATCH v1] 32/37] [CIFS] Add SMBD debug couters to CIFS debug exports
` [[PATCH v1] 33/37] [CIFS] Connect to SMBD transport when specified in mount option
` [[PATCH v1] 34/37] [CIFS] Reconnect to SMBD transport when it's used
` [[PATCH v1] 35/37] [CIFS] Destroy SMBD transport on exit
` [[PATCH v1] 36/37] [CIFS] Read from SMBD transport when it's used
` [[PATCH v1] 37/37] [CIFS] Write to "

[PATCH 0/3] ARM: dts: keystone-k2g: Add DCAN instances to 66AK2G
 2017-08-02 20:18 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: net: c_can: Update binding for clock and power-domains property
` [PATCH 2/3] ARM: dts: k2g: Add DCAN nodes
` [PATCH 3/3] ARM: configs: keystone: Enable D_CAN driver

[PATCH 0/3] ARM: dts: k2g: Add support for USB instances on 66AK2G
 2017-08-02 20:17 UTC  (12+ messages)
` [PATCH 1/3] usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driver
` [PATCH 2/3] dt-bindings: usb: keystone-usb: Update bindings pm and clocks properties
` [PATCH 3/3] ARM: dts: k2g: Add USB instances

[Buildroot] [Bug 10091] New: gcc7.1 does not build with graphite support due to old isl
 2017-08-02 20:17 UTC  (2+ messages)
` [Buildroot] [Bug 10091] "

[PATCH] KVM: avoid using rcu_dereference_protected
 2017-08-02 20:16 UTC  (2+ messages)

[Buildroot] [PATCH v2] systemd: allow to build with uClibc toolchains
 2017-08-02 20:15 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/6] Enable building and running tcg tests on i386
 2017-08-02 20:15 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] tests/tcg/test_path.c: include utils/bufferiszero.c
` [Qemu-devel] [PATCH 2/6] tests/tcg/linux-test.c: remove unused include of "qemu/cutils.h"
` [Qemu-devel] [PATCH 3/6] tests/tcg/linux-test.c: include definitions for getrusage()
` [Qemu-devel] [PATCH 4/6] tests/tcg/test-i386-fprem: build with $(QEMU_CFLAGS)
` [Qemu-devel] [PATCH 5/6] tests/tcg/test-i386-fprem.c: compilation fix for -Werror=strict-prototype
` [Qemu-devel] [PATCH 6/6] tests/tcg/test-i386-fprem.c: compilation fix for -Werror=unused-const-variable=

[PATCH v3 1/2] powerpc/xmon: Dump ftrace buffers for the current CPU only
 2017-08-02 20:14 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/xmon: Disable tracing when entering xmon

[PATCH] KVM: svm: support single stepping over emulated instructions
 2017-08-02 20:13 UTC  (2+ messages)

[RFT] arm64: dts: renesas: salvator-common: enable SDR104 for SD cards
 2017-08-02 20:13 UTC 

[Buildroot] [PATCH v2 1/2] systemd: bump version to 234
 2017-08-02 20:09 UTC  (2+ messages)

blackhat SEO for lists.01.org
 2017-08-02 20:08 UTC 

[PATCH] mwifiex: replace netif_carrier_on/off by netif_device_attach/dettach
 2017-08-02 20:04 UTC 

i.mx7: Changing linux,usable-memory causes BUG: Bad Page
 2017-08-02 20:07 UTC  (3+ messages)

[PATCH] ipc: optimize semget/shmget/msgget for lots of keys
 2017-08-02 20:06 UTC  (2+ messages)

[PATCH] ARM: dts: i.MX25: add ranges to tscadc
 2017-08-02 20:06 UTC  (3+ messages)

[Buildroot] [Bug 10136] New: can't compile systemd with GCC 7.X when optimization is on
 2017-08-02 20:05 UTC  (2+ messages)
` [Buildroot] [Bug 10136] "

About RADOS level replication
 2017-08-02 20:05 UTC 

[RFC PATCH v2 0/2] nb8800 suspend/resume support
 2017-08-02 20:02 UTC  (11+ messages)

pci: Add generic pcibios_{fixup_bus,align_resource}
 2017-08-02 20:00 UTC  (4+ messages)

[PATCH net-next] tcp: remove extra POLL_OUT added for finished active connect()
 2017-08-02 19:59 UTC 

[PATCH v2 net-next 0/4] ulp: Generalize ULP infrastructure
 2017-08-02 19:58 UTC  (3+ messages)
` [PATCH v2 net-next 3/4] tcp: Adjust TCP ULP to defer to sockets ULP

[meta-oe][PATCH] imagemagick: upgrade from 7.0.5 to 7.0.6p4
 2017-08-02 19:57 UTC  (5+ messages)

[PATCH net-next] net: dsa: bcm_sf2: dst in not an array
 2017-08-02 19:55 UTC  (2+ messages)

[Buildroot] [Bug 9881] New: systemd-resolved not setting resolv.conf link
 2017-08-02 19:55 UTC  (2+ messages)
` [Buildroot] [Bug 9881] "

[PATCH] btrfs: pass fs_info to routines that always take tree_root
 2017-08-02 19:54 UTC 

[PATCH] soc: imx: gpcv2: fix regulator deferred probe
 2017-08-02 19:51 UTC  (2+ messages)

[PATCH mmc/next] mmc: renesas-sdhi: provide a whitelist for Gen3 SoC ES versions
 2017-08-02 19:51 UTC  (2+ messages)

[PATCH] clk: keystone: sci-clk: Fix sci_clk_get
 2017-08-02 19:51 UTC  (2+ messages)

[meta-python][PATCH] add recipes for autobahn and txaio
 2017-08-02 19:50 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Simplify hpd pin to port
 2017-08-02 19:50 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Simplify hpd pin to port (rev2)

[PATCH v3 00/10] Convert grep to recurse in-process
 2017-08-02 19:49 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/10] repo_read_index: don't discard the index
  ` [PATCH v4 02/10] repository: have the_repository use the_index
  ` [PATCH v4 03/10] cache.h: add GITMODULES_FILE macro
  ` [PATCH v4 04/10] config: add config_from_gitmodules
  ` [PATCH v4 05/10] submodule: remove submodule.fetchjobs from submodule-config parsing
  ` [PATCH v4 06/10] submodule: remove fetch.recursesubmodules "
  ` [PATCH v4 07/10] submodule: check for unstaged .gitmodules outside of config parsing
  ` [PATCH v4 08/10] submodule: check for unmerged "
  ` [PATCH v4 09/10] submodule: merge repo_read_gitmodules and gitmodules_config
  ` [PATCH v4 10/10] grep: recurse in-process using 'struct repository'

[Buildroot] [git commit] systemd: bump version to 234
 2017-08-02 19:49 UTC 

[PATCH 0/7] mkfs: save user input into opts table
 2017-08-02 19:48 UTC  (16+ messages)
` [PATCH 1/7] mkfs: Save raw user input field to the opts struct
` [PATCH 6/7] mkfs: extend opt_params with a value field

[Qemu-devel] [ANNOUNCE] QEMU 2.10.0-rc1 is now available
 2017-08-02 19:48 UTC  (2+ messages)

[Buildroot] [PATCH] let-me-create: fix build with musl
 2017-08-02 19:47 UTC  (2+ messages)

What is cooking in sparse-next
 2017-08-02 19:47 UTC 

[Buildroot] [git commit] let-me-create: fix build with musl
 2017-08-02 19:46 UTC 

[Buildroot] [PATCH v2] New board - EVB SoCrates based on Altera Cyclone 5
 2017-08-02 19:46 UTC  (2+ messages)

[PATCH] drivers: pci: Add in description of pci_set_power_state
 2017-08-02 19:42 UTC 

[Buildroot] [git commit] configs/socrates_cyclone5: new defconfig
 2017-08-02 19:45 UTC 

[GIT PULL] lkdtm updates for next
 2017-08-02 19:42 UTC  (2+ messages)

[Buildroot] [PATCH] package/binutils: fix crash caused by buggy xtensa overlay
 2017-08-02 19:42 UTC  (2+ messages)

[Buildroot] [PATCH] package/binutils: fix assertion in 2.29 xtensa ld
 2017-08-02 19:42 UTC  (2+ messages)

[Buildroot] [git commit] package/binutils: fix assertion in 2.29 xtensa ld
 2017-08-02 19:42 UTC 

[Buildroot] [git commit] package/binutils: fix crash caused by buggy xtensa overlay
 2017-08-02 19:42 UTC 

[Buildroot] [PATCH 0/2] update GCC graphite support
 2017-08-02 19:41 UTC  (5+ messages)
` [Buildroot] [PATCH 1/2] gcc: support grahite for GCC 5 or above
` [Buildroot] [PATCH 2/2] isl: bump to version 0.18

[PATCH v2 00/10] tag: only respect `pager.tag` in list-mode
 2017-08-02 19:40 UTC  (9+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] builtin.h: take over documentation from api-builtin.txt
  ` [PATCH v3 2/7] git.c: let builtins opt for handling `pager.foo` themselves
  ` [PATCH v3 3/7] git.c: provide setup_auto_pager()
  ` [PATCH v3 4/7] t7006: add tests for how git tag paginates
  ` [PATCH v3 5/7] tag: respect `pager.tag` in list-mode only
  ` [PATCH v3 6/7] tag: change default of `pager.tag` to "on"
  ` [PATCH v3 7/7] git.c: ignore pager.* when launching builtin as dashed external

[B.A.T.M.A.N.] help regarding interfacing b.a.t.m.a.n with mininet-wifi
 2017-08-02 19:40 UTC  (2+ messages)

[Buildroot] [git commit] CHANGES: update with the cloog removal
 2017-08-02 19:39 UTC 

[Buildroot] [git commit] cloog: remove package
 2017-08-02 19:39 UTC 

[PATCH] xfs: Fix leak of discard bio
 2017-08-02 19:37 UTC  (2+ messages)

[Buildroot] [git commit] isl: bump to version 0.18
 2017-08-02 19:37 UTC 

[PATCH] tools/libxl: Fix a segment fault when mmio_hole is set in hvm.cfg
 2017-08-02 19:32 UTC  (3+ messages)

[U-Boot] [PATCH 5/5] boot: fdt: fixup the memory dt nodes falcon boot
 2017-08-02 19:32 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2017-08-02 19:27 UTC 

[PATCH 2/2] drm/i915: Introduce intel_hdp_pin
 2017-08-02 19:26 UTC  (2+ messages)
` [PATCH] "

Feature Request: Ability to decode bus/dma address back into physical address
 2017-08-02 19:25 UTC  (12+ messages)

[PATCH 00/14 RFC] Btrfs: Add journal for raid5/6 writes
 2017-08-02 19:25 UTC  (3+ messages)
` [PATCH 01/14] Btrfs: raid56: add raid56 log via add_dev v2 ioctl

[PATCH] drm/i915: enable WaDisableDopClkGating for SKL GT4
 2017-08-02 19:24 UTC  (3+ messages)
` [PATCH] drm/i915: enable WaDisableDopClkGating for gen9

[BISECTED] vc4: f309946 crashes the kernel if vc4 can't allocate buffers
 2017-08-02 19:23 UTC  (2+ messages)

[Buildroot] [PATCH v5 00/14] system: properly handle systemd as init system
 2017-08-02 19:22 UTC  (4+ messages)
` [Buildroot] [PATCH v5 07/14] skeleton-common: rename SKELETON_ROOT_PASSWORD to SKELETON_CUSTOM_ROOT_PASSWORD

[iproute PATCH] bpf: Make bytecode-file reading a little more robust
 2017-08-02 19:21 UTC  (2+ 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.