All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-04-20 11:51:19 to 2011-04-20 13:40:14 UTC [more...]

[U-Boot] Policy for checkpatch usage?
 2011-04-20 13:40 UTC  (5+ messages)

[PATCH] pxa/hx4700: bq24022 regulator needs to be enabled
 2011-04-20 13:40 UTC  (5+ messages)

[PATCH 00 of 32] tools: libxl IDL, SeaBIOS, ocaml binding autogeneration, misc
 2011-04-20 13:38 UTC  (3+ messages)
` [PATCH 08 of 32] tools: libxl: add an Enumeration type to the IDL

[Xen-users] scsi host passthru not working after upgrade to 4.1.0
 2011-04-20 13:38 UTC  (2+ messages)
  ` [Xen-devel] "

orc 0.4.13 is out
 2011-04-20 13:34 UTC  (2+ messages)

overlayfs.v8 testing on a Live system
 2011-04-20 13:37 UTC  (2+ messages)

[PATCH] OMAP: Added recalculation of clock rate in 'clk_set_rate'
 2011-04-20 13:35 UTC  (3+ messages)

[PATCH 1/4] IIO-onwards: ADC: AD7606: Convert to new channel registration method
 2011-04-20 13:35 UTC  (4+ messages)
` [PATCH 2/4] IIO-onwards: ADC: AD7606: Use private data space from iio_allocate_device
` [PATCH 3/4] IIO-onwards: ADC: AD7606: Consitently use indio_dev
` [PATCH 4/4] IIO-onwards: ADC: AD7606: Drop dev_data in favour of iio_priv()

[PATCH 1/3] KVM: Introduce a helper to check if gfn is in memslot
 2011-04-20 13:33 UTC  (8+ messages)
` [PATCH 2/3] KVM: MMU: Introduce a helper to read guest pte
            ` [PATCH] KVM: MMU: Make cmpxchg_gpte aware of nesting too

2.6.39-rc4 BUG: unable to handle kernel NULL pointer dereference at 0000000c IP: cfq_insert_request+0x1d/0x3f5
 2011-04-20 13:31 UTC  (5+ messages)

[PATCH] testlab: drop PE: from package version when looking for package filename
 2011-04-20 13:26 UTC 

Background memory scrubbing
 2011-04-20 13:30 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] TFTP server
 2011-04-20 13:27 UTC  (7+ messages)
` [U-Boot] [PATCH v2 3/6] TFTP: rename "server" to "remote"
          ` [U-Boot] checkpatch - theory and practice [was: [PATCH v2 3/6] TFTP: rename "server" to "remote"]

[PATCH] driver, virtio: Modify the err hanlding logic
 2011-04-20 13:21 UTC 

[PATCH] driver, virtio: Modify the err hanlding logic
 2011-04-20 13:21 UTC 

[RFC PATCH] PM / Core: suspend_again cb for syscore_ops
 2011-04-20 10:36 UTC  (2+ messages)

parent transid troubles
 2011-04-20 13:20 UTC  (4+ messages)

[PATCH] Cleanup: remove unused structure
 2011-04-20 13:17 UTC  (2+ messages)
` [PATCH] Cleanup: remove header declared but not defined

[PATCH 0/3] fix some issues with the kernel decompressor
 2011-04-20 13:17 UTC  (11+ messages)
` [PATCH 3/3] ARM: zImage: fix issues with missing GOT entries for some global variables

[path][rfc] add PR_DETACH prctl command
 2011-04-20 13:14 UTC  (17+ messages)
                    ` [path][rfc] add PR_DETACH prctl command [3/3]
                            ` [path][rfc] add PR_DETACH prctl command [1/2]
                            ` [path][rfc] add PR_DETACH prctl command [2/2]

[PATCH] x86 intel power: Initialize MSR_IA32_ENERGY_PERF_BIAS
 2011-04-20 13:14 UTC  (5+ messages)

[Buildroot] [PATCH 0/2] toolchain/crosstool-NG: misc fixes
 2011-04-20 13:13 UTC  (2+ messages)

[Buildroot] [git commit] toolchain/crosstool-NG: fix sysroot name
 2011-04-20 13:13 UTC 

[Buildroot] [git commit] toolchain/crosstool-NG: bump version to 1.10.1
 2011-04-20 13:13 UTC 

[Xenomai-core] xenomai and framebuffer-ipu on target iMx35
 2011-04-20 13:13 UTC  (4+ messages)
    ` [Xenomai-help] "

MCS field: RFA
 2011-04-20 13:12 UTC  (5+ messages)

[Bug 35267] New: nouveau fails to load BIOS on EFI boot
 2011-04-20 13:11 UTC  (2+ messages)
  ` [Bug 35267] "

