linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-02 17:14:58 to 2017-08-02 21:14:54 UTC [more...]

[PATCH 0/5] test_kmod: fixes for v4.13-final
 2017-08-02 21:14 UTC 

[PATCH v5 0/2] PCI: iproc: SOC specific fixes
 2017-08-02 21:04 UTC  (3+ messages)
` [PATCH v5 1/2] PCI: iproc: Retry request when CRS returned from EP

[PATCH v2 00/22] Intel FPGA Device Drivers
 2017-08-02 21:01 UTC  (9+ messages)
` [PATCH v2 02/22] fpga: add FPGA device framework

[PATCH v4 0/5] firmware: pending fixes for v4.14-rc1
 2017-08-02 20:55 UTC  (2+ messages)

[PATCH v4 0/3] firmware: pending fixes for v4.13-final
 2017-08-02 20:55 UTC  (2+ messages)

[PATCH 1/3] drm/vc4: Fix double destroy of the BO cache on teardown
 2017-08-02 20:53 UTC  (4+ messages)
` [PATCH 2/3] drm/vc4: Don't disable DSI clocks on component unload
` [PATCH 3/3] drm/vc4: Fix errant drm_bridge_remove() in DSI

[PATCH v2] dm: allow device-mapper to operate without dax support
 2017-08-02 20:44 UTC  (2+ messages)

[PATCH RFC 0/2] KVM: x86: generalize guest cpuid helpers
 2017-08-02 20:41 UTC  (3+ messages)
` [PATCH RFC 1/2] KVM: x86: generalize guest_cpuid_has_ helpers
` [PATCH RFC 2/2] KVM: x86: use general helpers for some cpuid manipulation

[v4 00/15] complete deferred page initialization
 2017-08-02 20:38 UTC  (16+ messages)
` [v4 01/15] x86/mm: reserve only exiting low pages
` [v4 02/15] x86/mm: setting fields in deferred pages
` [v4 03/15] sparc64/mm: "
` [v4 04/15] mm: discard memblock data later
` [v4 05/15] mm: don't accessed uninitialized struct pages
` [v4 06/15] sparc64: simplify vmemmap_populate
` [v4 07/15] mm: defining memblock_virt_alloc_try_nid_raw
` [v4 08/15] mm: zero struct pages during initialization
` [v4 09/15] sparc64: optimized struct page zeroing
` [v4 10/15] x86/kasan: explicitly zero kasan shadow memory
` [v4 11/15] arm64/kasan: "
` [v4 12/15] mm: explicitly zero pagetable memory
` [v4 13/15] mm: stop zeroing memory during allocation in vmemmap
` [v4 14/15] mm: optimize early system hash allocations
` [v4 15/15] mm: debug for raw alloctor

[PATCH v6 0/7] Add support for IPQ8074 PCIe phy and controller
 2017-08-02 20:40 UTC  (5+ messages)
` [PATCH v6 5/7] PCI: dwc: qcom: Use block IP version for operations
` [PATCH v6 7/7] PCI: dwc: qcom: Add support for IPQ8074 PCIe controller

linux-next: Signed-off-by missing for commit in the drivers-x86 tree
 2017-08-02 20:37 UTC 

[Patch V4] crypto: x86/sha1 : Fix reads beyond the number of blocks passed
 2017-08-02 20:49 UTC 

[PATCH] KVM: nVMX: do not pin the VMCS12
 2017-08-02 20:36 UTC  (3+ messages)

[PATCH V2] get_maintainer: Prepare for separate MAINTAINERS files
 2017-08-02 20:35 UTC  (5+ messages)

[PATCH V7 1/3] PCI: limit FLR wait time to 100ms maximum
 2017-08-02 20:32 UTC  (5+ messages)
` [PATCH V7 2/3] PCI: handle CRS returned by device after FLR
` [PATCH V7 3/3] PCI: display not responding message while device is unreachable

[PATCH v5 0/2] ZII RAVE platform driver
 2017-08-02 20:31 UTC  (4+ messages)

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

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

[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)

[[PATCH v1] 00/37] Implement SMBD protocol: Series 1
 2017-08-02 20:10 UTC  (38+ 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  (4+ 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  (4+ 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

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

[PATCH] KVM: svm: support single stepping over emulated instructions
 2017-08-02 20:13 UTC  (2+ 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 

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

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

[PATCH] soc: imx: gpcv2: fix regulator deferred probe
 2017-08-02 19:51 UTC 

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

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

[Patch V3] crypto: x86/sha1 : Fix reads beyond the number of blocks passed
 2017-08-02 19:18 UTC  (3+ messages)

[PATCH -tip v8 3/4] irq: Make irqentry text section unconditional
 2017-08-02 19:11 UTC  (3+ messages)

[PATCH 0/2] i2c: mux: pinctrl: remove platform_data and cleanup
 2017-08-02 19:06 UTC  (5+ messages)
` [PATCH 1/2] i2c: mux: pinctrl: remove platform_data
` [PATCH 2/2] i2c: mux: pinctrl: drop the idle_state member

[ANNOUNCE] 4.1.42-rt49
 2017-08-02 19:11 UTC 

Support standalone metrics and metric groups for perf
 2017-08-02 19:11 UTC  (7+ messages)
` [PATCH v1 02/15] perf, tools: Tighten detection of BPF events
` [PATCH v1 03/15] perf, tools, stat: Fix saved values rbtree lookup

[PATCH 00/13] Allwinner H3 DE2 basical support
 2017-08-02 19:06 UTC  (4+ messages)
` [linux-sunxi] [PATCH 01/13] dt-bindings: update the binding for Allwinner H3 DE2 support

