All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-15 14:38:45 to 2017-05-15 15:37:13 UTC [more...]

[PATCH v2 00/12] fixes for kpartx -d
 2017-05-15 15:37 UTC  (4+ messages)
` [PATCH v2 01/12] kpartx: test-kpartx: new unit test program
` [PATCH v2 02/12] kpartx: remove "no_partitions" support
` [PATCH v2 03/12] kpartx: remove is_loop_device

[PATCH for-4.9 1/2] x86/pv: Fix the handling of `int $x` for vectors which alias exceptions
 2017-05-15 15:36 UTC  (4+ messages)
` [PATCH for-4.9 2/2] x86/pv: Replace do_guest_trap() with pv_inject_hw_exception()

[patch 00/18] init: Enable might_sleep() and smp_processor_id() debugging early
 2017-05-15 15:36 UTC  (18+ messages)
` [patch 10/18] iommu/vt-d: Adjust system_state checks
` [patch 11/18] iommu/of: Adjust system_state check
` [patch 14/18] printk: Adjust system_state checks
` [patch 15/18] mm/vmscan: "
` [patch 16/18] init: Introduce SYSTEM_BOOTING_UP/SMP states
` [patch 17/18] sched: Enable might_sleep() checks early
` [patch 18/18] sched: Enable smp_processor_id() "

[RFC v1 0/3] Introduce on-chip interconnect API
 2017-05-15 15:35 UTC  (10+ messages)
` [RFC v1 1/3] interconnect: Add generic interconnect controller API
` [RFC v1 2/3] interconnect: Add Qualcomm msm8916 interconnect provider driver
` [RFC v1 3/3] dt-binding: Interconnect device-tree bindings draft

RGW: removal of support for fastcgi
 2017-05-15 15:35 UTC  (2+ messages)

[PATCH 2/3] bpf: Track alignment of MAP pointers in verifier
 2017-05-15 15:34 UTC  (4+ messages)

[PATCH] ntb: Add error path/handling to Debug FS entry creation
 2017-05-15 15:33 UTC 

[PATCH V3 net 0/1] net/smc and the RDMA core
 2017-05-15 15:33 UTC  (2+ messages)
` [PATCH V3 net 1/1] smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEY

[linux-lvm] Snapshot behavior on classic LVM vs ThinLVM
 2017-05-15 15:33 UTC  (15+ messages)

[Buildroot] [PATCH] rtmpdump: security bump to current HEAD
 2017-05-15 15:32 UTC 

Announcing blktests
 2017-05-15 15:30 UTC  (3+ messages)

4.9rc4: linux.c:27:28: fatal error: xen/sys/evtchn.h: No such file or directory
 2017-05-15 15:29 UTC  (6+ messages)
    ` 4.9rc4: Cannot build with higher than -j4 - was: "

dm fixes for 4.12-rc
 2017-05-15 15:28 UTC  (5+ messages)
` [PATCH 1/4] dm rq: add a missing break to map_request
` [PATCH 2/4] dm mpath: don't return -EIO from dm_report_EIO
` [PATCH 3/4] dm mpath: multipath_clone_and_map must not return -EIO
` [PATCH 4/4] dm: fix REQ_RAHEAD handling

[PATCH] devicetree: Move include prefixes from arch to separate directory
 2017-05-15 15:27 UTC  (14+ messages)

[U-Boot] [PATCH 1/2][v5] armv8: ls2080a: Reorganise NAND_BOOT code in config flag
 2017-05-15 15:27 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2][v5] armv8: ls2080aqds: Add support for SD boot

[PATCH 0/2] Demonstrate and partially work around a gitattributes problem
 2017-05-15 15:24 UTC  (3+ messages)
` [PATCH 1/2] gitattributes: demonstrate that Git tries to read a bogus file
` [PATCH 2/2] mingw: Suppress warning that <commit>:.gitattributes does not exist

iproute2 build error due to sr-ipv6 lwtunnel
 2017-05-15 15:24 UTC  (6+ messages)

