All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-14 12:26:12 to 2015-10-14 12:56:27 UTC [more...]

[PATCH v4 00/11] exynos-ufs: add support for Exynos
 2015-10-14 12:55 UTC  (3+ messages)
  ` [PATCH v4 02/11] phy: exynos-ufs: add UFS PHY driver for EXYNOS SoC
  ` [PATCH v4 06/11] scsi: ufs: add quirk to enable host controller without hce

[PATCH v5 0/6] MT8173 IOMMU SUPPORT
 2015-10-14 12:56 UTC  (12+ messages)
` [PATCH v5 3/6] iommu: add ARM short descriptor page table allocator
` [PATCH v5 5/6] iommu/mediatek: Add mt8173 IOMMU driver

[PATCH net-next v2 0/6] net: dsa: implement port_fdb_dump in drivers
 2015-10-14 13:12 UTC  (3+ messages)
` [PATCH net-next v2 1/6] net: dsa: add port_fdb_dump function

[PATCH 0/2] iio: adc: mcp320x: Add compatible with vendor prefix and deprecate old ones
 2015-10-14 12:54 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: mcp320x: Deprecated compatible strings with no vendor prefix
` [PATCH 2/2] iio: adc: mcp320x: Add compatible with vendor prefix to OF table

[PATCH] ARM: shmobile: defconfig: enable initrd and atag dtb compat
 2015-10-14 12:55 UTC  (2+ messages)
` [PATCH] ARM: shmobile: defconfig: enable HDMI output for RCar

[PATCH v4 0/2] arm64: Introduce IRQ stack
 2015-10-14 12:55 UTC  (7+ messages)
` [PATCH v4 2/2] arm64: Expand the stack trace feature to support "

Xen 4.6, OVMF and arm64
 2015-10-14 12:55 UTC  (4+ messages)

mips VDSO
 2015-10-14 12:55 UTC  (5+ messages)

[PATCH v4] ARM: configs: Add Freescale LS1021A defconfig
 2015-10-14 12:54 UTC  (5+ messages)

[PATCH 0/2] clk: qcom: Add DSI clocks for MSM8960/APQ8064
 2015-10-14 12:54 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: clk-rcg: Add customized clk_ops for DSI RCGs
` [PATCH 2/2] clk: qcom: mmcc-8960: Add DSI related clocks

[PATCHv4] mm: Don't offset memmap for flatmem
 2015-10-14 12:54 UTC  (4+ messages)

[PATCH 1/1] drm/i915: Drop RPM reference when CSR fails to load for BXT
 2015-10-14 12:57 UTC  (2+ messages)

Error due GTK+3 new rdepends on libgl
 2015-10-14 12:54 UTC  (4+ messages)

[PATCH 0/5] MIPS: Add Xilfpga platform
 2015-10-14 12:51 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: MIPS: Document xilfpga bindings and boot style
` [PATCH 2/5] gpio/xilinx: enable for MIPS
` [PATCH 3/5] MIPS: dt: xilfpga: Add xilfpga device tree files
` [PATCH 4/5] MIPS: xilfpga: Add mipsfpga platform code
` [PATCH 5/5] MIPS: Add xilfpga defconfig

remoteproc module
 2015-10-14 12:52 UTC  (6+ messages)

RFC: nvme driver split, the main part
 2015-10-14 12:53 UTC  (4+ messages)
` [PATCH 7/8] nvme: move namespace scanning to common code

Video freezing after activating XScreensaver
 2015-10-14 12:55 UTC  (4+ messages)

[PATCH v4 00/11] Smack namespace
 2015-10-14 12:42 UTC  (31+ messages)
