All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-10-24 17:21:52 to 2012-10-24 18:23:19 UTC [more...]

[PATCH] git-submodule add: Record branch name in .gitmodules
 2012-10-24 18:12 UTC  (3+ messages)

[RFC 00/13] MIPS: JZ4750D: Add base support for Ingenic JZ4750D SOC
 2012-10-24 18:15 UTC  (5+ messages)
` [RFC 11/13] MIPS: JZ4750D: Add Kbuild files

[PATCH 1/4] pulseaudio: add GConf dependency
 2012-10-24 18:09 UTC  (2+ messages)

aoe: print warning regarding a common reason for dropped transmits
 2012-10-24 18:22 UTC  (2+ messages)

[PATCH-v3] tty: prevent unnecessary work queue lock checking on flip buffer copy
 2012-10-24 18:22 UTC  (5+ messages)

[PATCH 1/2] touchscreen/ads7846.c: Alloc filter data only when needed
 2012-10-24 18:21 UTC  (4+ messages)
` [PATCH 2/2] touchscreen/ads7846.c: move filter variables to global include

samsung-laptop: Samsung 530U3C major ACPI issues
 2012-10-24 18:21 UTC  (6+ messages)

[PATCH 1/2] brw_mutex: big read-write mutex
 2012-10-24 18:20 UTC  (11+ messages)
        ` [PATCH 0/2] fix and improvements for percpu-rw-semaphores (was: brw_mutex: big read-write mutex)
          ` [PATCH 1/2] percpu-rw-semaphores: use light/heavy barriers
            ` [PATCH 2/2] percpu-rw-semaphores: use rcu_read_lock_sched

[PATCH] net: allow configuration of the size of page in __netdev_alloc_frag
 2012-10-24 18:19 UTC  (3+ messages)

[PATCH v2 2/2] USB: doc: Binding document for ehci-platform driver
 2012-10-24 18:18 UTC  (5+ messages)

[PATCH V3 0/5] ARM: OMAP2+: Add device-tree support for timers
 2012-10-24 18:17 UTC  (4+ messages)
` [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

[PATCH v3 0/5] zynq subarch cleanups
 2012-10-24 18:16 UTC  (5+ messages)
` [PATCH v3 3/5] zynq: remove use of CLKDEV_LOOKUP

[RFC 0/4] Monotonic timestamps
 2012-10-24 18:16 UTC  (5+ messages)
` [RFC 1/4] v4l: Define video buffer flags for timestamp types
` [RFC 2/4] v4l: Helper function for obtaining timestamps
` [RFC 3/4] v4l: Convert drivers to use monotonic timestamps
` [RFC 4/4] v4l: Tell user space we're using "

[PATCH 0/6] meta-intel: README updates
 2012-10-24 18:15 UTC  (7+ messages)
` [PATCH 3/6] crownbay README: add WebTitle & Compliance information

[stable 2.6.32..2.6.34] x86, ioapic: initialize nr_ioapic_registers early in mp_register_ioapic()
 2012-10-24 18:17 UTC 

getting kernel debug output
 2012-10-24 18:14 UTC  (2+ messages)

[lm-sensors] w83627ehf: Wrong values reported after resuming from suspend/hibernation
 2012-10-24 18:14 UTC  (3+ messages)

[net-next PATCH v1 0/3] extend set/get netlink for embedded
 2012-10-24 18:13 UTC  (2+ messages)

[PATCH v2] Support Elan Touchscreen eKTF product
 2012-10-24 18:13 UTC  (3+ messages)

[PATCH 0/7 v2] Bluetooth: LE single-mode & peripheral role fixes
 2012-10-24 18:12 UTC  (8+ messages)
` [PATCH 1/7] Bluetooth: Fix HCI command sending when powering on LE-only adapters
` [PATCH 2/7] Bluetooth: mgmt: Restrict BR/EDR settings to BR/EDR-only adapters
` [PATCH 3/7] Bluetooth: Fix updating host feature bits for LE
` [PATCH 4/7] Bluetooth: Add missing feature test macros
` [PATCH 5/7] Bluetooth: Make use "
` [PATCH 6/7] Bluetooth: Add flag for LE GAP Peripheral role
` [PATCH 7/7] Bluetooth: Disallow LE scanning and connecting in peripheral role

libxl drivers for libvirt?
 2012-10-24 18:11 UTC  (2+ messages)

[PATCH 0/5] libgssglue clean up
 2012-10-24 18:08 UTC  (6+ messages)
` [PATCH 1/5] Fixed warnings in src/g_canon_name.c
` [PATCH 2/5] Fixed warnings in src/g_initialize.c
` [PATCH 3/5] Fixed warnings in src/g_inq_cred.c
` [PATCH 4/5] Fixed warnings in src/g_mit_krb5_mech.c
` [PATCH 5/5] Fixed warnings in src/g_unseal.c and src/g_verify.c

[PATCH for-3.7] vhost: fix mergeable bufs on BE hosts
 2012-10-24 18:11 UTC  (4+ messages)

[Qemu-devel] Subject: [PATCH 00/27] Fix APIC-ID-based CPU topology, take 3
 2012-10-24 18:12 UTC  (25+ messages)
` [Qemu-devel] [PATCH 01/27] move I/O-related definitions from qemu-common.h to a new header (qemu-stdio.h)
` [Qemu-devel] [PATCH 02/27] cpus.h: include qemu-stdio.h
` [Qemu-devel] [PATCH 03/27] hw/apic.c: rename bit functions to not conflict with bitops.h
` [Qemu-devel] [PATCH 04/27] target-i386: initialize APIC at CPU level
` [Qemu-devel] [PATCH 05/27] kvm: create kvm_arch_vcpu_id() function
` [Qemu-devel] [PATCH 06/27] target-i386: kvm: set vcpu_id to APIC ID instead of CPU index
` [Qemu-devel] [PATCH 07/27] pc: pc_init1(): always use rom_memory on pc_memory_init() call
` [Qemu-devel] [PATCH 08/27] pc: pc_init1(): remove MemoryRegion arguments
` [Qemu-devel] [PATCH 10/27] pc: create PCInitArgs struct
` [Qemu-devel] [PATCH 11/27] pc: add PC_DEFAULT_CPU_MODEL #define
` [Qemu-devel] [PATCH 12/27] pc: add PCInitArgs parameter to pc_cpus_init()
` [Qemu-devel] [PATCH 14/27] pc: use FWCfgState* instead of void* for fw_cfg data
` [Qemu-devel] [PATCH 15/27] pc: rename bochs_bios_init() to pc_bios_init()
` [Qemu-devel] [PATCH 16/27] pc: pass PCInitArgs struct "
` [Qemu-devel] [PATCH 18/27] pc: isolate the code that create CPUs
` [Qemu-devel] [PATCH 19/27] cpu_x86_init: check for x86_cpu_realize() errors
` [Qemu-devel] [PATCH 20/27] target-i386: do not call x86_cpu_realize() on cpu_x86_init()
` [Qemu-devel] [PATCH 21/27] fw_cfg: remove FW_CFG_MAX_CPUS from fw_cfg_init()
` [Qemu-devel] [PATCH 22/27] pc: set CPU APIC ID explicitly
` [Qemu-devel] [PATCH 23/27] pc: set fw_cfg data based on APIC ID calculation
` [Qemu-devel] [PATCH 25/27] target-i386: topology & APIC ID utility functions
` [Qemu-devel] [PATCH 26/27] pc: create separate init function for pc-1.3
` [Qemu-devel] [PATCH 27/27] pc: generate APIC IDs according to CPU topology

[PATCH v5 00/18] slab accounting for memcg
 2012-10-24 18:10 UTC  (4+ messages)
` [PATCH v5 08/18] memcg: infrastructure to match an allocation to the right cache

[PATCH v2 2/2] USB: doc: Binding document for ehci-platform driver
 2012-10-24 18:09 UTC  (5+ messages)

[PATCH 08/18] drm/i915: check TRANSCODER_EDP on intel_modeset_setup_hw_state
 2012-10-24 18:09 UTC  (2+ messages)

[PATCH 0/3] fast-export fixes
 2012-10-24 18:08 UTC  (6+ messages)
` [PATCH 1/3] t9350: point out that refs are not updated correctly
` [PATCH 3/3] fast-export: output reset command for commandline revs

[PATCH RESEND] Take over futex of dead task only if FUTEX_WAITERS is not set
 2012-10-24 18:08 UTC  (6+ messages)
` [PATCH] [RESEND 2] "

Nouveau soft lockup after switcheroo'd
 2012-10-24 18:07 UTC  (2+ messages)

[PATCH 0/9] ARM: Kirkwood: Convert to pinctrl
 2012-10-24 18:06 UTC  (2+ messages)

[PATCH 07/18] drm/i915: convert DDI_FUNC_CTL to transcoder
 2012-10-24 18:06 UTC  (2+ messages)

device delete, error removing device
 2012-10-24 18:06 UTC  (13+ messages)
                      ` device delete, error removing device [SOLVED]

[Xenomai] Adeos I-Pipe patch problem on vendor-specific kernel
 2012-10-24 18:05 UTC  (28+ messages)

lots of suspicious RCU traces
 2012-10-24 18:06 UTC  (3+ messages)

[PATCH v2 0/2] common entry point for kmem_cache_free
 2012-10-24 18:02 UTC  (8+ messages)
` [PATCH v2 1/2] kmem_cache: include allocators code directly into slab_common

[PATCH 0/4] rbd: four minor changes
 2012-10-24 18:02 UTC  (3+ messages)
` [PATCH 1/4] rbd: verify rbd image order value

[PATCH v2 0/2] ACPI: container hot remove support
 2012-10-24 18:02 UTC  (4+ messages)
` [PATCH v2 2/2] Improve container_notify_cb() to support container hot-remove

[PATCH] MAINTAINERS: Add arm-soc tree entry
 2012-10-24 18:00 UTC  (2+ messages)

[PATCH 05/18] drm/i915: add TRANSCODER_EDP
 2012-10-24 17:59 UTC  (2+ messages)

[PATCH] gianfar_ptp: use iomem, not ioports resource tree in probe
 2012-10-24 17:59 UTC  (2+ messages)

[PATCHv2] Input: omap4-keypad: Add pinctrl support
 2012-10-24 17:58 UTC  (19+ messages)

help with btrfs send
 2012-10-24 17:57 UTC  (3+ messages)

[PATCH v2 2/2] USB: doc: Binding document for ehci-platform driver
 2012-10-24 17:57 UTC  (5+ messages)

[PATCH] tools/hvmloader: move shared_info to reserved memory area
 2012-10-24 17:57 UTC 

[PATCH 00/10] Kill AGP dependencies for Gen6+
 2012-10-24 17:56 UTC  (3+ messages)
` [PATCH 06/10] drm/i915: Stop using AGP layer for GEN6+

[PATCHv2] ARM: Push selects for TWD/SCU into machine entries
 2012-10-24 17:54 UTC  (4+ messages)

[PATCH 00/15] QEMU KVM_GET_SUPPORTED_CPUID cleanups and fixes
 2012-10-24 17:54 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] efi: Build EFI stub with EFI-appropriate options
 2012-10-24 17:52 UTC  (6+ messages)

