All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-22 13:05:42 to 2017-03-22 13:37:50 UTC [more...]

[PATCH v2 0/8] soc: imx: gpc: fixes and clean up
 2017-03-23  4:53 UTC  (3+ messages)
` [PATCH v2 4/8] soc: imx: gpc: fix imx6sl gpc power domain regression

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-22 13:37 UTC  (5+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 24/27] t/helper: add test-ref-store to test ref-store functions

[PATCH v5 untested] kvm: better MWAIT emulation for guests
 2017-03-22 13:35 UTC  (3+ messages)

[Qemu-devel] [PATCH] only link current target arch traces to qemu-system
 2017-03-22 13:37 UTC  (2+ messages)

[PATCH v1 00/14] Server-side NFS/RDMA changes for v4.12
 2017-03-22 13:36 UTC  (13+ messages)
` [PATCH v1 02/14] svcrdma: Add svc_rdma_map_reply_hdr()
` [PATCH v1 03/14] svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULT

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-22 13:37 UTC  (3+ messages)

[PATCH] kvm: pass the virtual SEI syndrome to guest OS
 2017-03-22 13:37 UTC  (9+ messages)

[Buildroot] [PATCH] imagemagick: bump version to 7.0.5-3
 2017-03-22 13:36 UTC 

[PATCH v1 0/5] STM32 Independant watchdog
 2017-03-22 13:36 UTC  (12+ messages)
` [PATCH v1 1/5] dt-bindings: Document STM32 IWDG bindings
` [PATCH v1 2/5] drivers: watchdog: Add STM32 IWDG driver
` [PATCH v1 3/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 SoC
` [PATCH v1 4/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 eval board
` [PATCH v1 5/5] ARM: configs: Add watchdog support in STM32 defconfig

[PATCH] cooker.py: use correct multiconfig prefix in dependency graph
 2017-03-22 13:36 UTC 

another design question -- proper (meaningful) content of recipe patches?
 2017-03-22 13:35 UTC  (4+ messages)

[Qemu-devel] [PATCH for-2.10 00/23] numa: add '-numa cpu' option
 2017-03-22 13:32 UTC  (24+ messages)
` [Qemu-devel] [PATCH for-2.10 01/23] tests: add CPUs to numa node mapping test
` [Qemu-devel] [PATCH for-2.10 02/23] hw/arm/virt: extract mp-affinity calculation in separate function
` [Qemu-devel] [PATCH for-2.10 03/23] hw/arm/virt: use machine->possible_cpus for storing possible topology info
` [Qemu-devel] [PATCH for-2.10 04/23] hw/arm/virt: explicitly allocate cpu_index for cpus
` [Qemu-devel] [PATCH for-2.10 05/23] numa: move source of default CPUs to NUMA node mapping into boards
` [Qemu-devel] [PATCH for-2.10 06/23] spapr: add node-id property to sPAPR core
` [Qemu-devel] [PATCH for-2.10 07/23] pc: add node-id property to CPU
` [Qemu-devel] [PATCH for-2.10 08/23] virt-arm: "
` [Qemu-devel] [PATCH for-2.10 09/23] numa: add check that board supports cpu_index to node mapping
` [Qemu-devel] [PATCH for-2.10 10/23] numa: mirror cpu to node mapping in MachineState::possible_cpus
` [Qemu-devel] [PATCH for-2.10 11/23] numa: do default mapping based on possible_cpus instead of node_cpu bitmaps
` [Qemu-devel] [PATCH for-2.10 12/23] pc: get numa node mapping from possible_cpus instead of numa_get_node_for_cpu()
` [Qemu-devel] [PATCH for-2.10 13/23] spapr: "
` [Qemu-devel] [PATCH for-2.10 14/23] virt-arm: "
` [Qemu-devel] [PATCH for-2.10 15/23] QMP: include CpuInstanceProperties into query_cpus output output
` [Qemu-devel] [PATCH for-2.10 16/23] tests: numa: add case for QMP command query-cpus
` [Qemu-devel] [PATCH for-2.10 17/23] numa: remove no longer used numa_get_node_for_cpu()
` [Qemu-devel] [PATCH for-2.10 18/23] numa: remove no longer need numa_post_machine_init()
` [Qemu-devel] [PATCH for-2.10 19/23] machine: call machine init from wrapper
` [Qemu-devel] [PATCH for-2.10 20/23] numa: use possible_cpus for not mapped CPUs check
` [Qemu-devel] [PATCH for-2.10 21/23] numa: remove node_cpu bitmaps as they are no longer used
` [Qemu-devel] [PATCH for-2.10 22/23] numa: add '-numa cpu, ...' option for property based node mapping
` [Qemu-devel] [PATCH for-2.10 23/23] tests: check -numa node, cpu=props_list usecase

[PATCH 00/17] PCI resource mmap cleanup
 2017-03-22 13:33 UTC  (19+ messages)
` [PATCH 01/17] pci: Fix pci_mmap_fits() for HAVE_PCI_RESOURCE_TO_USER platforms
` [PATCH 02/17] pci: Fix another sanity check bug in /proc/pci mmap
` [PATCH 03/17] pci: Only allow WC mmap on prefetchable resources
` [PATCH 04/17] pci: Add arch_can_pci_mmap_wc() macro
` [PATCH 05/17] pci: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>
` [PATCH 06/17] pci: Add HAVE_PCI_MMAP_IO to architectures which can mmap() I/O space
` [PATCH 07/17] pci: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH 08/17] pci: Add BAR index argument to pci_mmap_page_range()
` [PATCH 09/17] pci: Add pci_mmap_resource_range() and use it for ARM64
` [PATCH 10/17] arm: Use generic pci_mmap_resource_range()
` [PATCH 11/17] cris: "
` [PATCH 12/17] mips: "
` [PATCH 13/17] mn10300: "
` [PATCH 14/17] parisc: "
` [PATCH 15/17] sh: "
` [PATCH 16/17] unicore: "
` [PATCH 17/17] arm64: Do not expose PCI mmap through procfs

[PATCH 00/16] more drmP.h cleanup
 2017-03-22 13:34 UTC  (6+ messages)
` [PATCH 02/16] drm: Extract drm_debugfs.h
  ` [Intel-gfx] "
` [PATCH 11/16] drm/vblank: Switch drm_driver->get_vblank_timestamp to return a bool
  ` [Intel-gfx] "

[PATCH] x86: s/READ_ONCE_NOCHECK/READ_ONCE/ in arch_atomic_read()
 2017-03-22 12:57 UTC  (3+ messages)

[PATCH] net: stmmac: add set_mac to the stmmac_ops
 2017-03-22 13:29 UTC 

[RFC PATCH 00/23] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion on Intel platform
 2017-03-22 13:32 UTC  (6+ messages)
` [RFC PATCH 1/23] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities

