All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-30 08:04:16 to 2011-06-30 09:11:30 UTC [more...]

[PATCH 1/2] ARM: SAMSUNG: Added tx_st_done variable in the platform data of SPI
 2011-06-30 12:38 UTC  (5+ messages)
` [PATCH 2/2] SPI: SAMSUNG: Bug fix for SPI with different FIFO level

[PATCHv4 0/9] PRCM chain interrupt handling
 2011-06-30  9:11 UTC  (5+ messages)
` [PATCHv4 1/9] omap: prcm: switch to a chained IRQ handler mechanism

[GIT PULL] omap clean-up for v3.1 merge window
 2011-06-30  9:10 UTC  (2+ messages)

LVM2/test/lib aux.sh
 2011-06-30  9:08 UTC 

[xen-unstable test] 7784: regressions - FAIL
 2011-06-30  9:08 UTC 

[PATCH] power_supply: MAX17042: Support additional properties
 2011-06-30  9:07 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] hwmon: LM95245 driver
 2011-06-30  9:06 UTC  (4+ messages)
` [PATCH v4] "
    ` [lm-sensors] "

[PATCH] linux-omap-psp-2.6.32 kernel: Fixed User-button GPIO to correct value for -xM
 2011-06-30  9:03 UTC  (3+ messages)

[U-Boot] [0/5]devkit8000 nand_spl support
 2011-06-30  9:06 UTC  (4+ messages)
` [U-Boot] [2/5]devkit8000 nand_spl: omap3 support nand_spl boot

[PATCH 0/4] Stop kswapd consuming 100% CPU when highest zone is small
 2011-06-30  9:05 UTC  (4+ messages)
` [PATCH 4/4] mm: vmscan: Only read new_classzone_idx from pgdat when reclaiming successfully

[U-Boot] [PULL request] u-boot-atmel/master
 2011-06-30  9:06 UTC 

[PATCH 2/3] ipv4: Fix packet size calculation for IPsec packets in __ip_append_data
 2011-06-30  9:06 UTC  (5+ messages)

[mlmmj] Any use case for subscribing to multiple versions
 2011-06-30  9:04 UTC  (3+ messages)

Should 'git status' understand a .git containing "gitdir: dir"?
 2011-06-30  9:04 UTC 

[PATCH v3 0/6] Update Samsung-SoC ADC to support recent CPUs
 2011-06-30  9:03 UTC  (7+ messages)
` [PATCH v3 1/6] Samsung SoC ADC: use regulator (VDD for ADC)

L2CAP connection on insecure link
 2011-06-30  9:02 UTC 

[patch] Staging: comedi: usbdux: release locks on error paths
 2011-06-30  9:02 UTC 

[patch] Staging: iio: release locks on error paths
 2011-06-30  9:01 UTC 

[mlmmj] Drafts of new listtexts
 2011-06-30  9:01 UTC  (2+ messages)

[PATCH 0/3] ARM: EXYNOS4: NURI Support NTC
 2011-06-30  9:00 UTC  (10+ messages)
` [PATCH 1/3] Samsung SoC: NTC Thermistor attached to S3C-ADC
` [PATCH 2/3] Samsung SoC: ready to use NTC value inside kernel
` [PATCH 3/3] Exynos4 NURI: support for NTC thermistor

[PATCH] softap-udhcpd-config: add recipe for udhcpd config files
 2011-06-30  8:54 UTC  (2+ messages)

[Xenomai-help] regd booting
 2011-06-30  8:58 UTC  (2+ messages)

[PATCH v2 1/1] am-benchmarks: Remove platform dependencies
 2011-06-30  8:53 UTC  (2+ messages)

Build regressions/improvements in v3.0-rc5
 2011-06-30  8:56 UTC  (11+ messages)
` Build regressions/improvements in v3.0-rc5 (arch/cris)
` Build regressions/improvements in v3.0-rc5 (ssize_t ???)
` Build regressions/improvements in v3.0-rc5 (xfs on cris)

[PATCH] OMAP3: run the ASM sleep code from DDR
 2011-06-30  8:55 UTC  (2+ messages)

[PATCH] i915: slab shrinker have to return -1 if it can't shrink any objects
 2011-06-30  8:55 UTC  (3+ messages)
  ` [PATCH] i915: slab shrinker have to return -1 if it cant "

[PATCH v2 00/31] Implement user mode network for kvm tools
 2011-06-30  8:56 UTC  (33+ messages)
