All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-15 12:58:11 to 2016-01-15 13:32:58 UTC [more...]

[PATCH v3 00/20] refs backend rebase on pu
 2016-01-15 13:33 UTC  (3+ messages)
` [PATCH v3 19/20] refs: add LMDB refs backend

LE Reverse Service Discovery
 2016-01-15 13:32 UTC  (2+ messages)

Optimizing instruction-cache, more packets at each stage
 2016-01-15 13:32 UTC  (2+ messages)

[PATCH v6 0/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-15 13:30 UTC  (8+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] xen_balloon: support memory auto onlining policy

[PATCH v6 0/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-15 13:30 UTC 

[PATCH v1] xen/arm: Add r1p12 to the list of supported Cadence UARTs
 2016-01-15 13:30 UTC  (3+ messages)

[PATCH v2] reboot: Backup orderly_poweroff
 2016-01-15 13:29 UTC  (11+ messages)

[PATCH v9 00/21] KVM: ARM64: Add guest PMU support
 2016-01-15 13:28 UTC  (4+ messages)
` [PATCH v9 21/21] KVM: ARM64: Add a new vcpu device control group for PMUv3

[PATCH 1/2] devicetree: bindings: Add vendor prefix for Tronsmart
 2016-01-15 13:28 UTC  (9+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Add basic support for orion-r68

[PATCH] dell-wmi: Stop storing pointers to DMI tables
 2016-01-15 13:27 UTC  (7+ messages)

[i-g-t PATCH 0/6] intel_bios_reader: support MIPI sequence block v3
 2016-01-15 13:26 UTC  (2+ messages)

[PATCH v2 0/2] fix rk3066a based boards hang when cpufreq changes
 2016-01-15 13:26 UTC  (6+ messages)
` [PATCH v2 1/2] ARM: dts: rockchip: increase vdd_arm voltage for rk3066a based boards
` [PATCH v2 2/2] ARM: dts: rockchip: enable pwm3 as pwm regulator "

[PATCH] clk: tango4: rename ARCH_TANGOX to ARCH_TANGO
 2016-01-15 13:25 UTC 

[PATCH 0/4] Fix compile warnings with MSys2's compiler
 2016-01-15 13:24 UTC  (5+ messages)
` [PATCH 1/4] mingw: avoid redefining S_* constants
` [PATCH 2/4] mingw: avoid warnings when casting HANDLEs to int
` [PATCH 3/4] mingw: squash another warning about a cast
` [PATCH 4/4] mingw: uglify (a, 0) definitions to shut up warnings

fido -> jethro switching problem
 2016-01-15 13:24 UTC  (3+ messages)

[Qemu-devel] [Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-15 13:24 UTC  (59+ messages)
` [PATCH XEN v8 00/29] "
  ` [PATCH XEN v8 01/29] tools/libxc: Remove osdep indirection for xc_evtchn
  ` [PATCH XEN v8 02/29] tools: Refactor /dev/xen/evtchn wrappers into libxenevtchn
  ` [PATCH XEN v8 03/29] tools: Arrange to check public headers for ANSI compatiblity
  ` [PATCH XEN v8 04/29] tools/libxc: Remove osdep indirection for xc_gnt{shr, tab}
  ` [PATCH XEN v8 05/29] tools: Refactor /dev/xen/gnt{dev, shr} wrappers into libxengnttab
  ` [PATCH XEN v8 06/29] tools/libxc: Remove osdep indirection for privcmd
  ` [PATCH XEN v8 07/29] tools: Refactor hypercall calling wrappers into libxencall
  ` [PATCH XEN v8 08/29] tools/libxc: drop xc_map_foreign_bulk_compat wrappers
  ` [PATCH XEN v8 09/29] tools: Remove xc_map_foreign_batch
  ` [PATCH XEN v8 10/29] tools: Implement xc_map_foreign_range(s) in terms of common helper
  ` [PATCH XEN v8 11/29] tools: Refactor foreign memory mapping into libxenforeignmemory
  ` [PATCH XEN v8 12/29] tools/libs/foreignmemory: provide xenforeignmemory_unmap
  ` [PATCH XEN v8 13/29] tools/libs/foreignmemory: use size_t for size arguments
  ` [PATCH XEN v8 14/29] tools/libs/foreignmemory: Mention restrictions on fork in docs
  ` [PATCH XEN v8 15/29] tools/libs/foreignmemory: Support err == NULL to map
  ` [PATCH XEN v8 16/29] tools/libs/foreignmemory: pull array length argument to map forward
  ` [PATCH XEN v8 17/29] tools/libs/evtchn: Review and update doc comments
  ` [PATCH XEN v8 18/29] tools/libs/evtchn: Use uint32_t for domid arguments
  ` [PATCH XEN v8 19/29] tools/libs: Clean up hard tabs
  ` [PATCH XEN v8 20/29] tools/libs/gnttab: Extensive updates to API documentation
  ` [PATCH XEN v8 21/29] tools/libs/call: Update some log messages to not refer to xc
  ` [PATCH XEN v8 22/29] tools/libs/call: Describe return values and error semantics for xencall*
  ` [PATCH XEN v8 23/29] tools/libs/call: Avoid xc_memalign in netbsd and solaris backends
  ` [PATCH XEN v8 24/29] tools/libs/call: linux: touch newly allocated pages after madvise lockdown
  ` [PATCH XEN v8 25/29] tools/libs/{call, evtchn}: Document requirements around forking
  ` [PATCH XEN v8 26/29] tools/libs/*: Use O_CLOEXEC on Linux and FreeBSD
  ` [PATCH XEN v8 27/29] tools: Update CFLAGS for qemu-xen to allow it to use new libraries
  ` [PATCH XEN v8 28/29] tools/libs/*: Introduce APIs to restrict handles to a specific domain
  ` [PATCH XEN v8 29/29] HACK: Update Config.mk to pull all the right bits from my xenbits trees
` [Qemu-devel] [PATCH QEMU-XEN v8 0/8] Begin to disentangle libxenctrl and provide some stable libraries
  ` [Qemu-devel] [PATCH QEMU-XEN v8 1/8] xen_console: correctly cleanup primary console on teardown
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 2/8] xen: Switch to libxenevtchn interface for compat shims
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 3/8] xen: Switch to libxengnttab "
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 4/8] xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 5/8] xen: Switch uses of xc_map_foreign_{pages, bulk} to use libxenforeignmemory API
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 6/8] xen: Use stable library interfaces when they are available
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 7/8] xen: domainbuild: reopen libxenctrl interface after forking for domain watcher
    `  "
  ` [Qemu-devel] [PATCH QEMU-XEN v8 8/8] xen: make it possible to build without the Xen PV domain builder
    `  "
` [PATCH QEMU-XEN v8 0/8] Begin to disentangle libxenctrl and provide some stable libraries
` [PATCH QEMU-XEN-TRADITIONAL v8 0/4] "
  ` [PATCH QEMU-XEN-TRADITIONAL v8 1/4] qemu-xen-traditional: Use libxenevtchn
  ` [PATCH QEMU-XEN-TRADITIONAL v8 2/4] qemu-xen-traditional: Use libxengnttab
  ` [PATCH QEMU-XEN-TRADITIONAL v8 3/4] qemu-xen-traditional: Add libxencall to rpath-link
  ` [PATCH QEMU-XEN-TRADITIONAL v8 4/4] qemu-xen-traditional: Add libxenforeignmemory "
` [PATCH MINI-OS v8 0/4] Begin to disentangle libxenctrl and provide some stable libraries
  ` [PATCH MINI-OS v8 1/4] mini-os: Include libxenevtchn with libxc
  ` [PATCH MINI-OS v8 2/4] mini-os: Include libxengnttab "
  ` [PATCH MINI-OS v8 3/4] mini-os: Include libxencall "
  ` [PATCH MINI-OS v8 4/4] mini-os: Include libxenforeignmemory "