perf_event_open() manpage
 2012-10-24 17:51 UTC  (7+ messages)
        ` [RFC] perf: proposed "

[U-Boot] [PATCH 0/2] Standardize on run-time board ID variables
 2012-10-24 17:50 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
` [U-Boot] [PATCH 2/2] am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

[PATCH 0/5] kvm tools: virtio-balloon fix and cleaning
 2012-10-24 17:50 UTC  (4+ messages)
` [PATCH 3/5] kvm tools: correctly handle mem ballooning

[SOLVED] Setting up hostapd for dynamic 802.1Q VLAN support in a bridged environment
 2012-10-24 17:49 UTC 

[RFC PATCH 00/06] input: Synaptics RMI4 Touchscreen Driver
 2012-10-24 17:49 UTC  (8+ messages)
` [RFC PATCH 01/06] input/rmi4: Public header and documentation

How to get the checkpoint size in remus code?
 2012-10-24 17:49 UTC  (6+ messages)
        ` Fwd: "

[PATCH 0/6] ux500 fixes bound for the -rcs
 2012-10-24 17:48 UTC  (18+ messages)
` [PATCH 1/6] mfd: ab8500-core: Remove unused ab8500-gpio IRQ ranges
` [PATCH 2/6] pinctrl: Update clock handling for the pinctrl-nomadik GPIO driver
` [PATCH 4/6] ARM: ux500: Specify AMBA Primecell IDs for Nomadik I2C in DT
` [PATCH 5/6] ARM: ux500: Correct SDI5 address and add some format changes
` [PATCH 6/6] ARM: ux500: Convert DT_MACHINE_START to use SMP operations

