All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-12-06 01:41:13 to 2011-12-06 04:06:24 UTC [more...]

[PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support
 2011-12-06  4:06 UTC  (8+ messages)
` [PATCH 2/8] kvm tools: Generate SPAPR PPC64 guest device tree
` [PATCH 3/8] kvm tools: Add SPAPR PPC64 hcall & rtascall structure
` [PATCH 4/8] kvm tools: Add SPAPR PPC64 HV console

[PATCH 0/8] kvm tools SPAPR PPC64 support
 2011-12-06  4:05 UTC  (2+ messages)

linux-next: manual merge of the akpm tree with the tip tree
 2011-12-06  4:04 UTC 

[PATCH] genirq: recommend irqfxup or irqpoll as needed
 2011-12-06  4:03 UTC 

"KVM: PPC: booke: Improve timer register emulation" breaks Book3s HV
 2011-12-06  4:03 UTC  (2+ messages)

New version up with fix for md and other block devices
 2011-12-06  4:02 UTC  (8+ messages)

[PATCH] drivers:usb:serial:ftdi_sio.c: ftdi_set_termios make no sense some in a situation
 2011-12-06  3:58 UTC  (3+ messages)

[PATCH] Remove use of mnt_ns->root and fix a couple of bugs in d_namespace_path
 2011-12-06  3:58 UTC  (5+ messages)
  ` [RFC] __d_path() API change (was Re: [PATCH] Remove use of mnt_ns->root and fix a couple of bugs in d_namespace_path)

[lm-sensors] 3 wire fan on 4 pin header (was
 2011-12-06  3:57 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/17] tegra: Add fdt definitions and USB driver
 2011-12-06  3:55 UTC  (11+ messages)
` [U-Boot] [PATCH v2 11/17] usb: Add support for data alignment
` [U-Boot] [PATCH v2 12/17] usb: Add support for txfifo threshold
` [PATCH v2 04/17] fdt: Add basic support for decoding GPIO definitions
      ` [U-Boot] "

[U-Boot] [PATCH] pxe: get ethaddr from the current device instead of env
 2011-12-06  3:50 UTC  (2+ messages)

`ip addr show' shows maximum of 56 addresses?
 2011-12-06  3:48 UTC 

Suggestion on hashing
 2011-12-06  3:47 UTC  (3+ messages)

Bug with "fix partial page writes"
 2011-12-06  3:44 UTC  (13+ messages)
      ` Bug with "fix partial page writes" [3.2-rc regression]

[RFC PATCH 1/3] pinctrl: imx: add pinmux imx core driver
 2011-12-06  3:42 UTC  (16+ messages)
` [RFC PATCH 2/3] pinctrl: imx: add pinmux-imx53 support

[PATCH 01/28] kvm tools: Split x86 arch-specific bits into x86/
 2011-12-06  3:43 UTC  (56+ messages)
` [PATCH 02/28] kvm tools: Only build/init i8042 on x86
` [PATCH 03/28] kvm tools: Add Makefile parameter for kernel include
  ` [PATCH 03/28] kvm tools: Add Makefile parameter for kernel include path
` [PATCH 04/28] kvm tools: Re-arrange Makefile to heed CFLAGS before
  ` [PATCH 04/28] kvm tools: Re-arrange Makefile to heed CFLAGS before checking for optional libs
` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing
  ` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing u64s and link appropriately
` [PATCH 06/28] kvm tools: Add arch-specific KVM_RUN exit handling via kvm_cpu__handle_exit()
  ` [PATCH 06/28] kvm tools: Add arch-specific KVM_RUN exit handling
` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific
  ` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific code
` [PATCH 08/28] kvm tools: Fix KVM_RUN exit code check
` [PATCH 09/28] kvm tools: Add kvm__arch_periodic_poll()
` [PATCH 10/28] kvm tools: term.h needs to include stdbool.h
` [PATCH 11/28] kvm tools: kvm.c needs to include sys/stat.h for mkdir
` [PATCH 12/28] kvm tools: Move arch-specific cmdline init into kvm__arch_set_cmdline()
` [PATCH 13/28] kvm tools: Add CONSOLE_HV term type and allow it to be selected
  ` [PATCH 13/28] kvm tools: Add CONSOLE_HV term type and allow it to
` [PATCH 14/28] kvm tools: Fix term_getc(), term_getc_iov() endian bugs
  ` [PATCH 14/28] kvm tools: Fix term_getc(), term_getc_iov() endian
` [PATCH 15/28] kvm tools: Allow initrd_check() to match a cpio
` [PATCH 16/28] kvm tools: Allow load_flat_binary() to load an initrd
  ` [PATCH 16/28] kvm tools: Allow load_flat_binary() to load an initrd alongside
` [PATCH 17/28] kvm tools: Only call symbol__init() if we have BFD
` [PATCH 18/28] kvm tools: Initialise PCI before devices start getting
  ` [PATCH 18/28] kvm tools: Initialise PCI before devices start getting registered with PCI
` [PATCH 19/28] kvm tools: Perform CPU and firmware setup after devices are added
  ` [PATCH 19/28] kvm tools: Perform CPU and firmware setup after devices
` [PATCH 20/28] kvm tools: Init IRQs after determining nrcpus
` [PATCH 21/28] kvm tools: Add --hugetlbfs option to specify memory path
  ` [PATCH 21/28] kvm tools: Add --hugetlbfs option to specify memory
` [PATCH 22/28] kvm tools: Move PCI_MAX_DEVICES to pci.h
` [PATCH 23/28] kvm tools: Endian-sanitise pci.h and PCI device setup
` [PATCH 24/28] kvm tools: Fix virtio-pci endian bug when reading VIRTIO_PCI_QUEUE_NUM
` [PATCH 25/28] kvm tools: Correctly set virtio-pci bar_size and remove
  ` [PATCH 25/28] kvm tools: Correctly set virtio-pci bar_size and remove hardwired address
` [PATCH 26/28] kvm tools: Add pci__config_{rd,wr}(), pci__find_dev()
  ` [PATCH 26/28] kvm tools: Add pci__config_{rd,wr}(), pci__find_dev() and fix PCI config register addressing
` [PATCH 27/28] kvm tools: Arch-specific define for PCI MMIO allocation
  ` [PATCH 27/28] kvm tools: Arch-specific define for PCI MMIO allocation area
` [PATCH 28/28] kvm tools: Create arch-specific kvm_cpu__emulate_io()

[PATCH] xfstests/071 FAIL with pwrite64: Invalid argument
 2011-12-06  3:42 UTC 

[BUGFIX][PATCH] add mem_cgroup_replace_page_cache
 2011-12-06  3:39 UTC  (3+ messages)

Warning: E-mail viruses detected
 2011-12-06  3:39 UTC 

Intel 2011Q4 graphics package
 2011-12-06  3:29 UTC  (2+ messages)

linux-next: build failure after merge of the memblock tree
 2011-12-06  3:38 UTC 

[PATCH 00/28] kvm tools: Prepare kvmtool for another architecture
 2011-12-06  3:35 UTC  (2+ messages)

[PATCH tip/core/rcu 0/7] Preview of fourth set of RCU changes for 3.3
 2011-12-06  3:29 UTC  (9+ messages)
` [PATCH RFC tip/core/rcu 7/7] rcu: Quiet RCU-lockdep warnings involving interrupt disabling
          ` [PATCH 1/3] kernel.h: sched: introduce might_sleep_disabled()
          ` [PATCH 2/3] rtmutex: introduce rt_mutex_lock_irqdisabled()
          ` [PATCH 3/3] rcu: use rt_mutex_lock_irqdisabled() in rcu_boost()

[PATCH RFC V3 0/4] kvm : Paravirt-spinlock support for KVM guests
 2011-12-06  3:27 UTC  (4+ messages)
` [PATCH RFC V3 4/4] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor

[PATCH] xen-blkfront: Use kcalloc instead of kzalloc to allocate array
 2011-12-06  3:27 UTC  (3+ messages)

[PATCH] ia64: fix build breakage because of conflicting u64 guest handles
 2011-12-06  3:27 UTC  (4+ messages)

Patch is wrong
 2011-12-06  3:27 UTC 

[PATCH 0/4] Add device tree support for mc13892 regulator driver
 2011-12-06  3:26 UTC  (7+ messages)
` [PATCH v2 1/4] mfd: mc13xxx: add device tree probe support

Load increase after memory upgrade (part2)
 2011-12-06  3:26 UTC  (3+ messages)

[GIT PULL] Btrfs updates
 2011-12-06  3:25 UTC  (4+ messages)

cpufreq profiling timer
 2011-12-06  3:21 UTC  (2+ messages)

[tip:timers/core] clocksource: m86k: Convert to clocksource_register_hz/khz
 2011-12-06  3:19 UTC 

linux-next: manual merge of the memblock tree with the arm tree
 2011-12-06  3:18 UTC 

Shaping TCP ACK packets
 2011-12-06  4:18 UTC 

linux-next: build failure after merge of the pci tree
 2011-12-06  3:16 UTC  (2+ messages)

RAID5: failing an active component during spare rebuild - arrays hangs
 2011-12-06  3:16 UTC  (9+ messages)

linux-next: manual merge of the memblock tree with the vhost tree
 2011-12-06  3:12 UTC 

[PATCH] do not require filters to consume stdin
 2011-12-06  3:11 UTC  (4+ messages)
` hooks that do not consume stdin sometimes crash git with SIGPIPE

Latency difference between fifo and pfifo_fast
 2011-12-06  4:10 UTC 

More understanding HFSC
 2011-12-06  4:07 UTC  (2+ messages)

Still problems wit egt20 i2c driver
 2011-12-06  3:05 UTC  (7+ messages)

[PATCH] mac80211: reset addba retries after timeout
 2011-12-06  3:03 UTC  (2+ messages)

[RFC 0/5] compress: add compress data API to ALSA kernel
 2011-12-06  3:00 UTC  (11+ messages)
` [PATCH 4/6] compress: add API header and driver header files
` [PATCH 5/6] compress: add the core file

IRQ "nobody cared...Disabling" errors on linux-3.0.10-rt27 on SMP AMD64 system
 2011-12-06  2:51 UTC  (12+ messages)

[PATCH] mfd: add bq2415x charger driver
 2011-12-06  2:49 UTC  (4+ messages)

Understanding HFSC
 2011-12-06  3:42 UTC  (2+ messages)

[PATCH v2] soc/lapis: add machine driver
 2011-12-06  2:37 UTC  (9+ messages)
        ` [alsa-devel] "

[PATCH 0/4] Make missing checksums an error v2 + clutter-gst update
 2011-12-06  2:18 UTC  (5+ messages)
` [PATCH 1/4] omap3-sgx-modules: set SRC_URI checksums
` [PATCH 2/4] puzzles: "
` [PATCH 3/4] default-distrovars: missing checksums should raise an error
` [PATCH 4/4] clutter-gst: upgrade to 1.4.4

[PATCH] imsm: fix: correct checking newly missing disks
 2011-12-06  2:22 UTC  (6+ messages)

[PATCH 0/1] Make missing checksums an error
 2011-12-06  2:13 UTC  (4+ messages)

[U-Boot] [PATCH] sh: ecovec: Add support PHY of SMSC
 2011-12-06  2:16 UTC  (2+ messages)

[U-Boot] [PATCH] phy: Add support PHY of SMSC
 2011-12-06  2:15 UTC  (3+ messages)

do_populate_lic_setscene when building LSB on edison
 2011-12-06  2:08 UTC  (3+ messages)

[GIT PULL v3] Open vSwitch
 2011-12-06  2:12 UTC  (4+ messages)

[PATCH 0/13] misc pnfsd patches
 2011-12-06  2:12 UTC  (5+ messages)
` [PATCH 03/13] pnfsd-block: reverse boolean_t values so they make sense
` [PATCH 04/13] pnfsd-block: mv include/linux/nfsd4_block.h include/linux/nfsd/

[GIT PULL] imx: fix add_irq_domain
 2011-12-06  2:10 UTC 

nfsv41: add current_stateid processing
 2011-12-06  2:08 UTC  (4+ messages)
` [PATCH 2/2] nfsv41: handle current stateid on open and close

[U-Boot] [PATCH] x86: Add a pointer to the global data structure to point to the device tree
 2011-12-06  2:07 UTC  (6+ messages)
  ` [U-Boot] [PATCH v2] "

[PATCH] plug: Move fast_ops copy after slave configuration
 2011-12-06  2:05 UTC 

need a little help rebuilding a raid 10
 2011-12-06  2:05 UTC 

Where can I get the latest cyclictest or the version 0.72
 2011-12-06  2:05 UTC  (5+ messages)

[U-Boot] [PATCH] x86: Add a default implementation for cleanup_before_linux
 2011-12-06  2:04 UTC  (2+ messages)

Time in Queue, bufferbloat, and... our accidentally interplanetary network
 2011-12-06  2:03 UTC  (4+ messages)

©Call Tel : +44-701-004-8163
 2011-12-06  1:58 UTC 

Xen Wiki Spaceflight page
 2011-12-06  1:59 UTC 

©Call Tel : +44-701-004-8163
 2011-12-06  1:55 UTC 

Simple echo command to /proc//limits fails with EINVAL due to unhandled leading \n !!
 2011-12-06  1:58 UTC  (2+ messages)

[Beagleboard] Can't fetch Linux kernel source
 2011-12-06  1:33 UTC  (2+ messages)

[ath9k-devel] 2011年12月5日 15:30:55 自动保存草稿
 2011-12-06  1:54 UTC  (3+ messages)

[PATCH 1/5 v2] drivers: power: Rename bq20z75 to sbs-battery
 2011-12-06  1:50 UTC  (10+ messages)
  ` [PATCH 2/5 v2] power: sbs-battery: rename internals to new name
  ` [PATCH 3/5 v2] Adding entry for Smart Battery Systems
  ` [PATCH 4/5 v2] Rename propgated to dt binding documentation
  ` [PATCH 5/5 v2] power: sbs-battery: Change power supply name

(no subject)
 2011-12-06  0:48 UTC 

(unknown)
 2011-12-06  1:45 UTC 

[PATCH] spi/imx: simplify error handling to free gpios
 2011-12-06  1:45 UTC  (2+ messages)

[PATCH 0/6] [GIT PULL][v3.2] tracing: fixes
 2011-12-06  1:41 UTC  (6+ messages)
` [PATCH 2/6] tracing: Restore system filter behavior
` [PATCH 3/6] ftrace: Remove force undef config value left for testing
` [PATCH 4/6] jump_label: jump_label_inc may return before the code is patched
` [PATCH 5/6] perf: Fix parsing of __print_flags() in TP_printk()
` [PATCH 6/6] ftrace: Fix hash record accounting bug


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.