[PATCH v6 0/4] Add runtime PM support for clocks (on Exynos SoC example)
 2017-03-22 13:32 UTC  (6+ messages)
  ` [PATCH v6 4/4] clk: samsung: exynos-audss: Use runtime PM

[PATCH] arm64: dts: rockchip: add dmac nodes for rk3368 SoCs
 2017-03-22 12:49 UTC  (2+ messages)

[PATCH v3 0/2] switch to atomic PWM
 2017-03-22 13:29 UTC  (7+ messages)
` [PATCH v3 1/2] drivers: pwm: pwm-atmel: "
` [PATCH v3 2/2] drivers: pwm: pwm-atmel: enable PWM on sama5d2

[PATCH v3 0/4] arm64: dts: rockchip: support Google Kevin
 2017-03-22 11:59 UTC  (3+ messages)
` [PATCH v3 2/4] arm64: dts: rockchip: add Gru/Kevin DTS

Enable DMA for daVinci SPI controller
 2017-03-22 13:30 UTC  (9+ messages)
` [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled

[Qemu-devel] [PATCH qemu-ga] qga: Make qemu-ga compile statically for Windows
 2017-03-22 13:29 UTC  (3+ messages)

[PATCH v3 0/5] DRM OF graph clean-up
 2017-03-22 13:26 UTC  (12+ messages)
` [PATCH v3 1/5] drm: make of_drm_find_panel also depend on CONFIG_DRM_PANEL
` [PATCH v3 2/5] drm: of: introduce drm_of_find_panel_or_bridge
` [PATCH v3 3/5] drm: convert drivers to use of_graph_get_remote_node
` [PATCH v3 4/5] drm: convert drivers to use drm_of_find_panel_or_bridge
` [PATCH v3 5/5] drm: omap: use common OF graph helpers

net_admin audit for setsockopt SO_SNDBUFFORCE
 2017-03-22 13:28 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/3] vfio-pci: support recovery of AER non fatal error
 2017-03-22 13:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] vfio-pci: process non fatal error of AER