` [PATCH v2 01/31] kvm tools: Introduce ethernet frame buffer system for uip
` [PATCH v2 02/31] kvm tools: Add ARP support "
` [PATCH v2 03/31] kvm tools: Add IPV4 "
` [PATCH v2 04/31] kvm tools: Implement IP checksum "
` [PATCH v2 05/31] kvm tools: Add ICMP support "
` [PATCH v2 06/31] kvm tools: Introduce struct uip_udp to present UDP package
` [PATCH v2 07/31] kvm tools: Introduce struct uip_pseudo_hdr to present UDP pseudo header
` [PATCH v2 08/31] kvm tools: Introduce struct uip_udp_socket
` [PATCH v2 09/31] kvm tools: Add two helpers to return UDP {header, total} length
` [PATCH v2 10/31] kvm tools: Add helper to return ethernet header length
` [PATCH v2 11/31] kvm tools: Implement uip_csum_udp() to calculate UDP checksum
` [PATCH v2 12/31] kvm tools: Add UDP support for uip
` [PATCH v2 13/31] kvm tools: Introduce struct uip_tcp to present TCP package
` [PATCH v2 14/31] kvm tools: Introduce struct uip_tcp_socket
` [PATCH v2 15/31] kvm tools: Add helpers to return TCP {header, total, payload} length
` [PATCH v2 16/31] kvm tools: Add helper to return start address of TCP payload
` [PATCH v2 17/31] kvm tools: Add helpers to test whether SYN or FIN bit is set
` [PATCH v2 18/31] kvm tools: Add helper to allocate and get TCP initial sequence number
` [PATCH v2 19/31] kvm tools: Implement uip_csum_tcp() to calculate TCP checksum
` [PATCH v2 20/31] kvm tools: Add TCP support for uip
` [PATCH v2 21/31] kvm tools: Introduce uip_init() "
` [PATCH v2 22/31] kvm tools: Introduce uip_tx() "
` [PATCH v2 23/31] kvm tools: Introduce uip_rx() "
` [PATCH v2 24/31] kvm tools: Add MACRO for user and tap mode for virtio net
` [PATCH v2 25/31] kvm tools: Reanme net_device to net_dev
` [PATCH v2 26/31] kvm tools: Introduce -net {user, tap, none} options for virtio net
` [PATCH v2 27/31] kvm tools: Change default guest MAC address to 00:15:15:15:15:15
` [PATCH v2 28/31] kvm tools: Make virtio net work with user mode network
` [PATCH v2 29/31] kvm tools: Make default network mode to user mode
` [PATCH v2 30/31] kvm tools: Make default host ip address to 192.168.33.1
` [PATCH v2 31/31] kvm tools: Introduce struct net_dev_operations

[PATCH] power: introduce Charger-Manager
 2011-06-30  8:54 UTC 

[U-Boot] [PATCH][ATMEL] Fix compiler error for cpu at91sam9, if lowlevel init is enabled
 2011-06-30  8:54 UTC  (2+ messages)

[PATCH] power: introduce Charger-Manager
 2011-06-30  8:54 UTC 

[PATCH] Don't try to chgrp write or wall if they are not built
 2011-06-30  8:53 UTC  (2+ messages)

please review snapshot corruption path with delayed metadata insertion
 2011-06-30  8:51 UTC  (3+ messages)

"use new doorbell-bit-5 reset method" failed to reset the controller
 2011-06-30  8:49 UTC 

LVM2/test/lib aux.sh
 2011-06-30  8:50 UTC 

[PATCH] sctp: Enforce maximum retransmissions during shutdown
 2011-06-30  8:49 UTC  (8+ messages)

[Qemu-devel] qemu: hardware error: Failed to create USB device 'usb-tablet'
 2011-06-30  8:47 UTC  (9+ messages)

sco routing
 2011-06-30  8:47 UTC 

[U-Boot] [PATCH] at91rm9200.h: fix ATMEL_PMX_AA_TXD2
 2011-06-30  8:45 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[Qemu-devel] Questions on DeviceState and Virtio infrastructure
 2011-06-30  8:44 UTC  (3+ messages)

[PATCH v2] ath6kl: implement testmode rx command
 2011-06-30  8:43 UTC 

[PATCH] mmc: dw_mmc: Add the function call for board-specific initialization
 2011-06-30  8:43 UTC  (5+ messages)

[U-Boot] [PATCH atmel/next 0/7] replace at91rm9200_usart by atmel_usart
 2011-06-30  8:42 UTC  (2+ messages)

[PATCH 1/2] ext4: remove redundant goto tag "repeat"
 2011-06-30  8:42 UTC  (3+ messages)
` [PATCH 2/2] ext4: avoid finding next leaf if newext->ee_block smaller than fex->ee_block

[PATCH] ethtool : NFC corrections again
 2011-06-30  8:41 UTC 

