All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-16 13:59:14 to 2013-01-16 14:51:14 UTC [more...]

[Buildroot] [PATCH] iftop: new package
 2013-01-16 15:49 UTC  (4+ messages)

[fanotify] unable to read /proc/<pid> for files closed on process exit
 2013-01-16 14:41 UTC 

[RFCv3 00/11] remoteproc: Support bi-directional vdev config space
 2013-01-16 14:43 UTC  (9+ messages)
` [RFCv3 01/11] remoteproc: Move enable_iommu to rproc_boot
` [RFCv3 03/11] remoteproc: Move check on firmware name to rproc_add
` [RFCv3 05/11] remoteproc: Parse ELF file to find resource table address
` [RFCv3 07/11] remoteproc: Add state RPROC_LOADED
` [RFCv3 08/11] remoteproc: Set vring addresses in resource table
` [RFCv3 09/11] remoteproc: Load firmware once
` [RFCv3 10/11] remoteproc: Support virtio config space
` [RFCv3 11/11] remoteproc: Calculate max_notifyid by counting vrings

[LTP] Spelling "succeded" VS. "succeeded"
 2013-01-16 14:51 UTC  (5+ messages)

Xen Security Advisory 41 (CVE-2012-6075) - qemu (e1000 device driver): Buffer overflow when processing large packets
 2013-01-16 14:50 UTC 

[PATCH] mips: bcm47xx: select GPIOLIB for BCMA on bcm47xx platform
 2013-01-16 14:50 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/11] Trivial memory allocation fixes & cleanups
 2013-01-16 14:36 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/11] g_malloc(0) and g_malloc0(0) return NULL; simplify
` [Qemu-trivial] [PATCH 02/11] g_strdup(NULL) returns "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 03/11] hw/9pfs: Fix unchecked strdup() by converting to g_strdup()
` [Qemu-devel] [PATCH 04/11] readline: "
` [Qemu-trivial] [PATCH 05/11] spice: "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 06/11] virtfs-proxy-helper: Fix unchecked strdup() by conv. "
` [Qemu-trivial] [PATCH 07/11] qemu-log: Fix unchecked strdup() by converting "
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 08/11] qemu-log: Plug trivial memory leak in cpu_set_log_filename()
` [Qemu-trivial] [PATCH 09/11] libcacard: Fix unchecked strdup() by converting to g_strdup()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 10/11] qapi: "
` [Qemu-trivial] [PATCH 11/11] qemu-ga: "
  ` [Qemu-devel] "

Xen Security Advisory 40 (CVE-2013-0190) - Linux stack corruption in xen_failsafe_callback for 32bit PVOPS guests
 2013-01-16 14:50 UTC 

[Qemu-devel] [RFC V4 00/30] QCOW2 deduplication
 2013-01-16 14:50 UTC  (4+ messages)
` [Qemu-devel] [RFC V4 01/30] qcow2: Add deduplication to the qcow2 specification

[Buildroot] [PATCH] ncdu: new package
 2013-01-16 14:49 UTC  (2+ messages)

[PATCH] ARM: mm: Fix missing XN flag for for MT_MEMORY_SO
 2013-01-16 14:49 UTC 

[PATCH v6 00/22] OMAP USB Host cleanup
 2013-01-16 14:43 UTC  (44+ messages)
