All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-21 12:26:59 to 2016-03-21 13:26:52 UTC [more...]

[PATCH RESEND v2 00/14] lib/mpi: bug fixes and cleanup
 2016-03-21 13:26 UTC  (14+ messages)
` [PATCH RESEND v2 01/14] lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
` [PATCH RESEND v2 02/14] lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement
` [PATCH RESEND v2 03/14] lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic
` [PATCH RESEND v2 04/14] lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access
` [PATCH RESEND v2 05/14] lib/mpi: mpi_write_sgl(): replace open coded endian conversion
` [PATCH RESEND v2 06/14] lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs
` [PATCH RESEND v2 07/14] lib/mpi: mpi_read_buffer(): replace open coded endian conversion
` [PATCH RESEND v2 08/14] lib/mpi: mpi_read_buffer(): fix buffer overflow
` [PATCH RESEND v2 09/14] lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes
` [PATCH RESEND v2 10/14] lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes
` [PATCH RESEND v2 11/14] lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits
` [PATCH RESEND v2 12/14] lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation
` [PATCH RESEND v2 14/14] lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access

[PATCH 0/4 v2] drm: introduce drm_connector_register_all() helper
 2016-03-21 13:26 UTC  (9+ messages)
` [PATCH 1/4 v2] drm: rename drm_connector_unplug_all() to drm_connector_unregister_all()
` [PATCH 2/4 v2] drm: introduce drm_connector_register_all() helper
` [PATCH 3/4 v2] drm: atmel_hldc - use generic "
` [PATCH 4/4 v2] drm: rcar-du "

[PATCH v4] xSplice v1 design and implementation
 2016-03-21 13:26 UTC  (16+ messages)
` [PATCH v4 04/34] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
` [PATCH v4 06/34] x86/arm: Add BUGFRAME_NR define and BUILD checks
` [PATCH v4 08/34] vmap: Make the while loop less fishy

[B.A.T.M.A.N.] [RFC] alfred: implement TCP support for server-to-server
 2016-03-21 13:25 UTC  (5+ messages)
` [B.A.T.M.A.N.] [RFC] alfred: implement TCP support for server-to-server communication

[PATCH v2] arm: detect NEON by RTE_MACHINE_CPUFLAG_NEON flag only
 2016-03-21 13:24 UTC  (4+ messages)
` [PATCH v3 4/4] eal/arm: introduce CONFIG_RTE_ARCH_ARM_NEON_MEMCPY

[PATCH] cpufreq: rockchip: add driver
 2016-03-21 13:24 UTC  (7+ messages)

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-21 13:22 UTC  (22+ messages)
` [PATCH 01/10] DAX: move RADIX_DAX_ definitions to dax.c
` [PATCH 02/10] radix-tree: make 'indirect' bit available to exception entries
` [PATCH 03/10] dax: Remove complete_unwritten argument
` [PATCH 04/10] dax: Fix data corruption for written and mmapped files
` [PATCH 05/10] dax: Allow DAX code to replace exceptional entries
` [PATCH 06/10] dax: Remove redundant inode size checks
` [PATCH 07/10] dax: Disable huge page handling
` [PATCH 08/10] dax: New fault locking
` [PATCH 09/10] dax: Use radix tree entry lock to protect cow faults
` [PATCH 10/10] dax: Remove i_mmap_lock protection

build error with default configuration
 2016-03-21 13:20 UTC  (2+ messages)

[RFC v2] [PATCH 0/10] DAX page fault locking
 2016-03-21 13:21 UTC  (2+ messages)

[PATCH] rapidio: add RapidIO channelized messaging driver
 2016-03-21 13:18 UTC  (3+ messages)
  ` [PATCH] rapidio: fix ifnullfree.cocci warnings

[PATCH] drm/i915: check for drm_universal_plane_init error
 2016-03-21 13:19 UTC 

[PATCH 0/5] lpm allocation fixes - v3
 2016-03-21 13:18 UTC  (2+ messages)

[PATCH] Staging: comedi: comedi_fops: Replace 'unsigned' with 'unsigned int'
 2016-03-21 13:18 UTC 

Build error in kernel-module-imx-gpu-viv when building linux-boundary kernel explicitely first
 2016-03-21 13:17 UTC  (2+ messages)

[PATCH] dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()
 2016-03-21 13:16 UTC  (5+ messages)
` [PATCH] dma-buf: Update docs for SYNC ioctl

