All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-28 18:20:29 to 2016-06-28 19:25:20 UTC [more...]

[Buildroot] [PATCH v2 1/1] efivar: force shared libgcc for Nios II
 2016-06-28 19:25 UTC 

master - lvmdbustest: Comment out refresh check for LV create
 2016-06-28 19:24 UTC 

master - lvmdbusd: Add --nojson command line option
 2016-06-28 19:24 UTC 

master - lvmdbusd: Remove WARNING for 'lvm help'
 2016-06-28 19:24 UTC 

master - lvmdbusd: Remove unneeded comment
 2016-06-28 19:24 UTC 

master - lvmdbusd: Clean up ws
 2016-06-28 19:24 UTC 

master - lvmdbusd: Remove unused imports and function parameter
 2016-06-28 19:24 UTC 

master - lvmdbusd: Fix hang when lvm compiled with 'enable-notify-dbus'
 2016-06-28 19:24 UTC 

master - lvmdbusd: request.py, initialize _job to None
 2016-06-28 19:24 UTC 

master - lvmdbusd: Correct pv_seg_start -> pvseg_start
 2016-06-28 19:24 UTC 

master - lvmdbusd: Correct command line args for JSON
 2016-06-28 19:24 UTC 

master - lvmdbusd: Remove sorting in db layer
 2016-06-28 19:24 UTC 

master - lvmdbusd: Add hidden in for json too
 2016-06-28 19:24 UTC 

master - lvmdbusd: Initial support for json output
 2016-06-28 19:24 UTC 

[PATCH REBASE 0/3] Rebased on linuxtv/master
 2016-06-28 19:17 UTC  (8+ messages)