[U-Boot] [PATCH] atstk100x: switch to common cfi driver
 2011-06-30  8:41 UTC  (2+ messages)

[Bug 35472] New: [r600] radeondrmfb rendering is broken and running X makes GPU lock-up on RV770 CE (Radeon HD 4730)
 2011-06-30  8:41 UTC  (2+ messages)
` [Bug 35472] [bisected] "

subvolumes missing from "btrfs subvolume list" output
 2011-06-30  8:40 UTC  (4+ messages)

[patch 0/5] i8253: common clockevent
 2011-06-30  8:40 UTC  (4+ messages)
` [patch 1/5] i8253: Create common clockevent implementation

[Qemu-devel] [PATCH] Make SLIRP Ethernet packets size to 64 bytes minimum
 2011-06-30  8:38 UTC  (9+ messages)
          ` [Qemu-devel] [PATCH] Make SLIRP Ethernet packets size to 64 bytes minimuma

[Crash-utility] [RFI] Support Fujitsu's sadump dump format
 2011-06-30  8:38 UTC  (3+ messages)

power increase issue on light load
 2011-06-30  8:38 UTC  (13+ messages)

Skipping past TCP lost packet in userspace
 2011-06-30  8:38 UTC  (6+ messages)

[PATCH 000/119] staging: brcm80211: more code cleanup and bug fixed
 2011-06-30  8:37 UTC  (3+ messages)
` [PATCH 017/119] staging: brcm80211: change FOREACH_BSS macro to remove checkpatch error

[PATCH v5 0/3] add the GPMI-NFC support for imx23/imx28
 2011-06-30  8:37 UTC  (5+ messages)
` [PATCH v5 2/3] ARM: mxs/mx23evk: add GPMI-NFC device

[U-Boot] [PATCH] avr32: add grasshopper (ICnova AP7000) board
 2011-06-30  8:36 UTC  (2+ messages)

how to change system files
 2011-06-30  8:32 UTC  (5+ messages)

[PATCH 0/17] Hypervisor-mode KVM on POWER7 and PPC970
 2011-06-30  8:34 UTC  (8+ messages)
` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select which platform to emulate
          ` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select

possible bridge regression in "bridge: implement [add/del]_slave ops"?
 2011-06-30  8:33 UTC  (2+ messages)
` [Bridge] "

ISP CCDC freeze-up on STREAMON
 2011-06-30  8:31 UTC  (2+ messages)
` prompt "

[PATCH v3 0/9] Steal time for KVM
 2011-06-30  8:31 UTC  (4+ messages)
` [PATCH v3 2/9] KVM-HDR Add constant to represent KVM MSRs enabled bit

[PATCH 1/2] MMC: PM: add suspend/resume in atmel-mci
 2011-06-30  8:30 UTC  (6+ messages)

[PATCH 1/9] kvm tools: Don't dynamically allocate threadpool jobs
 2011-06-30  8:30 UTC  (4+ messages)
` [PATCH 3/9] kvm tools: Allow giving instance names

[PATCH] ath6kl: implement testmode rx command
 2011-06-30  8:27 UTC  (3+ messages)

[RFC v3 00/13] bcma: add support for embedded devices like bcm4716
 2011-06-30  8:31 UTC  (5+ messages)
` [RFC v3 11/13] bcm47xx: make it possible to build bcm47xx without ssb
` [RFC v3 12/13] bcm47xx: add support for bcma bus

[PATCH v3 01/19] KVM: MMU: fix walking shadow page table
 2011-06-30  8:28 UTC  (19+ messages)
` [PATCH v3 02/19] KVM: MMU: do not update slot bitmap if spte is nonpresent
` [PATCH v3 03/19] KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code
` [PATCH v3 04/19] KVM: MMU: cache mmio info on page fault path
` [PATCH v3 05/19] KVM: MMU: optimize to handle dirty bit
` [PATCH v3 06/19] KVM: MMU: cleanup for FNAME(fetch)
` [PATCH v3 07/19] KVM: MMU: rename 'pt_write' to 'emulate'
` [PATCH v3 08/19] KVM: MMU: count used shadow pages on prepareing path
` [PATCH v3 09/19] KVM: MMU: split kvm_mmu_free_page
` [PATCH v3 10/19] KVM: MMU: remove bypass_guest_pf
` [PATCH v3 11/19] KVM: MMU: filter out the mmio pfn from the fault pfn
` [PATCH v3 12/19] KVM: MMU: abstract some functions to handle "
` [PATCH v3 13/19] KVM: MMU: introduce the rules to modify shadow page table
` [PATCH v3 14/19] KVM: MMU: clean up spte updating and clearing
` [PATCH v3 15/19] KVM: MMU: do not need atomicly to set/clear spte
` [PATCH v3 16/19] KVM: MMU: lockless walking shadow page table
` [PATCH v3 17/19] KVM: MMU: reorganize struct kvm_shadow_walk_iterator
` [PATCH v3 18/19] KVM: MMU: mmio page fault support
` [PATCH v3 19/19] KVM: MMU: trace mmio page fault

[Qemu-devel] Qemu performance
 2011-06-30  8:24 UTC  (4+ messages)
  ` [Qemu-devel] Về: "