` [PATCH v4 01/11] user_ns: 3 new LSM hooks for user namespace operations
` [PATCH v4 02/11] lsm: /proc/$PID/attr/label_map file and getprocattr_seq hook
` [PATCH v4 03/11] lsm: add file opener's cred to a setprocattr arguments
` [PATCH v4 04/11] lsm: inode_pre_setxattr hook
` [PATCH v4 05/11] smack: extend capability functions and fix 2 checks
` [PATCH v4 06/11] smack: don't use implicit star to display smackfs/syslog
` [PATCH v4 07/11] smack: abstraction layer for 2 common Smack operations
` [PATCH v4 08/11] smack: misc cleanups in preparation for a namespace patch
` [PATCH v4 09/11] smack: namespace groundwork
` [PATCH v4 10/11] smack: namespace implementation
` [PATCH v4 11/11] smack: documentation for the Smack namespace

[GIT PULL 00/31] perf tools: filtering events using eBPF programs
 2015-10-14 12:41 UTC  (32+ messages)
` [PATCH 01/31] perf tools: Make perf depend on libbpf
` [PATCH 02/31] perf ebpf: Add the libbpf glue
` [PATCH 03/31] perf tools: Enable passing bpf object file to --event
` [PATCH 04/31] perf record, bpf: Create probe points for BPF programs
` [PATCH 05/31] perf record: Load eBPF object into kernel
` [PATCH 06/31] perf tools: Collect perf_evsel in BPF object files
` [PATCH 07/31] perf tools: Attach eBPF program to perf event
` [PATCH 08/31] perf record: Add clang options for compiling BPF scripts
` [PATCH 09/31] perf tools: Compile scriptlets to BPF objects when passing '.c' to --event
` [PATCH 10/31] perf test: Enforce LLVM test for BPF test
` [PATCH 11/31] perf test: Add 'perf test BPF'
` [PATCH 12/31] perf probe: Reset args and nargs for probe_trace_event when failure
` [PATCH 13/31] bpf tools: Load a program with different instances using preprocessor
` [PATCH 14/31] perf tools: Add BPF_PROLOGUE config options for further patches
` [PATCH 15/31] perf tools: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on
` [PATCH 16/31] perf tools: Add prologue for BPF programs for fetching arguments
` [PATCH 17/31] perf tools: Generate prologue for BPF programs
` [PATCH 18/31] perf tools: Use same BPF program if arguments are identical
` [PATCH 19/31] perf record: Support custom vmlinux path
` [PATCH 20/31] perf tools: Allow BPF program attach to uprobe events
` [PATCH 21/31] perf test: Enforce LLVM test, add kbuild test
` [PATCH 22/31] perf test: Test BPF prologue
` [PATCH 23/31] bpf tools: Add helper function for updating bpf maps elements
` [PATCH 24/31] bpf tools: Collect map definition in bpf_object
` [PATCH 25/31] bpf tools: Extract and collect map names from BPF object file
` [PATCH 26/31] perf tools: Support perf event alias name
` [PATCH 27/31] perf tools: Pass available CPU number to clang compiler
` [PATCH 28/31] perf tools: Add API to config maps in bpf object
` [PATCH 29/31] perf tools: Add API to apply config to BPF map
` [PATCH 30/31] perf record: Apply config to BPF objects before recording
` [PATCH 31/31] perf tools: Enable BPF object configure syntax

[PATCH 1/2] oracle-jse.inc: Make LIC_FILES_CHKSUM path relative
 2015-10-14 12:51 UTC  (3+ messages)
` [PATCH 2/2] oracle-jse-ejre.inc: "
` [meta-oracle-java][PATCH] "

post-receive: pub/scm/utils/rt-tests/rt-tests
 2015-10-14 12:51 UTC 

glibc build error when it is rebuild due hash mismatch
 2015-10-14 12:51 UTC  (5+ messages)

[PATCH] ASoC: Add info callback for SX_TLV controls
 2015-10-14 12:31 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net
 2015-10-14 12:50 UTC 

[PATCHv5 0/8] ethdev: add new API to retrieve RX/TX queue information
 2015-10-14 12:49 UTC  (23+ messages)
