All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-08 01:13:44 to 2016-06-08 03:10:08 UTC [more...]

[RFC v2] xen/arm: build: add missed dependency for head.S
 2016-06-08  3:10 UTC  (3+ messages)

[PATCH 4.6 000/121] 4.6.2-stable review
 2016-06-08  3:09 UTC  (4+ messages)

[U-Boot] [PATCH v3] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks
 2016-06-08  3:08 UTC  (2+ messages)

[PATCH][meta-oe] krb5: add systemd support
 2016-06-08  3:06 UTC 

[PATCH v5 1/3] KVM: fix steal clock warp during guest cpu hotplug
 2016-06-08  3:05 UTC  (3+ messages)
` [PATCH v5 2/3] sched/cputime: Fix prev steal time accouting during "
` [PATCH v5 3/3] sched/cputime: Add steal time support to full dynticks CPU time accounting

[PATCH v10 0/7] usb: add support for Intel dual role port mux
 2016-06-08  3:04 UTC  (16+ messages)
` [PATCH v10 2/7] usb: mux: add generic code for "

[PATCH] fstests: ext4: regression test for fsync transaction ids initialization
 2016-06-08  3:02 UTC 

[Buildroot] [PATCH v2 1/1] babeld: new package
 2016-06-08  3:03 UTC  (2+ messages)

[U-Boot] [RFC][PATCH] arm: rk: Drop SYS_MALLOC_F and SPL_SYS_MALLOC_SIMPLE
 2016-06-08  3:02 UTC  (5+ messages)

[U-Boot] [PATCH] x86: acpi: Fix madt lapic generation
 2016-06-08  2:58 UTC  (4+ messages)

[Qemu-devel] [PATCH v2 0/3] enable iommu with -device
 2016-06-08  2:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] q35: allow dynamic sysbus

[U-Boot] [PATCH] moveconfig: Add a new --git-ref option
 2016-06-08  2:56 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] tools: moveconfig: Make the slot processing more linear
  ` [U-Boot] [PATCH v2 2/2] tools: moveconfig: Add a new --git-ref option

[linuxtv-media:master 185/203] drivers/media/dvb-frontends/helene.c:750:2-3: Unneeded semicolon
 2016-06-08  2:56 UTC  (3+ messages)
` [PATCH] fix semicolon.cocci warnings

[PATCH RFC 0/5] sched,time: make irq time accounting work for nohz_idle
 2016-06-08  2:30 UTC  (3+ messages)
` [PATCH 1/5] sched,time: count actually elapsed irq & softirq time
` [PATCH 2/5] nohz,cputime: remove VTIME_GEN vtime irq time code

New warning
 2016-06-08  2:55 UTC 

[PATCH v5 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-06-08  2:54 UTC  (5+ messages)
` [PATCH v5 1/3] crypto: Key-agreement Protocol Primitives API (KPP)

[U-Boot] [PATCH v3 00/12] am335x: add support for the am335x based bosch shc board
 2016-06-08  2:54 UTC  (3+ messages)
` [U-Boot] [PATCH v3 01/12] common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option

PAGE_GUARDED
 2016-06-08  2:52 UTC  (15+ messages)
          ` Kernel 4.7: PAGE_GUARDED and _PAGE_NO_CACHE

[U-Boot] [PATCH 00/31] RFC: dm: Add support for compiled-in platform data
 2016-06-08  2:48 UTC  (32+ messages)
