All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-04 02:09:04 to 2014-11-04 04:32:27 UTC [more...]

[3.16 stable PATCH 0/2] virtio-rng: two backports to fix stuck
 2014-11-04  4:32 UTC  (2+ messages)

filesystem corruption
 2014-11-04  4:31 UTC  (9+ messages)

[PATCH for-4.5] EFI: Ignore EFI commandline, skip console setup when booted from GRUB
 2014-11-04  4:31 UTC  (3+ messages)

The Async messenger benchmark with latest master
 2014-11-04  4:29 UTC  (2+ messages)

[sched] kernel BUG at kernel/smpboot.c:134!
 2014-11-04  4:29 UTC  (2+ messages)
` [LKP] "

[LKP] [sched/fair] 83a0a96a5f2: -19.9% unixbench.score
 2014-11-04  4:28 UTC  (2+ messages)
`  "

[U-Boot] [PATCH] i2c: rcar_i2c: Fix order of restart and clear status
 2014-11-04  4:28 UTC 

[mm] aabfb57296e: -14.0% time.system_time
 2014-11-04  4:26 UTC  (2+ messages)
` [LKP] "

[AHCI] XFS (sda3): metadata I/O error: block 0x941ce20 ("xlog_iodone") error 5 numblks 64
 2014-11-04  4:25 UTC  (3+ messages)

[PATCH] ARM: shmobile: alt dts: Drop console= bootargs parameter
 2014-11-04  4:23 UTC  (3+ messages)

[Repost] Fix userspace compilation of ip_tables.h/ip6_tables.h in C++ mode
 2014-11-04  4:13 UTC 

[U-Boot] [PATCH 0/9] sun6i: dram-init & SPL support
 2014-11-04  4:23 UTC  (3+ messages)
` [U-Boot] [PATCH 5/9] sun4i: Rename dram files to dram_sun4i.x
  ` [U-Boot] [linux-sunxi] "

[PATCH 01/17] drm/tegra: dc: Add powergate support
 2014-11-04  4:21 UTC  (3+ messages)
` [PATCH 06/17] drm/tegra: dc: Add missing call to drm_vblank_on()

[ath9k-devel] The operation of Minstrel_ht
 2014-11-04  4:10 UTC  (4+ messages)

[PATCH 0/6] ARM: sun9i: Add USB host controller support for A80
 2014-11-04  4:07 UTC  (14+ messages)
` [PATCH 1/6] clk: sunxi: Add support for sun9i a80 usb clocks and resets
` [PATCH 2/6] ARM: dts: sun9i: Add usb clock nodes to a80 dtsi
` [PATCH 3/6] phy: Add driver to support individual USB PHYs on sun9i
` [PATCH 4/6] ARM: dts: sun9i: Add usb phy nodes to a80 dtsi
` [PATCH 5/6] ARM: dts: sun9i: Add USB host controller "
` [PATCH 6/6] ARM: dts: sun9i: Enable USB support on A80 Optimus board

[Qemu-devel] [PATCH v4 00/47] Postcopy implementation
 2014-11-04  3:09 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 28/47] qemu_savevm_state_complete: Postcopy changes
` [Qemu-devel] [PATCH v4 29/47] Postcopy page-map-incoming (PMI) structure

[PATCH] fs: quota: Use quota_err and use %pf to reduce code size
 2014-11-04  4:04 UTC 

[PATCH] toshiba_acpi: Fix regression caused by backlight extra check code
 2014-11-04  3:58 UTC 

[PULL REQUEST] remove .owner for most platform_drivers
 2014-11-04  3:57 UTC  (2+ messages)

[PATCH net 1/2] geneve: Set GSO type on transmit
 2014-11-04  3:38 UTC  (2+ messages)
` [PATCH net 2/2] geneve: Unregister pernet subsys on module unload