[U-Boot] UEC phy not working on first try
 2011-04-20 13:10 UTC  (6+ messages)

[PATCH 1/2] Bluetooth: Add basic discovery commands to the management interface
 2011-04-20 13:09 UTC  (4+ messages)

[PATCH 00/16] Decouple the x86 emulator from the rest of kvm
 2011-04-20 13:07 UTC  (17+ messages)
` [PATCH 01/16] KVM: x86 emulator: drop vcpu argument from memory read/write callbacks
` [PATCH 02/16] KVM: x86 emulator: drop vcpu argument from pio callbacks
` [PATCH 03/16] KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks
` [PATCH 04/16] KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks
` [PATCH 05/16] KVM: x86 emulator: drop vcpu argument from intercept callback
` [PATCH 06/16] KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacks
` [PATCH 07/16] KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()
` [PATCH 08/16] KVM: x86 emulator: drop use of is_long_mode()
` [PATCH 09/16] KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr()
` [PATCH 10/16] KVM: x86 emulator: emulate CLTS internally
` [PATCH 11/16] KVM: x86 emulator: make emulate_invlpg() an emulator callback
` [PATCH 12/16] KVM: x86 emulator: add new ->halt() callback
` [PATCH 13/16] KVM: x86 emulator: add ->fix_hypercall() callback
` [PATCH 14/16] KVM: x86 emulator: add new ->wbinvd() callback
` [PATCH 15/16] KVM: Avoid using x86_emulate_ctxt.vcpu
` [PATCH 16/16] KVM: x86 emulator: drop x86_emulate_ctxt::vcpu

[PATCH v2] KVM: emulator: Use linearize() when fetching instructions
 2011-04-20 13:04 UTC  (2+ messages)

[U-Boot] [PATCH] QorIQ corenet_ds.h: Wrong PCIe 3 virtual address
 2011-04-20 13:04 UTC 

[Bug 36236] New: Problems with lights in Trine game from www.humblebundle.com
 2011-04-20 13:03 UTC  (4+ messages)
` [Bug 36236] "

[PATCH] ASoC: WM8903: Implement DMIC support
 2011-04-20 13:00 UTC  (2+ messages)

[PATCH 1/2] opensm/osm_port: Add infrastructure for alias GUID support
 2011-04-20 13:00 UTC  (5+ messages)

[PATCH 0/2] ASoC: sh: fsi: Add module/port control
 2011-04-20 13:00 UTC  (3+ messages)
` [PATCH 1/2] ASoC: sh: fsi: add fsi_is_clk_master function

[Patch v2 1/6] ASoC: Tegra: wm8903 probe: Don't call machine_is_*()
 2011-04-20 12:59 UTC  (2+ messages)

[PATCH] ASoC: Add EQ and filter to max98095 CODEC driver
 2011-04-20 12:58 UTC  (3+ messages)

[PATCH 0/7] sparc32,leon: additional genirq patches
 2011-04-20 12:58 UTC  (2+ messages)

[PATCH 0/4] small fixes during code reading
 2011-04-20 12:58 UTC  (3+ messages)
` [PATCH 1/4] ASoC: fix a simple coding style issue

[PATCH 0/2] [PULL] X apps/UX upgrade, edwin, Apr20, 2011
 2011-04-20 12:58 UTC  (3+ messages)
` [PATCH 1/2] gtkhtml2: Upgrade to svn r1161 (from r1144)
` [PATCH 2/2] puzzles: Upgrade to svn r9151 (from r9084)

[Bug 36422] New: unable to hibernate with nouveau and NV11 [bisected]
 2011-04-20 12:57 UTC 

[Qemu-devel] [PATCH v2 1/3] target-ppc: simplify NaN propagation for vector functions
 2011-04-20 12:55 UTC  (3+ messages)

[RFC] sanitizing crazy clock data files
 2011-04-20 12:53 UTC  (3+ messages)
` [PATCH 03/10] clk: Make NULL a valid clock again

[PATCH] git-daemon: fix segfaulting in child_handler() in AIX
 2011-04-20 12:53 UTC  (3+ messages)

[PATCH] gpiolib: export gpiochip_find
 2011-04-20 12:52 UTC  (2+ messages)

Bug in PCI Passthrough
 2011-04-20 12:51 UTC  (2+ messages)

Add NAPI support to ll_temac driver
 2011-04-20 12:47 UTC  (7+ messages)

[Bug 36421] New: RV710: GPU lockup running portal2 in wine
 2011-04-20 12:45 UTC 

[Resend] Re: [Resend] Cross Memory Attach v3 [PATCH]
 2011-04-20 12:43 UTC 