` [PATCH v6 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
` [PATCH v6 02/22] mfd: omap-usb-tll: Fix channel count detection
` [PATCH v6 03/22] mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error path
` [PATCH v6 04/22] mfd: omap-usb-tll: Clean up clock handling
` [PATCH v6 05/22] mfd: omap-usb-tll: introduce and use mode_needs_tll()
` [PATCH v6 06/22] mfd: omap-usb-tll: Check for missing platform data in probe
` [PATCH v6 07/22] mfd: omap-usb-tll: Fix error message
` [PATCH v6 08/22] mfd: omap-usb-tll: serialize access to TLL device
` [PATCH v6 09/22] mfd: omap-usb-tll: Add OMAP5 revision and HSIC support
` [PATCH v6 10/22] mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume
` [PATCH v6 11/22] mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()
` [PATCH v6 12/22] mfd: omap-usb-host: know about number of ports from revision register
` [PATCH v6 13/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v6 14/22] mfd: omap-usb-host: cleanup clock management code
` [PATCH v6 15/22] mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
` [PATCH v6 16/22] mfd: omap-usb-host: Get rid of unnecessary spinlock
` [PATCH v6 17/22] mfd: omap-usb-host: clean up omap_usbhs_init()
` [PATCH v6 18/22] USB: ehci-omap: Don't free gpios that we didn't request
` [PATCH v6 19/22] ARM: OMAP3: clock data: get rid of unused USB host clock aliases and dummies
` [PATCH v6 20/22] ARM: OMAP4: clock data: get rid of unused USB host clock aliases
` [PATCH v6 21/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure
` [PATCH v6 22/22] mdf: omap-usb-host: get rid of build warning

[Qemu-devel] [PATCH V9 0/5] VMXNET3 paravirtual NIC device implementation
 2013-01-16 14:48 UTC  (5+ messages)
` [Qemu-devel] [PATCH v9 1/5] Adding utility function net_checksum_add_cont() that allows checksum calculation of scattered data with odd chunk sizes
` [Qemu-devel] [PATCH v9 4/5] Adding packet abstraction for VMWARE network devices

[U-Boot] [PATCH 1/3] powerpc/p5040: enable NAND boot support
 2013-01-16 14:42 UTC  (2+ messages)
` [U-Boot] [u-boot-release] "

[lm-sensors] System 76 Pangolin Fan not detected
 2013-01-16 14:42 UTC  (2+ messages)

[PATCH] Remove nested functions from ELF iterators
 2013-01-16 14:40 UTC 

[PATCH] xen: return a per-mapping error from XENMEM_add_to_physmap_range
 2013-01-16 14:39 UTC  (3+ messages)

[U-Boot] [PATCH] MIPS: board.c: fix monitor length calculations
 2013-01-16 14:39 UTC 

FreeBSD-amd64 fails to start with SMP on quemu-kvm
 2013-01-16 14:42 UTC  (9+ messages)

PcTV Nanostick 290e -- DVB-C frontend only working after reconnecting the device
 2013-01-16 14:37 UTC  (2+ messages)

[PATCH 1/2 v3] mtd/uclinux: support ROM and allow passing the base address
 2013-01-16 14:36 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] mtd/uclinux: add a comment about why uclinux_ram_map must not be static

(no subject)
 2013-01-16 14:37 UTC 

[PATCH v2 1/2] drm: constify edid handling functions
 2013-01-16 14:36 UTC  (2+ messages)
  ` [PATCH v2 2/2] drm: tegra: check HDMI sink capability

[RFC PATCH 0/4] b.L: Memory barriers and miscellaneous tidyups
 2013-01-16 14:36 UTC  (7+ messages)
` [RFC PATCH 3/4] ARM: bL_entry: Match memory barriers to architectural requirements

One last tweak for perfection
 2013-01-16 14:36 UTC  (6+ messages)

[PATCH RESEND] userns: enable tmpfs support for user namespace
 2013-01-16 14:35 UTC  (2+ messages)

kernel 3.7+ cpufreq regression on AMD system running as dom0
 2013-01-16 14:34 UTC  (6+ messages)
    ` [Xen-devel] "

Fatal crash on xen4.2 HVM + qemu-xen dm + NFS
 2013-01-16 14:34 UTC  (4+ messages)

[PATCH] VTD/Intremap: Disable Intremap on Chipset 5500/5520/X58 due to errata
 2013-01-16 14:33 UTC  (3+ messages)

[PATCH 1/4] staging: media: go7007: memory clear fix memory clearing for v4l2_subdev allocation
 2013-01-16 14:33 UTC  (5+ messages)
` [PATCH 3/4] staging: media: go7007: i2c GPIO initialization Reset i2c stuff for GO7007_BOARDID_ADLINK_MPG24 need reset GPIO always when encoder initialize

Ceph version 0.56.1, data loss on power failure
 2013-01-16 14:32 UTC  (13+ messages)

[PATCH] [RFC] ARM: compile fix for DEBUG_LL=y && MMU=n
 2013-01-16 14:32 UTC 

Only CPU0 active after ACPI S3, xen 4.1.3
 2013-01-16 14:31 UTC  (23+ messages)

[PATCH v2] efi, x86: Pass a proper identity mapping in efi_call_phys_prelog
 2013-01-16 14:30 UTC  (2+ messages)

SELinux List going down this after noon
 2013-01-16 14:31 UTC 

[PATCH 1/3] mtd nand : onfi need to be probed in 8 bits mode
 2013-01-16 14:28 UTC  (7+ messages)

