All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-06-06 14:52:41 to 2018-06-06 15:30:36 UTC [more...]

[U-Boot] [RFC PATCH 00/20] SPI-NAND support
 2018-06-06 15:30 UTC  (17+ messages)
` [U-Boot] [RFC PATCH 01/20] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
` [U-Boot] [RFC PATCH 02/20] mtd: add get/set of_node/flash_node helpers
` [U-Boot] [RFC PATCH 03/20] mtd: fix build issue with includes
` [U-Boot] [RFC PATCH 04/20] mtd: move definitions to enlarge their range
` [U-Boot] [RFC PATCH 05/20] mtd: move all flash categories inside MTD submenu
` [U-Boot] [RFC PATCH 06/20] mtd: move NAND fiels into a raw/ subdirectory
` [U-Boot] [RFC PATCH 07/20] mtd: rename nand into rawnand in Kconfig prompt
` [U-Boot] [RFC PATCH 08/20] mtd: nand: Add core infrastructure to deal with NAND devices
` [U-Boot] [RFC PATCH 09/20] mtd: nand: Pass mode information to nand_page_io_req
` [U-Boot] [RFC PATCH 10/20] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [RFC PATCH 11/20] mtd: nand: Add core infrastructure to support SPI NANDs
` [U-Boot] [RFC PATCH 12/20] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [U-Boot] [RFC PATCH 13/20] mtd: spinand: Add initial support for Winbond W25M02GV
` [U-Boot] [RFC PATCH 14/20] mtd: spinand: Add initial support for the MX35LF1GE4AB chip
` [U-Boot] [RFC PATCH 15/20] mtd: spinand: Add initial support for the MX35LF2GE4AB chip
` [U-Boot] [RFC PATCH 16/20] mtd: uclass: add probe function

[Buildroot] scanpypi tool python error - local variable 'download' referenced before assignment
 2018-06-06 15:29 UTC 

[RFC PATCH v3 00/10] Energy Aware Scheduling
 2018-06-06 15:29 UTC  (6+ messages)
` [RFC PATCH v3 03/10] PM: Introduce an Energy Model management framework

[Qemu-devel] [PATCH 00/11] misc: Add trailing '\n' to qemu_log() calls
 2018-06-06 15:26 UTC  (31+ messages)
` [Qemu-trivial] "
` [Qemu-trivial] [PATCH 01/11] hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() call
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 02/11] hw/digic: Add trailing '\n' to qemu_log() calls
  ` [Qemu-trivial] "
` [Qemu-devel] [PATCH 03/11] xilinx-dp: Add trailing '\n' to qemu_log() call
  ` [Qemu-trivial] "
` [Qemu-trivial] [PATCH 04/11] ppc/pnv: Add trailing '\n' to qemu_log() calls
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 05/11] hw/core/register: Add trailing '\n' to qemu_log() call
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 06/11] hw/mips/boston: Add trailing '\n' to qemu_log() calls
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 07/11] stellaris: "
  ` [Qemu-devel] "
  ` [Qemu-trivial] "
` [Qemu-arm] [PATCH 08/11] target/arm: "
  ` [Qemu-devel] "
  ` [Qemu-trivial] "
` [Qemu-trivial] [PATCH 09/11] target/m68k: Add trailing '\n' to qemu_log() call
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 10/11] RISC-V: Add trailing '\n' to qemu_log() calls
  ` [Qemu-devel] "
` [Qemu-trivial] [RFC PATCH 11/11] target/xtensa: "
  ` [Qemu-devel] "

[LTP] [PATCH 0/7] TST_IPVER
 2018-06-06 15:27 UTC  (3+ messages)

[RFC 1/2] printk: Enable platform to provide a early boot clock
 2018-06-06 15:25 UTC  (7+ messages)
` [RFC 2/2] x86, tsc: Enable clock for ealry printk timestamp

[PATCH] ksys_mount: check for permissions before resource allocation
 2018-06-06 15:26 UTC  (6+ messages)

[git pull] drm for v4.18-rc1
 2018-06-06 15:26 UTC  (5+ messages)

[PATCH] icecc-toolchain: Remove environment setup
 2018-06-06 15:24 UTC 

[Qemu-devel] storing machine data in qcow images?
 2018-06-06 15:25 UTC  (39+ messages)

[PATCH v3 00/25] InfiniBand Transport (IBTRS) and Network Block Device (IBNBD)
 2018-06-06 15:25 UTC  (26+ messages)
` [PATCH v3 01/25] sysfs: export sysfs_remove_file_self()
` [PATCH v3 02/25] ibtrs: public interface header to establish RDMA connections
` [PATCH v3 03/25] ibtrs: private headers with IBTRS protocol structs and helpers
` [PATCH v3 04/25] ibtrs: core: lib functions shared between client and server modules
` [PATCH v3 05/25] ibtrs: client: private header with client structs and functions
` [PATCH v3 06/25] ibtrs: client: main functionality
` [PATCH v3 07/25] ibtrs: client: statistics functions
` [PATCH v3 08/25] ibtrs: client: sysfs interface functions
` [PATCH v3 09/25] ibtrs: server: private header with server structs and functions
` [PATCH v3 10/25] ibtrs: server: main functionality
` [PATCH v3 11/25] ibtrs: server: statistics functions
` [PATCH v3 12/25] ibtrs: server: sysfs interface functions
` [PATCH v3 13/25] ibtrs: include client and server modules into kernel compilation
` [PATCH v3 14/25] ibtrs: a bit of documentation
` [PATCH v3 15/25] ibnbd: private headers with IBNBD protocol structs and helpers
` [PATCH v3 16/25] ibnbd: client: private header with client structs and functions
` [PATCH v3 17/25] ibnbd: client: main functionality
` [PATCH v3 18/25] ibnbd: client: sysfs interface functions
` [PATCH v3 19/25] ibnbd: server: private header with server structs and functions
` [PATCH v3 20/25] ibnbd: server: main functionality
` [PATCH v3 21/25] ibnbd: server: functionality for IO submission to file or block dev
` [PATCH v3 22/25] ibnbd: server: sysfs interface functions
` [PATCH v3 23/25] ibnbd: include client and server modules into kernel compilation
` [PATCH v3 24/25] ibnbd: a bit of documentation
` [PATCH v3 25/25] MAINTAINERS: Add maintainer for IBNBD/IBTRS modules

