All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-09-30 08:21:03 to 2009-09-30 10:49:13 UTC [more...]

[Qemu-devel] [PATCH 00/61] Q35 chip set and stuff
 2009-09-30 10:47 UTC  (64+ messages)
` [Qemu-devel] [PATCH 01/61] acpi: split out pc smbus routines from acpi.c into pc_smbus.c
` [Qemu-devel] [PATCH 02/61] acpi: split out apm register emulation from acpi.c
` [Qemu-devel] [PATCH 03/61] acpi: add acpi constants from linux header files and use them
` [Qemu-devel] [PATCH 04/61] acpi: split acpi.c into the common part and the piix4 part
` [Qemu-devel] [PATCH 05/61] acpi_piix4: remove unused variable in get_pmsts()
` [Qemu-devel] [PATCH 06/61] pc: fix file stream leak in multiboot loader
` [Qemu-devel] [PATCH 07/61] pc, i440fx: Make smm enable/disable function i440fx independent
` [Qemu-devel] [PATCH 08/61] pc: make an unnecessary global variable, pit, local
` [Qemu-devel] [PATCH 09/61] pc: remove a global variable, floppy_controller
` [Qemu-devel] [PATCH 10/61] pc: remove a global variable, RTCState *rtc_state
` [Qemu-devel] [PATCH 11/61] pc: introduce a function to allocate cpu irq
` [Qemu-devel] [PATCH 12/61] pc: make pc_init1() not refer ferr_irq directly
` [Qemu-devel] [PATCH 13/61] pc: split out cpu initialization from pc_init1() into pc_cpus_init()
` [Qemu-devel] [PATCH 14/61] pc: split out memory allocation from pc_init1() into pc_memory_init()
` [Qemu-devel] [PATCH 15/61] pc: split out vga initialization from pc_init1() into pc_vga_init()
` [Qemu-devel] [PATCH 16/61] pc: split out basic device init from pc_init1() into pc_basic_device_init()
` [Qemu-devel] [PATCH 17/61] pc: split out pci device init from pc_init1() into pc_pci_device_init()
` [Qemu-devel] [PATCH 18/61] pc: split out piix specific part from pc.c into pc_piix.c
` [Qemu-devel] [PATCH 19/61] pc_piix: initialize ioapic before use
` [Qemu-devel] [PATCH 20/61] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH 21/61] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4
` [Qemu-devel] [PATCH 22/61] pci: use appropriate PRIs in PCI_DPRINTF()
` [Qemu-devel] [PATCH 23/61] pci: use PCI_SLOT() and PCI_FUNC()
` [Qemu-devel] [PATCH 24/61] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH 25/61] pci: use uint64_t for bar addr and size instead of uint32_t
` [Qemu-devel] [PATCH 26/61] pci: 64bit bar support
` [Qemu-devel] [PATCH 27/61] pci: clean up of pci_update_mappings()
` [Qemu-devel] [PATCH 28/61] pci: factor out while(bus) bus->next loop logic into pci_find_bus_from()
` [Qemu-devel] [PATCH 29/61] pci: factor out the logic to get pci device from address
` [Qemu-devel] [PATCH 30/61] pci_host.h: split non-inline static function in pci_host.h into pci_host_c.h
` [Qemu-devel] [PATCH 31/61] pci: pcie host and mmcfg support
` [Qemu-devel] [PATCH 32/61] pci: helper functions to access PCIDevice::config
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 33/61] pci: use the symbolic constant, PCI_ROM_ADDRESS_ENABLE instead of 1
` [Qemu-devel] [PATCH 34/61] pci: introduce pci_swizzle_map_irq_fn() for interrupt pin swizzle
` [Qemu-devel] [PATCH 35/61] piix_pci: use pci_swizzle_map_irq_fn()
` [Qemu-devel] [PATCH 36/61] pci: use QLIST_ macro instead of direct list manipulation
` [Qemu-devel] [PATCH 37/61] pci: add helper function for pci config write function to check address
` [Qemu-devel] [PATCH 38/61] pci: fix pci_default_write_config()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 39/61] pci: factor out config update logic
` [Qemu-devel] [PATCH 40/61] pci: use qdev to get parent bus with PCIBus
` [Qemu-devel] [PATCH 41/61] pci: make bar update function aware of pci bridge
` [Qemu-devel] [PATCH 42/61] pci/brdige: qdevfy and initialize secondary bus and subordinate bus
` [Qemu-devel] [PATCH 43/61] pci: add helper function to initialize wmask
` [Qemu-devel] [PATCH 44/61] pci: initialize wmask according to pci header type
` [Qemu-devel] [PATCH 45/61] pci/monitor: print out bridge's filtering values and so on
` [Qemu-devel] [PATCH 46/61] pci/bridge: implement intel 82801ba bridge
` [Qemu-devel] [PATCH 47/61] pci.h: add more status constats
` [Qemu-devel] [PATCH 48/61] pci id: add subclass codes for serial device
` [Qemu-devel] [PATCH 49/61] pci hot add: pass opaque argument to callback
` [Qemu-devel] [PATCH 50/61] pci hotadd, acpi_piix4: remove global variables
` [Qemu-devel] [PATCH 51/61] vmstate: add a macro for pointer to struct, VMSTATE_STRUCT_POINTER
` [Qemu-devel] [PATCH 52/61] pci: add a hook to replace default pci bus instead of 0 bus
` [Qemu-devel] [PATCH 53/61] pc q35 based chipset emulator
` [Qemu-devel] [PATCH 54/61] pci: add opaque argument to pci_map_irq_fn()
` [Qemu-devel] [PATCH 55/61] ioapic: make ioapic_set_irq() static
` [Qemu-devel] [PATCH 56/61] ioapic: clean up of #ifdef DEBUG_IOAPIC
` [Qemu-devel] [PATCH 57/61] ioapic: add callback when entry is set or ioapic is reset
` [Qemu-devel] [PATCH 58/61] ioapic: make the number of pins configurable
` [Qemu-devel] [PATCH 59/61] ioapic: make irr accept more than 32 pins
` [Qemu-devel] [PATCH 60/61] pci: add opaque arg to pci_map_irq_fn
` [Qemu-devel] [PATCH 61/61] pc_q35: apic mode for pci interrupt routing

[PATCH 0/3] Usage of AM_SILENT_RULES and small cleanup
 2009-09-30 10:47 UTC  (5+ messages)

2.6.31 xfs_fs_destroy_inode: cannot reclaim
 2009-09-30 10:48 UTC  (5+ messages)

[PATCH 0/1] ASoC: debugfs support improvement
 2009-09-30 10:46 UTC  (3+ messages)
` [PATCH 1/1] ASoC: add support for multiple cards/codecs in debugfs

