All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-11-04 03:16:38 to 2016-11-04 05:11:00 UTC [more...]

[PATCH v6 0/7] add NS2 support to bgmac
 2016-11-04  5:11 UTC  (12+ messages)
` [PATCH v6 1/7] net: phy: broadcom: add bcm54xx_auxctl_read
` [PATCH v6 2/7] Documentation: devicetree: add PHY lane swap binding
` [PATCH v6 3/7] net: phy: broadcom: Add BCM54810 PHY entry
` [PATCH v6 4/7] Documentation: devicetree: net: add NS2 bindings to amac
` [PATCH v6 5/7] net: ethernet: bgmac: device tree phy enablement

[PATCH v7 1/3] of: Add vendor prefix for Lattice Semiconductor
 2016-11-04  5:06 UTC  (6+ messages)
  ` [PATCH v7 2/3] Documentation: Add binding document for Lattice iCE40 FPGA manager
  ` [PATCH v7 3/3] fpga: Add support for Lattice iCE40 FPGAs

[PATCH v2 0/3] Add Mediatek CIRQ interrupt controller
 2016-11-04  5:07 UTC  (7+ messages)
` [PATCH v2 2/3] irqchip: mtk-cirq: Add mediatek mtk-cirq implement
        ` 回覆: "

[PATCHv12 0/3] rdmacg: IB/core: rdma controller support
 2016-11-04  5:06 UTC  (18+ messages)

[RESEND PATCH v1 00/11] perf: arm64: Support for Hisilicon SoC Hardware event counters
 2016-11-04  5:06 UTC  (5+ messages)
` [RESEND PATCH v1 05/11] dt-bindings: perf: hisi: Add Devicetree bindings for Hisilicon SoC PMU

[Qemu-devel] [PULL 00/16] ppc-for-2.8 queue 20161017
 2016-11-04  5:03 UTC  (3+ messages)
` [Qemu-devel] [PULL 15/16] spapr_pci: Add a 64-bit MMIO window

[SPDK] Tracepoint & PID
 2016-11-04  5:02 UTC 

[PATCH v2 0/2] power_supply: add new POWER_SUPPLY_PROP_POLL_INTERVAL property
 2016-11-04  5:00 UTC  (11+ messages)
` [PATCH v2 2/2] power: bq27xxx_battery: add poll interval property query

[RFC v2 1/7] mm: Provide generic VDSO unmap and remap functions
 2016-11-04  4:59 UTC  (7+ messages)
` [RFC v2 5/7] powerpc: Rename context.vdso_base to context.vdso
` [RFC v2 6/7] mm/powerpc: Use generic VDSO remap and unmap functions

Git issue
 2016-11-04  4:52 UTC  (6+ messages)

[PATCH v2 0/3] Add Mediatek JPEG Decoder
 2016-11-04  4:51 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: mediatek: Add a binding for "

[Qemu-devel] Migration dirty bitmap: should only mark pages as dirty after they have been sent
 2016-11-04  4:50 UTC  (10+ messages)

printk considered harmful (was: [TECH TOPIC] asynchronous printk)
 2016-11-03 23:28 UTC  (3+ messages)

[PATCH 0/11] ext4: Convert ext4 DAX IO to iomap framework
 2016-11-04  4:20 UTC  (17+ messages)
` [PATCH 01/11] ext4: Factor out checks from ext4_file_write_iter()
` [PATCH 02/11] ext4: Allow unaligned unlocked DAX IO
` [PATCH 08/11] ext4: Convert DAX faults to iomap infrastructure

[PATCH 0/21 v4] dax: Clear dirty bits after flushing caches
 2016-11-04  4:46 UTC  (12+ messages)
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address

cron job: media_tree daily build: ERRORS
 2016-11-04  4:46 UTC 

[meta-oe][PATCH] mariadb: use faster download URL
 2016-11-04  4:44 UTC  (4+ messages)

[PATCH] drm/i915/dp: Update connector status for DP MST hotplugs
 2016-11-04  4:42 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for drm/i915/dp: Update connector status for DP MST hotplugs (rev2)

[meta-oe][PATCH V2] gnuplot: upgrade to 5.0.5
 2016-11-04  4:40 UTC  (4+ messages)

[PATCH 1/2] arm: dts: aspeed: Set SPI1 mode to master
 2016-11-04  4:39 UTC  (4+ messages)
` [PATCH 2/2] arm: aspeed: Remove SPI1 strapping hacks

