All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-26 21:02:27 to 2016-01-26 21:46:35 UTC [more...]

[PATCH v4 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
 2016-01-26 21:46 UTC  (6+ messages)
` [PATCH v4 1/2] PCI: generic: Refactor code to enable reuse by other drivers
` [PATCH v4 2/2] pci, pci-thunder-pem: Add PCIe host driver for ThunderX processors

[PATCH] [media] v4l: remove MEDIA_TUNER dependency for VIDEO_TUNER
 2016-01-26 21:46 UTC 

[Qemu-devel] [PATCH 5/6] i.MX: Add i.MX6 SOC implementation
 2016-01-26 21:45 UTC 

[Qemu-devel] [PATCH 6/6] i.MX: Add sabrelite i.MX6 emulation
 2016-01-26 21:45 UTC 

[Qemu-devel] [PATCH 3/6] i.MX: Add i.MX6 CCM and ANALOG device
 2016-01-26 21:45 UTC 

[Qemu-devel] [PATCH 4/6] i.MX: Add i.MX6 System Reset Controller device
 2016-01-26 21:45 UTC 

[Qemu-devel] [PATCH 1/6] i.MX: Allow GPT timer to rollover
 2016-01-26 21:44 UTC 

[Qemu-devel] [PATCH 2/6] i.MX: simplify CCM to only handle clock required by timers
 2016-01-26 21:44 UTC 

[RFC] tag-ref and tag object binding
 2016-01-26 21:44 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/odhcp6c: bump version to fix musl build
 2016-01-26 21:44 UTC  (2+ messages)

[PATCH 0/2] mac80211: add cleanup path for MPP table entries
 2016-01-26 21:44 UTC  (9+ messages)
` [PATCH 1/2] mac80211: Remove connected MPP table entries with MPath

[Qemu-devel] [PATCH 0/6] Add i.MX6 (Single/Dual/Quad) support
 2016-01-26 21:44 UTC 

[Buildroot] [git commit] package/odhcp6c: bump version to fix musl build
 2016-01-26 21:44 UTC 

[PATCH] mm: memcontrol: drop superfluous entry in the per-memcg stats array
 2016-01-26 21:43 UTC  (7+ messages)

[RFC PATCH 0/3] lib/list_batch: A simple list insertion/deletion batching facility
 2016-01-26 21:44 UTC  (3+ messages)
` [RFC PATCH 2/3] lib/list_batch, x86: Enable list insertion/deletion batching in x86-64

[kvm-unit-tests PATCH 0/6] reduce exit status ambiguity and more
 2016-01-26 21:44 UTC  (7+ messages)
` [kvm-unit-tests PATCH 3/6] arch-run: reduce return code ambiguity
` [kvm-unit-tests PATCH 5/6] runtime: enable some unittest config overriding
` [kvm-unit-tests PATCH 6/6] run scripts: add timeout support

VFIO based vGPU(was Re: [Announcement] 2015-Q3 release of XenGT - a Mediated ...)
 2016-01-26 21:43 UTC  (24+ messages)
                    ` [Qemu-devel] "

[Buildroot] [PATCH 1/1] package/socat: fix musl build
 2016-01-26 21:43 UTC  (2+ messages)

[RFC PATCH] mm: support CONFIG_ZONE_DEVICE + CONFIG_ZONE_DMA
 2016-01-26 21:42 UTC  (3+ messages)

Linux headers
 2016-01-26 21:41 UTC  (2+ messages)

dm-multipath low performance with blk-mq
 2016-01-26 21:40 UTC  (6+ messages)
      ` [dm-devel] "

help with signal from monitor
 2016-01-26 21:40 UTC  (2+ messages)

[PATCH v2 0/3] x86: faster mb()+other barrier.h tweaks
 2016-01-26 21:37 UTC  (5+ messages)

mm: VM_BUG_ON_PAGE(PageTail(page)) in mbind
 2016-01-26 21:37 UTC  (10+ messages)

[PATCH] netcp-sa-fw: add initial version 1.0.0
 2016-01-26 21:37 UTC 

[mtd-utils PATCH] Makefile: install: don't look for scripts in BUILDDIR
 2016-01-26 21:36 UTC 

[RFC PATCH net] net/core: don't increment rx_dropped on inactive slaves
 2016-01-26 21:36 UTC  (7+ messages)

UBSAN: Undefined behaviour in net/ipv4/fib_trie.c:1397:22 and UBSAN: Undefined behaviour in ./arch/x86/include/asm/atomic.h:156:2
 2016-01-26 21:36 UTC  (2+ messages)

[BISECTED] v4.5-rc1 phylib regression
 2016-01-26 21:36 UTC  (10+ messages)

[PATCH] packagegroup-arago-tisdk-addons-sdk-target: add elfutils-dev and elfutils-staticdev for dra7xx
 2016-01-26 21:35 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/setools: add homepage to Config.in
 2016-01-26 21:33 UTC  (2+ messages)

[Buildroot] [git commit] package/setools: add homepage to Config.in
 2016-01-26 21:33 UTC 

[Qemu-devel] [PATCH v3 00/19] ISA DMA controllers cleanup (i8257, i82374)
 2016-01-26 21:32 UTC  (20+ messages)
` [Qemu-devel] [PATCH v3 01/19] i82374: device only existed as ISA device, so simplify device
` [Qemu-devel] [PATCH v3 02/19] i8257: pass ISA bus to DMA_init() function
` [Qemu-devel] [PATCH v3 03/19] i8257: rename struct dma_cont to I8257State
` [Qemu-devel] [PATCH v3 04/19] i8257: rename struct dma_regs to I8257Regs
` [Qemu-devel] [PATCH v3 05/19] i8257: rename functions to start with i8257_ prefix
` [Qemu-devel] [PATCH v3 06/19] i8257: make the DMA running method per controller
` [Qemu-devel] [PATCH v3 07/19] i8257: add missing const
` [Qemu-devel] [PATCH v3 08/19] i8257: QOM'ify
` [Qemu-devel] [PATCH v3 09/19] i8257: move state definition to new independent header
` [Qemu-devel] [PATCH v3 10/19] isa: add an ISA DMA interface, and store it within the ISA bus
` [Qemu-devel] [PATCH v3 11/19] i8257: implement the IsaDma interface
` [Qemu-devel] [PATCH v3 12/19] magnum: disable floppy DMA for now
` [Qemu-devel] [PATCH v3 13/19] sparc: disable floppy DMA
` [Qemu-devel] [PATCH v3 14/19] sparc64: "
` [Qemu-devel] [PATCH v3 15/19] fdc: use IsaDma interface instead of global DMA_* functions
` [Qemu-devel] [PATCH v3 16/19] cs4231a: "
` [Qemu-devel] [PATCH v3 17/19] gus: "
` [Qemu-devel] [PATCH v3 18/19] sb16: "
` [Qemu-devel] [PATCH v3 19/19] dma: remove now useless "

[Buildroot] [PATCH 1/1] package/radvd: fix musl build
 2016-01-26 21:32 UTC  (2+ messages)

[PATCH] Fix building on musl-libc
 2016-01-26 21:32 UTC  (2+ messages)

[PATCH] various updates/fixes. (v2)
 2016-01-26 21:31 UTC  (5+ messages)
` [PATCH 1/4] libxl: Use libxl_strdup instead of strdup on libxl_version_info
` [PATCH 2/4] libxc/xc_domain_resume: Update comment
` [PATCH 3/4] libxl/remus: Change the assert for info to an return
` [PATCH 4/4] tools/libxl: run_helper - add #define for arguments

+ documentation-cgroup-v2-add-memorystat-sock-description.patch added to -mm tree
 2016-01-26 21:31 UTC 

+ mm-memcontrol-drop-superfluous-entry-in-the-per-memcg-stats-array.patch added to -mm tree
 2016-01-26 21:30 UTC 

[PATCH] Revert "regmap-mmio: Use native endianness for read/write"
 2016-01-26 21:29 UTC  (7+ messages)

[Buildroot] musl/gettext issue
 2016-01-26 21:29 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/x11r7/xapp_sessreg: fix musl build
 2016-01-26 21:28 UTC  (4+ messages)
` [Buildroot] [PATCH 1/1] package/xl2tp: "

KVM SVM(AMD) nested - disabled by default?
 2016-01-26 21:28 UTC  (6+ messages)

[RFC][PATCH 0/4] ARCH_SUPPORTS_DEBUG_PAGEALLOC for arm64
 2016-01-26 21:26 UTC  (5+ messages)
` [RFC][PATCH 1/4] arm64: Drop alloc function from create_mapping

[Buildroot] [git commit] package/radvd: fix musl build
 2016-01-26 21:25 UTC 

[PATCH v6 0/3] spi: dts: sun4i: Add support for wait time between word transmissions
 2016-01-26 21:25 UTC  (11+ messages)
` [PATCH v6 2/3] spi: sun4i: Fix clock calculations to be predictable and never exceed the requested rate

[PATCH v3 0/3] edac: xgene: Add missing SoC register bus error handling and fix CE promotes to UE
 2016-01-26 21:25 UTC  (4+ messages)
` [PATCH v3 1/3] Documentation: Update the APM X-Gene SoC EDAC DTS binding for missing RB

Btrfs: add support for multiple csum algorithms
 2016-01-26 21:22 UTC  (2+ messages)

linux-next: build failure after merge of the akpm tree
 2016-01-26 21:22 UTC  (15+ messages)

[linux-3.18 test] 79037: tolerable FAIL - PUSHED
 2016-01-26 21:22 UTC 

[Xenomai] Xenomai on qemu
 2016-01-26 21:21 UTC  (2+ messages)

+ ocfs2-dlm-return-einval-when-the-lockres-on-migration-target-is-in-dropping_ref-state.patch added to -mm tree
 2016-01-26 21:21 UTC 

+ ocfs2-dlm-clear-dropping_ref-flag-when-the-master-goes-down.patch added to -mm tree
 2016-01-26 21:21 UTC 

+ ocfs2-dlm-return-in-progress-if-master-can-not-clear-the-refmap-bit-right-now.patch added to -mm tree
 2016-01-26 21:21 UTC 

+ ocfs2-dlm-add-deref_done-message.patch added to -mm tree
 2016-01-26 21:21 UTC 

[PATCH] Btrfs: check reserved when deciding to background flush
 2016-01-26 21:18 UTC  (2+ messages)

[RESEND,V2] drm: fsl-dcu: Fix no fb check bug
 2016-01-26 21:18 UTC  (5+ messages)

[BISECTED] v4.5-rc1 mvebu/kirkwood-pinctrl regression
 2016-01-26 21:17 UTC  (3+ messages)

[PATCH 00/13] OpenCL Dependency Upgrades
 2016-01-26 21:16 UTC  (14+ messages)
` [PATCH 01/13] ti-cgt6x: Upgrade to version 8.1.0
` [PATCH 02/13] ti-cg-xml: Add version 2.41.00
` [PATCH 03/13] ti-pdk.bbclass: Add class for creating RTOS PDK components
` [PATCH 04/13] common-csl-ip: Upgrade to version 3.3.0.1B
` [PATCH 05/13] rm-lld: Seperate source info into .inc file
` [PATCH 06/13] rm-lld: Bump version to 02.02.00.00
` [PATCH 07/13] rm-lld-rtos: Add RTOS package of the RM LLD
` [PATCH 08/13] qmss-lld: Upgrade to version 2.1.0.12
` [PATCH 09/13] qmss-lld-rtos: Add RTOS package for QMSS LLD
` [PATCH 10/13] cppi-lld: Upgrade version to 2.1.0.11
` [PATCH 11/13] cppi-lld-rtos: Add RTOS package for CPPI LLD
` [PATCH 12/13] openmp-rtos: Add the OpenMP RTOS package
` [PATCH 13/13] gdbc6x: Extend support to keystone SOCs

[RFC v3 00/14] MIPS: AR913X/AR933X devicetree patchseries
 2016-01-26 21:16 UTC  (7+ messages)
` [RFC v3 10/14] devicetree: add Dragino vendor id
` [RFC v3 12/14] devicetree: add Onion Corporation "

[PATCH 0/6] MIPS: Loongson: Add Loongson-3A R2 support
 2016-01-26 21:15 UTC  (3+ messages)
` [PATCH 4/6] MIPS: tlbex: Fix bugs in tlbchange handler

[PATCH 00/10] tip-queue 2016-01-26, rest
 2016-01-26 21:12 UTC  (11+ messages)
` [PATCH 01/10] x86/asm: Add condition codes clobber to memory barrier macros
` [PATCH 02/10] x86/asm: Drop a comment left over from X86_OOSTORE
` [PATCH 03/10] x86/asm: Tweak the comment about wmb() use for IO
` [PATCH 04/10] x86/cpufeature: Carve out X86_FEATURE_*
` [PATCH 05/10] x86/cpufeature: Replace the old static_cpu_has() with safe variant
` [PATCH 06/10] x86/cpufeature: Get rid of the non-asm goto variant
` [PATCH 07/10] x86/alternatives: Add an auxilary section
` [PATCH 08/10] x86/alternatives: Discard dynamic check after init
` [PATCH 09/10] x86/vdso: Use static_cpu_has()
` [PATCH 10/10] x86/head_64: Simplify kernel load address alignment check

[PATCH v3 0/2] Let merge-file write out conflict markers with correct EOLs
 2016-01-26 21:14 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] merge-file: let conflict markers match end-of-line style of the context