[PATCH 1/2] ARM: dts: igep: Relicense the IGEP boards under GPLv2/X11
 2018-06-06 15:25 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: am335x-sl50: Relicense the SL50 dts "

[PATCH] systemd: allow setting time-epoch to epoch
 2018-06-06 15:21 UTC 

Kernel and ADM hardware roulette ( was AMD graphics performance regression in 4.15 and later )
 2018-06-06 15:24 UTC  (6+ messages)

[PATCH 6/7] drm/i915/pmu: Add running counter
 2018-06-06 15:23 UTC  (3+ messages)

[PATCH net] net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan
 2018-06-06 15:23 UTC 

[PATCH v4 0/7] Introduce on-chip interconnect API
 2018-06-06 15:23 UTC  (23+ messages)
` [PATCH v4 1/7] interconnect: Add generic "
` [PATCH v4 2/7] dt-bindings: Introduce interconnect provider bindings
` [PATCH v4 4/7] interconnect: qcom: Add RPM communication
` [PATCH v4 5/7] interconnect: qcom: Add msm8916 interconnect provider driver

[PATCH v1] kthread/smpboot: Serialize kthread parking against wakeup
 2018-06-06 15:22 UTC  (13+ messages)

maintenance on DPDK patchwork today
 2018-06-06 15:22 UTC  (3+ messages)
` [dpdk-ci] "

[GIT PULL] cgroup changes for v4.18-rc1
 2018-06-06 15:22 UTC  (5+ messages)

[PATCH] hwmon: (dell-smm) Disable fan support for Dell XPS13 9333
 2018-06-06 15:21 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: Switch to SPDX identifier
 2018-06-06 15:21 UTC  (3+ messages)

[PATCH 00/11] Fixes to debugging facilities
 2018-06-06 15:21 UTC  (8+ messages)
` [PATCH 04/11] x86: Fix calculation of %dr6/7 reserved bits
` [PATCH 06/11] x86: Reorganise and rename debug register fields in struct vcpu

[PATCH] drm/i915: Mark i915.inject_load_failure as being hit
 2018-06-06 15:21 UTC  (6+ messages)
` [PATCH v3] "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Mark i915.inject_load_failure as being hit (rev3)

[MODERATED] ARCH_CAPABILITIES note
 2018-06-06 15:20 UTC  (4+ messages)
` [MODERATED] "

draft ANA support v3
 2018-06-06 15:18 UTC  (4+ messages)
` [PATCH 10/10] host fold

[PATCH v6 0/7] Queued/runnable/running engine stats
 2018-06-06 15:17 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for Queued/runnable/running engine stats (rev11)

[PATCH v4 0/6] mfd/regulator/clk: bd71837: ROHM BD71837 PMIC driver
 2018-06-06 15:16 UTC  (12+ messages)
` [PATCH v4 2/6] mfd: bd71837: Devicetree bindings for ROHM BD71837 PMIC

[PATCH 1/1] command: oftree: support load device tree from memory
 2018-06-06 15:16 UTC 

[U-Boot] [PATCH 1/2] sunxi: clock: Fix EHCI and OHCI clocks on A64
 2018-06-06 15:13 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use

[PATCH v3 00/12] cros_ec: Match licenses and switch to SPDX identifier
 2018-06-06 15:09 UTC  (14+ messages)
` [PATCH v3 01/12] platform/chrome: Make license text and module license match
` [PATCH v3 02/12] platform/chrome: Switch to SPDX identifier
` [PATCH v3 03/12] mfd: cros_ec: Make license text and module license match
` [PATCH v3 04/12] mfd: cros_ec: Switch to SPDX identifier
` [PATCH v3 05/12] rtc: cros-ec: Make license text and module license match
` [PATCH v3 06/12] rtc: cros-ec: Switch to SPDX identifier
` [PATCH v3 07/12] extcon: usbc-cros-ec: Make license text and module license match
` [PATCH v3 08/12] extcon: usbc-cros-ec: Switch to SPDX identifier
` [PATCH v3 09/12] Input: cros_ec_keyb - Make license text and module license match
` [PATCH v3 10/12] Input: cros_ec_keyb - Switch to SPDX identifier
` [PATCH v3 11/12] iio: cros_ec: "
` [PATCH v3 12/12] i2c: i2c-cros-ec-tunnel: "

[Qemu-devel] [PATCH 0/4] Misc sam460ex improvements
 2018-06-06 15:10 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] ppc4xx_i2c: Rewrite PPC4xx I2C emulation

[PATCH v5 00/13] s390: vfio-ap: guest dedicated crypto adapters
 2018-06-06 15:10 UTC  (9+ messages)
` [PATCH v5 10/13] s390: vfio-ap: sysfs interface to view matrix mdev matrix