[Xenomai-help] [Guide] To patch Linux Kernel with Xenomai for Unknown core
 2009-09-30 10:43 UTC 

[PATCH] stubdom/minios: re-structure headers part 1/2
 2009-09-30 10:39 UTC 

mlmmj-webarchiver
 2009-09-30 10:39 UTC 

[Qemu-devel] [PATCH 00/49] VMState: Fix design faults, i2c port, x86 cpu port, 
 2009-09-30 10:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH 27/49] ac97: add active to the state

[PATCH 1/2] pcm_rate_linear: Annotate unused function parameter to avoid compiler warnings
 2009-09-30 10:36 UTC  (2+ messages)
` [PATCH 2/2] alisp: Comment out an unused function "

[Qemu-devel] [PATCH 00/19 v2] Port -net to QemuOpts
 2009-09-30 10:33 UTC  (3+ messages)

How to add data to connection tracker
 2009-09-30 10:34 UTC  (2+ messages)

multipath - AAArgh! How do I turn "features=1 queue_if_no_path" off?
 2009-09-30 10:33 UTC 

2.6.29 regression: ATA bus errors on resume
 2009-09-30 10:26 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] Clean up error handling in net.c
 2009-09-30 10:29 UTC  (2+ messages)

[Qemu-devel] [PATCH 2/3] Don't exit() in config_error()
 2009-09-30 10:27 UTC  (2+ messages)

WARNING: at drivers/ata/libata-core.c:5027 ata_qc_complete+0x200/0x210()
 2009-09-30 10:22 UTC  (3+ messages)

[PATCH] x86-64: don't leak kernel register values to 32-bit processes
 2009-09-30 10:22 UTC 

[PATCH 0/1] ASoC: DAPM: Fix for line widget handling
 2009-09-30 10:21 UTC  (3+ messages)
` [PATCH 1/1] ASoC: Fix SND_SOC_DAPM_LINE handling

