All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-05-15 14:25:52 to 2017-05-15 15:23:33 UTC [more...]

[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] lib/bb/fetch2: Fix npm tarball fetch
 2017-05-15 15:23 UTC  (2+ messages)

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

[RFC][PATCH 00/21] VFS: Introduce superblock configuration context [ver #3]
 2017-05-15 15:21 UTC  (21+ 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 08/21] Implement fsmount() to effect a pre-configured mount "
` [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 "

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

[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] 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 00/18] init: Enable might_sleep() and smp_processor_id() debugging early
 2017-05-15 15:12 UTC  (27+ messages)
` [patch 07/18] ACPI: Adjust system_state check
` [patch 08/18] mm: "
` [patch 09/18] cpufreq/pasemi: "
` [patch 10/18] iommu/vt-d: Adjust system_state checks
` [patch 11/18] iommu/of: Adjust system_state check
` [patch 13/18] extable: Adjust system_state checks
` [patch 14/18] printk: "
` [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() "

[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 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 net] net: netcp: fix check of requested timestamping filter
 2017-05-15 15:03 UTC  (2+ messages)

[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  (14+ 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  (3+ 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)

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

[PATCH] devicetree: Move include prefixes from arch to separate directory
 2017-05-15 14:47 UTC  (8+ 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  (5+ 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  (6+ messages)
` [PATCH v1 3/3] drm/stm: Add STM32 DSI host driver

[PATCH] bridge: netlink: check vlan_default_pvid range
 2017-05-15 14:38 UTC  (6+ messages)

[RFC v2 0/2] SH CEU camera driver
 2017-05-15 14:37 UTC  (5+ messages)

[PATCH 1/1] remoteproc: fix elf_loader da_to_va translation and writing beyond segment
 2017-05-15 14:37 UTC  (6+ messages)

[PATCH 4.11 00/28] 4.11.1-stable review
 2017-05-15 14:36 UTC  (4+ messages)

[PATCH 0/2] Use READ_ONCE() and WRITE_ONCE in count_stat_eventual.c
 2017-05-15 14:35 UTC  (12+ messages)
` [PATCH 1/2] count_stat_eventual: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()

[PATCH] sched/numa: use down_read_trylock for mmap_sem
 2017-05-15 14:35 UTC  (3+ messages)

[PATCH net v2] qed: Fix uninitialized data in aRFS infrastructure
 2017-05-15 14:35 UTC  (2+ messages)

[PATCH RFC 00/21] ALSA: pcm: add tracepoints for PCM params operation
 2017-05-15 14:34 UTC  (4+ messages)

[PATCH 00/13] Get rid of DocBook
 2017-05-15 14:34 UTC  (4+ messages)

[PATCH v2] generic/435: Add more SEEK_HOLE tests
 2017-05-15 14:33 UTC 

[PATCH] fix: kill old branch in insert_branch()
 2017-05-15 14:31 UTC 

Enabling VT-d PI by default
 2017-05-15 14:32 UTC  (10+ messages)

[PATCH] dt-bindings: net: move FMan binding
 2017-05-15 14:30 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] Remove old MigrationParams
 2017-05-15 14:28 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/3] migration: Remove use of "

[PATCH 1/3] ASoC: Intel: Skylake: Fix IPC rx_list corruption
 2017-05-15 14:14 UTC  (3+ messages)
` [PATCH 2/3] ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifest
` [PATCH 3/3] ASoC: Intel: Skylake: Support for multiple data blocks

[PATCH] net: ethernet: stmmac: properly set PS bit in MII configurations during reset
 2017-05-15 14:27 UTC  (8+ messages)

[PATCH V2] x86/efi: Add EFI_PGT_DUMP support for x86_32, kexec
 2017-05-15 14:27 UTC  (2+ messages)

Kernel panic in cma_ps_find
 2017-05-15 14:26 UTC  (2+ messages)

SIMD Rx/Tx paths
 2017-05-15 14:26 UTC  (4+ messages)

Proposal to allow setting up shared memory areas between VMs from xl config file
 2017-05-15 14:25 UTC  (8+ messages)

[PATCH 1/3] Fix ERROR: trailing statements should be on next line
 2017-05-15 14:25 UTC  (4+ 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.