` [PATCHv5 1/8] "
  ` [dpdk-dev, PATCHv5, "
` [PATCHv5 2/8] i40e: add support for eth_(rxq|txq)_info_get and (rx|tx)_desc_lim
` [PATCHv5 3/8] ixgbe: "
` [PATCHv5 4/8] e1000: "
` [PATCHv5 5/8] fm10k: add HW specific desc_lim data into dev_info
` [PATCHv5 6/8] cxgbe: "
` [PATCHv5 7/8] vmxnet3: "
` [PATCHv5 8/8] testpmd: add new command to display RX/TX queue information

[meta-qt5][PATCH 00/11] upstreaming Qt for Device Creation changes
 2015-10-14 12:50 UTC  (6+ messages)
` [meta-qt5][PATCH 06/11] qt5: make qt5.inc reusable qt5-module.bbclass

[PATCH 1/2] oracle-jse.inc: Make LIC_FILES_CHKSUM path relative
 2015-10-14 12:49 UTC  (3+ messages)
` [PATCH 2/2] oracle-jse-ejre.inc: "
` [meta-oracle-java][PATCH] "

[Qemu-devel] Question about xen disk unplug support for ahci missed in qemu
 2015-10-14 12:48 UTC  (6+ messages)

[Bug 35457] [rs690m] Graphics corruption with ati x1200
 2015-10-14 12:48 UTC 

[PATCH] ARM: fix vdsomunge depends on glibc specific byteswap.h
 2015-10-14 12:47 UTC  (4+ messages)
` [PATCH v2] ARM: fix vdsomunge not to depend "

[BXT DSI timing fixes v1 0/3] BXT DSI mode timing fixes
 2015-10-14 12:49 UTC  (5+ messages)
` [BXT DSI timing fixes v1 3/3] drm/i915/bxt: Fixed dsi enc disable and blank at bootup

[U-Boot] Command to create a partition table?
 2015-10-14 12:46 UTC  (3+ messages)

[PATCH net-next] Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"
 2015-10-14 13:02 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/9] arm: Steps towards EL2 support round 5
 2015-10-14 12:45 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 3/9] target-arm: Add support for S2 page-table protection bits

post-receive: pub/scm/linux/kernel/git/will/linux
 2015-10-14 12:44 UTC 

[PATCH] Staging: rtl8712: rtl8712_xmit: Remove unnecessary cast
 2015-10-14 12:44 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH net-next v5] net: ipv6: Make address flushing on ifdown optional
 2015-10-14 13:00 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/will/linux
 2015-10-14 12:43 UTC 

[PATCH V3 0/6] Add LS1043A SoC support
 2015-10-14 12:43 UTC  (5+ messages)
` [PATCH V3 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC

[PATCH] toaster: Disable add layer button when input is empty
 2015-10-14 12:43 UTC 

RFC: Survey on release cycle
 2015-10-14 12:43 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/will/linux
 2015-10-14 12:43 UTC 

[PATCH 0/8] Stability improvements to error state capture
 2015-10-14 12:45 UTC  (7+ messages)
` [PATCH 3/8] drm/i915: Cope with request list state change during "

[PATCHv4 0/9] Dynamic RSS Configuration for Bonding
 2015-10-14 12:42 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 5/9] null: export eth_dev_null_create

[PATCH v4 00/11] Smack namespace
 2015-10-14 12:41 UTC 

[Xenomai] rt_heap_alloc size 0 - syscall 7 denied
 2015-10-14 12:41 UTC  (3+ messages)

[Qemu-devel] [PATCH] libseccomp: add cacheflush to whitelist
 2015-10-14 12:41 UTC  (6+ messages)

[PATCHv3 00/11] arm64: 16K translation granule support
 2015-10-14 12:41 UTC  (5+ messages)
