All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-20 20:39:30 to 2017-09-20 21:03:52 UTC [more...]

[Qemu-arm] [PATCH 0/6] convert some omap/palm devices from using old_mmio
 2017-09-20 21:03 UTC  (15+ messages)
` [Qemu-arm] [PATCH 1/6] hw/arm/palm.c: Don't use old_mmio for static_ops
  ` [Qemu-arm] [Qemu-devel] "
    `  "
` [Qemu-arm] [PATCH 2/6] hw/gpio/omap_gpio.c: Don't use old_mmio
  ` [Qemu-arm] [Qemu-devel] "
    `  "
` [Qemu-arm] [PATCH 3/6] hw/timer/omap_synctimer.c: "
  ` [Qemu-arm] [Qemu-devel] "
    `  "
` [Qemu-arm] [PATCH 4/6] hw/timer/omap_gptimer: "
  ` [Qemu-arm] [Qemu-devel] "
    `  "
` [Qemu-arm] [PATCH 5/6] hw/i2c/omap_i2c.c: "
  ` [Qemu-devel] "

[Qemu-devel] [PULL 0/3] 9pfs fixes for 2.11 20170920
 2017-09-20 21:03 UTC  (2+ messages)

[PATCH v2 00/24] xen/arm: Memory subsystem clean-up
 2017-09-20 21:03 UTC  (5+ messages)
` [PATCH v2 17/24] xen/arm: page: Clean-up the definition of MAIRVAL

[PATCH net] packet: hold bind lock when rebinding to fanout hook
 2017-09-20 21:03 UTC  (3+ messages)

[mainline][DLPAR][Oops] OF: ERROR: Bad of_node_put() on /cpus
 2017-09-20 21:02 UTC  (3+ messages)
` [PATCH 1/2] powerpc/pseries: fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR
  ` [PATCH 2/2] powerpc/pseries: fix parent_dn reference leak in add_dt_node()

[meta-processsor-sdk] [PATCH] ti-pdk.bbclass: added to enable the building of icss-emac firmware binaries
 2017-09-20 21:01 UTC  (3+ messages)
` [EXTERNAL] "

FIle copy to FAT FS on NVDIMM hits BUG_ON at fs/buffer.c:3305!
 2017-09-20 21:04 UTC  (7+ messages)

[RFC v3] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-20 21:00 UTC  (7+ messages)
` [PATCH 1/2] tools: slabinfo: add "-U" option to show unreclaimable slabs only
` [PATCH 2/2] mm: oom: show unreclaimable slab info when kernel panic

[PATCH v3 00/31] Hardened usercopy whitelisting
 2017-09-20 20:56 UTC  (106+ messages)
` [kernel-hardening] "
` [PATCH v3 01/31] usercopy: Prepare for "
  ` [kernel-hardening] "
` [PATCH v3 02/31] usercopy: Enforce slab cache usercopy region boundaries
  ` [kernel-hardening] "
` [PATCH v3 03/31] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "
` [PATCH v3 04/31] dcache: Define usercopy region in dentry_cache slab cache
  ` [kernel-hardening] "
` [PATCH v3 05/31] vfs: Define usercopy region in names_cache slab caches
  ` [kernel-hardening] "
` [PATCH v3 06/31] vfs: Copy struct mount.mnt_id to userspace using put_user()
  ` [kernel-hardening] "
` [PATCH v3 07/31] ext4: Define usercopy region in ext4_inode_cache slab cache
  ` [kernel-hardening] "
` [PATCH v3 08/31] ext2: Define usercopy region in ext2_inode_cache "
  ` [kernel-hardening] "
` [PATCH v3 09/31] jfs: Define usercopy region in jfs_ip "
  ` [kernel-hardening] "
` [PATCH v3 10/31] befs: Define usercopy region in befs_inode_cache "
  ` [kernel-hardening] "
` [PATCH v3 11/31] exofs: Define usercopy region in exofs_inode_cache "
  ` [kernel-hardening] "
` [PATCH v3 12/31] orangefs: Define usercopy region in orangefs_inode_cache "
  ` [kernel-hardening] "
` [PATCH v3 13/31] ufs: Define usercopy region in ufs_inode_cache "
  ` [kernel-hardening] "