[PATCH] mempool: allow for user-owned mempool caches
 2016-03-21 13:15 UTC  (3+ messages)

drivers/ntb/hw/amd/ntb_hw_amd.c:367:29: sparse: cast removes address space of expression
 2016-03-21 13:15 UTC  (2+ messages)

[rtc-linux] [PATCH] drivers/rtc/rtc-mcp795.c: add devicetree support
 2016-03-21 13:15 UTC  (4+ messages)
`  "
  ` [rtc-linux] "

[PATCH v2] mct_u232: sanity checking in probe
 2016-03-21 13:14 UTC 

[PATCH] regmap: fix documentation to match code
 2016-03-21 13:14 UTC  (3+ messages)

[U-Boot] [PATCH 00/18] sf: fix support of QSPI memories and controllers
 2016-03-21 13:13 UTC  (8+ messages)

[PATCH] dma-buf,drm,ion: Propagate error code from dma_buf_start_cpu_access()
 2016-03-21 13:13 UTC  (2+ messages)

[PATCH] ext4: Retry block allocation for failed DIO and DAX writes
 2016-03-21 13:12 UTC 

[PATCH v2 00/14] lib/mpi: bug fixes and cleanup
 2016-03-21 13:10 UTC  (3+ messages)

[PATCH 0/5] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-03-21 13:08 UTC  (5+ messages)
` [PATCH 4/5] x86/time: refactor read_platform_stime()

[LINUX PATCH 1/2] mtd: Added dummy entry in the spi_transfer structure
 2016-03-21 13:07 UTC  (4+ messages)

[PATCH 1/4] ASoC: compress: Pass error out of soc_compr_pointer
 2016-03-21 13:07 UTC  (7+ messages)

Nothing PROVIDES 'libxl'
 2016-03-21 13:06 UTC  (2+ messages)

[PATCH 1/2] gnome-bluetooth: fix compile
 2016-03-21 13:10 UTC  (4+ messages)

Testing CAN on Allwinner A20 / Banana Pi
 2016-03-21 13:05 UTC  (6+ messages)

[PATCH 0/5] minor cosmetics and build issues for non-Linux
 2016-03-21 13:04 UTC  (6+ messages)
` [PATCH 1/5] build-sys: some libmount test progs are Linux only
` [PATCH 2/5] build-sys: pylibmount, mount context is "
` [PATCH 3/5] sulogin: ignore missing WEXITED, add warning
` [PATCH 4/5] tests: skip ipcs test which require /proc
` [PATCH 5/5] ipcs: consolidate output header printing

[LTP] [PATCH] syscalls: close open files in cleanup
 2016-03-21 13:04 UTC  (2+ messages)

[PATCH v2 0/6] drm/i915/bxt: add dsi transcoders
 2016-03-21 13:04 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for drm/i915/bxt: add dsi transcoders (rev2)

[PATCH 0/4 v3] drm: Add support of ARC PGU display controller
 2016-03-21 13:04 UTC  (4+ messages)
` [PATCH 2/4 v3] drm: Add DT bindings documentation for "

[Bug 102731] New: I have a cough
 2016-03-21 13:04 UTC  (2+ messages)
` [Bug 102731] "

[PATCH] Staging: ioo: ad9832: Replace 'unsigned' with 'unsigned int'
 2016-03-21 13:03 UTC 

[Qemu-devel] [PATCH 0/4] Tweaks around virtio-blk start/stop
 2016-03-21 13:02 UTC  (12+ messages)

