All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-17 15:20:07 to 2014-10-17 17:03:46 UTC [more...]

[PATCH v3 01/19] OvmfPkg: Add the MIT license to License.txt
 2014-10-17 17:03 UTC  (3+ messages)
` [PATCH v3 02/19] OvmfPkg: Add public headers from Xen Project
` [PATCH v3 03/19] OvmfPkg: Add basic skeleton for the XenBus bus driver

[PATCH v3 00/19] Introducing Xen PV block driver to OVMF
 2014-10-17 17:03 UTC 

[Qemu-devel] [PULL 00/23] Block patches
 2014-10-17 17:02 UTC  (5+ messages)
` [Qemu-devel] [PULL 13/23] q35/ahci: Pick up -cdrom and -hda options

[Bug 86461] New: intel_pstate does not obey min/max frequencies set by user
 2014-10-17 17:02 UTC  (4+ messages)
` [Bug 86461] "

[PATCH v2 0/9] watchdog: parameters to control hard and soft lockup detector individually
 2014-10-17 17:06 UTC  (10+ messages)
` [PATCH v2 1/9] watchdog: new definitions and variables, initialization
` [PATCH v2 2/9] watchdog: introduce the proc_watchdog_update() function
` [PATCH v2 3/9] watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()
` [PATCH v2 4/9] watchdog: introduce the proc_watchdog_common() function
` [PATCH v2 5/9] watchdog: introduce separate handlers for parameters in /proc/sys/kernel
` [PATCH v2 6/9] watchdog: implement error handling for failure to set up hardware perf events
` [PATCH v2 7/9] watchdog: enable the new user interface of the watchdog mechanism
` [PATCH v2 8/9] watchdog: clean up some function names and arguments
` [PATCH v2 9/9] watchdog: introduce the hardlockup_detector_disable() function

[PATCH net] ipv6: introduce tcp_v6_iif()
 2014-10-17 16:58 UTC  (4+ messages)

[PATCH 0/2] ARM: dts: socfpga: fix booting with SD/MMC
 2014-10-17 16:57 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: socfpga: Add a 3.3V fixed regulator node

Help with wm8731 support for the Utilite (imx6q)
 2014-10-17 16:57 UTC 

[PATCH] dmaengine: pl330: use subsys_initcall
 2014-10-17 16:56 UTC  (7+ messages)

[PATCH] ipv4: dst_entry leak in ip_send_unicast_reply()
 2014-10-17 16:56 UTC  (3+ messages)

[PATCH] net: use hardware buffer pool to allocate skb
 2014-10-17 16:55 UTC  (15+ messages)

ARM: issue with memory reservation from DT
 2014-10-17 16:54 UTC  (6+ messages)

How to get autotools to use C++11 under 'danny'
 2014-10-17 16:47 UTC 

epoll improvements
 2014-10-17 16:47 UTC  (3+ messages)

[PATCH RESEND] drivers/block/mtip32xx: Fix incorrect warning
 2014-10-17 16:45 UTC  (3+ messages)

[PATCH] Btrfs-progs: check, ability to detect and fix outdated snapshot root items
 2014-10-17 17:20 UTC  (2+ messages)

[PATCH v2 0/5] m25p80,spi-nor: Fix module aliases for m25p80; clean up chip identification
 2014-10-17 16:41 UTC  (9+ messages)
` [PATCH v2 1/5] m25p80,spi-nor: Fix module aliases for m25p80

[Printing-architecture] Number of copies in pure PDF workflow
 2014-10-17 16:40 UTC  (24+ messages)

[PATCH] futex: Ensure get_futex_key_refs() always implies a barrier
 2014-10-17 16:38 UTC 

[PATCH 1/2] drm/i915: Do a dummy DPCD read before the actual read
 2014-10-17 16:38 UTC  (12+ messages)