CK2 [08/15] slab: Use common kmalloc_index/kmalloc_size functions
 2012-10-24 17:47 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-coldfire/master
 2012-10-24 17:45 UTC  (2+ messages)

linux-next: Tree for Oct 18
 2012-10-24 17:45 UTC  (5+ messages)
` linux-next: Tree for Oct 18 (usb/gadget)
  ` [PATCH] usb/gadget: let file storage gadget select libcomposite

[Xenomai] Problem trying an example for the first time
 2012-10-24 17:45 UTC 

[PATCH] ARM: PMU: fix runtime PM enable
 2012-10-24 17:41 UTC  (9+ messages)

[PATCH 0/2] ACPI: container hot remove support
 2012-10-24 17:33 UTC  (3+ messages)
` [PATCH 1/2] Use kacpi_hotplug_wq to handle container hotplug event

[PATCH 0/4] multi-channel/interface TX power handling
 2012-10-24 17:39 UTC  (10+ messages)
` [PATCH 2/4] cfg80211: make TX power setting per interface

[PATCH v4] pwm: vt8500: Update vt8500 PWM driver support
 2012-10-24 17:38 UTC  (2+ messages)

Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)
 2012-10-24 17:38 UTC 

[PATCH 000/193] remove CONFIG_EXPERIMENTAL
 2012-10-24 17:37 UTC  (7+ messages)