[PATCH v6 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-21 13:01 UTC  (4+ messages)
` [PATCH v6 01/22] arm/acpi: Estimate memory required for acpi/efi tables

[PATCH 1/6] drm/i915: Rename the magic polymorphic macro __I915__
 2016-03-21 13:01 UTC  (4+ messages)
` [PATCH 3/6] drm/i915: Extend magic to_i915() to work with drm_i915_gem_object

[PATCH] kvm: arm64: Disable compiler instrumentation for hypervisor code
 2016-03-21 13:01 UTC  (3+ messages)

[GIT PULL] MMC for v.4.6
 2016-03-21 12:59 UTC 

[PATCH 0/5] drm/vc4: DPI panel support
 2016-03-21 12:57 UTC  (13+ messages)
` [PATCH 1/5] of: Add vendor prefix for On Tat Industrial Company
` [PATCH 2/5] panel-simple: Add the 7" DPI panel from Adafruit
` [PATCH 4/5] drm/vc4: Add DPI driver

[xen-unstable test] 86747: regressions - FAIL
 2016-03-21 12:56 UTC 

rbd_aio_flush cause guestos sync wirte poor iops?
 2016-03-21 12:56 UTC  (6+ messages)

New snd-hda warning spew
 2016-03-21 12:55 UTC  (5+ messages)

[PATCH 00/15] Build cancellation
 2016-03-21 10:34 UTC  (5+ messages)

[Buildroot] [PATCH] linux: Introduce DTB's bootargs fixup feature
 2016-03-21 12:53 UTC  (3+ messages)

[PATCH 0/3] fs, mm: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
 2016-03-21 12:53 UTC  (10+ messages)
` [PATCH 1/3] mm, fs: "
` [PATCH 2/3] mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
` [PATCH 3/3] mm: drop PAGE_CACHE_* and page_cache_{get,release} definition

[Qemu-devel] [PATCH v3 00/10] ppc: preparing pnv landing
 2016-03-21 12:52 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 01/10] ppc: Update SPR definitions
` [Qemu-devel] [PATCH v3 02/10] ppc: Add macros to register hypervisor mode SPRs
` [Qemu-devel] [PATCH v3 03/10] ppc: Add a bunch of hypervisor SPRs to Book3s
` [Qemu-devel] [PATCH v3 04/10] ppc: Create cpu_ppc_set_papr() helper
` [Qemu-devel] [PATCH v3 05/10] ppc: Add dummy SPR_IC for POWER8
` [Qemu-devel] [PATCH v3 06/10] ppc: Initialize AMOR in PAPR mode
` [Qemu-devel] [PATCH v3 07/10] ppc: Fix writing to AMR/UAMOR
` [Qemu-devel] [PATCH v3 08/10] ppc: Add POWER8 IAMR register
` [Qemu-devel] [PATCH v3 09/10] ppc: Add dummy CIABR SPR
` [Qemu-devel] [PATCH v3 10/10] ppc: A couple more dummy POWER8 Book4 regs

[U-Boot] [PATCH 1/6] i2c: designware_i2c: Add ic_enable_status to ic_regs struct
 2016-03-21 12:52 UTC  (7+ messages)
` [U-Boot] [PATCH 6/6] i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)

[kvm:queue 15/23] arch/x86/kvm/cpuid.c:536:16: warning: passing argument 1 of 'cpuid_mask' makes pointer from integer without a cast
 2016-03-21 12:50 UTC 

[U-Boot] [PATCH v5 0/4] This series add MUSB support on PIC32MZDA Starter Kit
 2016-03-21 12:51 UTC  (7+ messages)
` [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql]

[PATCH 0/3] idle, Honor Hardware Disabled States
 2016-03-21 12:49 UTC  (4+ messages)
` [PATCH 1/3] idle, rename MSR_NHM_SNB_PKG_CST_CFG_CTL to MSR_PKG_CST_CONFIG_CONTROL
` [PATCH 2/3] intel_idle, Introduce cstate limits and fix hardware cstate disable value
` [PATCH 3/3] cpuidle, Prevent users from enabling cstates that are disabled in Hardware

[PATCH V2 0/4] Extend <hap> to a tristate
 2016-03-21 12:49 UTC  (2+ messages)
` [libvirt] "

[PATCH] net: phy: at803x: don't depend on GPIOLIB
 2016-03-21 12:48 UTC  (6+ messages)

[Qemu-devel] [PATCH v3 00/40] ivshmem: Fixes, cleanups, device model split
 2016-03-21 12:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 05/40] event_notifier: Make event_notifier_init_fd() #ifdef CONFIG_EVENTFD
` [Qemu-devel] [PATCH v3 36/40] ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem

[GIT PULL FOR v4.7] Various fixes, small device_caps enhancement
 2016-03-21 12:48 UTC 

[PATCH 0/2] ASoC: codecs: add support for TAS5720 digital amplifier
 2016-03-21 12:45 UTC  (4+ messages)