` [U-Boot] [PATCH 01/31] sandbox: Don't print a warning for CONFIG_I2C_COMPAT
` [U-Boot] [PATCH 02/31] README: Remove CONFIG_SYS_MALLOC_F_LEN comment
` [U-Boot] [PATCH 03/31] spl: Drop include of i2c.h
` [U-Boot] [PATCH 04/31] Makefile: Allow the SPL final link rule to be overridden
` [U-Boot] [PATCH 05/31] sandbox: Allow chaining from SPL to U-Boot proper
` [U-Boot] [PATCH 06/31] sandbox: Support building an SPL image
` [U-Boot] [PATCH 07/31] sandbox: Correct header file order in cpu.c
` [U-Boot] [PATCH 08/31] sandbox: Add some missing headers "
` [U-Boot] [PATCH 09/31] sandbox: Don't use PCI in SPL
` [U-Boot] [PATCH 10/31] sandbox: Don't include the main loop "
` [U-Boot] [PATCH 11/31] sandbox: Add basic SPL implementation
` [U-Boot] [PATCH 12/31] sandbox: Don't use IDE and iotrace in SPL
` [U-Boot] [PATCH 13/31] sandbox: serial: Don't sync video "
` [U-Boot] [PATCH 14/31] sandbox: Add a new sandbox_spl board
` [U-Boot] [PATCH 15/31] sandbox: Add a test device that uses of-platdata
` [U-Boot] [PATCH 16/31] dm: spl: Don't set up device tree with of-platdata
` [U-Boot] [PATCH 17/31] dm: Makefile: Build of-platdata before SPL
` [U-Boot] [PATCH 18/31] dm: core: Don't use device tree with of-platdata
` [U-Boot] [PATCH 19/31] dm: regmap: Add a dummy implementation for of-platdata
` [U-Boot] [PATCH 20/31] dm: syscon: Add support "
` [U-Boot] [PATCH 21/31] dm: sandbox: Add a simple driver to test of-platdata
` [U-Boot] [PATCH 22/31] dm: Add a header that provides access to the of-platdata structs
` [U-Boot] [PATCH 23/31] dm: clk: Add support for of-platdata
` [U-Boot] [PATCH 24/31] dm: serial: "
` [U-Boot] [PATCH 25/31] dm: Don't include fdtdec functions when of-platdata is enabled
` [U-Boot] [PATCH 26/31] dm: Add an option to enable the of-platdata feature
` [U-Boot] [PATCH 27/31] dm: Add a README for of-platdata
` [U-Boot] [PATCH 28/31] dm: Add a library to provide simple device-tree access
` [U-Boot] [PATCH 29/31] dm: Add a tool to generate C code from a device tree
` [U-Boot] [PATCH 30/31] dm: Makefile: Build of-platdata files when the feature is enabled
` [U-Boot] [PATCH 31/31] dm: Add a more efficient libfdt library

[U-Boot] [PATCH] tools: moveconfig: make Slot.poll() more readable with helper methods
 2016-06-08  2:47 UTC 

[PATCH] ext4: respect the nobarrier mount option in nojournal mode
 2016-06-08  2:47 UTC 

[PATCH] ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance
 2016-06-08  2:46 UTC  (2+ messages)
` [PATCH -v2] "

[Qemu-devel] [PATCH v6 00/22] block: Lock images when opening
 2016-06-08  2:45 UTC  (4+ messages)
` [Qemu-devel] [PATCH v6 04/22] block: Introduce image file locking

[U-Boot] [PATCH] lib/libfdt/: General aesthetic/style fixes
 2016-06-08  2:43 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: pca953x: Fix register reading past 8th GPIO
 2016-06-08  2:43 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] Add a reset driver framework/uclass
 2016-06-08  2:43 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2] reset: implement a reset test

[U-Boot] [PATCH] clk: convert API to match reset/mailbox style
 2016-06-08  2:43 UTC  (2+ messages)

[U-Boot] [PATCH] dm: add manual relocation for devices
 2016-06-08  2:42 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/10] armv8: ls2080aqds: Enable QSPI boot support
 2016-06-08  2:42 UTC  (4+ messages)
` [U-Boot] [PATCH v4 04/10] configs: ls2080aqds: disable IFC NOR & QIXIS when QSPI enable

[PATCH] crypto: DRBG - reduce number of setkey calls
 2016-06-08  2:41 UTC  (5+ messages)