[RFC v1 0/7] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-05-15 15:23 UTC  (4+ messages)
` [RFC v1 3/7] iommu/arm-smmu-v3: Replace the device tree binding for hisilicon broken prefetch cmd with erratum id

[PATCH] ubifs: Fix inode leak in xattr code
 2017-05-15 15:22 UTC  (3+ messages)

[PATCH] lib/bb/fetch2: Fix npm tarball fetch
 2017-05-15 15:23 UTC  (2+ messages)

remove function pointer casts and constify function tables
 2017-05-15 15:21 UTC  (5+ messages)

[PATCH 0/4] ftrace: Fix a few issues
 2017-05-15 15:21 UTC  (5+ messages)
` [PATCH 2/4] ftrace/instances: Clear function triggers when removing instances
` [PATCH 3/4] selftests/ftrace: Fix bashisms

[RFC][PATCH 00/21] VFS: Introduce superblock configuration context [ver #3]
 2017-05-15 15:21 UTC  (22+ messages)
` [PATCH 01/21] Provide a function to create a NUL-terminated string from unterminated data "
` [PATCH 02/21] Clean up whitespace in fs/namespace.c "
` [PATCH 03/21] VFS: Make get_mnt_ns() return the namespace "
` [PATCH 04/21] VFS: Make get_filesystem() return the affected filesystem "
` [PATCH 05/21] VFS: Provide empty name qstr "
` [PATCH 06/21] VFS: Introduce a superblock configuration context "
` [PATCH 07/21] Implement fsopen() to prepare for a mount "
` [PATCH 08/21] Implement fsmount() to effect a pre-configured "
` [PATCH 09/21] Sample program for driving fsopen/fsmount "
` [PATCH 10/21] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 11/21] proc: Add superblock config support to procfs "
` [PATCH 12/21] NFS: Move mount bits into their own file "
` [PATCH 13/21] NFS: Constify mount argument match tables "
` [PATCH 14/21] NFS: Rename struct nfs_parsed_mount_data to struct nfs_sb_config "
` [PATCH 15/21] NFS: Split nfs_parse_mount_options() "
` [PATCH 16/21] NFS: Deindent nfs_sb_config_parse_option() "
` [PATCH 17/21] NFS: Add a small buffer in nfs_sb_config to avoid string dup "
` [PATCH 18/21] NFS: Do some tidying of the parsing code "
` [PATCH 19/21] NFS: Add mount context support. "
` [PATCH 20/21] Support legacy filesystems "
` [PATCH 21/21] Add commands to create or update a superblock "

[meta-rockchip][PATCH v2 0/5] u-boot-rockchip: various improvements
 2017-05-15 15:20 UTC  (2+ messages)

[PATCH/RFC] The new IncludeIf facility doesn't DWIM when the repo is symlinked
 2017-05-15 15:20 UTC 

[PATCH RFC v3] drm: Add properties to control YCbCr to RGB conversion
 2017-05-15 15:19 UTC  (5+ messages)
` [PATCH RFC v3] drm: Add optinal COLOR_ENCODING and COLOR_RANGE properties to drm_plane

[PATCH 0/2] FDT fixes for running on native Open Firmware
 2017-05-15 15:19 UTC  (3+ messages)