[PATCH] Remove pty_ops_bsd and pty_bsd_ioctl() as they're not used
 2009-09-30 10:20 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/14] pcbios: support q35 chipset
 2009-09-30 10:18 UTC  (15+ messages)
` [Qemu-devel] [PATCH 01/14] pcbios: add generated files to dot gitignore
` [Qemu-devel] [PATCH 02/14] pcbios: fix makesym.perl
` [Qemu-devel] [PATCH 03/14] pcbios: remove iasl output file when error
` [Qemu-devel] [PATCH 04/14] pcbios: make set_e820_range() full 64bit aware
` [Qemu-devel] [PATCH 05/14] pcbios: rombios32: make pci memory space assignment "
` [Qemu-devel] [PATCH 06/14] pcbios: rombios32: make pci space assigner preferchable memory aware
` [Qemu-devel] [PATCH 07/14] pcbios: enable debug output for debug
` [Qemu-devel] [PATCH 08/14] pcibos: initialize q35 chipset
` [Qemu-devel] [PATCH 09/14] pcbios: comment out PCI_FIXED_HOST_BRIDGE for gmch host pci bridge to undef
` [Qemu-devel] [PATCH 10/14] pcibos: add mcfg entry to ACPI table for q35 pcie
` [Qemu-devel] [PATCH 11/14] pcbios: reserve mcfg area by e820 for linux to use mcfg
` [Qemu-devel] [PATCH 12/14] pcbios: make pci bar initialization to be aware of preferchable memory
` [Qemu-devel] [PATCH 13/14] pcbios: change acpi dsdt for q35 chipset
` [Qemu-devel] [PATCH 14/14] pcibos/acpi dsdt: APIC mode support "

[Buildroot] multiple architectures
 2009-09-30 10:20 UTC  (6+ messages)

[GIT PATCH] TTY patches for 2.6.31-git
 2009-09-30 10:17 UTC  (3+ messages)
` [origin tree boot crash] "

[PATCH] SELinux: reset the security_ops before flushing the avc cache
 2009-09-30 10:14 UTC  (2+ messages)

[RFC][PATCH 0/2] memcg: replace memcg's per cpu status counter with array counter like vmstat
 2009-09-30 10:12 UTC  (6+ messages)
` [RFC][PATCH 1/2] percpu "
` [RFC][PATCH 2/2] memcg: use generic percpu array_counter

[PATCHv2 5/7] ASoC: TWL6030: Add support for low-power mode
 2009-09-30 10:12 UTC  (4+ messages)
  ` [alsa-devel] "

Problem with mxc_nand driver
 2009-09-30 10:07 UTC  (6+ messages)

[patch 0/2] nohz tweaking
 2009-09-30 10:06 UTC  (2+ messages)

[Buildroot] [Bug 635] New: util-linux fails to build in 2009.08
 2009-09-30 10:05 UTC  (2+ messages)