[RFC PATCH 00/25] Port Hotplug Framework
 2014-11-04  3:45 UTC  (30+ messages)
  ` [RFC PATCH v2 "
      ` [RFC PATCH v2 01/28] eal/pci: Add a new flag indicating a driver can detach devices at runtime
      ` [RFC PATCH v2 02/28] ethdev: Remove assumption that port will not be detached
      ` [RFC PATCH v2 03/28] eal/pci: Replace pci address comparison code by eal_compare_pci_addr
      ` [RFC PATCH v2 04/28] ethdev: Add rte_eth_dev_free to free specified device
      ` [RFC PATCH v2 05/28] eal, ethdev: Add function pointer for closing a device
      ` [RFC PATCH v2 06/28] ethdev: Add rte_eth_dev_shutdown for closing PCI devices
      ` [RFC PATCH v2 07/28] ethdev: Add functions to know which port is attached or detached
      ` [RFC PATCH v2 08/28] ethdev: Add rte_eth_dev_get_addr_by_port
      ` [RFC PATCH v2 09/28] ethdev: Add rte_eth_dev_get_port_by_addr
      ` [RFC PATCH v2 10/28] ethdev: Add rte_eth_dev_get_name_by_port
      ` [RFC PATCH v2 11/28] ethdev: Add rte_eth_dev_check_detachable
      ` [RFC PATCH v2 12/28] ethdev: Change scope of rte_eth_dev_allocated to global
      ` [RFC PATCH v2 13/28] eal/pci: Prevent double registration for devargs_list
      ` [RFC PATCH v2 14/28] eal/pci: Add rte_eal_devargs_remove
      ` [RFC PATCH v2 15/28] eal/pci: Add probe and close function for virtual drivers
      ` [RFC PATCH v2 16/28] eal/pci: Add port hotplug functions for virtual devices
      ` [RFC PATCH v2 17/28] eal/linux/pci: Add functions for unmapping igb_uio resources
      ` [RFC PATCH v2 18/28] eal/pci: Prevent double registrations for pci_device_list
      ` [RFC PATCH v2 19/28] eal/pci: Change scope of rte_eal_pci_scan to global
      ` [RFC PATCH v2 20/28] eal/pci: Add rte_eal_pci_close_one_driver
      ` [RFC PATCH v2 21/28] eal/pci: Fix pci_probe_all_drivers to share code with closing function
      ` [RFC PATCH v2 22/28] eal/pci: Add pci_close_all_drivers
      ` [RFC PATCH v2 23/28] eal/pci: Add rte_eal_pci_probe_one and rte_eal_pci_close_one
      ` [RFC PATCH v2 24/28] eal/pci: Add port hotplug functions for physical devices
      ` [RFC PATCH v2 25/28] eal: Enable port hotplug framework in Linux
      ` [RFC PATCH v2 26/28] librte_pmd_pcap: Add support for port hotplug
      ` [RFC PATCH v2 27/28] testpmd: Add support for the port hotplug framework
      ` [RFC PATCH v2 28/28] librte_pmd_e1000: Add workaround to test "

Conflict with libgoogle-perftools4 in ubuntu12.04(precise)
 2014-11-04  3:45 UTC 

CMA: test_pages_isolated failures in alloc_contig_range
 2014-11-04  3:38 UTC  (7+ messages)

fs: Use non-const iov in aio_read/aio_write
 2014-11-04  3:38 UTC  (5+ messages)
  ` [0/3] net: Kill skb_copy_datagram_const_iovec

Healthy cpu operating temperature range
 2014-11-04  3:36 UTC 

[PATCH v4 0/7] Support Write-Through mapping on x86
 2014-11-04  3:34 UTC  (8+ messages)
