All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-01-08 15:00:18 to 2016-01-08 16:02:18 UTC [more...]

[PATCH linux-next v2 00/14] mtd: spi-nor: add driver for Atmel QSPI controller
 2016-01-08 16:02 UTC  (15+ messages)
` [PATCH linux-next v2 01/14] mtd: spi-nor: remove micron_quad_enable()
` [PATCH linux-next v2 02/14] mtd: spi-nor: properly detect the memory when it boots in Quad or Dual mode
` [PATCH linux-next v2 03/14] mtd: spi-nor: select op codes and SPI NOR protocols by manufacturer
` [PATCH linux-next v2 04/14] mtd: spi-nor: fix support of Macronix memories
` [PATCH linux-next v2 05/14] mtd: spi-nor: fix support of Winbond memories
` [PATCH linux-next v2 06/14] mtd: spi-nor: fix support of Micron memories

[PATCH v3 0/5] Allow schedulers to be selectable through Kconfig
 2016-01-08 16:02 UTC  (12+ messages)
` [PATCH v3 1/5] build: Env var to enable expert config options
` [PATCH v3 2/5] build: Hook the schedulers into Kconfig
` [PATCH v3 3/5] build: Alloc space for sched list in the link file
` [PATCH v3 4/5] sched: Register the schedulers into the list

[Qemu-devel] [PATCH 0/6] virtio/vhost cross-endian cleanup
 2016-01-08 16:00 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/6] virtio-net: use the backend cross-endian capabilities

[PATCH v9 0/5] implement vNVDIMM
 2016-01-08 15:59 UTC  (12+ messages)
` How to reserve guest physical region for ACPI
                  ` [Qemu-devel] "

[PATCH v2 12/13] arm64: add support for relocatable kernel
 2016-01-08 15:59 UTC  (3+ messages)
` [PATCH] arm64: split elf relocs into a separate header

linux-next: build failure after merge of the rcu tree
 2016-01-08 15:58 UTC  (12+ messages)

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2016-01-08 15:59 UTC  (9+ messages)
` [PATCH v8 20/20] KVM: ARM64: Add a new kvm ARM PMU device

[PATCH] arm64: net: bpf: don't BUG() on large shifts
 2016-01-08 15:58 UTC  (10+ messages)

[PATCH] net: phy: Support for non-HW interrupt devices
 2016-01-08 15:58 UTC  (6+ messages)

[PATCH] net: lpc_eth: Remove unused variables
 2016-01-08 15:58 UTC  (2+ messages)

[PATCH 1/2] phy: fix blackfin build failure
 2016-01-08 15:57 UTC  (2+ messages)

[PATCH v4 0/3] public/io/netif.h: support for toeplitz hashing
 2016-01-08 15:56 UTC  (6+ messages)
` [PATCH v4 1/3] public/io/netif.h: document transmit and receive wire formats separately
` [PATCH v4 2/3] public/io/netif.h: document control ring and toeplitz hashing

kvm: WARNING in __x86_set_memory_region
 2016-01-08 15:55 UTC 

[PATCH] locks: fix unlock when fcntl_setlk races with a close
 2016-01-08 15:55 UTC  (4+ messages)
` [PATCH v2 0/6] locks: better debugging and fix for setlk/close race handling
  ` [PATCH v2 1/6] locks: fix unlock when fcntl_setlk races with a close

master - document commits since last release
 2016-01-08 15:54 UTC 

[PATCH 0/2] PCI: dra7xx: Mark driver broken and remove
 2016-01-08 15:54 UTC  (6+ messages)
` [PATCH 1/2] PCI: dra7xx: Mark driver as broken
` [PATCH 2/2] PCI: dra7xx: Remove non-working driver

[Qemu-devel] [PATCH] Add optionrom compatible with fw_cfg DMA version
 2016-01-08 15:54 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH 0/2] Attempt to clean-up softmmu templates
 2016-01-08 15:53 UTC  (3+ messages)
` [Qemu-devel] [RFC PATCH 1/2] softmmu_template: add smmu_helper, convert VICTIM_TLB_HIT
` [Qemu-devel] [RFC PATCH 2/2] softmmu: simplify helper_*_st_name with smmu_helper(do_unl_store)

[PATCH] clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h
 2016-01-08 15:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 3/3] perf: bpf: Fix build breakage due to libbpf
 2016-01-08 15:52 UTC  (11+ messages)
` [PATCH v4] "

[PATCH] add driver for DesignWare UFS Host Controller
 2016-01-08 15:51 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] arm: socfpga: arria10: more a10 enablement
 2016-01-08 15:51 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] arm: socfpga: wrap system manager functions for A5/C5 devices
` [U-Boot] [PATCH 2/6] arm: socfpga: add reset manager defines for Arria10
` [U-Boot] [PATCH 3/6] arm: socfpga: arria10: update dwmac reset function to support Arria10
` [U-Boot] [PATCH 4/6] arm: socfpga: arria10: don't build GEN5 sdram for arria10
` [U-Boot] [PATCH 5/6] arm: socfpga: arria10 fpga does not have bridges mapped
` [U-Boot] [PATCH 6/6] arm: socfpga: arria10: remove board_init and s_init