[PATCH] dm mpath: add check for count of groups to avoid wild pointer access
 2016-11-04  4:37 UTC 

Panicked and deleted superblock
 2016-11-04  4:34 UTC  (2+ messages)

[PATCH 0/21 v4 RESEND] dax: Clear dirty bits after flushing caches
 2016-11-04  4:25 UTC  (65+ messages)
` [PATCH 01/21] mm: Join struct fault_env and vm_fault
` [PATCH 02/21] mm: Use vmf->address instead of of vmf->virtual_address
` [PATCH 03/21] mm: Use pgoff in struct vm_fault instead of passing it separately
` [PATCH 04/21] mm: Use passed vm_fault structure in __do_fault()
` [PATCH 05/21] mm: Trim __do_fault() arguments
` [PATCH 06/21] mm: Use passed vm_fault structure for in wp_pfn_shared()
` [PATCH 07/21] mm: Add orig_pte field into vm_fault
` [PATCH 08/21] mm: Allow full handling of COW faults in ->fault handlers
` [PATCH 09/21] mm: Factor out functionality to finish page faults
` [PATCH 10/21] mm: Move handling of COW faults into DAX code
` [PATCH 11/21] mm: Remove unnecessary vma->vm_ops check
` [PATCH 12/21] mm: Factor out common parts of write fault handling
` [PATCH 13/21] mm: Pass vm_fault structure into do_page_mkwrite()
` [PATCH 14/21] mm: Use vmf->page during WP faults
` [PATCH 15/21] mm: Move part of wp_page_reuse() into the single call site
` [PATCH 16/21] mm: Provide helper for finishing mkwrite faults
` [PATCH 17/21] mm: Change return values of finish_mkwrite_fault()
` [PATCH 18/21] mm: Export follow_pte()
` [PATCH 19/21] dax: Make cache flushing protected by entry lock
` [PATCH 20/21] dax: Protect PTE modification on WP fault by radix tree "
` [PATCH 21/21] dax: Clear dirty entry tags on cache flush

[PATCH v3 0/6] Add support for IR transmitters
 2016-11-04  4:28 UTC  (6+ messages)
  ` [PATCH v3 5/6] Documentation: bindings: add documentation for ir-spi device driver

[PATCH v2] tpm_tis: Allow tpm_tis to be bound using DT
 2016-11-04  4:26 UTC  (2+ messages)

[PATCH 00/12] xen: add common function for reading optional value
 2016-11-04  4:26 UTC  (4+ messages)
` [PATCH 04/12] xen: make use of xenbus_read_unsigned() in xen-tpmfront

[PATCH 0/2] tpm: fix few kdoc error
 2016-11-04  4:25 UTC  (4+ messages)
` [PATCH 2/2] tpm/tpm2-chip: fix kdoc errors

[PATCH v5 0/5] nvdimm: hotplug support
 2016-11-04  4:22 UTC  (7+ messages)
  ` [Qemu-devel] "

[PATCH rdma-core] rxe: Use default dual-license instead of PathScale
 2016-11-04  4:12 UTC  (3+ messages)

RDMA developer gatherings around Kernel Summit and Linux Plumbers in Santa Fe
 2016-11-04  4:12 UTC  (5+ messages)

[PATCH] dm mpath: add check for count of groups to avoid wild pointer access
 2016-11-04  4:11 UTC  (3+ messages)
`  "
  ` 答复: "

[linux dev-4.7 PATCH 0/4] Board file cleanup
 2016-11-04  4:05 UTC  (5+ messages)
` [linux dev-4.7 PATCH 4/4] arm: aspeed: Remove SPI controller hacks

[RFC 0/8] KVM PCIe/MSI passthrough on ARM/ARM64 (Alt II)
 2016-11-04  4:02 UTC  (4+ messages)

[PATCH] pinctrl: amd: Add support for additional GPIO
 2016-11-04  3:46 UTC 