[PATCH v2] mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking
 2013-01-16 14:28 UTC  (3+ messages)

iio: STMicroelectronics iio drivers
 2013-01-16 14:28 UTC  (6+ messages)
` [PATCH 1/9] iio:common: Add STMicroelectronics common library
` [PATCH 2/9] iio:accel: Add STMicroelectronics accelerometers driver

[lm-sensors] [PATCH 1/2] hwmon: (it87) Add support for old
 2013-01-16 14:28 UTC  (2+ messages)
` [lm-sensors] [PATCH 1/2] hwmon: (it87) Add support for IT8771E

alsa-util fix (Re: [PATCH] alsa-lib: Fix build with automake-1.13)
 2013-01-16 14:28 UTC  (2+ messages)

[PATCH V3 0/22] sched: simplified fork, enable load average into LB and power awareness scheduling
 2013-01-16 14:27 UTC  (7+ messages)
` [PATCH v3 16/22] sched: add power aware scheduling in fork/exec/wake

[PATCH] mtd: nand: onfi don't WARN if we are in 16 bits mode
 2013-01-16 14:25 UTC 

[RFC(v2) net-next 12/13] ipv6: Remove temporary dst for icmpv6
 2013-01-16 14:26 UTC  (3+ messages)

[RFC 0/4] perf tool: Adding ratios support
 2013-01-16 14:25 UTC  (3+ messages)

[PATCH] imsm: Forbid spanning between multiple controllers
 2013-01-16 14:26 UTC  (7+ messages)

enabled and failed flags in acpi_memory_info
 2013-01-16 14:33 UTC  (3+ messages)

[oe-commits] Tom Zanussi : lttng2-ust: rename to lttng-ust
 2013-01-16 14:09 UTC 

[PATCH v3 1/2] net: asix: init ASIX AX88772B MAC from EEPROM
 2013-01-16 14:24 UTC  (2+ messages)
` [PATCH v3 2/2] net: asix: handle packets crossing URB boundaries

mx28evk: bootlogd: cannot allocate pseudo tty
 2013-01-16 14:24 UTC  (2+ messages)

[PATCH RESEND 0/4] thermal sys: couple of fixes and cleanups
 2013-01-16 14:22 UTC  (4+ messages)
` [PATCH RESEND 4/4] thermal: check for invalid trip setup when registering thermal device

if_bridge.h: include in6.h for struct in6_addr use
 2013-01-16 14:21 UTC  (8+ messages)
  ` [libvirt] "
    ` the patch "bridge: export multicast database via netlink" broke kernel 3.8 uapi (was: Re: [libvirt] if_bridge.h: include in6.h for struct in6_addr use)
        ` the patch "bridge: export multicast database via netlink" broke kernel 3.8 uapi
          ` Redefinition of struct in6_addr in <netinet/in.h> and <linux/in6.h>

[Qemu-devel] [PATCH] sheepdog: add support for connecting to unix domain socket
 2013-01-16 14:21 UTC  (2+ messages)

HD-audio regression after commit 34588709af61be1550b4e2bcee5c85d0ac4f34d4
 2013-01-16 14:20 UTC  (18+ messages)

Raspberry Pi do_fetch failure
 2013-01-16 14:20 UTC  (12+ messages)

[RFC] mac80211: allow drivers to access IPv6 information
 2013-01-16 14:19 UTC  (2+ messages)

[PATCH] mac80211: call restart complete at wowlan resume time
 2013-01-16 14:19 UTC  (2+ messages)

[GIT PULL] fuse updates for 3.8
 2013-01-16 14:18 UTC  (3+ messages)

[PATCH] mac80211: fix resume from WoWLAN
 2013-01-16 14:18 UTC  (2+ messages)

[PATCH 0/5] W1: Support onewire master on i.MX53
 2013-01-16 14:17 UTC  (2+ messages)

[GIT PULL] irq_work changes for 3.9
 2013-01-16 14:17 UTC 

reproducible w1 oops on recent kernels (at least since 3.2.x)
 2013-01-16 14:16 UTC  (2+ messages)

[PATCH] [RFC] Proposed changes to eliminate 'union mips_instruction' type
 2013-01-16 14:16 UTC  (5+ messages)

[ANNOUNCE] libdrm 2.4.41
 2013-01-16 14:16 UTC  (2+ messages)

[PATCH 01/19] ALSA: add Yamaha YMU831 codec support
 2013-01-16 14:16 UTC  (3+ messages)