[PATCH i-g-t] tools/intel_bios_reader: Fix typo on dump info
 2016-01-15 13:24 UTC  (2+ messages)

[Buildroot] [PATCH v2] netsniff-ng: check if linux-headers are v3.0 or higher
 2016-01-15 13:23 UTC 

[PATCH v8 0/9] DAX fsync/msync support
 2016-01-15 13:22 UTC  (16+ messages)
` [PATCH v8 4/9] dax: support dirty DAX entries in radix tree
` [PATCH v8 6/9] dax: add support for fsync/msync

[U-Boot] [RESEND PATCH 0/5] clk: some fixes, device tree support, new features
 2016-01-15 13:22 UTC  (6+ messages)
` [U-Boot] [RESEND PATCH 4/5] clk: add device tree support for clock framework

[Minios-devel] [PATCH v8 0/<VARIOUS>] Begin to disentangle libxenctrl and provide some stable libraries
 2016-01-15 13:22 UTC 

[PATCH] drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
 2016-01-15 13:22 UTC  (4+ messages)

[ath9k-devel] ath9k driver broken since kernel v4.2
 2016-01-15 13:22 UTC 

[U-Boot] [PATCH 00/10] rockchip: Tidy up SPL operation on jerry
 2016-01-15 13:22 UTC  (3+ messages)
` [U-Boot] [PATCH 05/10] dm: spi_flash: Allow the uclass to work without printf()