` [PATCH 2/2] drm/i915: Ignore long hpds on eDP ports

[Xenomai] First call to rt_timer_tsc() causes an unexpected switch to secondary mode
 2014-10-17 16:38 UTC  (6+ messages)

[PATCH] nandsim: add id_bytes module parameter
 2014-10-17 16:35 UTC  (5+ messages)

[PATCH] btrfs-progs: run fsck image tests in filename order
 2014-10-17 16:35 UTC 

Touch processing on host CPU
 2014-10-17 16:33 UTC  (2+ messages)

local.conf assignment priority with autobuilder
 2014-10-17 16:32 UTC  (2+ messages)

[PATCH 1/2] mtd: m25p80: get rid of spi_get_device_id
 2014-10-17 16:31 UTC  (8+ messages)
` [PATCH 2/2] mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id

getaddrinfo slowdown in 3.17.1, due to getifaddrs
 2014-10-17 16:30 UTC  (5+ messages)

[Bug 86471] New: drastic reduction of write performance after the termination of mysqld
 2014-10-17 16:29 UTC  (3+ messages)
` [Bug 86471] "

Random file system corruption in 3.17 (not BTRFS related...?)
 2014-10-17 16:26 UTC  (8+ messages)

[PATCH RFC] librte_reorder: new reorder library
 2014-10-17 16:26 UTC  (4+ messages)

[Qemu-devel] [PATCH qom v4 00/13] GPIO/IRQ QOMification: Phase 2 - Getting rid of SYSBUS IRQs
 2014-10-17 16:24 UTC  (14+ messages)
` [Qemu-devel] [PATCH qom v4 01/13] qdev: gpio: Don't allow name share between I and O
` [Qemu-devel] [PATCH qom v4 02/13] qdev: gpio: Register GPIO inputs as child objects
` [Qemu-devel] [PATCH qom v4 03/13] qdev: gpio: Register GPIO outputs as QOM links
` [Qemu-devel] [PATCH qom v4 04/13] qom: Allow clearing of a Link property
` [Qemu-devel] [PATCH qom v4 05/13] qom: Demote already-has-a-parent to a regular error
` [Qemu-devel] [PATCH qom v4 06/13] qdev: gpio: Re-implement qdev_connect_gpio QOM style
` [Qemu-devel] [PATCH qom v4 07/13] qdev: gpio: Add API for intercepting a GPIO
` [Qemu-devel] [PATCH qom v4 08/13] qtest/irq: Rework IRQ interception
` [Qemu-devel] [PATCH qom v4 09/13] irq: Remove qemu_irq_intercept_out
` [Qemu-devel] [PATCH qom v4 10/13] qdev: gpio: delete NamedGPIOList::out
` [Qemu-devel] [PATCH qom v4 11/13] qdev: gpio: Remove qdev_init_gpio_out x1 restriction
` [Qemu-devel] [PATCH qom v4 12/13] qdev: gpio: Define qdev_pass_gpios()
` [Qemu-devel] [PATCH qom v4 13/13] sysbus: Use TYPE_DEVICE GPIO functionality

[PATCH for-xen-4.5 v4 00/18] xen: Break multiboot (v1) dependency and add multiboot2 support
 2014-10-17 16:22 UTC  (14+ messages)
` [PATCH for-xen-4.5 v4 02/18] x86/boot: fix reloc.S build dependencies
` [PATCH for-xen-4.5 v4 04/18] x86/boot: use constant in head.S instead of hardcoded value
` [PATCH for-xen-4.5 v4 05/18] x86/boot/reloc: create generic alloc and copy functions

ARM, time: alternative of using udelay() before init time
 2014-10-17 16:22 UTC  (4+ messages)

[PATCH 1/1] input: Expose states of gpio keypad
 2014-10-17 16:22 UTC  (3+ messages)

[U-Boot] [PATCH] P1023RDB: Update default environment
 2014-10-17 16:22 UTC  (2+ messages)

[patch 1/3] ipmi: Setup ipmi_devintf automatically if ipmi_msghandler gets loaded
 2014-10-17 16:21 UTC  (6+ messages)
  ` [patch 2/3] ipmi: Remove ipmi_major module parameter and define global IPMI_MAJOR