` [RFC] DRBG: which shall be default?

[U-Boot] [PATCH v4] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
 2016-06-08  2:40 UTC  (3+ messages)

rhashtable - rhashtable_insert_fast failed
 2016-06-08  2:39 UTC  (6+ messages)

cron job: media_tree daily build: ERRORS
 2016-06-08  2:37 UTC 

[PATCH 0/3] ARM: dts: imx7d: add i.MX 7Solo and Colibri iMX7S/D dts
 2016-06-08  2:37 UTC  (9+ messages)
` [PATCH 1/3] ARM: dts: imx7d: create i.MX 7Solo base device tree
` [PATCH 2/3] ARM: dts: imx7d: move input header into "
` [PATCH 3/3] ARM: dts: imx7: add Toradex Colibri iMX7S/iMX7D support

[Qemu-devel] [PATCH v3] spapr: Ensure all LMBs are represented in ibm, dynamic-memory
 2016-06-08  2:35 UTC  (3+ messages)

[U-Boot] HUSH_PARSER
 2016-06-08  2:36 UTC  (2+ messages)

[U-Boot] [PATCH v5] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
 2016-06-08  2:31 UTC 

[Qemu-devel] [PATCH] hw/arm: virt uart fix
 2016-06-08  2:30 UTC 

[PATCH phosphor-rest-server v4] The streaming support for obmc-rest
 2016-06-08  2:30 UTC  (2+ messages)

[bug discuss] fjes driver call trace warning, "PNP0C02" used in fjes seems like a bug,
 2016-06-08  2:27 UTC  (5+ messages)

PR KVM and TM issues
 2016-06-08  2:26 UTC  (12+ messages)
    ` [PATCH] spapr: Don't set the TM ibm,pa-features bit in PR KVM mode
      ` [PATCH] spapr: Don't set the TM ibm, pa-features "
        ` [PATCH v2] spapr: Don't set the TM ibm,pa-features "
          ` [PATCH 1/2] Add PowerPC AT_HWCAP2 definitions
            ` [PATCH 2/2] spapr: Better handling of ibm,pa-features TM bit
              ` [Qemu-devel] [PATCH 2/2] spapr: Better handling of ibm, pa-features "
            ` [Qemu-devel] [PATCH 1/2] Add PowerPC AT_HWCAP2 definitions

[PATCH] oe-pkgdata-util: new option to provide full info for binary package(s)
 2016-06-08  2:24 UTC  (3+ messages)

Files leak from nfsd in 4.7.1-rc1 (and more?)
 2016-06-08  2:22 UTC  (7+ messages)

[PATCH v4 00/14] fix some type infos and bugs for arm64/of numa
 2016-06-08  2:16 UTC  (8+ messages)
` [PATCH v4 11/14] arm64/numa: support HAVE_MEMORYLESS_NODES

[PATCH 0/4] Fix SDMA after module reload
 2016-06-08  2:21 UTC  (5+ messages)
` [PATCH 1/4] drm/amdgpu: clear RB at ring init

[PATCH v3 00/30] Fixed issues raised by tglx, then move visorbus to drivers/virt
 2016-06-08  2:13 UTC  (4+ messages)
` [PATCH v3 04/30] staging: unisys: visorbus: remove unused module parameters

[RFC PATCH] sys_read: add a compat_sys_read for 64bit system
 2016-06-08  2:14 UTC  (3+ messages)

[Qemu-devel] [RFC] AMD IOMMU: emulate multiple devices
 2016-06-08  2:17 UTC  (5+ messages)
` [Qemu-devel] [RFC] Allow AMD IOMMU to have both SysBusDevice and PCIDevice properties

[PATCH 0/8] support reset of VF link
 2016-06-08  2:15 UTC  (3+ messages)
` [PATCH 2/8] lib/librte_ether: defind RX/TX lock mode

[PATCH V8 0/9] Support for ARM64 ACPI based PCI host controller
 2016-06-08  2:14 UTC  (9+ messages)
` [PATCH V8 7/9] acpi: Add generic MCFG table handling
` [PATCH V8 9/9] pci, acpi: ARM64 support for ACPI based generic PCI host controller