[PATCH V4] pci: quirk: Apply APM ACS quirk to XGene devices
 2017-08-02 18:57 UTC  (3+ messages)

[PATCH] misc: Kconfig: fix missing tristate prompt and add help for LIS3LV02D
 2017-08-02 18:57 UTC  (5+ messages)
      ` [Letux-kernel] "

[RFC 2/4] cgroup: implement hierarchy limits
 2017-08-02 18:55 UTC  (5+ messages)
` [RFC 4/4] cgroup: re-use the parent pointer in cgroup_destroy_locked()

[PATCH v3 0/2] dax, dm: stop requiring dax for device-mapper
 2017-08-02 18:55 UTC  (4+ messages)
` [PATCH v3 1/2] dax: introduce CONFIG_DAX_DRIVER
` [PATCH v3 2/2] dm: allow device-mapper to operate without dax support

[PATCH] usb: gadget: fsl_qe_udc: constify qe_ep0_desc
 2017-08-02 18:54 UTC  (2+ messages)

[PATCH v9] x86/asm: Implement fast refcount overflow protection
 2017-08-02 18:54 UTC  (2+ messages)

[PATCH v2 0/4] Support for LEGO MINDSTORMS EV3 LCD display
 2017-08-02 18:53 UTC  (7+ messages)
` [PATCH v2 1/4] drm/tinydrm: remove call to mipi_dbi_init() from mipi_dbi_spi_init()
` [PATCH v2 2/4] drm/tinydrm: add support for LEGO MINDSTORMS EV3 LCD

[PATCH] drm/tinydrm: mipi-dbi: Fix unbalanced DMA access
 2017-08-02 18:51 UTC  (2+ messages)

[PATCH v3 0/5] ARM64: disable irq between breakpoint and step exception
 2017-08-02 18:46 UTC  (5+ messages)

[RFC 0/4] cgroup hierarchy controls and stats
 2017-08-02 18:39 UTC 

[GIT PULL] Please pull JSON files for Power9 PMU events
 2017-08-02 18:35 UTC  (2+ messages)

[GIT PULL 00/18] perf/core improvements
 2017-08-02 18:32 UTC  (6+ messages)
` [PATCH 16/18] tools include uapi: Grab a copy of linux/vhost.h

i.MX 7 boot freeze with 4.13-rc3
 2017-08-02 18:26 UTC  (3+ messages)

Please pull ARCPGU changes
 2017-08-02 18:24 UTC  (4+ messages)

[PATCH] tracing: Fix trace_pipe_raw read panic
 2017-08-02 18:17 UTC  (2+ messages)

[PATCH V6 1/2] PCI: limit FLR wait time to 100ms maximum
 2017-08-02 18:16 UTC  (5+ messages)
` [PATCH V6 2/2] PCI: handle CRS returned by device after FLR

[PATCH v6 0/4] of: remove *phandle properties from expanded device tree
 2017-08-02 18:16 UTC  (4+ messages)