+ freezer-check-oom-kill-while-being-frozen.patch added to -mm tree
 2014-10-17 16:20 UTC  (16+ messages)
              ` [PATCH -v2] freezer: check OOM kill while being frozen

[GIT PULL] dlm updates for 3.18
 2014-10-17 16:18 UTC 

[Patch net 1/3] ipv4: call __ip_options_echo() in cookie_v4_check()
 2014-10-17 16:18 UTC  (6+ messages)
` [Patch net 2/3] ipv4: share tcp_v4_save_options() with cookie_v4_check()
` [Patch net 3/3] ipv4: clean up cookie_v4_check()

[PATCH v7 0/8] xen/arm: introduce GNTTABOP_cache_flush
 2014-10-17 16:16 UTC  (12+ messages)
` [PATCH v7 1/8] xen: introduce gnttab_max_frames and gnttab_max_maptrack_frames command line options
` [PATCH v7 2/8] xen/arm: rename *_xen_dcache_* operations to *_dcache_*
` [PATCH v7 3/8] xen/arm: return int *_dcache_va_range
` [PATCH v7 4/8] xen/arm: introduce invalidate_dcache_va_range
` [PATCH v7 5/8] xen/x86: introduce more cache maintenance operations
` [PATCH v7 6/8] xen/arm: introduce GNTTABOP_cache_flush
` [PATCH v7 7/8] Revert "xen/arm: introduce XENFEAT_grant_map_identity"
` [PATCH v7 8/8] Revert "xen: introduce arch_grant_(un)map_page_identity"

when rpc.mountd flushes auth.unix.gid
 2014-10-17 16:15 UTC  (2+ messages)

[PATCH for 4.5] xen/arm: flush_tlb_domain: Disable IRQ when flushing TLB of another domain
 2014-10-17 16:14 UTC 

I will pay money for the correct RAID recovery instructions
 2014-10-17 16:14 UTC  (6+ messages)
        ` Fwd: "

[PATCH for-4.5 0/4] Build systems fixes/improvements
 2014-10-17 16:13 UTC  (3+ messages)
` [PATCH for-4.5 3/4] tools/misc: Delete more obsolete utilities

[PATCH] watchdog: s3c2410_wdt: Fix the mask bit offset for Exynos7
 2014-10-17 16:12 UTC 

Communiquez avec le bois !
 2014-10-17 16:13 UTC 

[PATCH 0/7] Add clock and DT support for a few IPs on Exynos7
 2014-10-17 16:11 UTC  (16+ messages)
` [PATCH 1/7] clk: samsung: exynos7: add clocks for I2C block
` [PATCH 2/7] clk: samsung: exynos7: add clocks for MMC block
  ` [PATCH 3/7] clk: samsung: exynos7: add clocks for RTC block
` [PATCH 4/7] clk: samsung: exynos7: add gate clocks for WDT, TMU and PWM blocks
` [PATCH 5/7] arm64: dts: Add PMU DT node for exynos7 SoC
` [PATCH 6/7] arm64: dts: Add nodes for mmc, i2c, rtc, watchdog on Exynos7
` [PATCH 7/7] arm64: exynos: Enable rtc and watchdog support for Exynos7

[RFCv2 0/9] perf: Allow leader sampling on inherited events
 2014-10-17 16:11 UTC  (7+ messages)
` [PATCH 8/9] perf script: Add period data column
` [PATCH 9/9] perf script: Add period as a default output column

Updating daisy -> Python.h not found
 2014-10-17 16:09 UTC  (6+ messages)

Booting u-boot from DDR Through JTAG Debugger
 2014-10-17 16:09 UTC  (7+ messages)

[PATCH 3.12 000/197] 3.12.31-stable review
 2014-10-17 16:08 UTC  (2+ messages)

[PATCH 0/9] more dwc2/gadget fixes
 2014-10-17 16:02 UTC  (8+ messages)
` [PATCH 3/9] usb: dwc2/gadget: fix support for soft_connect udc framework feature

[PATCH] lib/librte_ether: new filter APIs definition
 2014-10-17 16:01 UTC  (3+ messages)

[PATCH] openvswitch: fix a use after free
 2014-10-17 15:59 UTC  (2+ messages)

[Buildroot] [PATCH] rpi-userland: Add patches to fix compilation with musl libc
 2014-10-17 15:57 UTC  (2+ messages)
` [Buildroot] [PATCH v3] rpi-userland: bump revision for musl compile fixes

