All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-16 03:00:10 to 2017-08-16 04:52:44 UTC [more...]

[PATCH net-next 0/3 v4] Add support for rmnet driver
 2017-08-16  4:52 UTC  (6+ messages)
` [PATCH net-next 1/3 v4] net: ether: Add support for multiplexing and aggregation type
` [PATCH net-next 2/3 v4] net: arp: Add support for raw IP device
` [PATCH net-next 3/3 v4] drivers: net: ethernet: qualcomm: rmnet: Initial implementation

[PATCH][RFC v2] PM / Hibernate: Disable wathdog when creating snapshot
 2017-08-16  4:53 UTC 

[PATCH] openvswitch: add libcap-ng PACKAGECONFIG
 2017-08-16  4:51 UTC 

[Buildroot] [PATCH] linux-firmware: Add QLogic FC Adapters
 2017-08-16  4:51 UTC  (2+ messages)

[PATCH][RFC] PM / Hibernate: Feed NMI wathdog when creating snapshot
 2017-08-16  4:53 UTC  (3+ messages)

[PATCH v2] zsmalloc: zs_page_migrate: schedule free_work if zspage is ZS_EMPTY
 2017-08-16  4:51 UTC  (5+ messages)

[PATCH v2 0/5] K2G: Add QSPI support
 2017-08-16  4:50 UTC  (18+ messages)
` [PATCH v2 1/5] mtd: spi-nor: cadence-quadspi: Add TI 66AK2G SoC specific compatible
` [PATCH v2 2/5] mtd: spi-nor: cadence-quadspi: add a delay in write sequence
` [PATCH v2 3/5] mtd: spi-nor: cadence-quadspi: Add new binding to enable loop-back circuit
` [PATCH v2 4/5] mtd: spi-nor: cadence-quadspi: Add support to enable loop-back clock circuit
` [PATCH v2 5/5] mtd: spi-nor: cadence-quadspi: Add runtime PM support

[PATCH v4 00/20] Add QCOM QPIC NAND support
 2017-08-16  4:50 UTC  (16+ messages)
` [PATCH v4 05/20] mtd: nand: qcom: DMA mapping support for register read buffer
` [PATCH v4 06/20] mtd: nand: qcom: allocate BAM transaction
` [PATCH v4 08/20] mtd: nand: qcom: support for passing flags in transfer functions
` [PATCH v4 09/20] mtd: nand: qcom: support for read location registers
` [PATCH v4 10/20] mtd: nand: qcom: erased codeword detection configuration
` [PATCH v4 11/20] mtd: nand: qcom: enable BAM or ADM mode

[PATCH v6 0/3] sparc64: Add 16GB hugepage support
 2017-08-16  4:49 UTC  (2+ messages)

[PATCH] sg: recheck MMAP_IO request length with lock held
 2017-08-16  4:48 UTC 

Something hitting my total number of connections to the server
 2017-08-16  4:48 UTC  (2+ messages)

[PATCH v1 2/6] fs: use on-stack-bio if backing device has BDI_CAP_SYNC capability
 2017-08-16  4:48 UTC  (13+ messages)

[PATCH v3 00/14] [dt-bindings] [media] Add document file and driver for Sony CXD2880 DVB-T2/T tuner + demodulator
 2017-08-16  4:47 UTC  (30+ messages)