[PATCH 0/2] Fix near layout I/O distribution
 2016-11-04  4:01 UTC  (3+ messages)
` [PATCH 2/2] mdadm: raid10.c Remove near atomic break

[Qemu-devel] [RFC 00/17] Clean up compatibility mode handling
 2016-11-04  4:01 UTC  (9+ messages)
` [Qemu-devel] [RFC 08/17] ppc: Rewrite ppc_get_compat_smt_threads()
` [Qemu-devel] [RFC 09/17] ppc: Validate compatibility modes when setting
` [Qemu-devel] [RFC 11/17] ppc: Add ppc_set_compat_all()

[PATCH V2 1/2] block: immediately dispatch big size request
 2016-11-04  4:00 UTC  (5+ messages)
` [PATCH V2 2/2] blk-mq: "

[PATCH v2 0/6] pinctrl: aspeed: Fixes for g5, implement remaining pins
 2016-11-04  3:59 UTC  (10+ messages)
` [PATCH v2 3/6] mfd: dt: Add bindings for the Aspeed LPC Host Controller (LPCHC)
` [PATCH v2 4/6] pinctrl: aspeed: Read and write bits in LPCHC and GFX controllers

vmalloced stacks and scatterwalk_map_and_copy()
 2016-11-04  3:57 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] berkeleydb: fix build on powerpc64le
 2016-11-04  3:52 UTC  (3+ messages)

[PATCH] iommu: arm-smmu: Set SMTNMB_TLBEN in ACR to enable caching of bypass entries
 2016-11-04  3:52 UTC  (4+ messages)

RAID boot documentation
 2016-11-04  3:51 UTC  (4+ messages)

Softlockup during memory allocation
 2016-11-04  3:46 UTC  (3+ messages)

3740 linux-fsdevel
 2016-11-04  3:44 UTC 

[B.A.T.M.A.N.] [PATCH maint] batman-adv: Revert "fix splat on disabling an interface"
 2016-11-04  3:42 UTC  (2+ messages)

esdk without using Poky?
 2016-11-04  3:41 UTC  (4+ messages)

[PATCH v4 0/4] Add DT support for DA8xx
 2016-11-04  3:40 UTC  (3+ messages)
` [PATCH v4 4/4] ARM: dts: da850: Add the usb otg device node

[PATCH 0/4] Add SCU device node support for Exynos4
 2016-11-04  3:39 UTC  (10+ messages)
` [PATCH 1/4] ARM: EXYNOS: Remove smp_init_cpus hook from platsmp.c
` [PATCH 2/4] ARM: dts: exynos: Add SCU device node to exynos4.dtsi
` [PATCH 3/4] ARM: EXYNOS: Remove static mapping of SCU SFR
` [PATCH 4/4] ARM: EXYNOS: Remove unused soc_is_exynos{4,5}

[PATCH v2 0/3] expanded statistic reporting
 2016-11-04  3:36 UTC  (5+ messages)
` [PATCH v3 0/3] Expanded statistics reporting
  ` [PATCH v3 1/3] lib: add information metrics library
  ` [PATCH v3 2/3] lib: add bitrate statistics library
  ` [PATCH v3 3/3] app/test-pmd: add support for bitrate statistics

Resync issue in RAID1
 2016-11-04  3:33 UTC  (6+ messages)

[PATCH 1/2] arm: aspeed: Add Romulus BMC-specific early setup
 2016-11-04  3:30 UTC  (7+ messages)
` [PATCH 2/2] arm: aspeed: Set SPI master strap for all boards

[PATCH] net/bonding: only handle lacp slow packets
 2016-11-04  3:30 UTC 

[PATCH] multipath-tools:replace the "strict_timinig" with "strict_timing"
 2016-11-04  3:26 UTC 

[PATCH 0/2] arm64: fix the bugs found in the hugetlb test
 2016-11-04  2:52 UTC  (4+ messages)
` [PATCH 1/2] arm64: hugetlb: remove the wrong pmd check in find_num_contig()

[PATCH] drm/amdgpu: set bypass mode when uvd is idle
 2016-11-04  3:18 UTC  (3+ messages)

[PATCH] net/bonding: not handle vlan slow packet
 2016-11-04  3:16 UTC  (4+ 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.