OE Changelog since 2015-12-27 until 2016-01-03
 2016-01-08 15:50 UTC 

[PATCH v2 00/13] arm64: implement support for KASLR
 2016-01-08 15:48 UTC  (14+ messages)
` [PATCH v2 11/13] arm64: allow kernel Image to be loaded anywhere in physical memory
    ` [kernel-hardening] "

[RFC PATCH 0/2] IRQ based next prediction
 2016-01-08 15:43 UTC  (5+ messages)
` [RFC PATCH 1/2] irq: Add a framework to measure interrupt timings
` [RFC PATCH 2/2] sched: idle: IRQ based next prediction for idle period

[Qemu-devel] [PATCH] serial: transmit within the programmed baud rate
 2016-01-08 15:43 UTC 

kvm: WARNING in exception_type
 2016-01-08 15:42 UTC 

[PATCH v2 0/6] generic relative extable support
 2016-01-08 15:42 UTC  (5+ messages)
` [PATCH v2 2/6] alpha/extable: use generic search and sort routines

[RFC/PATCH] perf report: Show random usage tip on the help line
 2016-01-08 15:41 UTC  (6+ messages)

[PATCH] drivers/usb: Skip auto handoff for TI and RENESAS usb controllers
 2016-01-08 15:39 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 net-next 0/5] Local Checksum Offload
 2016-01-08 15:39 UTC  (9+ messages)
` [PATCH v2 net-next 1/5] net: local checksum offload for encapsulation
` [PATCH v2 net-next 3/5] net: vxlan: enable local checksum offload

[PATCH V2 1/3] NTB: Add AMD PCI-Express NTB driver
 2016-01-08 15:39 UTC  (6+ messages)

[PATCH] net: pktgen: support injecting packets for qdisc testing
 2016-01-08 15:38 UTC  (6+ messages)

[PATCH] perf top: Decay periods in callchains
 2016-01-08 15:38 UTC  (2+ messages)

[PATCH] cups: explicitly configure with systemd when needed
 2016-01-08 15:37 UTC  (9+ messages)
      ` [PATCH v2] cups: update systemd support

[PATCH 2/2] drivers: libata-core: Use usleep_range() instead of msleep() for short sleeps (<20 ms)
 2016-01-08 15:36 UTC  (2+ messages)

[PATCH 00/23] HiSilicon SAS v2 hw support
 2016-01-08 15:34 UTC  (10+ messages)
` [PATCH 01/23] devicetree: bindings: hisi_sas: add v2 HW bindings
` [PATCH 09/23] hisi_sas: add v2 hw init

[PATCH 1/2] ARM: exynos_defconfig: Enable NEON, accelerated crypto and cpufreq stats
 2016-01-08 15:35 UTC  (6+ messages)
` [PATCH 2/2] ARM: exynos_defconfig: Enable s5p-secss driver

[Qemu-devel] [PATCH] arm64: kernel: fix PMUv3 registers unconditional access
 2016-01-08 15:33 UTC  (3+ messages)
  `  "

[PATCH 2/2] libxl: support vif outgoing bandwidth QoS
 2016-01-08 15:32 UTC  (2+ messages)
      ` [libvirt] "

[PATCH v2] tools/libxc: Adjust error handling in map_p2m_list() to fix CentOS 7 build
 2016-01-08 15:32 UTC  (3+ messages)

[Qemu-devel] Block I/O Tracing
 2016-01-08 15:30 UTC  (3+ messages)

[PATCH 1/2] drivers: pata_octeon_cf : Switch IO mode depending on model number
 2016-01-08 15:30 UTC  (2+ messages)

[PATCH] Input: evdev - add ioctl cmd EVIOCGBUFSIZE to get buffer size
 2016-01-08 15:29 UTC  (2+ messages)

[PATCH] mtd: Make MTD_BCM47XXSFLASH to depend on MIPS
 2016-01-08 15:26 UTC  (8+ messages)
      ` [PATCH] mtd: bcm47xxsflash: use devm_ioremap_nocache() instead of KSEG0ADDR()

net/sctp: sctp_datamsg memory leak
 2016-01-08 15:25 UTC  (4+ messages)

git pull --rebase --autostash
 2016-01-08 15:24 UTC 

Configure ICMP error source address
 2016-01-08 15:24 UTC  (2+ messages)

[PATCH v4.2] libxc: Defer initialization of start_page for HVM guests
 2016-01-08 15:24 UTC  (8+ messages)

[RFC] Mark of upstream CVE patches
 2016-01-08 15:22 UTC  (7+ messages)
      ` [oe] "
        ` [OE-core] "

[PATCH 0/3] Enabling GuC Loading on Broxton
 2016-01-08 15:19 UTC  (5+ messages)