[Qemu-devel] [PATCH v2 00/19] ISA DMA controllers cleanup (i8257, i82374)
 2016-01-26 21:14 UTC  (3+ messages)

qemu fails to build on 4.5-rc1
 2016-01-26 21:13 UTC  (2+ messages)
` [Qemu-devel] "

[RFC PATCH 2/8] dbus: Separate interface registration from instantiation
 2016-01-26 21:13 UTC  (2+ messages)

+ zram-export-the-number-of-available-comp-streams-fix.patch added to -mm tree
 2016-01-26 21:13 UTC 

+ zram-export-the-number-of-available-comp-streams.patch added to -mm tree
 2016-01-26 21:13 UTC 

[PATCH] zram: export the number of available comp streams
 2016-01-26 21:13 UTC  (2+ messages)

[PATCH V2] tests: Include sys/select.h
 2016-01-26 21:11 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/ptpd2: bump version to 2.3.1, switch upstream to github
 2016-01-26 21:10 UTC  (2+ messages)

pre Sandy bridge IOMMU support (gm45)
 2016-01-26 21:10 UTC  (4+ messages)
  ` [qubes-devel] "

[PATCH] signals: work around random wakeups in sigsuspend()
 2016-01-26 21:10 UTC  (3+ messages)

[Buildroot] [git commit] package/ptpd2: Fix musl build
 2016-01-26 21:10 UTC 