[PATCH v4 0/5] sched/fair: Fix attach and detach sched avgs for task group change or sched class change
 2016-06-07 18:16 UTC  (6+ messages)
` [PATCH v4 2/5] sched/fair: Fix attaching task sched avgs twice when switching to fair or changing task group

[git pull] vfs fixes
 2016-06-08  2:12 UTC 

[U-Boot] [PATCH] imx6: Add Phytec PCM058 i.MX6 Quad
 2016-06-08  2:11 UTC  (2+ messages)

live migration from new platform to old platform
 2016-06-08  2:08 UTC  (3+ messages)

[Qemu-devel] [Qemu-discuss] -serial option broken in master?
 2016-06-08  2:07 UTC  (2+ messages)

[PATCH v2 0/9] ASoC: Mediatek: Add support for MT2701 SOC
 2016-06-08  2:06 UTC  (11+ messages)
` [alsa-devel] [PATCH v2 2/9] ASoC: mediatek: implement mediatek common structure
  `  "
` [alsa-devel] [PATCH v2 5/9] ASoC: mediatek: add structure define and clock control for 2701

[PATCH V2] Use MACRO UINT_MAX instead of actual value
 2016-06-08  2:05 UTC  (3+ messages)

[PATCH] yocto-bsps: u-boot: Search for rootfs partitions on both SD and eMMC
 2016-06-08  2:04 UTC  (4+ messages)

[PATCH v3 1/2] mmc: API for accessing host supported maximum segment count and size
 2016-06-08  2:01 UTC  (2+ messages)

[RFC v4 0/4] Introduce the bulk mode method when sending request to crypto layer
 2016-06-08  2:00 UTC  (6+ messages)
` [RFC v4 2/4] crypto: Introduce CRYPTO_ALG_BULK flag

[PATCH] watchdog: f71808e_wdt: Add F81866 support
 2016-06-08  1:59 UTC  (4+ messages)

[Qemu-arm] [PATCH v2 00/22] GICv3 emulation
 2016-06-08  1:57 UTC  (4+ messages)
` [Qemu-arm] [PATCH v2 10/22] hw/intc/arm_gicv3: Implement functions to identify next pending irq
  ` [Qemu-arm] [Qemu-devel] "
    `  "

[PATCH] pwm: sysfs: get return value from pwm_apply_state()
 2016-06-08  1:58 UTC  (2+ messages)

[PATCH v3 0/2] Add QEMU support for Intel local MCE
 2016-06-08  1:56 UTC  (9+ messages)
` [PATCH v3 1/2] target-i386: KVM: add basic Intel LMCE support
    ` [Qemu-devel] "
` [PATCH v3 2/2] target-i386: add migration support for Intel LMCE
    ` [Qemu-devel] "

Next LTS release
 2016-06-08  1:56 UTC  (2+ messages)

[PATCH] ping: ICMP error replies while errno < 0 is a hard error
 2016-06-08  1:53 UTC  (2+ messages)

Recompiles in Yocto/Poky
 2016-06-08  1:52 UTC  (3+ messages)

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-08  1:51 UTC  (3+ messages)

v3.14.72 build: 0 failures 107 warnings (v3.14.72)
 2016-06-08  1:50 UTC 

[Bridge] NFS connection drops as interface added to bridge
 2016-06-08  1:50 UTC  (2+ messages)

[PATCH] mm/zsmalloc: add trace events for zs_compact
 2016-06-08  1:48 UTC  (4+ messages)

[net-next:master 105/106] DockBook: net/core/gen_stats.c:168: warning: No description found for parameter 'running'
 2016-06-08  1:31 UTC 

Linux 3.14.72
 2016-06-08  1:44 UTC  (2+ messages)

Linux 4.4.13
 2016-06-08  1:43 UTC  (2+ messages)

Linux 4.5.7
 2016-06-08  1:43 UTC  (2+ messages)

Linux 4.6.2
 2016-06-08  1:42 UTC  (3+ messages)