` [PATCH REBASE 1/3] media: s5p-mfc fix video device release double release in probe error path
` [PATCH REBASE 2/3] media: s5p-mfc fix memory leak in s5p_mfc_remove()
` [PATCH REBASE 3/3] media: s5p-mfc fix null pointer deference in clk_core_enable()

[PATCH v3 0/9] kexec_file_load implementation for PowerPC
 2016-06-28 19:20 UTC  (7+ messages)
` [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer

target crash / host hang with nvme-all.3 branch of nvme-fabrics
 2016-06-28 19:20 UTC  (14+ messages)

[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
 2016-06-28 19:19 UTC  (10+ messages)
` [PATCH 001/119] vfs: fix return type of ioctl_file_dedupe_range
` [PATCH 016/119] xfs: move deferred operations into a separate file

[v2] media: rc: fix Meson IR decoder
 2016-06-28 19:18 UTC  (11+ messages)
` [PATCH v3 0/4] Add Meson 8b / GXBB support to the IR driver
  ` [PATCH v3 1/4] dt-bindings: media: meson-ir: Add Meson8b and GXBB compatible strings
  ` [PATCH v3 2/4] media: rc: meson-ir: Add support for newer versions of the IR decoder
  ` [PATCH v3 3/4] ARM64: meson-gxbb: Add Infrared Remote Controller decoder
  ` [PATCH v3 4/4] ARM64: dts: meson-gxbb: Enable the the IR decoder on supported boards

[PATCH 0/4] ftrace: One more check on x86 and some small fixes
 2016-06-28 19:17 UTC  (2+ messages)

[PATCH 0/4] drm/i915: Avoid early timeout due to wait_for_atomic
 2016-06-28 19:17 UTC  (3+ messages)
` ✓ Ro.CI.BAT: success for "

[Buildroot] [PATCH 1/1] protobuf-lua: new package
 2016-06-28 19:18 UTC 

[PATCH] dm mpath: Fix a dm_blk_ioctl() deadlock
 2016-06-28 19:16 UTC  (5+ messages)
`  "

[xen-unstable test] 96330: regressions - trouble: blocked/broken/fail/pass
 2016-06-28 19:16 UTC 

[PATCH v9 0/3] fallocate for block devices
 2016-06-28 19:13 UTC  (6+ messages)
` [PATCH 1/3] block: invalidate the page cache when issuing BLKZEROOUT

[Qemu-devel] [PULL v2 00/24] linux-user changes for v2.7
 2016-06-28 19:12 UTC  (25+ messages)
` [Qemu-devel] [PULL v2 01/24] linux-user: Avoid possible misalignment in host_to_target_siginfo()
` [Qemu-devel] [PULL v2 02/24] linux-user: Use __get_user() and __put_user() to handle structs in do_fcntl()
` [Qemu-devel] [PULL v2 03/24] linux-user: Use safe_syscall wrapper for fcntl
` [Qemu-devel] [PULL v2 04/24] linux-user: Don't use sigfillset() on uc->uc_sigmask
` [Qemu-devel] [PULL v2 05/24] configure: Don't override ARCH=unknown if enabling TCI
` [Qemu-devel] [PULL v2 06/24] configure: Don't allow user-only targets for unknown CPU architectures
` [Qemu-devel] [PULL v2 07/24] user-exec: Delete now-unused hppa and m68k cpu_signal_handler() code
` [Qemu-devel] [PULL v2 08/24] user-exec: Remove unused code for OSX hosts
` [Qemu-devel] [PULL v2 09/24] linux-user: Create a hostdep.h for each host architecture
` [Qemu-devel] [PULL v2 10/24] linux-user: Fix wrong type used for argument to rt_sigqueueinfo
` [Qemu-devel] [PULL v2 11/24] linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls
` [Qemu-devel] [PULL v2 12/24] linux-user: add socketcall() strace
` [Qemu-devel] [PULL v2 13/24] linux-user: add socket() strace
` [Qemu-devel] [PULL v2 14/24] linux-user: fix clone() strace
` [Qemu-devel] [PULL v2 15/24] linux-user: update get_thread_area/set_thread_area strace
` [Qemu-devel] [PULL v2 16/24] linux-user: add missing return in netlink switch statement
` [Qemu-devel] [PULL v2 17/24] linux-user: fd_trans_host_to_target_data() must process only received data
` [Qemu-devel] [PULL v2 18/24] linux-user: don't swap NLMSG_DATA() fields
` [Qemu-devel] [PULL v2 19/24] linux-user: fix x86_64 safe_syscall
` [Qemu-devel] [PULL v2 20/24] linux-user: Provide safe_syscall for i386
` [Qemu-devel] [PULL v2 21/24] linux-user: Provide safe_syscall for arm
` [Qemu-devel] [PULL v2 22/24] linux-user: Provide safe_syscall for aarch64
` [Qemu-devel] [PULL v2 23/24] linux-user: Provide safe_syscall for s390x
` [Qemu-devel] [PULL v2 24/24] linux-user: Provide safe_syscall for ppc64

[PATCH 0/5] Make RDMA RW API SGE limit configurable
 2016-06-28 19:13 UTC  (7+ messages)
` [PATCH 3/5] IB/isert: Limit the number of SG elements per work request

kthread_stop insanity (Re: [[DEBUG] force] 2642458962: BUG: unable to handle kernel paging request at ffffc90000997f18)
 2016-06-28 19:12 UTC  (8+ messages)

[PATCH] Remove redundant sg_init_table call
 2016-06-28 18:54 UTC 

[PATCH net-next 00/16] Mellanox 100G SRIOV E-Switch offload and VF representors
 2016-06-28 19:12 UTC  (9+ messages)
` [PATCH net-next 08/16] net/devlink: Add E-Switch mode control

Upcoming libibverbs release
 2016-06-28 19:12 UTC  (7+ messages)

[U-Boot] Please pull fsl-qoriq master
 2016-06-28 19:10 UTC 

Shallow submodule efficiency
 2016-06-28 19:08 UTC  (3+ messages)

[RFC2 PATCH 00/23] ARM64: support ILP32
 2016-06-28 19:08 UTC  (4+ messages)
` [PATCH 18/23] [AARCH64] ILP32: support stat syscall family

[PATCH 00/10] arm64: tegra: add BPMP support
 2016-06-28 19:08 UTC  (7+ messages)
` [PATCH 01/10] Documentation: dt-bindings: mailbox: tegra: Add binding for HSP mailbox

[kernel-hardening] [PATCH v4 00/29] virtually mapped stacks and thread_info cleanup
 2016-06-28 19:07 UTC  (6+ messages)
` [kernel-hardening] [PATCH v4 04/29] x86/cpa: In populate_pgd, don't set the pgd entry until it's populated
  `  "
    ` [kernel-hardening] "

[Qemu-devel] [PATCH v2 0/8] sPAPR xics rework/cleanup
 2016-06-28 19:05 UTC  (9+ messages)
` [Qemu-devel] [PATCH v2 1/8] ppc/xics: Rename existing xics to xics_spapr
` [Qemu-devel] [PATCH v2 2/8] ppc/xics: Move SPAPR specific code to a separate file
` [Qemu-devel] [PATCH v2 3/8] ppc/xics: Implement H_IPOLL using an accessor
` [Qemu-devel] [PATCH v2 4/8] ppc/xics: Replace "icp" with "xics" in most places
` [Qemu-devel] [PATCH v2 5/8] ppc/xics: Make the ICSState a list
` [Qemu-devel] [PATCH v2 6/8] ppc/xics: An ICS with offset 0 is assumed to be uninitialized
` [Qemu-devel] [PATCH v2 7/8] ppc/xics: Use a helper to add a new ICS
` [Qemu-devel] [PATCH v2 8/8] ppc/xics: Split ICS into ics-base and ics class

[GIT PULL] doc: sphinx-4.8 DocBook to reST movement on Jon's docs-next
 2016-06-28 19:05 UTC  (2+ messages)

new statx() like interface for libcephfs
 2016-06-28 19:05 UTC  (3+ messages)

[PATCH] NFS/pnfs: Do not clobber existing pgio_done_cb in nfs4_proc_read_setup
 2016-06-28 19:02 UTC 

[kernel-hardening] [PATCH v1 0/2] Introduce the initify gcc plugin
 2016-06-28 19:02 UTC  (6+ messages)
` [kernel-hardening] "
  `  "

NVMe over Fabrics target implementation V2
 2016-06-28 19:02 UTC  (4+ messages)

[PATCH] rebase -i: restore autostash on abort
 2016-06-28 19:02 UTC  (2+ messages)

[PATCH] connect: read $GIT_SSH_COMMAND from config file
 2016-06-28 19:01 UTC  (5+ messages)

[PATCH v2] clk: Provide notifier stubs when !COMMON_CLK
 2016-06-28 19:01 UTC  (3+ messages)

prefered behavior for injecting untracked args
 2016-06-28 19:00 UTC  (4+ messages)

[PATCH 00/38] i.MX5/6 Video Capture
 2016-06-28 18:54 UTC  (2+ messages)

is the renewal in dentry_lease_is_valid necessary?
 2016-06-28 18:58 UTC  (4+ messages)

[PATCH] regulator: pwm: Fix regulator ramp delay for continuous mode
 2016-06-28 18:56 UTC  (4+ messages)

[PATCH] xen/page_alloc: Distinguish different errors from assign_pages()
 2016-06-28 18:56 UTC  (2+ messages)
` Domain creation errors

[PATCH v6 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
 2016-06-28 18:50 UTC  (12+ messages)
` [PATCH v6 1/4] MAINTAINERS: Add entry for APM X-Gene SoC PMU driver
` [PATCH v6 2/4] Documentation: Add documentation for APM X-Gene SoC PMU DTS binding
` [PATCH v6 3/4] perf: xgene: Add APM X-Gene SoC Performance Monitoring Unit driver
` [PATCH v6 4/4] arm64: dts: apm: Add APM X-Gene SoC PMU DTS entries

[PATCH] Drivers: block: fixed a code style issue
 2016-06-28 18:52 UTC 

[PATCH] enic: fix issues when using Rx scatter with multiple RQs
 2016-06-28 18:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1] git-p4: place temporary refs used for branch import under ref/git-p4-tmp
 2016-06-28 18:49 UTC  (3+ messages)

[dm-crypt] [charlesc@pyropus.ca: Re: Does luksFormat write the full size of the device?]
 2016-06-28 18:48 UTC  (4+ messages)
` [dm-crypt] luksFormat still spinning/hanging with large array on kernel 4.6.2

[RFC PATCH v5 0/3] Add Mediated device support
 2016-06-28 18:45 UTC  (7+ messages)
` [PATCH 2/3] VFIO driver for mediated PCI device
        ` [Qemu-devel] "

[U-Boot] [PATCH 1/2] usbarmory: switch to using kernel zImage
 2016-06-28 18:43 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] usbarmory: Add board_run_command() function

[U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver
 2016-06-28 18:43 UTC  (4+ messages)

[U-Boot] [PATCH] net: usb: r8152: Add DM support
 2016-06-28 18:43 UTC  (4+ messages)

[PATCH 3/3] iommu: remove unneeded check
 2016-06-28 18:40 UTC 

[PATCH] KVM: vmx: fix underflow in TSC deadline calculation
 2016-06-28 18:34 UTC  (4+ messages)

[PATCH 2/3] iommu: improve handling of failed call to kset_create_and_add
 2016-06-28 18:39 UTC 

[Qemu-arm] [PATCH v5 0/9] ast2400: SMC controllers
 2016-06-28 18:24 UTC  (20+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 1/9] ssi: change ssi_slave_init to be a realize ops
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 2/9] m25p80: do not put iovec on the stack
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 3/9] m25p80: avoid out of bounds accesses
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 4/9] m25p80: change cur_addr to 32 bit integer
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 5/9] m25p80: qdev-ify drive property
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 6/9] ast2400: add SMC controllers (FMC and SPI)
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v5 7/9] ast2400: add SPI flash slaves
` [Qemu-arm] [PATCH v5 8/9] ast2400: create "
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v5 9/9] tests: add a m25p80 test
  ` [Qemu-devel] "

[PATCH v2 0/3] Updated spidev usability patchset
 2016-06-28 18:38 UTC  (10+ messages)
` [PATCH v2 3/3] drivers core: allow id match override when manually binding driver

[PATCH 1/3] iommu: simplify init function
 2016-06-28 18:38 UTC 

[PATCH i-g-t 1/2] lib/intel_chipset: Add more Kabylake PCI IDs
 2016-06-28 18:33 UTC  (4+ messages)
` [PATCH i-g-t 2/2] lib/intel_chipset: Removing PCI IDs that are no longer listed as Kabylake

[PATCH v2] nfs4: clnt: respect noresvport when establishing connections to DSes
 2016-06-28 18:35 UTC  (3+ messages)

[PATCH v2 1/3] watchdog: qcom: update device tree bindings
 2016-06-28 18:35 UTC  (3+ messages)
` [PATCH v2 2/3] watchdog: qcom: add option for standalone watchdog not in timer block
` [PATCH v2 3/3] watchdog: qcom: configure BARK time in addition to BITE time

[PATCH v4] xen: arm: Update arm64 image header
 2016-06-28 18:33 UTC  (3+ messages)

[U-Boot] [PATCH 1/9] spi: zynq_qspi: Add quad support for zynq qspi
 2016-06-28 18:33 UTC  (3+ messages)

[PATCH v5 00/17] xen/arm: Use the typesafes gfn and mfn
 2016-06-28 18:32 UTC  (2+ messages)

[PATCH lttng-tools v3] Test for select, poll and epoll syscall overrides
 2016-06-28 18:31 UTC 

Btrfs check command fails with "assertion failed" error
 2016-06-28 18:31 UTC  (5+ messages)

[PATCH] runqemu: Avoid duplicating custom QEMU options for AArch64
 2016-06-28 18:30 UTC  (2+ messages)

[PATCH] Refactor recv_sideband()
 2016-06-28 18:28 UTC  (7+ messages)
` [PATCH v4] "

URE, link resets, user hostile defaults
 2016-06-28 18:28 UTC  (4+ messages)

[PATCH 00/21] Support qcom's HSIC USB and rewrite USB2 HS phy support
 2016-06-28 18:27 UTC  (7+ messages)
` [PATCH 02/21] usb: ulpi: Support device discovery via DT

[U-Boot] [PATCH] armv8: dts: fsl: Remove cpu nodes from Layerscape DTSIs
 2016-06-28 18:25 UTC  (2+ messages)

[U-Boot] [PATCH][v3] armv8: fsl-layerscape: Append "A" in SoC name for ARM based SoCs
 2016-06-28 18:25 UTC  (2+ messages)

[PATCHv2] submodule: test moving recursive submodule
 2016-06-28 18:24 UTC 

[U-Boot] [PATCH V2 1/3] mmc: fsl: reset to normal boot mode when eMMC fast boot
 2016-06-28 18:24 UTC  (2+ messages)

[U-Boot] [Patch V2 1/3] armv8: ls1043aqds: fix to get boot device info from FPGA
 2016-06-28 18:23 UTC  (2+ messages)

[U-Boot] [PATCH] armv8/fsl_lsch2: Correct the cores frequency initialization
 2016-06-28 18:22 UTC  (2+ messages)

[PATCH 2/2] ASoC: fsl_ssi: Fix number of words per frame for I2S-slave mode
 2016-06-28 18:20 UTC  (2+ messages)

[RFC/PATCH v2 00/10] Add initial experimental external ODB support
 2016-06-28 18:19 UTC  (3+ messages)
` [RFC/PATCH v2 04/10] t0400: add 'put' command to odb-helper script
` [RFC/PATCH v2 09/10] Add GIT_NO_EXTERNAL_ODB env variable

[PATCH v4] power_supply: power_supply_read_temp only if use_cnt > 0
 2016-06-28 18:20 UTC  (5+ messages)


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.