` [PATCHv3 01/11] arm64: Move swapper pagetable definitions

[PATCH] drm/i915: Reset dpll_hw_state when selecting a new pll on hsw
 2015-10-14 12:44 UTC  (9+ messages)

Sildes of topology status for ELEC 2015
 2015-10-14 12:40 UTC  (4+ messages)

[U-Boot] [PATCH] arm: vf610: move device tree after kernel image
 2015-10-14 12:39 UTC  (2+ messages)

Multiple client connections?
 2015-10-14 12:38 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/1] migration: announce VM's new home just before VM is runnable
 2015-10-14 12:38 UTC  (2+ messages)

[PATCH V2 0/2] bpf: enable/disable events stored in PERF_EVENT_ARRAY maps trace data output when perf sampling
 2015-10-14 12:37 UTC  (3+ messages)
` [PATCH V2 1/2] bpf: control the trace data output on current cpu "
` [PATCH V2 2/2] bpf: control a set of perf events by creating a new ioctl PERF_EVENT_IOC_SET_ENABLER

[Buildroot] [Bug 8271] New: Buildroot wit x86_64 architecture fails to boot on qemu with kernels >=3.10
 2015-10-14 12:38 UTC  (2+ messages)
` [Buildroot] [Bug 8271] "

[net-next v2 00/16][pull request] Intel Wired LAN Driver Updates 2015-10-13
 2015-10-14 12:54 UTC  (2+ messages)

[PATCH 0/4] ARM: berlin: improve multi_v7_defconfig support
 2015-10-14 12:36 UTC  (3+ messages)

v9.1.0 Infernalis release candidate released
 2015-10-14 12:37 UTC  (6+ messages)
  ` [ceph-users] "
` [Ceph-announce] "

[REPOST PATCH 0/2] DRA7 DSP MMU config support
 2015-10-14 12:36 UTC  (2+ messages)

[PATCH] mutex: make mutex_lock_nested an inline function
 2015-10-14 12:36 UTC  (8+ messages)

[PATCH 0/4] Fixes for toaster script
 2015-10-14 12:33 UTC  (5+ messages)
` [PATCH 1/4] toaster: use path to the script to guess config path
` [PATCH 2/4] toaster: get rid of SRCFILE
` [PATCH 3/4] toaster: set TOASTER_MANAGED variable
` [PATCH 4/4] toaster: exit or return depending on the mode

post-receive: pub/scm/linux/kernel/git/s390/linux
 2015-10-14 12:34 UTC 

[nightly] Core TISDK (daisy/1.6) 2015.06 build 2015-10-14_05-01-41
 2015-10-14 12:34 UTC 

drivers/gpu/drm/nouveau/nvkm/engine/fifo/base.c:70:2-8: preceding lock on line 67
 2015-10-14 12:30 UTC 

[PATCH v2 0/5] Arizona Extcon Update Device Bindings
 2015-10-14 12:30 UTC  (12+ messages)
` [PATCH v2 4/5] mfd: arizona: Update DT binding documentation for mic detection

State of Dedup / Defrag
 2015-10-14 12:29 UTC  (3+ messages)

master - dmeventd: use matching function
 2015-10-14 12:28 UTC 

[PATCH v2 0/9] mm/compaction: redesign compaction
 2015-10-14 12:28 UTC  (4+ messages)
` [PATCH v2 9/9] mm/compaction: new threshold for compaction depleted zone

[Minutes] ELCE Audio mini conf
 2015-10-14 12:27 UTC  (3+ messages)
` 'BATCH flag for USB' and 'ALSA Core Challenges'

[PATCH] pwm-backlight: fix the panel power sequence
 2015-10-14 12:27 UTC  (5+ messages)

[Qemu-devel] [PATCH v4 0/3] pcie: Add support for Single Root I/O Virtualization
 2015-10-14 12:25 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 3/3] pcie: Add support for Single Root I/O Virtualization (SR/IOV)

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2015-10-14 12:26 UTC  (4+ messages)
` [PATCH v3 14/16] KVM: arm64: implement ITS command queue command handlers


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.