debian software raid1
 2011-04-20 12:40 UTC  (6+ messages)

[PATCH 00/20] mm: Preemptibility -v10
 2011-04-20 12:38 UTC  (6+ messages)
` [PATCH 20/20] mm: Optimize page_lock_anon_vma() fast-path

[PATCH 1/2] blkdev: Submit discard bio in batches in blkdev_issue_discard()
 2011-04-20 12:39 UTC  (2+ messages)
` [PATCH 2/2] blkdev: Simple cleanup in blkdev_issue_zeroout()

[PATCH 1/2] gpio: add pin biasing and drive mode to gpiolib
 2011-04-20 12:38 UTC  (27+ messages)

[PATCH 0/38] TOMOYO: Starting toward TOMOYO 2.4
 2011-04-20 12:38 UTC  (4+ messages)
` [07/38] LSM: Revive security_task_alloc()/security_task_free()/security_bprm_free() hooks
` [08/38] TOMOYO: Use external hashtable for maintaining per task_struct variables
` [36/38] TOMOYO: Change pathname for non-rename()able filesystems

[PATCH 1/1] Fix use of vgname and vgid
 2011-04-20 12:38 UTC  (2+ messages)

[PATCH 1/5] tm6000: add mts parameter
 2011-04-20 12:37 UTC  (4+ messages)

[Qemu-devel] [PATCH] virtio-serial: Fix endianness bug in the config space
 2011-04-20 12:36 UTC  (2+ messages)

block request execution failing on RHEL6.0 (2.6.32-71.el6.x86_64)
 2011-04-20 12:36 UTC 

[U-Boot] [PATCH] PowerPC: Move -fPIC flag to common place
 2011-04-20 12:35 UTC  (11+ messages)

[24/28] USB: xhci - fix unsafe macro definitions
 2011-04-20 12:34 UTC  (4+ messages)
` [Stable-review] "

[PATCH 1/1] btrfs: add missing spin_unlock to a rare exit path
 2011-04-20 12:34 UTC 

[ath9k-devel] Greenfield Support
 2011-04-20 12:33 UTC  (5+ messages)

[PATCH] hvc_console: Don't access hvc_task if not initialised
 2011-04-20 12:33 UTC  (6+ messages)
`  "

[PATCH] Play with spice for xen-upstream-qemu on upstream Xen
 2011-04-20 12:33 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] Improve accuracy of block migration bandwidth calculation
 2011-04-20 12:34 UTC  (2+ messages)

[PATCH alsa-lib emu10k1.conf 1/1] Fix "front" device of SB Live! Platinum
 2011-04-20 12:30 UTC  (2+ messages)

i.MX35 3-stack use only 128MB RAM
 2011-04-20 12:28 UTC  (6+ messages)

Lksctp and receiving ancilliary data from IP
 2011-04-20 12:29 UTC 

libnl1-1.1-r5 static libs leads to syntax errors in nmap-3.81
 2011-04-20 12:25 UTC  (2+ messages)

[U-Boot] [PATCH v4 2/4] ARMV7: OMAP3: Cleanup extern variables in mem.c
 2011-04-20 12:27 UTC  (4+ messages)
` [U-Boot] [PATCH v5 0/2] Add DIG297 board and OMAP3 fixes
` [U-Boot] [PATCH v5 1/2] ARMV7: OMAP3: Cleanup extern variables in mem.c
` [U-Boot] [PATCH v5 2/2] ARMV7: OMAP3: Add support for Comelit DIG297 board

[PATCH] xen-upstream-qemu: get vncpassword through xenstore, enable VNC_AUTH_VNC
 2011-04-20 12:26 UTC  (3+ messages)
  ` [Qemu-devel] "

[PATCH] - ALSA emu10k1 - Remove "Front Playback Volume" and "Front Playback Switch" only for STAC9758/59
 2011-04-20 12:24 UTC  (2+ messages)

[PATCH] powerpc, 8xx: Fixup all 8xx u-boot.lds scripts
 2011-04-20 12:22 UTC 

[PATCH] netfilter: ctnetlink: fix timestamp support for new conntracks
 2011-04-20 12:22 UTC 

[PATCH] Btrfs: Free free_space item properly in btrfs_trim_block_group()
 2011-04-20 12:22 UTC  (3+ messages)

Direct disk access on IBM Server
 2011-04-20 12:21 UTC  (5+ messages)

[PATCH 1/1] sound/oss/aedsp16.c: Remove #define TRUE/FALSE, use bool instead
 2011-04-20 12:20 UTC  (3+ messages)

[ANNOUNCE] util-linux v2.19.1-rc1
 2011-04-20 12:19 UTC  (2+ messages)

iptables - external IP address on internal interface?
 2011-04-20 12:19 UTC  (8+ messages)

[PATCH] ALSA: hda - Fix unused warnings when !SND_HDA_NEEDS_RESUME
 2011-04-20 12:16 UTC  (3+ messages)

[Buildroot] [PATCH] [BUILDROOT] Update package socketcan and rename socketcan to socketcan_utils
 2011-04-20 12:15 UTC 

[PATCH] - alsa-lib/test/latency.c - print error message when playback/capture does not support two periods per buffer
 2011-04-20 12:14 UTC  (2+ messages)

Fwd:[PATCH-may be a bug ignored] tools/libxl/libxl__build_device_model_args_new/old: The condition is so rigorous that user has no chance to disable the vnc
 2011-04-20 12:13 UTC  (2+ messages)

Please pull 'to-upstream' of http://sgh.dk/~sgh/oe.git
 2011-04-20 12:05 UTC  (4+ messages)
` Please pull 'wvstreams-fixes' "