[iptables PATCH] extensions: libxt_statistic: Complete nft translator
 2017-03-22 13:27 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] tpm: Add and fix commands
 2017-03-22 13:27 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] tpm: Add function to load keys via their parent's SHA1 hash
` [U-Boot] [PATCH 2/3] cmd: tpm: Fix flush command
` [U-Boot] [PATCH 3/3] lib: tpm: Add command to list resources

[U-Boot] [PATCH 00/16] RFC: Board init using driver model
 2017-03-22 13:26 UTC  (6+ messages)
` [U-Boot] [PATCH 04/16] dm: board: Add a uclass for init functions

[PATCH v2 00/27] arm64: Dom0 ITS emulation
 2017-03-21 21:23 UTC  (5+ messages)
` [PATCH v2 01/27] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT
` [PATCH v2 02/27] ARM: GICv3: allocate LPI pending and property table

[PATCH v2 0/4] pinctrl: sh-pfc: Add support for R-Car H3 ES2.0
 2017-03-22 13:25 UTC  (4+ messages)
` [PATCH v2 1/4] pinctrl: sh-pfc: Update info pointer after SoC-specific init

[PATCH 0/2] pinctrl: sh-pfc: r8a7795: Misc fixes and cleanups
 2017-03-22 13:25 UTC  (2+ messages)

[PATCH 0/7] clk: renesas: rcar-gen3: Misc fixes and cleanups
 2017-03-22 13:25 UTC  (2+ messages)

[Qemu-devel] Proposal for deprecating unsupported host OSes & architecutures
 2017-03-22 13:24 UTC  (5+ messages)

[PATCH] ARM: dts: r7s72100: add power-domains to sdhi
 2017-03-22 13:25 UTC  (2+ messages)

[PATCH 2/2] wireless: zd1211rw: fix NULL-deref at probe
 2017-03-22 13:24 UTC  (5+ messages)
` [2/2] "

[PATCH] drm/i915: Prefer to report ENOMEM rather than incur the oom for gfx allocations
 2017-03-22 13:24 UTC  (3+ messages)

Problem: net: mvneta: auto-negotiation with disconnected network cable
 2017-03-22 13:23 UTC 

[PATCH v2] staging: rts5208: Replace a bit shift by a use of BIT
 2017-03-22 13:24 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v2 0/7] Renesas RZ/A1 pin and gpio controller
 2017-03-22 13:23 UTC  (14+ messages)
` [PATCH v2 2/7] dt-bindings: pinctrl: Add RZ/A1 bindings doc
` [PATCH v2 4/7] arm: dts: r7s72100: Add pin controller node
` [PATCH v2 5/7] arm: dts: genmai: Add SCIF2 pin group
` [PATCH v2 6/7] arm: dts: genmai: Add RIIC2 "
` [PATCH v2 7/7] arm: dts: genmai: Add user led device nodes

[PATCH 07/17] net: convert sock.sk_refcnt from atomic_t to refcount_t
 2017-03-22 13:22 UTC  (14+ messages)
                      ` [Bridge] "

[PATCH v1 0/7] BQ24190 support for power_supply_battery_info and DT binding
 2017-03-22 13:22 UTC  (5+ messages)
` [PATCH v1 7/7] power: bq24190_charger: Set bq24190-battery device .type=unknown

[PATCH 4/5] mtd: nand: add support for Micron on-die ECC
 2017-03-22 13:20 UTC  (2+ messages)

[PATCH] clk: Add requested rate to clock summary output
 2017-03-22 13:20 UTC 

[PATCH] drm/i915: simplify intel_ddi_pll_select()
 2017-03-22 13:21 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] linux-headers: bump 3.{2, 12}.x and 4.{1, 4, 9, 10}.x series
 2017-03-22 13:19 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux: bump default version to 4.10.5

[PATCH libnetfilter_cthelper] examples: kill the "invalid argument" error in nftc-helper-add
 2017-03-22 13:09 UTC  (2+ messages)

[PATCH 0/3] xen: support of large memory maps
 2017-03-22 13:19 UTC  (5+ messages)
` [PATCH 2/3] xen/x86: use trampoline e820 buffer for BIOS interface only
` [PATCH 3/3] xen/x86: support larger memory map from EFI

Optimised memset64/memset32 for powerpc
 2017-03-22 13:18 UTC  (5+ messages)

[PATCH v3] mmc: sh_mmcif: Document r7s72100 DT bindings
 2017-03-22 13:17 UTC  (3+ messages)