` [PATCH v6 1/4] "

[PATCHSET for-4.14] cgroup, sched: cgroup2 interface for CPU controller
 2017-08-02 18:16 UTC  (8+ messages)
` [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy

[PATCH 0/3] constify char attribute_group structures
 2017-08-02 18:15 UTC  (4+ messages)
` [PATCH 1/3] char: tlclk: constify "

[PATCH v2] drm/fb-helper: pass physical dimensions to fbdev
 2017-08-02 18:12 UTC 

[PATCH] MAINTAINERS: openbmc mailing list is moderated
 2017-08-02 18:09 UTC  (2+ messages)

[PATCH] powerpc: add const to bin_attribute structures
 2017-08-02 18:07 UTC 

[PATCH 0/2] serial: 8250: add support for MediaTek BTIF controller
 2017-08-02 18:02 UTC  (4+ messages)

[RESEND][PATCH v4] mm: Add SLUB free list pointer obfuscation
 2017-08-02 18:06 UTC 

[PATCH v2 0/5] ACPI: DMA ranges management
 2017-08-02 18:07 UTC  (4+ messages)
` [PATCH v2 5/5] ACPI/IORT: Add IORT named component memory address limits

[PATCH] mm: ratelimit PFNs busy info message
 2017-08-02 18:05 UTC  (2+ messages)

[PATCH] staging: rtl8192e: Change fixed function names with "%s: ", __func__
 2017-08-02 18:02 UTC 

[PATCH] drm/fb: Fix pointer dereference before null check
 2017-08-02 18:00 UTC 

[PATCH] thermal: intel_pch_thermal: constify pci_device_id
 2017-08-02 17:58 UTC 

[PATCH 0/2] drivers/net: add const to bin_attribute structures
 2017-08-02 17:57 UTC  (3+ messages)
` [PATCH 1/2] wlcore: add const to bin_attribute structure
` [PATCH 2/2] qlcnic: "

[PATCH v7 0/3] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-08-02 17:53 UTC  (12+ messages)
` [PATCH v7 2/3] PCI: Enable PCIe Relaxed Ordering if supported

[PATCH] xfrm: policy: check policy direction value
 2017-08-02 17:50 UTC 

[PATCH tip/sched/core] swait: Remove the lockless swait_active() check in swake_up*()
 2017-08-02 17:47 UTC  (4+ messages)

[PATCH v2 2/2] Implement sysfs based cpuinfo for x86 cpus
 2017-08-02 17:47 UTC 

[PATCH] xen-platform: constify pci_device_id
 2017-08-02 17:46 UTC 

[PATCH 2/2] usb: qmi_wwan: add D-Link DWM-222 device ID
 2017-08-02 17:47 UTC  (2+ messages)

[PATCH] of: return of_get_cpu_node from of_cpu_device_node_get if CPUs are not registered
 2017-08-02 17:45 UTC  (4+ messages)

[PATCH v3 0/7] Appended signatures support for IMA appraisal
 2017-08-02 17:42 UTC  (7+ messages)
` [PATCH v3 1/7] integrity: Introduce struct evm_hmac_xattr
` [PATCH v3 7/7] ima: Support module-style appended signatures for appraisal

[PATCH net-next] net: bcmgenet: drop COMPILE_TEST dependency
 2017-08-02 17:42 UTC  (2+ messages)

[PATCH v3 00/11] Add the internal phy support
 2017-08-02 17:40 UTC  (5+ messages)
` [PATCH v3 05/11] net: stmmac: dwmac-rk: Add "
` [PATCH v3 10/11] ARM64: dts: rockchip: Add gmac2phy node support for rk3328

perf: bug in rdpmc/mmap accounting after exec
 2017-08-02 17:39 UTC  (2+ messages)

[PATCH V2] hyperv: netvsc: Neaten netvsc_send_pkt by using a temporary
 2017-08-02 17:36 UTC  (2+ messages)

[PATCH RFC] arm64: introduce mm_context_t flags
 2017-08-02 17:29 UTC  (3+ messages)

[PATCH v2 1/3] ASoC: codecs: msm8916-wcd-digital: add support to set_sysclk
 2017-08-02 17:30 UTC  (3+ messages)
` Applied "ASoC: codecs: msm8916-wcd-digital: add support to set_sysclk" to the asoc tree

[PATCH v2 2/3] ASoC: qcom: apq8016-sbc: set default mclk rate
 2017-08-02 17:29 UTC  (2+ messages)
` Applied "ASoC: qcom: apq8016-sbc: set default mclk rate" to the asoc tree

[PATCH v3 3/3] ASoC: codecs: msm8916-wcd-digital: add CIC filter source selection path
 2017-08-02 17:29 UTC  (2+ messages)
` Applied "ASoC: codecs: msm8916-wcd-digital: add CIC filter source selection path" to the asoc tree

[PATCH 0/3] constify scsi pci_device_id
 2017-08-02 17:29 UTC  (4+ messages)
` [PATCH 1/3] scsi: mptfusion: constify pci_device_id
` [PATCH 2/3] scsi: mptfc: "
` [PATCH 3/3] scsi: mptsas: "

[PATCH v4 00/10] make L2's kvm-clock stable, get rid of pvclock_gtod_copy in KVM
 2017-08-02 17:21 UTC  (4+ messages)
` [PATCH v4 01/10] timekeeper: introduce extended clocksource reading callback

[PATCH] drm/i915: add const to bin_attribute
 2017-08-02 17:20 UTC 

[PATCH 0/7] K2G: Add QSPI support
 2017-08-02 17:19 UTC  (4+ messages)

[PATCH 0/9] constify media pci_device_id/pci_tbl
 2017-08-02 17:14 UTC  (10+ messages)
` [PATCH 1/9] [media] drv-intf: saa7146: constify pci_device_id
` [PATCH 2/9] [media] ttpci: budget: "
` [PATCH 3/9] [media] ttpci: budget-patch: "
` [PATCH 4/9] [media] ttpci: budget-ci: "
` [PATCH 5/9] [media] ttpci: budget-av: "
` [PATCH 6/9] [media] ttpci: av7110: "
` [PATCH 7/9] [media] saa7146: mxb: "
` [PATCH 8/9] [media] saa7146: hexium_orion: "
` [PATCH 9/9] [media] saa7146: hexium_gemini: "

[PATCH] ARM64: dts: marvell: armada-37xx: Enable uSD on ESPRESSObin
 2017-08-02 17:16 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).