` [Buildroot] [Bug 635] "

[PATCH] Make pty_driver and pty_slave_driver local vars in legacy BSD pty code
 2009-09-30 10:01 UTC 

[PATCH] powerpc/8xx: fix regression introduced by cache coherency rewrite
 2009-09-30  9:58 UTC  (15+ messages)

[PATCH] Option to synchronize P-states for AMD family 0xf
 2009-09-30 10:00 UTC  (2+ messages)

[U-Boot] kirkwood (openrd): saveenv will not work with environment in NAND
 2009-09-30  9:58 UTC  (6+ messages)
      ` [U-Boot] Flash sanity checks

[PATCH] MN10300: Fix kernel build failures when using gcc-4.x
 2009-09-30  9:56 UTC 

ar9170usb and Fritz! USB: LEDs are confused
 2009-09-30  9:55 UTC 

[U-Boot] [PATCH V2] ppc4xx: Add SDRAM detection for PMC440 boards
 2009-09-30  9:55 UTC 

[Buildroot] [PATCH] zlib: Replace negative logic in Makefile with positive
 2009-09-30  9:53 UTC  (2+ messages)

[PATCH 1/2] Add COH 901 318 DMA block driver
 2009-09-30  9:52 UTC  (3+ messages)

[Buildroot] [git commit master] zlib: Replace negative logic in Makefile with positive
 2009-09-30  9:52 UTC 

linux-next: Tree for September 30
 2009-09-30  9:52 UTC  (2+ messages)

[at91sam9g45] touch screen not detected by Angstrom Linux
 2009-09-30  9:50 UTC  (2+ messages)

[GIT PULL] please pull ummunotify
 2009-09-30  9:44 UTC  (10+ messages)
  ` [ofa-general] "

[PATCH 00/27] Add KVM support for Book3s_64 (PPC64) hosts v4
 2009-09-30  9:37 UTC  (7+ messages)

core glibc. Without this oabi compile of glibc doesnt work
 2009-09-30  9:34 UTC  (2+ messages)

[STABLE][PATCH] netbase: on BUG eth0 is always built-in Ethernet not wifi
 2009-09-30  9:33 UTC  (2+ messages)

Release plan for 0.12.0
 2009-09-30  9:31 UTC  (5+ messages)
` [Qemu-devel] "

[PV-ops][PATCH 1/2] VNIF(netback): Using smart polling instead of event notification
 2009-09-30  9:27 UTC  (2+ messages)
` [PV-ops][PATCH 1/2] VNIF(netback): Using smart pollinginstead "

[Buildroot] [PATCH v2] Fix download directory in default configs
 2009-09-30  9:24 UTC  (3+ messages)

About profiling xen
 2009-09-30  9:23 UTC  (8+ messages)
` [Xen-users] "
  `  "
        ` [Xen-devel] "

[Buildroot] [git commit master] Fix download directory in default configs
 2009-09-30  9:23 UTC 

[PATCH 00/19] OMAP: DSS2: Intro
 2009-09-30  9:21 UTC  (2+ messages)

[RFC] move #define pr_fmt KBUILD_MODNAME and KMSG_COMPONENT to Makefiles?
 2009-09-30  9:20 UTC  (4+ messages)

Biweekly VMX status report. Xen: #20255 & Xen0:#b6ba0
 2009-09-30  9:20 UTC  (4+ messages)
`  "

Question about invoking of "Task management" functions in USB driver (from newbie)
 2009-09-30  9:19 UTC  (3+ messages)

[PATCH] virtio_ids: let virtio header files include virtio_ids.h and export it
 2009-09-30  9:17 UTC 

Deciding between Git/Mercurial
 2009-09-30  9:17 UTC  (6+ messages)

[PV-ops][PATCH 0/2] VNIF: Using smart polling instead of event notification
 2009-09-30  9:17 UTC  (2+ messages)
` [PV-ops][PATCH 0/2] VNIF: Using smart polling instead ofevent notification