[PATCH] atm: simplify lanai.c by using module_pci_driver
 2014-10-17 15:55 UTC  (2+ messages)

[PATCH 00/27] Fix common bug in most nand drivers not showing a device in sysfs
 2014-10-17 15:54 UTC  (5+ messages)

Hello
 2014-10-17 15:54 UTC 

RFC: Alternative to systemd?
 2014-10-17 15:53 UTC 

[PATCH v11 00/21] Add support for NV-DIMMs to ext4
 2014-10-17 15:52 UTC  (34+ messages)
` [PATCH v11 04/21] mm: Allow page fault handlers to perform the COW
` [PATCH v11 06/21] vfs: Add copy_to_iter(), copy_from_iter() and iov_iter_zero()
` [PATCH v11 07/21] dax,ext2: Replace XIP read and write with DAX I/O
` [PATCH v11 08/21] dax,ext2: Replace ext2_clear_xip_target with dax_clear_blocks
` [PATCH v11 19/21] dax: Add dax_zero_page_range
` [PATCH v11 20/21] ext4: Add DAX functionality

tcpdump's capture filter: "vlan" doesn't match
 2014-10-17 15:48 UTC  (4+ messages)

[PATCH 3.17] drm/msm: Fix fbdev for 16- and 24-bit modes
 2014-10-17 15:48 UTC  (3+ messages)
` [PATCH 3.17 v2] "

[Qemu-devel] memory hotplug with 2.1.2
 2014-10-17 15:46 UTC  (2+ messages)

[Qemu-devel] [PATCH v6] Support vhd type VHD_DIFFERENCING
 2014-10-17 15:45 UTC 

[RFC PATCH] xen/arm: try to get stack in any case
 2014-10-17 15:46 UTC  (2+ messages)

[U-Boot] tools-only build broken
 2014-10-17 15:46 UTC  (6+ messages)

[PATCH] btrfs: fix tracepoint namespacing
 2014-10-17 15:45 UTC 

[PATCH] android/pts: Update PAN PTS tests
 2014-10-17 15:42 UTC 

[PATCH v4 00/13] Add ACPI _DSD and unified device properties support
 2014-10-17 15:40 UTC  (3+ messages)
` [PATCH v5 00/12] "

[Buildroot] [PATCH v2] linux-headers: allow use of headers from kernel "package" selected
 2014-10-17 15:40 UTC  (3+ messages)

[PATCH 1/1] btrfs-progs: introduce a proper structure on which cli will call register-device ioctl
 2014-10-17 15:39 UTC  (5+ messages)

[PATCH] pvchange: use process_each_pv
 2014-10-17 15:37 UTC  (3+ messages)

read-only rootfs and additional fs
 2014-10-17 15:35 UTC  (3+ messages)

Regarding CtfTmfTrace reader in TMF and LTTng's new trace format
 2014-10-17 15:31 UTC 

[PATCHv4 0/6] phy: simplified phy lookup
 2014-10-17 15:31 UTC  (3+ messages)
` [PATCHv4 1/6] phy: safer to_phy() macro

[Qemu-devel] [PATCH v6 00/32] target-arm: add Security Extensions for CPUs
 2014-10-17 15:30 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 11/32] target-arm: add CPREG secure state support

[meta-networking][PATCH] wireshark: add PACKAGECONFIG for krb5
 2014-10-17 15:27 UTC 

[PATCH] kernel/kmod: fix use-after-free of the sub_info structure
 2014-10-17 15:21 UTC  (7+ messages)
    ` [PATCH] kernel/kmod: fix use-after-free of the sub_infostructure

[PATCH] scsi: PC partition tables are little endian
 2014-10-17 15:24 UTC  (3+ messages)

[patch 0/5] mm: memcontrol: eliminate charge reparenting v2
 2014-10-17 15:20 UTC  (7+ messages)
` [patch 4/5] mm: memcontrol: continue cache reclaim from offlined groups


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.