[U-Boot] [RFC PATCH 0/6] clk: some fixes, device tree support, new features
 2016-01-15 13:22 UTC  (5+ messages)
` [U-Boot] [RFC PATCH 6/6] clk: add fixed rate clock driver

[U-Boot] [PATCH 00/50] rockchip: Add support for cros_ec keyboard
 2016-01-15 13:21 UTC  (4+ messages)
` [U-Boot] [PATCH 01/50] dm: clk: Add support for decoding clocks from the device tree

[PATCH] ALSA: hda - Add fixup for Dell Latitidue E6540
 2016-01-15 13:21 UTC 

[RFC PATCH] mmc: dw_mmc: remove the prefix "SDMMC_##" into mci_read/write
 2016-01-15 13:20 UTC  (2+ messages)

[BUG] Assertion '(sp == 0) || (peoi[sp-1].vector < vector)' failed at irq.c:1163
 2016-01-15 13:20 UTC  (7+ messages)

Source code review around jump label usage
 2016-01-15 13:20 UTC  (16+ messages)
` [PATCH 0/6] InfiniBand-ocrdma: Fine-tuning for some function implementations
  ` [PATCH v3 "
    ` [PATCH v3 2/6] InfiniBand-ocrdma: Delete unnecessary variable initialisations in 11 functions
` [PATCH 0/3] net-rsi: Fine-tuning for two function implementations
  ` [PATCH v3 "
    ` [PATCH v3 1/3] rsi: Delete unnecessary variable initialisations in rsi_send_mgmt_pkt()
    ` [PATCH v3 2/3] rsi: Delete unnecessary variable initialisations in rsi_send_data_pkt()
    ` [PATCH v3 3/3] rsi: Replace variable initialisations by assignments "

DRM support in Android
 2016-01-15 13:18 UTC  (6+ messages)

[Qemu-devel] [PATCH 12/25] target-sparc: Add MMU_REAL_IDX
 2016-01-15 13:17 UTC 

[PATCH 2/2] arc770: move arc patches to taregt/linux/generic
 2016-01-15 13:17 UTC  (4+ messages)

[Bug 106901] Brightness / WIFI Key does not generate any events
 2016-01-15 13:15 UTC  (4+ messages)

[PATCH 0/9] Proposed changes for fido
 2016-01-15 13:15 UTC  (3+ messages)

[PATCH] gpio: max77620: fix of_table.cocci warnings
 2016-01-15 13:15 UTC  (6+ messages)
        ` [rtc-linux] "

[PATCH v4 0/2] memory-hotplug: add automatic onlining policy for the newly added memory
 2016-01-15 13:13 UTC  (10+ messages)
` [PATCH v4 1/2] "

[PATCH RFC 1/1] ASoC: fsl_ssi: Make fifo watermark and maxburst settings device tree options
 2016-01-15 13:13 UTC  (5+ messages)

[U-Boot] [PATCH] igep00x0: Falcon mode
 2016-01-15 13:12 UTC  (3+ messages)

[Buildroot] Standardizing format for specifying license(s)
 2016-01-15 13:12 UTC  (2+ messages)

[patch] nsswitch.conf.5: Update NSS compatibility mode description
 2016-01-15 13:12 UTC 

[PATCH 1/1] doc: update ct expression
 2016-01-15 13:11 UTC  (2+ messages)

[U-Boot] Please pull u-boot-rockchip
 2016-01-15 13:11 UTC  (2+ messages)

[U-Boot] [PATCH 3/3] x86: Fix board init breakage
 2016-01-15 13:10 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH 2/3] dm: pci: Avoid a memory leak when allocating the ROM
 2016-01-15 13:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] dm: pci: Add a 'fall through' comment
 2016-01-15 13:10 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/3] "