` [PATCH 1/2] ASoC: codecs: add TA5720 digital amplifier DT bindings

[PATCH] regulator: Lookup unresolved parent supplies before regulators cleanup
 2016-03-21 12:44 UTC  (5+ messages)

[Bug 115051] New: HD 5870, GPU lockup
 2016-03-21 12:44 UTC 

[PATCH][v5] ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5
 2016-03-21 12:43 UTC  (3+ messages)

[PATCH] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
 2016-03-21 12:42 UTC  (6+ messages)

problems with dm-raid 6
 2016-03-21 12:42 UTC  (3+ messages)

[PATCH v12 2/2] vhost: Add VHOST PMD
 2016-03-21 12:42 UTC  (3+ messages)
` [PATCH v13 0/2] "

[PATCH v3] PCI: ACPI: IA64: fix IO port generic range check
 2016-03-21 12:42 UTC  (3+ messages)

[PATCH V5 0/9] KVM, pkeys: add memory protection-key support
 2016-03-21 12:41 UTC  (4+ messages)
` [PATCH V5 6/9] KVM, pkeys: add pkeys support for permission_fault logic

[PATCH] PCI: Restore inclusion of pci/hotplug Kconfig
 2016-03-21 12:40 UTC  (2+ messages)

[PATCH v5 0/4] Add Ethernet support on STM32F429
 2016-03-21 12:40 UTC  (5+ messages)
` [PATCH v5 2/4] Documentation: Bindings: Add STM32 DWMAC glue

[PATCH 0/2] perf/x86/msr: Add some new AMD performance event counters
 2016-03-21 12:40 UTC  (4+ messages)

[PATCH 0/2] ARM: uniphier: UniPhier updates for Linux 4.6-rc1 (2nd round)
 2016-03-21 12:39 UTC  (6+ messages)

[U-Boot] Ethernet not found on Arria 5
 2016-03-21 12:39 UTC  (15+ messages)

[PATCH] mct_u232: sanity checking in probe
 2016-03-21 12:38 UTC  (3+ messages)

[PATCH] iommu/rockchip: Don't feed NULL res pointers to devres
 2016-03-21 12:38 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: Handle phy-mode OF property for GMACs
 2016-03-21 12:38 UTC 

[PATCH] mct_u232: sanity checking in probe
 2016-03-21 12:37 UTC 

[PATCH] drm/i915: intel_audio clear eld buf when disconnecting monitor
 2016-03-21 12:35 UTC  (2+ messages)
` ✗ Fi.CI.BAT: warning for "

[PATCH] unicore32: mm: Add missing parameter to arch_vma_access_permitted
 2016-03-21 11:47 UTC  (2+ messages)

[Buildroot] [PATCH] dfu-util: Bump version to 0.9
 2016-03-21 12:34 UTC 

[U-Boot] Which entry in drivers/net/phy/realtek.c matches my device?
 2016-03-21 12:32 UTC  (2+ messages)

Changing two defaults in the upcoming Git for Windows 2.8.0
 2016-03-21 12:30 UTC 

[patch] mfd: lp8788-irq: uninitialized variable in irq handler
 2016-03-21 12:30 UTC  (4+ messages)

[PATCH] bitbake: xmlrpc: set single use mode differently
 2016-03-21 12:30 UTC  (2+ messages)

[PATCH] drivers/media/media-devnode: add missing mutex lock in error handler
 2016-03-21 12:29 UTC 

[PATCH v2 0/6] Support calling functions on dedicated physical cpu
 2016-03-21 12:24 UTC  (3+ messages)
` [PATCH v2 1/6] xen: sync xen header
` [PATCH v2 2/6] smp: add function to execute a function synchronously on a physical cpu

[LTP] [PATCH] lib/tst_rmdir.c: close TESTDIR files before rmobj()
 2016-03-21 12:27 UTC  (4+ messages)

[PATCH] sd: fixup capacity calculation for 4k drives
 2016-03-21 12:27 UTC 

[RESEND PATCH 0/3 v4] powercap, intel_rapl, implement time window checks
 2016-03-21 12:27 UTC  (4+ messages)
` [PATCH 1/3 v4] powercap, intel_rapl, implement get_max_time_window
` [PATCH 2/3 v4] powercap, intel_rapl, implement check for minimum time window
` [PATCH 3/3 v3] powercap, intel_rapl, Add ignore_max_time_window_check module parameter for broken BIOSes


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.