` [PATCH 17/19] ALSA: ymu831: add codec driver

[PATCH] mfd: twl4030-madc: Remove leftover __exit_p()
 2013-01-16 14:15 UTC 

[PATCH] Bluetooth: Fix Class of Device indication when powering off
 2013-01-16 14:15 UTC 

[PATCH v3 0/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_boot
 2013-01-16 14:15 UTC  (10+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 1/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_bootmem_info_node() when platform not support
    ` [PATCH v3 1/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_
` [PATCH v3 0/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_bootmem_info_node() when platform not support
  ` [PATCH v3 0/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_

WebHob feedback on early design prototype
 2013-01-16 14:13 UTC  (5+ messages)
` Busybox still old version: Still looking for a clear understanding of an old mystery

[PATCH] s5p-g2d: Add support for G2D H/W Rev.4.1
 2013-01-16 14:13 UTC  (4+ messages)

[Buildroot] Creating/installing images
 2013-01-16 14:13 UTC  (4+ messages)

[GIT PULL] KVM fixes for 3.8-rc3
 2013-01-16 14:12 UTC 

[PATCH] {cfg,mac}80211.h: fix some kernel-doc warnings
 2013-01-16 14:11 UTC  (2+ messages)

[PATCH 01/15] staging:iio:adis16400: Don't pass 0 to ilog2
 2013-01-16 14:09 UTC  (6+ messages)
` [PATCH 10/15] staging:iio:adis16400: Code style cleanup

[PATCH] mac80211: fix monitor mode injection
 2013-01-16 14:09 UTC  (2+ messages)

sched: Consequences of integrating the Per Entity Load Tracking Metric into the Load Balancer
 2013-01-16 14:08 UTC  (9+ messages)

Unable to convert a subversion repo to git
 2013-01-16 14:06 UTC 

[LTP] Tarballs in Files section @ sf.net
 2013-01-16 14:07 UTC  (2+ messages)

[PATCH v2] dw_dmac: allocate dma descriptors from DMA_COHERENT memory
 2013-01-16 14:07 UTC  (3+ messages)
` [PATCH v3] dw_dmac: don't exceed AHB master number in dwc_get_data_width

[PATCH 1/2] mac80211: synchronize scan off/on-channel and PS states
 2013-01-16 14:06 UTC  (3+ messages)

[PATCH 0/3] ELF executable signing and verification
 2013-01-16 14:00 UTC  (6+ messages)
` [PATCH 2/3] binfmt_elf: Verify signature of signed elf binary

[PATCH v8 00/22] PCI, ACPI: pci root bus hotplug support / pci match_driver
 2013-01-16 14:05 UTC  (4+ messages)
` [PATCH v8 14/22] ACPI: update ej_event interface to take acpi_device

[PATCH 2/2] Btrfs: make raid attr array more readable
 2013-01-16 14:04 UTC  (2+ messages)

[RFC(v2) net-next 01/13] ndisc: Refer/Update neigh->updated with write lock
 2013-01-16 14:04 UTC  (3+ messages)

[RFC(v2) net-next 13/13] ipv6: Complete neighbour entry removal from dst_entry
 2013-01-16 14:04 UTC  (3+ messages)

[PATCH 0/4] Support uncompress debug message for multiplatform build
 2013-01-16 14:04 UTC  (6+ messages)
` [PATCH 4/4] ARM: uncompress: support uncompress debug "

[PATCH] mac80211: fix FT roaming
 2013-01-16 14:03 UTC  (2+ messages)

802.1q HW filter spammage in 3.7.2+ kernels
 2013-01-16 14:03 UTC  (3+ messages)

[RFC] mac80211: soft scan vs latency
 2013-01-16 14:01 UTC  (2+ messages)

Best way to configure Linux kernel for a machine
 2013-01-16 14:02 UTC  (2+ messages)

HOWTO: teuthology and code coverage
 2013-01-16 14:01 UTC 

-next: no resume from suspend
 2013-01-16 14:00 UTC  (4+ messages)

[PATCH 00/14] Rewrite Tegra PCIe driver
 2013-01-16 14:00 UTC  (5+ messages)
` [PATCH 10/14] PCI: tegra: Move PCIe driver to drivers/pci/host

pull-request: iwlwifi-next 2013-01-16
 2013-01-16 13:59 UTC  (2+ messages)

Linux 3.2.37
 2013-01-16 13:59 UTC  (2+ messages)


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.