` [PATCH 1/2] fdt: correctly handle uncompressed node names

[PATCH] module.h: add copyleft-next >= 0.3.1 as GPL compatible
 2017-05-15 15:18 UTC  (11+ messages)
` [PATCH v2] "
          ` Kernel modules under new copyleft licence : (was Re: [PATCH v2] module.h: add copyleft-next >= 0.3.1 as GPL compatible)

[PATCH V2] pwm: tegra: Set maximum pwm clock source per SoC tapeout
 2017-05-15 15:17 UTC  (5+ messages)

Btrfs progs pre-release 4.11-rc1
 2017-05-15 15:16 UTC 

[PATCH v2 0/5] mitigate the per-pCPU blocking list may be too long
 2017-05-15 15:14 UTC  (5+ messages)
` [PATCH v2 1/5] xentrace: add TRC_HVM_PI_LIST_ADD
` [PATCH v2 4/5] VT-d PI: Adding reference count to pi_desc

[meta-oe][PATCH] imagemagick: upgrade from 7.0.2 to 7.0.5
 2017-05-15 15:07 UTC 

[PATCH] perf report: fix off-by-one for non-activation frames
 2017-05-15 15:13 UTC  (3+ messages)

[PATCH] autogen: fix autoopts script generation to handle shebang
 2017-05-15 15:10 UTC  (6+ messages)

[PATCH] usbnet: no address filtering on RNDIS
 2017-05-15 15:08 UTC  (4+ messages)

[PATCH v2 0/2] ALSA, dmaengine: dw: Remove AVR32 bits in drivers
 2017-05-15 15:09 UTC  (7+ messages)
` [PATCH v2 2/2] dmaengine: dw: Remove AVR32 bits from the driver
      ` [alsa-devel] "

[Qemu-devel] [PATCH v2] block migration: Allow compile time disable
 2017-05-15 15:08 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/16] Augment support for signal handling
 2017-05-15 14:59 UTC  (17+ messages)
` [Qemu-devel] [PATCH v2 01/16] linux-user: add strace for getuid(), gettid(), getppid(), geteuid()
` [Qemu-devel] [PATCH v2 02/16] linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
` [Qemu-devel] [PATCH v2 03/16] linux-user: fix ssetmask() system call
` [Qemu-devel] [PATCH v2 04/16] linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo() syscall
` [Qemu-devel] [PATCH v2 05/16] linux-user: fix argument type declaration of "
` [Qemu-devel] [PATCH v2 06/16] linux-user: add support for rt_tgsigqueueinfo() system call
` [Qemu-devel] [PATCH v2 07/16] linux-user: add rt_tgsigqueueinfo() strace
` [Qemu-devel] [PATCH v2 08/16] linux-user: fix inconsistent spaces in print_siginfo() output
` [Qemu-devel] [PATCH v2 09/16] linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and rt_tgsigqueueinfo()
` [Qemu-devel] [PATCH v2 10/16] [RFC] linux-user: add support for tracking the target signal mask
` [Qemu-devel] [PATCH v2 11/16] [RFC] linux-user: add target_sigdelset() and target_sigorset()
` [Qemu-devel] [PATCH v2 12/16] [RFC] linux-user: fix sigismember() check
` [Qemu-devel] [PATCH v2 13/16] [RFC] linux-user: add functions for working with the target signal mask
` [Qemu-devel] [PATCH v2 14/16] [RFC] linux-user: add functionality for tracking "
` [Qemu-devel] [PATCH v2 15/16] [RFC] linux-user: add support for multiplexing larger target signals
` [Qemu-devel] [PATCH v2 16/16] [RFC] linux-user: add support for multiplexing signals in rt_sigqueueinfo(), rt_tgsigqueueinfo(), kill() and tgkill() syscalls

[PATCH] ib_core: Enable and expose force_mr module parameter
 2017-05-15 15:09 UTC  (3+ messages)

rdma-ndd shipped by infiniband-diags and rdma-core
 2017-05-15 15:08 UTC  (5+ messages)

[PATCH] scsi: aacraid: fix leak of data from stack back to userspace
 2017-05-15 15:07 UTC  (4+ messages)

[Bug] VCHIQ functional test broken
 2017-05-15 15:05 UTC  (14+ messages)

[PATCH net] net: netcp: fix check of requested timestamping filter
 2017-05-15 15:03 UTC  (2+ messages)

[PATCH v3 0/7] i.MX7 PCIe related device tree changes
 2017-05-15 15:03 UTC  (11+ messages)
` [PATCH v3 1/7] ARM: dts: imx: Reintroduce 'anatop-enable-bit' where appropriate
` [PATCH v3 3/7] ARM: dts: imx7s: Add node for GPC
` [PATCH v3 4/7] ARM: dts: imx7s: Mark 'gpr' compatible with i.MX6 variant
` [PATCH v3 5/7] ARM: dts: imx7d-sdb: Add GPIO expander node
` [PATCH v3 6/7] ARM: dts: imx7d: Add node for PCIe controller
` [PATCH v3 7/7] ARM: dts: imx7d-sdb: Enable PCIe peripheral
` [PATCH v3 2/7] ARM: imx: Select GPCv2 for i.MX7

[PATCH] x86/vvmx: Improvements to INVEPT instruction handling
 2017-05-15 15:02 UTC  (3+ messages)

[PATCH 1/2] drm/dp: Read the tx msg state once after checking for an event
 2017-05-15 15:02 UTC  (6+ messages)
` [PATCH 2/2] drm/dp: Wait up all outstanding tx waiters
    ` [Intel-gfx] "

[meta-rockchip][PATCH] linux: version bump to 4.11
 2017-05-15 15:01 UTC  (2+ messages)

[PATCH] tag: duplicate mention of --contains should mention --no-contains
 2017-05-15 15:01 UTC  (3+ messages)

[PATCH RESEND] iommu/dma: Don't touch invalid iova_domain members
 2017-05-15 15:01 UTC 

[PATCH] nvme: Implement NS Optimial IO Boundary from 1.3 Spec
 2017-05-15 15:01 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-img: Fix leakage of options on error
 2017-05-15 15:00 UTC  (2+ messages)

Unexpected issues with 2 NVME initiators using the same target
 2017-05-15 14:59 UTC  (12+ messages)

[Qemu-devel] [PATCH] tcg/i386: 'nop' instruction with 'lock' prefix is illegal
 2017-05-15 14:58 UTC  (3+ messages)

Couple of cleanups for DCE6
 2017-05-15 14:58 UTC  (3+ messages)
  ` [PATCH 1/2] drm/amd/amdgpu: Clean up 32/64-bit types in DCE6
  ` [PATCH 2/2] drm/amd/amdgpu: Tidy up static int dce_v6_0_get_num_crtc()