Linux kernel 4.6.2 released
 2016-06-08  1:41 UTC 

[ath9k-devel] [RFC/RFT 0/5] Adding an airtime fairness scheduler to ath9k
 2016-06-08  1:41 UTC  (10+ messages)
` [ath9k-devel] [RFC/RFT 5/5] ath9k: Count RX airtime in airtime deficit
              `  "

Raid check didn't fix Current_Pending_Sector, but badblocks -nsv did
 2016-06-08  1:39 UTC  (7+ messages)

[RFC PATCH v4 0/3] Add Mediated device support[was: Add vGPU support]
 2016-06-08  1:39 UTC  (15+ messages)
` [RFC PATCH v4 1/3] Mediated device Core driver
                    ` [Qemu-devel] "

[v1 PATCH 0/4] Rockchip Type-C and DispplayPort driver
 2016-06-08  1:38 UTC  (8+ messages)
` [v1 PATCH 1/4] Documentation: bindings: add dt doc for Rockchip USB Type-C PHY

[PATCH v2 00/15] clk: sunxi: introduce "modern" clock support
 2016-06-08  1:37 UTC  (4+ messages)
` [PATCH v2 01/15] dt-bindings: sunxi: Add CCU binding documentation

[PATCH] tree-diff: avoid alloca for large allocations
 2016-06-08  1:36 UTC  (3+ messages)

[PATCH v6 00/21] ILP32 for ARM64
 2016-06-08  1:34 UTC  (5+ messages)
` [PATCH 17/23] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32

[Qemu-devel] [PATCH 0/5] ppc: Improve sPAPR CPU compatibility mode settings
 2016-06-08  1:12 UTC  (4+ messages)
` [Qemu-devel] [PATCH 4/5] ppc: Improve PCR bit selection in ppc_set_compat()

[PATCH 0/2] hwrng: chaoskey - Add support for Araneus Alea I USB RNG
 2016-06-08  1:34 UTC  (5+ messages)

[PATCH 0/6] vhost/virtio performance loopback utility
 2016-06-08  1:31 UTC  (11+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] testpmd: add retry option
  ` [PATCH v2 3/5] testpmd: show throughput in port stats
  ` [PATCH v2 4/5] testpmd: handle all rxqs in rss setup

[PATCH v14 0/17] Add Analogix Core Display Port Driver
 2016-06-08  1:28 UTC  (7+ messages)
` [PATCH v14 01/17] drm: bridge: analogix/dp: split exynos dp driver to bridge directory
  ` [PATCH v14.1 "

Linux kernel 4.5.7 released
 2016-06-08  1:26 UTC 

[PATCH RFC] btrfs: Slightly speedup btrfs_read_block_groups
 2016-06-08  1:25 UTC  (3+ messages)

[PATCH 1/2] cpufreq: intel_pstate: Move limits->max_perf to correct position
 2016-06-08  1:24 UTC  (5+ messages)
` [PATCH 2/2] cpufreq: intel_pstate: Fix set_policy interface for no_turbo

[PATCH kexec-tools v2 00/32] Keystone II updates for kexec tools
 2016-06-08  1:22 UTC  (5+ messages)
` [PATCH kexec-tools v2 10/32] kexec: add generic helper to add to memory_regions

[Bug 96350] vaGetSurfaceBufferWl() is not implemented at VAAPI Gallium state tracker
 2016-06-08  1:21 UTC  (2+ messages)

Linux kernel 4.4.13 released
 2016-06-08  1:19 UTC 

[qemu-upstream-4.3-testing test] 95369: trouble: blocked/broken
 2016-06-08  1:18 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2016-06-08  1:17 UTC  (2+ messages)

[PATCH] powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call
 2016-06-08  1:14 UTC  (5+ messages)

[PATCH v13 00/10] arm64: Add kernel probes (kprobes) support
 2016-06-08  1:14 UTC  (4+ messages)
` [PATCH v13 02/10] arm64: Add more test functions to insn.c


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.