[PATCH] virtio_ids: let virtio header files include virtio_ids.h and export it
 2009-09-30  9:17 UTC 

[PATCH] Add compressed ID database support to (usb|pci)-db
 2009-09-30  9:10 UTC  (2+ messages)

2.6.31.1 boot crash, compiled with ftrace
 2009-09-30  9:09 UTC  (3+ messages)

[Qemu-devel] [RfC PATCH 0/3] qdev-ify network cards
 2009-09-30  9:07 UTC  (3+ messages)

[PATCH] mlx4: remove limitation on LSO header size
 2009-09-30  9:07 UTC 

[PATCH net-next-2.6] be2net: Workaround to fix a bug in Rx Completion processing
 2009-09-30  9:07 UTC 

[PATCH] USB: ftdi_sio: Remove tty->low_latency
 2009-09-30  9:05 UTC  (8+ messages)

plugins for bluetoothd
 2009-09-30  9:03 UTC 

[Qemu-devel] virtio-console-bus, multiport, virtio-console-port
 2009-09-30  8:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] char: Emit 'OPENED' events on char device open
  ` [Qemu-devel] [PATCH 2/6] qdev: add string property
    ` [Qemu-devel] [PATCH 3/6] virtio-console: Add a virtio-console bus, support for multiple ports

migrate_set_downtime bug
 2009-09-30  8:55 UTC  (8+ messages)

[Qemu-devel] Qemu savevm and CPU soft lockup
 2009-09-30  8:53 UTC  (6+ messages)

[PATCH] tracing: Fix infinite loop in ftrace_update_pid_func()
 2009-09-30  8:51 UTC  (4+ messages)

[Xenomai-help] Realtime data processing + VGA display
 2009-09-30  8:46 UTC  (4+ messages)

[PATCH v2: kvm 4/4] Fix hotplug of CPUs for KVM
 2009-09-30  8:45 UTC  (3+ messages)
` [PATCH v4: kvm 1/4] Code motion. Separate timer intialization into an indepedent function

[atmel-serial] Fix compilation error caused by BUILD_BUG_ON() in 2.6.32-rc2 kernel
 2009-09-30  8:25 UTC 

IO scheduler based IO controller V10
 2009-09-30  8:43 UTC  (5+ messages)

dm6446-evm kernel broken
 2009-09-30  8:39 UTC  (3+ messages)

[ath9k-devel] Magic numbers in pll-initialization in hw.c for AR9280 rev. 2.0
 2009-09-30  8:38 UTC 

[gitk] after exiting gitk the X11 clipboard is "messed up" - it contains the wrong commit
 2009-09-30  8:38 UTC 

[Buildroot] [Bug 633] New: mdadm failes to build in 2009.08
 2009-09-30  8:37 UTC 

[RFC][PATCH] omapfb: Condition mutex acquisition
 2009-09-30  8:35 UTC  (9+ messages)

getting path to backport directory
 2009-09-30  8:35 UTC  (3+ messages)

[ofa-general] [PATCH] infiniband-diags: Fix IB network discovery from switch node
 2009-09-30  8:33 UTC  (4+ messages)

[2.6.31-git17] WARNING: at kernel/hrtimer.c:648 hres_timers_resume+0x40/0x50()/WARNING: at drivers/base/sys.c:353 __sysdev_resume+0xc3/0xe0()
 2009-09-30  8:27 UTC  (8+ messages)

Faulty BIOS or GRUB issue (USB Stick won't boot)
 2009-09-30  8:26 UTC  (2+ messages)

[PATCH] Disable HPET broadcast mode on kexec
 2009-09-30  8:22 UTC 

[U-Boot] u-boot fails to uncompress a "gzip'ed -9" kernel
 2009-09-30  8:21 UTC  (7+ messages)
          ` [U-Boot] gunzip fails sometimes on MPC8343


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.