` [PATCH 155/193] init: "

[PATCH v2 2/2] USB: doc: Binding document for ehci-platform driver
 2012-10-24 17:37 UTC  (3+ messages)

[Powertop] [PATCH] Enable asserts and make correct comment
 2012-10-24 17:37 UTC 

[PATCH v2] kdump: pass acpi_rsdp= to 2nd kernel for efi booting
 2012-10-24 17:36 UTC  (12+ messages)
` [RFC] Kdump with UEFI secure boot (Re: [PATCH v2] kdump: pass acpi_rsdp= to 2nd kernel for efi booting)
                ` Kdump with signed images

[PATCH v3] pwm: vt8500: Update vt8500 PWM driver support
 2012-10-24 17:35 UTC  (5+ messages)

[PATCH 0/7] xen/arm: run on real hardware
 2012-10-24 17:35 UTC  (4+ messages)
` [PATCH 6/7] xen/arm: flush D-cache and I-cache when appropriate

EXT4-fs error w/ external USB drive
 2012-10-24 17:31 UTC  (6+ messages)

802.11s bug in ieee80211_rx_h_mesh_fwding() result in bogus MAC in mpp table
 2012-10-24 17:33 UTC  (3+ messages)

[PATCH 0/3] rbd: simplify rbd_do_op() et al
 2012-10-24 17:31 UTC  (7+ messages)
` [PATCH 1/3] rbd: kill rbd_req_{read,write}()
` [PATCH 2/3] rbd: kill drop rbd_do_op() opcode and flags
` [PATCH 3/3] rbd: consolidate rbd_do_op() calls

[net-next 0/8][pull request] Intel Wired LAN Driver Updates
 2012-10-24 17:31 UTC  (5+ messages)
` [net-next 2/8] maintainers: update with official intel support link, new maintainer

[Qemu-devel] [PATCH 1/4] Adding new syscalls (bugzilla 855162)
 2012-10-24 17:30 UTC  (8+ messages)
` [Qemu-devel] [PATCH 4/4] Warning messages on net devices hotplug

[PATCH 0/2] clk: ux500: Make mtu driver use apb_pclock
 2012-10-24 17:25 UTC  (2+ messages)

[bug] perf_event_intel_uncore.c build warnings on allnoconfig
 2012-10-24 17:24 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] USB: make usb_kbd obey USB DMA alignment requirements
 2012-10-24 17:24 UTC  (5+ messages)

[PATCH] README: document "make olddefconfig"
 2012-10-24 17:22 UTC 

Heads-up: 3.6.2 / 3.6.3 NFS server panic: 3.6.2+ regression?
 2012-10-24 17:22 UTC  (11+ messages)
      ` Heads-up: 3.6.2 / 3.6.3 NFS server oops: 3.6.2+ regression? (also an unrelated ext4 data loss bug)
        ` Apparent serious progressive ext4 data corruption bug in 3.6.3 (and other stable branches?)

[PATCH] ARM: dts: OMAP: Move interrupt-parent to the root node to avoid duplication
 2012-10-24 17:21 UTC  (3+ 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.