[U-Boot] please pull u-boot-samsung master
 2018-06-06 15:09 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2018-06-06 15:09 UTC  (2+ messages)

[PATCH 00/39] overlayfs: stack file operations
 2018-06-06 15:09 UTC  (8+ messages)
` [PATCH 01/39] vfs: dedpue: return loff_t
      ` [Ocfs2-devel] "
` [PATCH 02/39] vfs: dedupe: rationalize args

master - devices: clean up io error messages
 2018-06-06 15:08 UTC 

[PATCH v1 0/2] Improve construction of non-UCS
 2018-06-06 15:08 UTC  (2+ messages)
` Fwd: "

[PATCH v3] virtio_pci: support enabling VFs
 2018-06-06 15:08 UTC  (11+ messages)
  ` [virtio-dev] "

[PATCH] arm64: topology: Avoid checking numa mask for scheduler MC selection
 2018-06-06 15:07 UTC  (6+ messages)

2018-06-01-stable - devices: clean up io error messages
 2018-06-06 15:07 UTC 

[Qemu-devel] [PATCH] MAINTAINERS: Adopt the Gumstix computers-on-module machines
 2018-06-06 15:02 UTC  (5+ messages)
` [Qemu-arm] "

partitions resizing on the fly
 2018-06-06 15:05 UTC  (5+ messages)

[OSSTEST PATCH 0/3] Support host-specific minimum Xen version
 2018-06-06 15:04 UTC  (3+ messages)
` [OSSTEST PATCH 3/3] mfi-*: Set appropriate PropMinVer:XenMin: hostflags, to honour XenMin property

[xen-4.6-testing test] 123817: regressions - FAIL
 2018-06-06 15:05 UTC 

[PATCH net-next 1/6] net: hippi: use pci_zalloc_consistent
 2018-06-06 15:04 UTC  (2+ messages)

[PATCH V5] powercap/drivers/idle_injection: Add an idle injection framework
 2018-06-06 15:02 UTC  (4+ messages)

[PATCH 4.4 00/37] 4.4.136-stable review
 2018-06-06 15:01 UTC  (4+ messages)

Linux kernel 4.4.136 released
 2018-06-06 15:00 UTC 

[Qemu-trivial] [PATCH 0/3] mac_newworld: add MAINTAINERS entries, fix qemu_log trailing '\n'
 2018-06-06 14:59 UTC  (8+ messages)
` [Qemu-devel] "
` [Qemu-trivial] [PATCH 1/3] MAINTAINERS: Add an entry for the MacIO device headers
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 2/3] MAINTAINERS: Add entries for the MOS6522 VIA device
  ` [Qemu-devel] "
` [Qemu-trivial] [PATCH 3/3] hw/misc/mos6522: Add trailing '\n' to qemu_log() calls
  ` [Qemu-devel] "

[PATCH 0/6] minor nvme fixes for 4.18
 2018-06-06 14:59 UTC  (3+ messages)
` [PATCH 3/6] nvme-pci: Queue creation fixes

[PATCH] btrfs-progs: fi-usage: fix RAID10 raw disk usage
 2018-06-06 14:56 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: use CONFIG_DEFAULT_FDT_FILE everywhere
 2018-06-06 14:58 UTC  (6+ messages)

[RFC] OVMF NVRAM Variable Retention
 2018-06-06 15:01 UTC 

[PATCH] drm/i915: Update preproduction steppings
 2018-06-06 14:57 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH] btrfs-progs: mkfs: Fix traverse_directory() silently failing on some dirs
 2018-06-06 14:54 UTC  (2+ messages)

[PATCH] drm/i915: Use GEM suspend when aborting initialisation
 2018-06-06 14:54 UTC 

[PATCH] btrfs-progs: mkfs: Fix typos
 2018-06-06 14:51 UTC  (2+ messages)

[GIT PULL 00/46] perf/core fixes and improvements
 2018-06-06 14:53 UTC  (3+ messages)
` [PATCH 42/46] perf script powerpc: Python script for hypervisor call statistics

[PATCH v3 0/4] IMA: work on audit records produced by IMA
 2018-06-06 14:52 UTC  (6+ messages)
` [PATCH v3 4/4] ima: Differentiate auditing policy rules from "audit" actions


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.