[Qemu-devel] [PATCH] Add e500 instructions dcblc, dcbtls and dcbtstl as no-op
 2011-06-30  8:25 UTC  (5+ messages)

[PATCH obexd] Return correct obex service driver in obex_session_start
 2011-06-30  8:24 UTC  (2+ messages)

[PATCH] mtd: tmio_nand: fix build error
 2011-06-30  8:23 UTC  (3+ messages)

[U-Boot] SPL framework re-design
 2011-06-30  8:21 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 6/7] omap: common spl support for OMAP3/4

[PATCH] i2c-eg20t : Fix the issue of Combined R/W transfer mode
 2011-06-30  8:16 UTC  (5+ messages)

[RFC][PATCH 2/2] nfsd41: try to check reply size before operation
 2011-06-30  8:20 UTC 

[RFC][PATCH 1/2] nfsd4: add max size for response
 2011-06-30  8:20 UTC 

[PATCH v3 0/6] ARM: EXYNOS4: NURI Board Configuration Update
 2011-06-30  8:15 UTC  (14+ messages)
` [PATCH v3 1/6] ARM: EXYNOS4: Increase NR_IRQS for devices with more IRQs
` [PATCH v3 2/6] Exynos4 NURI: configure regulators and PMIC (MAX8997)
` [PATCH v3 3/6] Exynos4 NURI: configure MAX17042 fuel gauge
` [PATCH v3 4/6] Exynos4 NURI: configure ADC
` [PATCH v3 5/6] Exynos4 NURI: configure MAX8903 secondary charger
` [PATCH v3 6/6] Exynos4 NURI: configure rtc-s3c

mpc8315 ubifs fail
 2011-06-30  8:18 UTC 

[PATCH BlueZ] Mark Headset.Play method deprecated
 2011-06-30  8:14 UTC  (2+ messages)

[U-Boot] Transfe offer!!!
 2011-06-30  8:14 UTC 

[GIT PULL] DRBD minor fixes for 3.0-rc6
 2011-06-30  8:13 UTC  (4+ messages)

[PATCH 0/6] uclibc config cleanup
 2011-06-30  8:07 UTC  (7+ messages)
` [PATCH 1/6] uclibc: Remove redundant machine/arch configs
` [PATCH 2/6] uclibc-config.inc: Fix regexp to determine big-endian arm
` [PATCH 3/6] uclibc.inc: Use ARCH_WANTS_{LITTLE|BIG}_ENDIAN to denote endian
` [PATCH 4/6] uclibc_git.bb: Untether UCLIBC_HAS_FPU from UCLIBC_HAS_FLOATS
` [PATCH 5/6] uclibc: Add UCLIBC_HAS_FLOATS=y to uClibc.distro
` [PATCH 6/6] uclibc: Fix bug exposed by udev 168+ for mips architecture

[PATCH] PCI: conditional resource-reallocation through kernel parameter pci=realloc
 2011-06-30  8:09 UTC 

[PATCH v7 1/3] MTD : add the common code for GPMI-NFC controller driver
 2011-06-30  8:06 UTC  (3+ messages)
` [PATCH] dmaengine: mxs-dma: skip request_irq for NO_IRQ

Proposition for zeroed logical volume
 2011-06-30  8:06 UTC  (2+ messages)

[PATCH v6 00/18] MFD/ASoC/Input: TWL4030/TWL60X0 changes
 2011-06-30  8:04 UTC  (5+ messages)
  ` Re: [alsa-devel] "

[PATCH 0/4] perf: Intel uncore pmu counting support
 2011-06-30  8:09 UTC  (5+ messages)
` [PATCH 1/4] perf, x86: Add Intel Nehalem/Westmere uncore pmu
` [PATCH 2/4] perf, x86: Add Intel SandyBridge "
` [PATCH 3/4] perf: Remove perf_event_attr::type check
` [PATCH 4/4] perf tool: Get PMU type id from sysfs

[RFC v3 PATCH 0/9] Linux 3.0 build support
 2011-06-30  8:00 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.