` [PATCH v3 01/14] [dt-bindings] [media] Add document file for CXD2880 SPI I/F
` [PATCH v3 03/14] [media] cxd2880: Add common files for the driver
` [PATCH v3 05/14] [media] cxd2880: Add tuner part of "
` [PATCH v3 06/14] [media] cxd2880: Add integration layer for "
` [PATCH v3 07/14] [media] cxd2880: Add top level of "
  ` [PATCH v3 02/14] [media] cxd2880-spi: Add support for CXD2880 SPI interface
  ` [PATCH v3 04/14] [media] cxd2880: Add spi device IO routines
  ` [PATCH v3 08/14] [media] cxd2880: Add DVB-T control functions the driver
  ` [PATCH v3 09/14] [media] cxd2880: Add DVB-T monitor and integration layer functions
  ` [PATCH v3 10/14] [media] cxd2880: Add DVB-T2 control functions for the driver
  ` [PATCH v3 11/14] [media] cxd2880: Add DVB-T2 monitor and integration layer functions
  ` [PATCH v3 12/14] [media] cxd2880: Add all Makefile files for the driver
  ` [PATCH v3 13/14] [media] cxd2880: Add all Kconfig "
` [PATCH v3 14/14] [media] cxd2880 : Update MAINTAINERS file for CXD2880 driver

linux-next: build failure after merge of the akpm-current tree
 2017-08-16  4:47 UTC 

[PATCH v2 00/13] Enable Virtual Console Concentrator (VCC)
 2017-08-16  4:45 UTC  (2+ messages)

[PATCH] ioctl_tty.2: add TIOCGPTPEER documentation
 2017-08-16  4:43 UTC  (4+ messages)

[PATCH V2] image.bbclass: drop initramfs bundle related code
 2017-08-16  4:34 UTC  (2+ messages)

[PATCH v8 00/14] lockdep: Implement crossrelease feature
 2017-08-16  4:37 UTC  (7+ messages)

get_user_pages_unlocked() fails for mmap()-ed nvdimm-backed file
 2017-08-16  4:41 UTC  (3+ messages)

[sparc64] kernel OOPS with gcc 7.1 / 7.2
 2017-08-16  4:30 UTC  (2+ messages)

[PATCH] ARM: dts: qcom-apq8064: Fix dsi and hdmi phy cells
 2017-08-16  4:28 UTC  (2+ messages)

[RFC] sparse SSA construction
 2017-08-16  4:23 UTC  (10+ messages)

linux-next: manual merge of the akpm-current tree with the tip tree
 2017-08-16  4:14 UTC  (11+ messages)

[PATCH 0/7] drm/syncobj: Add full-featured wait support (v3)
 2017-08-16  4:13 UTC  (8+ messages)
` [PATCH 1/7] drm/syncobj: Rename fence_get to find_fence
` [PATCH 2/7] drm/syncobj: Add a race-free drm_syncobj_fence_get helper (v2)
` [PATCH 3/7] i915: Use drm_syncobj_fence_get
` [PATCH 4/7] drm/syncobj: add sync obj wait interface. (v8)
` [PATCH 5/7] drm/syncobj: Add a reset ioctl
` [PATCH 6/7] drm/syncobj: Add a callback mechanism for replace_fence (v2)
` [PATCH 7/7] drm/syncobj: Allow wait for submit and signal behavior (v5)

9ec9dea301 ("net: Define usercopy region in struct proto slab .."): kernel BUG at mm/slab_common.c:468!
 2017-08-16  4:10 UTC 

[RFC] virtio-iommu version 0.4
 2017-08-16  4:08 UTC  (5+ messages)
` [virtio-dev] "

[PATCH net-next V2 0/3] XDP support for tap
 2017-08-16  4:07 UTC  (14+ messages)
` [PATCH net-next V2 1/3] tap: use build_skb() for small packet
` [PATCH net-next V2 3/3] tap: XDP support

[PATCH net-next 0/4] liquidio: adding support for ethtool --set-channels feature
 2017-08-16  4:07 UTC  (2+ messages)

[PATCH 0/2] x86/idle: add halt poll support
 2017-08-16  4:04 UTC  (5+ messages)
` [1/2] x86/idle: add halt poll for halt idle
  ` [PATCH 1/2] "

[PATCH net repost] nfp: do not update MTU from BH in flower app
 2017-08-16  4:03 UTC  (4+ messages)