[PATCH 0/2] rework of userspace expectation support
 2011-04-20 12:10 UTC  (7+ messages)

[PATCH 0/2] i2c: tegra: add some new features for tegra i2c
 2011-04-20 12:08 UTC  (6+ messages)
` [PATCH 1/2] i2c: tegra: Retry transfer when unexpected/no_ack status is detected
` [PATCH 2/2] i2c: tegra: use new i2c slave controller

[PATCH] tools/libxl: prepare vnc options for dm_args in libxl__build_device_model_args_new
 2011-04-20 12:10 UTC  (2+ messages)

Open with O_CREAT flag set fails to open existing files on non writable directories
 2011-04-20 12:09 UTC 

[PATCH 0/1] Automatically bring up usb0 on BeagleBoard xM
 2011-04-20 12:07 UTC  (7+ messages)
` [PATCH 1/1] netbase: automatically "

[PATCH 7/7] OF: set dma_mask for ARM
 2011-04-20 12:06 UTC  (2+ messages)

Monitoring uevents at the user space
 2011-04-20 12:04 UTC 

[PATCH] rtc-cmos: do not call rtc_update_irq when cmos->rtc is uninitialized
 2011-04-20 12:02 UTC  (3+ messages)

[PATCH 14/14] regulator: 88pm8607: avoid to use constraint name in driver
 2011-04-20 11:56 UTC  (2+ messages)

[PATCH 13/14] regulator: check name in initialization of max8925
 2011-04-20 11:55 UTC  (2+ messages)
` [PATCH 13/14] regulator: max8925: fix not add device if missing init data

Fwd: Re: preempt-rt amd uClibc
 2011-04-20 12:00 UTC  (2+ messages)

[PATCH 08/14] mfd: use platform_data in max8925
 2011-04-20 11:54 UTC  (2+ messages)

[PATCH 1/3] IPVS: Change of socket usage to enable name space exit
 2011-04-20 12:00 UTC  (4+ messages)
` [PATCH 3/3] IPVS: init and cleanup restructuring

[GIT PULL] block IO bits for 2.6.39-rc
 2011-04-20 11:59 UTC 

[RFC][PATCH] PM: Make power domain callbacks take precedence over subsystem ones
 2011-04-20 11:57 UTC  (7+ messages)
` [PATCH 7/9] PM / Runtime: Add generic clock manipulation rountines for runtime PM
  ` [linux-pm] [PATCH 7/9] PM / Runtime: Add generic clock
    ` [linux-pm] [PATCH 7/9] PM / Runtime: Add generic clock manipulation rountines for runtime PM

[PATCH v2] can: add missing socket check in can/raw release
 2011-04-20 11:57 UTC 

[PATCH v2] ide: at91_ide.c bugfix for high master clock
 2011-04-20 11:54 UTC  (5+ messages)

[PATCH v3] mm: make expand_downwards symmetrical to expand_upwards
 2011-04-20 11:28 UTC  (6+ messages)

[Cluster-devel] [PATCH 1/5] New fencing script for Citrix XenServer and XCP
 2011-04-20 11:51 UTC  (5+ messages)
` [Cluster-devel] [PATCH 2/5] Updated to include xenapi script
` [Cluster-devel] [PATCH 3/5] Updated to include xenapi script in Makefile.am
` [Cluster-devel] [PATCH 4/5] Clean up of fence_xenapi patches. Moved XenAPI.py to lib directory and added to Makefile.am
` [Cluster-devel] [PATCH 5/5] Cleanup of fence_xenapi patches. Added copyright information to doc/COPYRIGHT. Fixed static reference to lib directory in fence_xenapi.py. Fixed static reference to RELEASE_VERSION and BUILD_DATE in fence_xenapi.py


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.