[kernel-hardening] Interested in Helping KSPP
 2017-05-15 14:57 UTC 

[Xenomai] too few arguments to function ‘handle_mm_fault`
 2017-05-15 14:56 UTC  (2+ messages)

[RFC 0/2] load_balance() fixes for affinity
 2017-05-15 14:56 UTC  (5+ messages)
` [RFC 1/2] sched/fair: Fix load_balance() affinity redo path

[PATCH 1/2] xfs: Fix missed holes in SEEK_HOLE implementation
 2017-05-15 14:55 UTC  (5+ messages)
` [PATCH 2/2] xfs: Move handling of missing page into one place in xfs_find_get_desired_pgoff()

[PATCH] libx11: 1.6.4 -> 1.6.5
 2017-05-15 14:54 UTC  (2+ messages)

[XEN-devel] arm64: fix incorrect pa_range_info table to support 42 bit PA systems
 2017-05-15 14:53 UTC  (2+ messages)

[PATCH] arm64: dts: renesas: r8a7795: Use GIC_SPI for HDMI interrupts
 2017-05-15 14:53 UTC  (2+ messages)

[Qemu-devel] [PULL 0/5] Migration pull request
 2017-05-15 14:52 UTC  (3+ messages)

[nft PATCH 0/2] monitor: Support printing processes which caused the event
 2017-05-15 14:51 UTC  (3+ messages)
` [nft PATCH 1/2] include: Add proc_info symbols to nf_tables.h
` [nft PATCH 2/2] monitor: Support printing processes which caused the event

[PATCH v2] drm/i915: Split execlist priority queue into rbtree + linked list
 2017-05-15 14:51 UTC  (3+ messages)
` [PATCH v3] "

[nf-next PATCH] netfilter: nf_tables: Report transactions' process info to user space
 2017-05-15 14:51 UTC 

Linux 4.12-rc1
 2017-05-15 14:51 UTC  (3+ messages)
` linux-next: stats (Was: Linux 4.12-rc1)

llsec:key retrieval fails
 2017-05-15 14:50 UTC 

[ANN] R-Car H3 VIN and RDACM20 camera support prototype
 2017-05-15 14:51 UTC 

[PATCH 00/36] Convert DocBook documents to ReST
 2017-05-15 14:51 UTC  (5+ messages)
` [PATCH 21/36] fs: locks: Fix some troubles at kernel-doc comments

[PATCH] Make -x option position-agnostic
 2017-05-15 14:50 UTC  (2+ messages)

[PATCHv5, REBASED 9/9] x86/mm: Allow to have userspace mappings above 47-bits
 2017-05-15 14:49 UTC  (4+ messages)

[LTP] ltp-pan failing
 2017-05-15 14:49 UTC  (2+ messages)

[Qemu-devel] [PATCH] virtio-net: keep the packet layout intact
 2017-05-15 14:46 UTC  (3+ messages)

S805/S812 Device Tree upstreaming (was: Testing.)
 2017-05-15 14:45 UTC  (3+ messages)

[GIT PULL] ARM: uniphier: UniPhier fixes for v4.12
 2017-05-15 14:44 UTC  (2+ messages)

[Buildroot] [PATCH] git: security bump to version 2.12.3
 2017-05-15 14:44 UTC 

[RFC] NVMe Configuraiton using sysctl
 2017-05-15 14:44 UTC  (4+ messages)

[Qemu-devel] [PATCH] maintainers: Add myself as a NetBSD reviewer
 2017-05-15 14:43 UTC  (4+ messages)

EXCHANGE_ID with same network address but different server owner
 2017-05-15 14:43 UTC  (5+ messages)

Yocto Project Status WW20’17
 2017-05-15 14:43 UTC 

[PATCH 00/17] convert/reorganize Documentation/security/
 2017-05-15 14:42 UTC  (5+ messages)
` [PATCH 06/17] doc: security: minor cleanups to build kernel-doc

[PATCH] rt2x00: improve calling conventions for register accessors
 2017-05-15 14:40 UTC  (5+ messages)

[PATCH] qemu: Upgrade to 2.8.1.1
 2017-05-15 14:41 UTC  (3+ messages)

[PATCH 1/2] ALSA: firewire-tascam: Fix infinite loop in snd_tscm_stream_get_rate()
 2017-05-15 14:40 UTC  (4+ messages)

Question on fscrypt_d_revalidate() and fstest generic/429
 2017-05-15 14:39 UTC 

[PATCH v1 0/3] STM32 DSI HOST
 2017-05-15 14:38 UTC  (5+ messages)
` [PATCH v1 3/3] drm/stm: Add STM32 DSI host driver


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.