[Buildroot] [git commit] package/ptpd2: bump version to 2.3.1, switch upstream to github
 2016-01-26 21:10 UTC 

[PATCH v9 00/25] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-01-26 21:09 UTC  (4+ messages)
` [PATCH v9 09/25] tools/libx{l, c}: introduce should_checkpoint callback

[Buildroot] [PATCH 1/1] package/aumix: bump version to 2.9.1
 2016-01-26 21:09 UTC  (2+ messages)

[PATCH 00/17] tip-queue: 2016-01-26, mm stuff
 2016-01-26 21:08 UTC  (5+ messages)
` [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc

[Buildroot] [git commit] package/aumix: bump version to 2.9.1
 2016-01-26 21:07 UTC 

[PATCH 00/15] dmaengine: dw: various fixes and cleanups
 2016-01-26 21:07 UTC  (6+ messages)
` [PATCH 07/15] dmaengine: dw: revisit data_width property

[PATCH libdrm] tests: util: Fixup util_open() parameter order
 2016-01-26 21:07 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2016-01-21
 2016-01-26 21:06 UTC  (3+ messages)
` [Buildroot] Analysis of build failures

[RFC 0/3] drm/i915: expose fifo pipe underrun counts
 2016-01-26 21:05 UTC  (3+ messages)

+ mm-debug-move-bad-flags-printing-to-bad_page.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-page_owner-dump-page-owner-info-from-dump_page.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-page_owner-track-and-print-last-migrate-reason.patch added to -mm tree
 2016-01-26 21:04 UTC 

[PATCH libdrm] Synchronize drm/drm_fourcc.h with Linux’ version
 2016-01-26 21:04 UTC  (2+ messages)

+ mm-page_owner-copy-page-owner-info-during-migration.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-page_owner-convert-page_owner_inited-to-static-key.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-page_owner-print-migratetype-of-page-and-pageblock-symbolic-flags.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-oom-print-symbolic-gfp_flags-in-oom-warning.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-page_alloc-print-symbolic-gfp_flags-on-allocation-failure.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-debug-replace-dump_flags-with-the-new-printk-formats.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-printk-introduce-new-format-string-for-flags.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-tracing-unify-mm-flags-handling-in-tracepoints-and-printk.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ tools-perf-make-gfp_compact_table-up-to-date.patch added to -mm tree
 2016-01-26 21:04 UTC 

+ mm-tracing-make-show_gfp_flags-up-to-date.patch added to -mm tree
 2016-01-26 21:03 UTC 

+ tracepoints-move-trace_print_flags-definitions-to-tracepoint-defsh.patch added to -mm tree
 2016-01-26 21:03 UTC 

Denys Dmytriyenko : linux-ti-staging: add runtime dependency on NETCP PA firmware
 2016-01-26 21:02 UTC 

Denys Dmytriyenko : linux-ti-staging: add runtime dependency on NETCP PA firmware
 2016-01-26 21:02 UTC 


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.