[PATCH v3] zsmalloc: zs_page_migrate: schedule free_work if zspage is ZS_EMPTY
 2017-08-16  4:01 UTC  (4+ messages)

[PATCH 0/5] Add clk and scpsys support for MT6755
 2017-08-16  3:59 UTC  (3+ messages)

[RFC] ledtrig-dither: A Poor man's adjustable LED brightness
 2017-08-16  3:55 UTC  (3+ messages)

[PATCH 1/2] android-xfstests: support specifying a kernel to boot
 2017-08-16  3:53 UTC  (3+ messages)
` [PATCH 2/2] android-xfstests: update documentation

cron job: media_tree daily build: ERRORS
 2017-08-16  3:52 UTC 

[Xenomai] Driver Specific Options for analogy_s526
 2017-08-16  3:50 UTC 

[xen-4.9-testing test] 112647: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-16  3:49 UTC 

[xfstest-bld PATCH 1/2] test-appliance: add safety check for "gen-image --out-tar"
 2017-08-16  3:45 UTC  (4+ messages)
` [xfstests-bld PATCH 2/2] Make the build and creation of xfstests.tar.gz to be reproducible

[PATCH v4] mtd: spi-nor: add support for GD25Q256
 2017-08-16  3:40 UTC  (3+ messages)

[PATCH] vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()
 2017-08-16  3:40 UTC 

[Buildroot] [PATCH v2 1/2] whois: fix build with NLS disabled
 2017-08-16  3:40 UTC  (2+ messages)

[PATCH] vmbus: suppress uevents for hv_sock devices
 2017-08-16  3:39 UTC 

[patch net-next 0/3] net/sched: Improve getting objects by indexes
 2017-08-16  3:38 UTC  (3+ messages)

[PATCHv2 0/3] recipetool: bug fixes and enhancement
 2017-08-16  3:37 UTC  (4+ messages)
` [PATCHv2 1/3] recipetool: create: being able to set branch when revision is provided
` [PATCHv2 2/3] recipetool: create: handle git URLs specifying only a tag
` [PATCHv2 3/3] recipetool: create: replacing PV in SRCURI

early x86 unseeded randomness
 2017-08-16  3:35 UTC  (13+ messages)

[PATCH] db: Add --tag parameter to libtool invocation
 2017-08-16  3:33 UTC 

[PATCH] scsi: sg: protect accesses to 'reserved' page array
 2017-08-16  3:32 UTC  (2+ messages)

[Qemu-devel] [PATCH qemu v4 0/3] fio-pci, spapr: Allow in-kernel TCE ops acceleration
 2017-08-16  3:30 UTC  (6+ messages)
` [Qemu-devel] [PATCH qemu v4 1/3] spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pci

[PATCH 2/2] staging: typec: tcpm: explicit_contract is always established
 2017-08-16  3:30 UTC  (2+ messages)

[PATCH 1/2] staging: typec: tcpm: Report right typec_pwr_opmode
 2017-08-16  3:29 UTC  (2+ messages)

[PATCH 0/1] nss: 3.30.2 -> 3.31.1
 2017-08-16  3:27 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/4] Switch Ux500 to use generic DT cpufreq
 2017-08-16  3:26 UTC  (6+ messages)
` [PATCH 1/4] ARM: dts: augment Ux500 to use "

[PATCH] drm/i915: Return -EPERM when i915_gem_mmap_ioctl handling prime objects
 2017-08-16  3:26 UTC  (9+ messages)

[PATCH] CPUFREQ: Loongson2: constify platform_device_id
 2017-08-16  3:25 UTC  (2+ messages)

[PATCH] cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver
 2017-08-16  3:25 UTC  (2+ messages)

[PATCH 0/2] Separate NUMA statistics from zone statistics
 2017-08-16  3:23 UTC  (9+ messages)
` [PATCH 2/2] mm: Update NUMA counter threshold size

[PATCH v1 00/13] Enable Memory Bandwidth Allocation in Xen
 2017-08-16  3:23 UTC  (5+ messages)