[PATCH v1] leds: lp3952: Remove ACPI support for lp3952
 2017-03-22 13:15 UTC  (3+ messages)

[xen-unstable test] 106504: regressions - FAIL
 2017-03-22 12:47 UTC  (7+ messages)

[PATCH v1] mm, hugetlb: use pte_present() instead of pmd_present() in follow_huge_pmd()
 2017-03-22 12:29 UTC  (2+ messages)

[PATCH] tpm2: fix off-by-one comparison and out-of-bounds read error
 2017-03-22 13:12 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 for-2.9 0/3] Fix QemuOpts regression on bogus keys
 2017-03-22 13:13 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/3] qapi: Fix QemuOpts visitor regression on unvisited input

[Qemu-devel] [PATCH 00/81] Patch Round-up for stable 2.8.1, freeze on 2017-03-27
 2017-03-22 13:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH 58/81] ahci: advertise HOST_CAP_64

[PATCH v5] vfio error recovery: kernel support
 2017-03-22 13:10 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH v1] Revert "extcon: usb-gpio: add support for ACPI gpio interface"
 2017-03-22 13:09 UTC  (3+ messages)

[PATCH RESEND] tools/libxl: add support for emulated NVMe drives
 2017-03-22 13:09 UTC 

How to write RT applications ?
 2017-03-22 13:10 UTC  (5+ messages)

[PATCH 0/6] perf string handling fixes
 2017-03-22 13:06 UTC  (7+ messages)
` [PATCH 1/6] perf buildid: do not update SDT cache with null filename
` [PATCH 2/6] perf buildid: do not assume that readlink() returns a null terminated string
` [PATCH 3/6] perf tests: "
` [PATCH 4/6] perf utils: use sizeof(buf)-1 in readlink() call
` [PATCH 5/6] perf utils: null terminate buf in read_ftrace_printk()
` [PATCH 6/6] perf utils: readlink /proc/self/exe to find the perf binary

[PATCH nft] src: allow update of net base w. meta l4proto icmpv6
 2017-03-22 13:09 UTC  (2+ messages)

[PATCH v1 1/2] Revert "i2c: mux: pca954x: Add ACPI support for pca954x"
 2017-03-22 13:05 UTC  (3+ messages)

Linux 4.10.5
 2017-03-22 13:06 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/5] Runtime testing infrastructure
 2017-03-22 13:08 UTC  (4+ messages)
` [Buildroot] [PATCH v3 4/5] support/testing: add package tests

[PATCH 0/4] miscellaneous tests
 2017-03-22 13:06 UTC  (7+ messages)
` [PATCH 3/4] reflink: test adjacency of reflinked blocks

Linux 4.9.17
 2017-03-22 13:06 UTC  (2+ messages)

Linux 4.4.56
 2017-03-22 13:05 UTC  (2+ messages)

[PATCH 00/20] Separate `ref_cache` into a separate module
 2017-03-22 13:06 UTC  (5+ messages)
` [PATCH 18/20] commit_packed_refs(): use reference iteration

[Buildroot] [PATCH] support/script/check-bin-arch: ignore /usr/share
 2017-03-22 13:06 UTC  (3+ messages)

[PATCH v5] hwmon: ads7828 optional parameters from the device tree
 2017-03-22 13:05 UTC  (3+ messages)

[PATCH 00/17] Expand Aspeed AST2500 Support
 2017-03-22 13:06 UTC  (8+ messages)
` [PATCH 11/17] aspeed: Add I2C Driver
` [PATCH 16/17] aspeed: Add AST2500/AST2400 compatible NIC Driver
  ` [U-Boot] "

[U-Boot] [PATCH] rockchip: spl: use spl_early_init() instead of spl_init()
 2017-03-22 13:06 UTC  (2+ messages)

[U-Boot] [PATCH 00/21] STiH410-B2260: add reset, usb and fastboot support
 2017-03-22 13:06 UTC  (5+ messages)
` [U-Boot] [PATCH 05/21] phy: Add STi phy usb support
` [U-Boot] [PATCH 06/21] usb: ehci: Add STi ehci support

[U-Boot] Why is ns16550 guarded by !OF_PLATDATA ?
 2017-03-22 13:05 UTC  (2+ messages)

[U-Boot] [U-Boot 0/3] introduce Rockchip rockusb
 2017-03-22 13:05 UTC  (5+ messages)
` [U-Boot] [U-Boot 2/3] cmd: add rockusb command


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.