` [PATCH v3 14/31] vxfs: Define usercopy region in vxfs_inode "
  ` [kernel-hardening] "
    ` [kernel-hardening] "
` [PATCH v3 15/31] xfs: Define usercopy region in xfs_inode "
  ` [kernel-hardening] "
` [PATCH v3 16/31] cifs: Define usercopy region in cifs_request "
  ` [kernel-hardening] "
` [PATCH v3 17/31] scsi: Define usercopy region in scsi_sense_cache "
  ` [kernel-hardening] "
` [PATCH v3 18/31] net: Define usercopy region in struct proto "
  ` [kernel-hardening] "
` [PATCH v3 19/31] ip: Define usercopy region in IP "
  ` [kernel-hardening] "
` [PATCH v3 20/31] caif: Define usercopy region in caif "
  ` [kernel-hardening] "
` [PATCH v3 21/31] sctp: Define usercopy region in SCTP "
  ` [kernel-hardening] "
` [PATCH v3 22/31] sctp: Copy struct sctp_sock.autoclose to userspace using put_user()
  ` [kernel-hardening] "
` [PATCH v3 23/31] net: Restrict unwhitelisted proto caches to size 0
  ` [kernel-hardening] "
` [PATCH v3 24/31] fork: Define usercopy region in mm_struct slab caches
  ` [kernel-hardening] "
` [PATCH v3 25/31] fork: Define usercopy region in thread_stack "
  ` [kernel-hardening] "
` [PATCH v3 26/31] fork: Provide usercopy whitelisting for task_struct
  ` [kernel-hardening] "
` [PATCH v3 27/31] x86: Implement thread_struct whitelist for hardened usercopy
  ` [kernel-hardening] "
` [PATCH v3 28/31] arm64: "
  ` [kernel-hardening] "
` [PATCH v3 29/31] arm: "
  ` [kernel-hardening] "
` [PATCH v3 30/31] usercopy: Restrict non-usercopy caches to size 0
  ` [kernel-hardening] "
` [PATCH v3 31/31] lkdtm: Update usercopy tests for whitelisting
  ` [kernel-hardening] "

[PATCH v4 00/13] introduce the Xen PV Calls frontend
 2017-09-20 20:59 UTC  (5+ messages)
` [PATCH v4 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
  ` [PATCH v4 02/13] xen/pvcalls: implement frontend disconnect

[PATCH 1/6] media: dvb_frontend: cleanup dvb_frontend_ioctl_properties()
 2017-09-20 20:58 UTC  (3+ messages)
` [PATCH 2/6] media: dvb_frontend: cleanup ioctl handling logic

[PATCH v4 0/9] GuC Fixes, Minor restructuring changes and v9+ logging change
 2017-09-20 20:58 UTC  (4+ messages)
` [PATCH v4 7/9] drm/i915/guc: Remove i915_guc_log_unregister
` ✗ Fi.CI.IGT: failure for GuC Fixes, Minor restructuring changes and v9+ logging change

[PATCH 1/2] common/efi: bail if dom0 fails the shim verification step
 2017-09-20 20:57 UTC  (2+ messages)
` [PATCH 2/2] common/efi: give people some time to read messages when debugging

Change in output as a result of patch
 2017-09-20 20:57 UTC  (4+ messages)
` [RFC PATCH 0/5] branch: improve error messages of branch renaming
  ` [RFC PATCH 5/5] builtin/branch: give more useful error messages when renaming

v4.9.51 build: 0 failures 0 warnings (v4.9.51)
 2017-09-20 20:57 UTC 

Access to NVDIMM JEDEC registers
 2017-09-20 21:00 UTC  (7+ messages)

[PATCH] init/version: include <linux/export.h> instead of <linux/module.h>
 2017-09-20 20:55 UTC  (2+ messages)

[PATCH v2] [media] staging: atomisp: use clock framework for camera clocks
 2017-09-20 20:53 UTC 

[U-Boot] [PATCH 1/1] efi_loader: reenable selftest
 2017-09-20 20:54 UTC  (2+ messages)
` [U-Boot] [PATCH v2 "

[PATCH v2 00/10] dmaengine: sun6i: Fixes for H3/A83T, enable A64
 2017-09-20 20:53 UTC  (5+ messages)
` [PATCH v2 06/10] arm64: allwinner: a64: Add devicetree binding for DMA controller

[PATCH] s390: Fix perf event init
 2017-09-20 20:54 UTC  (5+ messages)

2nd RDMA Miniconference Summary
 2017-09-20 20:54 UTC  (3+ messages)

[RESEND PATCH v2 0/6] AS3645A fixes
 2017-09-20 20:53 UTC  (7+ messages)
` [RESEND PATCH v2 4/6] dt: bindings: as3645a: Improve label documentation, DT example

[PATCH 3/3] dt-bindings: Add KINGDISPLAY KD097D04 panel bindings
 2017-09-20 20:53 UTC  (3+ messages)

[PATCH 1/3] of: Add vendor prefix for kingdisplay
 2017-09-20 20:53 UTC  (3+ messages)

[PATCH 0/2] Improve generic DT binding documentation for media devices
 2017-09-20 20:53 UTC  (5+ messages)
` [PATCH 1/2] dt: bindings: media: Document port and endpoint numbering
` [PATCH 2/2] dt: bindings: media: Document data lane numbering without lane reordering

[PATCH 0/4] Add support to LIS3DHH accel sensor
 2017-09-20 20:53 UTC  (4+ messages)
` [PATCH 4/4] dt-bindings: iio: accel: add LIS3DHH device bindings

[PATCH 0/5] Input: make the GPIO mouse useful
 2017-09-20 20:53 UTC  (3+ messages)
` [PATCH 3/5] input: mouse: Add DT bindings for GPIO mice

[PATCH 0/7] I2C GPIO to use gpiolibs open drain
 2017-09-20 20:53 UTC  (4+ messages)
` [PATCH 6/7] dt-bindings: i2c: i2c-gpio: Add support for named gpios

[RFC RESEND 0/3] Add support for Hisilicon Hi3521A SoC
 2017-09-20 20:53 UTC  (5+ messages)
` [RFC RESEND 3/3] arm: dts: add Hi3521A dts

[PATCH v4 0/5] Add MediaTek PMIC keys support
 2017-09-20 20:53 UTC  (4+ messages)
` [PATCH v4 2/5] dt-bindings: input: Add document bindings for mtk-pmic-keys

[PATCH v3 01/18] arm: shmobile: Document Kingfisher board DT bindings
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH 0/5] usb: usb251xb: Add USB2517i hub support and fix some bugs
 2017-09-20 20:52 UTC  (8+ messages)
` [PATCH 1/5] usb: usb251xb: Add USB2517/i hub support
` [PATCH 0/9 v2] usb: usb251xb: Add USB2517i hub support and fix some bugs
  ` [PATCH 8/9 v2] usb: usb251xb: Add max power/current dts property support
  ` [PATCH 9/9 v2] usb: usb251xb: Use GPIO descriptor consumer interface

[PATCH v2 0/2] Support SDHCI on 8974pro devices
 2017-09-20 20:52 UTC  (3+ messages)
` [PATCH v2 2/2] mmc: sdhci-msm: Enable delay circuit calibration clocks

[PATCH v2 6/8] arm64: renesas: document Eagle board bindings
 2017-09-20 20:52 UTC  (4+ messages)

[PATCH v2 5/5] dt: watchdog: Document compatibility with JZ4780
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH 0/2] max3421: add devicetree support
 2017-09-20 20:52 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: max3421: Add bindings documentation

[PATCH v2 0/8] ARM: dts: rockchip: add Utgard Mali nodes for some socs
 2017-09-20 20:52 UTC  (7+ messages)
` [PATCH v2 1/8] dt-bindings: gpu: mali-utgard: Add Rockchip Utgard Malis
` [PATCH v2 3/8] dt-bindings: gpu: mali-utgard: add optional power-domain reference

[PATCH 0/5] Exynos HDMI bindings cleanup
 2017-09-20 20:52 UTC  (3+ messages)
  ` [PATCH 1/5] dt-bindings: Explicitely mark Exynos HDMI DDC node as deprecated

[PATCH 1/3] RTC: rv3029: fix vendor string
 2017-09-20 20:52 UTC  (4+ messages)

[PATCH v3 1/2] dt-bindings: spi: Add Spreadtrum ADI controller documentation
 2017-09-20 20:52 UTC  (2+ messages)

[PATCH] dt-bindings: RTC: Add bindings for m41t80 and compatibles
 2017-09-20 20:52 UTC  (3+ messages)
` [PATCH] dt-bindings: RTC: merge ds1339 in ds1307 documentation

[PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings
 2017-09-20 20:52 UTC  (2+ messages)

[wireguard-dev] Help about configuration
 2017-09-20 21:17 UTC  (4+ messages)

[PATCH] arm64: Always use REFCOUNT_FULL
 2017-09-20 20:49 UTC  (2+ messages)

[PATCH] bcache: smooth writeback rate control
 2017-09-20 20:48 UTC  (5+ messages)

[PATCH 0/8] protocol transition
 2017-09-20 20:48 UTC  (5+ messages)
` [PATCH 1.5/8] connect: die when a capability line comes after a ref

Last pingtest always fails with netns.sh script on ARM device with F25
 2017-09-20 21:15 UTC  (6+ messages)

[PATCH] multipathd: fix build without systemd
 2017-09-20 20:47 UTC 

[net-next] macvlan: code refine to check data before using
 2017-09-20 20:47 UTC  (2+ messages)

[PATCH] ipv6: Use ipv6_authlen for len in ipv6_skip_exthdr
 2017-09-20 20:45 UTC  (2+ messages)

SSD caching an existing btrfs raid1
 2017-09-20 20:45 UTC  (4+ messages)

RFC: Btrfs does not store checksum type? Only size? O_o
 2017-09-20 20:45 UTC  (2+ messages)

[linux-next test] 113624: regressions - FAIL
 2017-09-20 20:43 UTC 

[Qemu-devel] [PATCH 1/2] slirp: Fix intermittent send queue hangs on a socket
 2017-09-20 20:42 UTC  (2+ messages)
` [Qemu-devel] [PATCH 2/2] slirp: Add a special case for the NULL socket

[PATCH net-next 08/14] gtp: Support encpasulating over IPv6
 2017-09-20 20:40 UTC  (5+ messages)

[PATCH v3 00/40] Introduce NXP DPAA Bus, Mempool and PMD
 2017-09-20 20:39 UTC  (5+ messages)
` [PATCH v4 04/41] bus/dpaa: add OF parser for device scanning


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.