` [PATCH v1 04/13] x86: implement data structure and CPU init flow for MBA
` [PATCH v1 05/13] x86: implement get hw info "

[PATCH] drm/i915/cnl: Fix LSPCON support
 2017-08-16  3:23 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] devicetree: Enable generation of __symbols__ in all dtb files
 2017-08-16  3:22 UTC  (4+ messages)

[PATCH] fix revisions doc about quoting for ':/' notation
 2017-08-16  3:21 UTC 

[GIT PULL] (xen) stable/for-jens-4.13 for rc5
 2017-08-16  3:21 UTC 

CPU frequency governor problem
 2017-08-16  3:18 UTC  (2+ messages)

[PATCH net V2] openvswitch: fix skb_panic due to the incorrect actions attrlen
 2017-08-16  3:18 UTC  (4+ messages)

[PATCH v13 0/7] drm/i915/gvt: Dma-buf support for GVT-g
 2017-08-16  3:16 UTC  (4+ messages)
` [PATCH v13 2/7] drm: Introduce RGB 64-bit 16:16:16:16 float format

[PATCH] arm64: dts: rk3399: init vop clock rates
 2017-08-16  3:15 UTC  (4+ messages)

Questions about PMU counters
 2017-08-16  3:10 UTC  (2+ messages)

[PATCH v3 0/2] Add i2c dt-binding and compatible for Mediatek MT7622 SoC
 2017-08-16  3:08 UTC  (5+ messages)
` [PATCH v3 2/2] i2c: mediatek: Add i2c compatible for MediaTek MT7622

[PATCH] KVM/x86: Increase max vcpu number to 352
 2017-08-16  3:07 UTC  (8+ messages)

[GIT] Networking
 2017-08-16  3:03 UTC  (3+ messages)

[iscsi] Deadlock occurred when network is in error
 2017-08-16  3:03 UTC  (5+ messages)
  ` 答复: "

[PATCH RESEND] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
 2017-08-16  3:00 UTC 

[PATCH 1/2] clk: hi6220: add acpu clock
 2017-08-16  3:02 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: hi6220: add acpu_sctrl

[GIT PULL] arm64: dts: uniphier: UniPhier DT updates (64bit) for v4.14
 2017-08-16  3:01 UTC  (2+ messages)

[GIT PULL] ARM: dts: uniphier: UniPhier DT updates for v4.14
 2017-08-16  3:00 UTC  (2+ messages)

[PATCH 00/24] KFD fixes, cleanups, features to make the runtime happy
 2017-08-16  3:00 UTC  (14+ messages)
  ` [PATCH 12/24] drm/amdkfd: Fix doorbell initialization and finalization
  ` [PATCH 13/24] drm/amdkfd: Allocate gtt_sa_bitmap in long units
  ` [PATCH 14/24] drm/amdkfd: Handle remaining BUG_ONs more gracefully v2
  ` [PATCH 15/24] drm/amdkfd: Add more error printing to help bringup v2
  ` [PATCH 16/24] drm/amdkfd: Clamp EOP queue size correctly on Gfx8
  ` [PATCH 17/24] drm/amdkfd: Update PM4 packet headers
  ` [PATCH 18/24] drm/amdgpu: Disable GFX PG on CZ
  ` [PATCH 19/24] drm/amd: Update MEC HQD loading code for KFD
  ` [PATCH 20/24] drm/amdgpu: Program SH_STATIC_MEM_CONFIG globally, not per-VMID
  ` [PATCH 21/24] drm/amdgpu: Add kgd/kfd interface to support scratch memory v2
  ` [PATCH 22/24] drm/amdkfd: Adding new IOCTL for "
  ` [PATCH 23/24] drm/amdgpu: Add kgd kfd interface get_tile_config() v2
  ` [PATCH 24/24] drm/amdkfd: Implement image tiling mode support v2


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.