` [PATCH 1/3] drm/i915: Adding Broxton GuC Loader Support
` [PATCH 2/3] drm/i915: resize the GuC WOPCM for rc6
` [PATCH 3/3] drm/i915: Wait after context init with GuC Submission

[PATCH] driver: input :touchscreen : add Raydium I2C touch driver
 2016-01-08 15:17 UTC 

[PATCH 1/2] dt-bindings: add MedieTak PCIE binding documentation
 2016-01-07 21:06 UTC  (2+ messages)
` [PATCH 2/2] PCI: mediatek: add support for PCIE found on MT7623/MT2701

[RFD] Functional dependencies between devices
 2016-01-08 15:15 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/3] sun4u: timer fixups
 2016-01-08 15:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/3] sun4u: split out NPT and INT_DIS into separate CPUTimer fields

[PATCH v4 0/7] tpm_tis: Clean up force module parameter
 2016-01-08 15:12 UTC  (2+ messages)

[PATCH V2 00/23] MMCONFIG refactoring and support for ARM64 PCI hostbridge init based on ACPI
 2016-01-08 15:12 UTC  (8+ messages)
` [PATCH V2 22/23] pci, acpi: Match PCI config space accessors against platfrom specific quirks

[PATCH v5 0/6] ARM: hisi: Add initial support including clock driver for Hi3519 soc
 2016-01-08 15:10 UTC  (8+ messages)
` [PATCH v5 4/6] ARM: debug: add hi3519 debug uart
` [PATCH v5 6/6] ARM: dts: add dts files for Hi3519

[PATCH] drm/i915: Inspect subunit states on hangcheck
 2016-01-08 15:10 UTC  (5+ messages)

[PATCH RFC OSSTEST v1 00/12] Specify host and guest os version in runvars
 2016-01-08 15:10 UTC  (7+ messages)
` [PATCH RFC OSSTEST v1 01/12] Debian: Abolish $suite and $xopts{Suite} from preseed_* interfaces
` [PATCH RFC OSSTEST v1 02/12] target_var: Support fallback to all_(guest|host)_$vn
` [PATCH RFC OSSTEST v1 03/12] mfi-common: Rename $suite_runvars as $hostos_runvars

[PATCH] ovl: fix getcwd() failure after unsuccessful rmdir
 2016-01-08 15:09 UTC 

[PATCH] hwmon: Add LTC2990 sensor driver
 2016-01-08 15:09 UTC  (5+ messages)
      ` [lm-sensors] "

[Qemu-devel] [PULL 00/59] acpi dsdt rework, misc fixes
 2016-01-08 15:08 UTC  (4+ messages)
` [Qemu-devel] [PULL 01/59] nvdimm: fix header pointer in nvdimm_build_nfit()
` [Qemu-devel] [PULL 02/59] igd-passthrough: fix use of host_pci_config_read
` [Qemu-devel] [PULL 03/59] hw/i386: fill in the CENTURY field of the FADT (FACP) ACPI table

[PATCH] autofs: show pipe inode in mount options
 2016-01-08 15:05 UTC  (7+ messages)

[Qemu-devel] [PATCH 00/25] target-sparc improvements
 2016-01-08 15:08 UTC  (3+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2016-01-08 15:08 UTC 

[Qemu-devel] Qemu linux-user que
 2016-01-08 15:07 UTC  (3+ messages)

range operation of outer cache when start >= end?
 2016-01-08 15:06 UTC  (3+ messages)

[PATCH v3 0/8] i2c mux cleanup and locking update
 2016-01-08 15:04 UTC  (18+ messages)
` [PATCH v3 1/8] i2c-mux: add common core data for every mux instance
` [PATCH v3 2/8] i2c-mux: move select and deselect ops to i2c_mux_core
` [PATCH v3 3/8] i2c-mux: move the slave side adapter management "
` [PATCH v3 4/8] i2c-mux: remove the mux dev pointer from the mux per channel data
` [PATCH v3 5/8] i2c-mux: pinctrl: get rid of the driver private struct device pointer
` [PATCH v3 6/8] i2c: allow adapter drivers to override the adapter locking
` [PATCH v3 7/8] i2c: muxes always lock the parent adapter
` [PATCH v3 8/8] i2c-mux: relax locking of the top i2c adapter during i2c controlled muxing

[PATCH v6] x86/VPMU: implement ipc and arch filter flags
 2016-01-08 15:06 UTC  (2+ messages)

send/receive for encrypted backup purposes
 2016-01-08 15:04 UTC  (8+ messages)

[PATCH v2] ARM64: kernel: implement ACPI parking protocol
 2016-01-08 15:01 UTC 

[PATCH 7/7] drm/i915/chv: Add non claimed mmio checking
 2016-01-08 14:59 UTC  (4+ messages)
` [PATCH 7/7] drm/i915: Add non claimed mmio checking for vlv/chv

[PATCH 1/7] drm/i915: Consolidate unclaimed mmio detection
 2016-01-08 14:58 UTC  (3+ messages)

[PATCH 0/3] Valgrind: update to 3.11.0
 2016-01-08 14:57 UTC  (3+ messages)
` [PATCH 2/3] valgrind: don't restrict to armv7a
` [PATCH 3/3] valgrind: include aarch64 in COMPATIBLE_HOST


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.