` [PATCH v4 4/7] x86, mm, pat: Add pgprot_writethrough() for WT

Healthy cpu operating temperature range
 2014-11-04  3:33 UTC 

cron job: media_tree daily build: ERRORS
 2014-11-04  3:30 UTC 

btrfs check - Couldn't open file system
 2014-11-04  3:27 UTC  (4+ messages)

[PATCH 0/1] Upgrade gdb
 2014-11-04  3:25 UTC  (3+ messages)
` [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8

[PATCH 00/12] soc: samsung: Modify and enhance power domain driver
 2014-11-04  3:23 UTC  (10+ messages)
` [PATCH 02/12] drivers: mfd: Add support for Exynos PMU driver
` [PATCH 03/12] PM / Domains: Add notifier support for power domain transitions

[V10 PATCH 0/2] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-11-04  3:22 UTC  (6+ messages)
` [V10 PATCH 2/2] irqchip: gicv2m: Add supports for ARM GICv2m MSI(-X)

[PATCH v8 00/10] sched: consolidation of CPU capacity and usage
 2014-11-04  3:21 UTC  (4+ messages)
` [PATCH v8 08/10] sched: add SD_PREFER_SIBLING for SMT level

Badge factory
 2014-11-04  3:20 UTC 

[PATCH perf/core 0/6] perf-probe: Bugfix and add new options for cache
 2014-11-04  3:14 UTC  (2+ messages)

[PATCH] leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors
 2014-11-04  3:10 UTC  (4+ messages)

WRITE/SEND to multiple destinations
 2014-11-04  3:10 UTC  (4+ messages)

[PATCH] ARM: v7: replace magic numbers with CP15 macros
 2014-11-04  3:07 UTC 

[PATCH] quota: Add log level to printk
 2014-11-04  3:06 UTC  (2+ messages)

[U-Boot] [RFC] x86: Intel FSP integration
 2014-11-04  3:05 UTC  (3+ messages)

Possible regression with commit 52221610d
 2014-11-04  3:05 UTC  (2+ messages)

[U-Boot] Fwd: verifying & signing
 2014-11-04  3:01 UTC  (3+ messages)
  ` [U-Boot] "

[PATCH 0/2] Two msm_serial break fixes
 2014-11-04  3:00 UTC  (9+ messages)
` [PATCH 2/2] tty: serial: msm: Support sysrq on uartDM devices

[PATCH net-next 0/7] implementation of eBPF maps
 2014-11-04  2:54 UTC  (14+ messages)
` [PATCH net-next 1/7] bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM command
` [PATCH net-next 2/7] bpf: add hashtable type of eBPF maps
` [PATCH net-next 3/7] bpf: add array "
` [PATCH net-next 4/7] bpf: fix BPF_MAP_LOOKUP_ELEM command return code
` [PATCH net-next 5/7] bpf: add a testsuite for eBPF maps
` [PATCH net-next 6/7] bpf: allow eBPF programs to use maps
` [PATCH net-next 7/7] bpf: remove test map scaffolding and use proper types

squashfs files showing as unlabeled_t
 2014-11-04  2:54 UTC 

[PATCHv4] ASoC: simple-card: binding: update binding to support the new style
 2014-11-04  2:52 UTC  (2+ messages)

[PATCHv2 net-next 0/3] RDMA/cxgb4,cxgb4vf,cxgb4i,csiostor: Cleanup macros
 2014-11-04  2:50 UTC  (4+ messages)
` [PATCHv2 net-next 1/3] cxgb4: Add cxgb4_debugfs.c, move all debugfs code to new file
` [PATCHv2 net-next 2/3] cxgb4: Cleanup macros so they follow the same style and look consistent
  ` [PATCHv2 net-next 3/3] cxgb4: Cleanup macros so they follow the same style and look consistent, part 2

[U-Boot] [PATCH v6 0/6] fs: fat/ext4/sandbox - Deal with files greater than 2GB
 2014-11-04  2:50 UTC  (7+ messages)
` [U-Boot] [PATCH v6 1/6] sandbox: script for testing sandbox/ext4/fat/fs commands
` [U-Boot] [PATCH v6 2/6] fs: interface changes to accomodate files greater than 2GB
` [U-Boot] [PATCH v6 3/6] fat: "
` [U-Boot] [PATCH v6 4/6] ext4: "
` [U-Boot] [PATCH v6 5/6] sandbox: Use md5sum and fatwrite to enable testing of fs commands
` [U-Boot] [PATCH v6 6/6] sandbox: interface changes to accomodate files greater than 2GB

Slow connect times?
 2014-11-04  2:45 UTC  (3+ messages)

[PATCH 00/72] staging imx-drm new features and fixes
 2014-11-04  2:38 UTC  (12+ messages)
` [PATCH 05/72] ARM: i.MX6: select pll3_usb_otg for ldb_di for rev 1.0 chip

[PATCH v2 for v3.18] mm/compaction: skip the range until proper target pageblock is met
 2014-11-04  2:37 UTC  (2+ messages)

[nightly] Distroless meta-ti/master minimal build 2014-11-03_21-01-10
 2014-11-04  2:14 UTC 

[U-Boot] [GIT PULL] u-boot-mips/master
 2014-11-04  2:33 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-uniphier/master
 2014-11-04  2:33 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2014-11-04  2:32 UTC  (2+ messages)

Microsoft Surface Pro 3 Type Cover keyboard
 2014-11-04  2:32 UTC  (7+ messages)

[PATCH 0/4] (CMA_AGGRESSIVE) Make CMA memory be more aggressive about allocation
 2014-11-04  2:31 UTC  (7+ messages)

[PATCH] libpng 1.6.13: fix build for aarch64
 2014-11-04  2:30 UTC  (11+ messages)

[PATCH] ftrace: Document ftrace command line limitations
 2014-11-04  2:30 UTC  (3+ messages)

[Qemu-trivial] [PATCH v2 0/5] Trivial patch about qemu-char
 2014-11-04  2:20 UTC  (9+ messages)
        ` [Qemu-devel] "
    ` [Qemu-trivial] "

[PATCH 1/1] x86: Surface Pro 3 Type Cover 3
 2014-11-04  2:26 UTC 

[PATCH usb v4 00/27] cleanup on resource check
 2014-11-04  2:21 UTC  (28+ messages)
` [PATCH usb v4 01/27] host: ehci-atmel: remove duplicate check on resource
` [PATCH usb v4 02/27] host: ohci-da8xx: "
` [PATCH usb v4 03/27] host: ehci-tegra: "
` [PATCH usb v4 04/27] host: ehci-w90x900: "
` [PATCH usb v4 05/27] host: ohci-at91: "
` [PATCH usb v4 06/27] host: ohci-exynos: "
` [PATCH usb v4 07/27] host: ohci-jz4740: "
` [PATCH usb v4 08/27] host: ohci-octeon: "
` [PATCH usb v4 09/27] host: ohci-platform: "
` [PATCH usb v4 10/27] host: ohci-pxa27x: "
` [PATCH usb v4 11/27] host: ehci-sh: "
` [PATCH usb v4 12/27] host: ohci-spear: "
` [PATCH usb v4 13/27] host: ehci-msm: "
` [PATCH usb v4 14/27] host: ehci-mv: "
` [PATCH usb v4 15/27] host: ehci-mxc: "
` [PATCH usb v4 16/27] host: ehci-octeon: "
` [PATCH usb v4 17/27] host: ehci-orion: "
` [PATCH usb v4 18/27] host: ehci-platform: "
` [PATCH usb v4 19/27] host: ehci-spear: "
` [PATCH usb v4 20/27] host: xhci-plat: "
` [PATCH usb v4 21/27] musb: musb_core: "
` [PATCH usb v4 22/27] musb: musb_dsps: "
` [PATCH usb v4 23/27] phy: phy-rcar-usb: "
` [PATCH usb v4 24/27] dwc3: dwc3-keystone: "
` [PATCH usb v4 25/27] host: ehci-fsl: "
` [PATCH usb v4 26/27] host: ehci-exynos: "
` [PATCH usb v4 27/27] renesas_usbhs: common: "

[PATCH v3 0/6] Qualcomm PMIC pin controller drivers
 2014-11-04  2:25 UTC  (7+ messages)
` [PATCH v3 2/6] pinctrl: Introduce pinctrl driver for Qualcomm SSBI PMIC's

[PATCH] sdhci: fix sd/emmc clear transfer mode issue
 2014-11-04  2:24 UTC  (3+ messages)
` [PATCH] mmc: Add a quirk for AMD SDHC transfer mode register need to be cleared for cmd without data

[PATCH] staging: Fix spacing between function name and parentheses
 2014-11-04  2:23 UTC  (17+ messages)

[PATCH V2 0/2] staging: ft1000: generic neatening
 2014-11-04  2:21 UTC  (4+ messages)
` [PATCH V2 2/2] ASoC: staging: ft1000: Logging message neatening

[PATCH v3 RESEND] Tools: hv: vssdaemon: ignore the EBUSY on multiple freezing the same partition
 2014-11-04  2:16 UTC  (2+ messages)

[PATCH v6 00/29] nios2 Linux kernel port
 2014-11-04  2:17 UTC  (4+ messages)
` [PATCH v6 21/29] nios2: Time keeping

[PATCH] mmc: dw_mmc: add support for the other bit of sdio interrupt
 2014-11-04  2:15 UTC  (9+ messages)
` [PATCH v3] "

[PATCH 03/12] ARM: shmobile: r8a7791: Add Audio DMAC devices to DT
 2014-11-04  2:15 UTC  (2+ messages)

[PATCH 07/12] ARM: shmobile: koelsch: fixup overkill I2C2 clock frequency
 2014-11-04  2:14 UTC  (2+ messages)

[PATCH] usb:host:xhci-plat: 64-bit dma addressing support
 2014-11-04  2:11 UTC  (2+ messages)

[PATCH 0/2] RAS: add the support for handling UCNA/DEFERRED error
 2014-11-04  2:11 UTC  (5+ messages)
` [PATCH 2/2] x86, mce: support memory error recovery for both UCNA and Deferred error in machine_check_poll


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.