[U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call
 2016-01-15 13:10 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/4] "

[U-Boot] [PATCH v2] Fix GCC format-security errors and convert sprintfs
 2016-01-15 13:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[PATCH v4 0/3] VT-d Device-TLB flush issue
 2016-01-15 13:09 UTC  (3+ messages)
` [PATCH v4 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

[PATCH] perf: Cleanup user's child events
 2016-01-15 13:09 UTC  (4+ messages)

using Hob to run images on a custom simulator, other than qemu
 2016-01-15 12:36 UTC  (6+ messages)
` [yocto] "

[Buildroot] SPI module on Raspberry Pi B+
 2016-01-15 13:08 UTC 

[Xenomai] RTCAN problem with PEAK PCIe & miniPCIe
 2016-01-15 13:06 UTC  (2+ messages)

[Buildroot] SPI module on Raspberry Pi B+
 2016-01-15 13:06 UTC 

[PATCH v2] kernel: add kcov code coverage
 2016-01-15 13:05 UTC  (5+ messages)

help tc filter map key mark
 2016-01-15 13:05 UTC 

[review-request][PATCH 00/23][V2] Convert projects and builds pages to ToasterTable
 2016-01-15 11:43 UTC  (2+ messages)

[RFC PATCH 0/4] Multi-instance vTPM driver
 2016-01-15 13:02 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] EFI payload / application support
 2016-01-15 13:02 UTC  (5+ messages)
` [U-Boot] [PATCH 4/9] efi_loader: Add boot time services

Recent changes (master)
 2016-01-15 13:00 UTC 

[Bug 77835] New: X crash when using xrandr with R9 290X and 7870 for triple head
 2016-01-15 12:58 UTC  (2+ messages)
` [Bug 77835] "

[PATCH 00/23] toaster: Convert projects and builds pages to ToasterTable
 2016-01-15 11:01 UTC  (24+ messages)
` [PATCH 01/23] toaster: toastergui: use ToasterTable for projects page
` [PATCH 02/23] toaster: move image file suffix list to model
` [PATCH 03/23] toaster: check inferred file suffixes against list of known types
` [PATCH 04/23] toaster: toastergui: switch projects/ view to ToasterTable
` [PATCH 05/23] toaster: toastergui: use event delegates for hover help elements
` [PATCH 06/23] toaster: toastergui: convert all builds page to ToasterTable
` [PATCH 07/23] toaster: toastergui: refactor ToasterTable filtering
` [PATCH 08/23] toaster: toastergui: switch off filter highlights when inactive
` [PATCH 09/23] toaster: toastergui: show recent builds on all builds page
` [PATCH 10/23] toaster: toastergui: implement date range filters for builds
` [PATCH 11/23] toaster: toastergui: implement "today" and "yesterday" filters
` [PATCH 12/23] toaster: toastergui: convert project builds page to ToasterTable
` [PATCH 13/23] toaster: toastergui: don't hide all elements with .col class
` [PATCH 14/23] toaster: toastergui: ensure filter_value updates
` [PATCH 15/23] toaster: toastergui: streamline construction of filter objects
` [PATCH 16/23] toaster: toastergui: serialise decimals correctly
` [PATCH 17/23] toaster: toastergui: set default visible and hideable columns
` [PATCH 18/23] toaster: toastergui: mute label for filter actions with no records
` [PATCH 19/23] toaster: toastergui: make "Apply" button state depend on filter range
` [PATCH 20/23] toaster: toastergui: fix error and warning counts for builds
` [PATCH 21/23] toaster: toastergui: remove unused views and template code
` [PATCH 22/23] toaster: tests: fix Django tests for new ToasterTable pages
` [PATCH 23/23] toaster: toastergui: code formatting and clean-up


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.