All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-11 18:05:47 to 2011-07-11 19:46:08 UTC [more...]

[Lustre-devel] NRS HLD
 2011-07-11 19:46 UTC  (10+ messages)

[PATCH] drm/radeon/kms: fix typo in read_disabled vbios code
 2011-07-11 19:45 UTC 

[Qemu-devel] [PATCH 5/5] block: add bdrv_copy_header()
 2011-07-11 19:45 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 "

[PATCH] drm/radeon/kms: fix backend map typo on juniper
 2011-07-11 19:45 UTC 

[Bug 39099] New: two graphic cards and four monitors with Nouveau
 2011-07-11 19:45 UTC  (2+ messages)
  ` [Bug 39099] "

[Buildroot] [pull request v4] Pull request for branch for-2011.08/bootloaders
 2011-07-11 19:45 UTC  (16+ messages)
` [Buildroot] [PATCH 02/12] linux: indent and align some definitions
` [Buildroot] [PATCH 03/12] linux: convert to the GENTARGETS infrastructure
` [Buildroot] [PATCH 05/12] Improve TARGETS handling for bootloaders and kernel
` [Buildroot] [PATCH 06/12] linux: allow specification of a custom Git repository as a source
` [Buildroot] [PATCH 07/12] u-boot: allow specification of custom Git repo as source
` [Buildroot] [PATCH 08/12] Add x-loader bootloader
` [Buildroot] [PATCH 10/12] at91dataflashboot: use "config" instead of "menuconfig"

[PATCH] [PATCH] Fix deadlock in af_packet while stressing raw ethernet socket interface
 2011-06-11  5:04 UTC 

[merged] memcg-fix-numa-scan-information-update-to-be-triggered-by-memory-event.patch removed from -mm tree
 2011-07-11 18:43 UTC 

[merged] mm-vmscan-only-read-new_classzone_idx-from-pgdat-when-reclaiming-successfully.patch removed from -mm tree
 2011-07-11 18:42 UTC 

[merged] memcg-fix-reclaimable-lru-check-in-memcg.patch removed from -mm tree
 2011-07-11 18:42 UTC 

[merged] w1-ds1wm-add-a-reset-recovery-parameter.patch removed from -mm tree
 2011-07-11 18:43 UTC 

[merged] drivers-leds-leds-pca9532c-change-driver-name-to-be-unique.patch removed from -mm tree
 2011-07-11 18:43 UTC 

[merged] mm-nommuc-fix-remap_pfn_range.patch removed from -mm tree
 2011-07-11 18:43 UTC 

[merged] mm-__tlb_remove_page-checks-correct-batch.patch removed from -mm tree
 2011-07-11 18:42 UTC 

[GIT PULL] Power management regression fix for 3.0
 2011-07-11 19:41 UTC 

[GIT PULL] Power management regression fix for 3.0
 2011-07-11 19:41 UTC 

+ slab-fix-debug_slab-build.patch added to -mm tree
 2011-07-11 19:20 UTC 

[PATCH v6 0/9] Steal time for KVM
 2011-07-11 19:28 UTC  (10+ messages)
` [PATCH v6 1/9] introduce kvm_read_guest_cached
` [PATCH v6 2/9] KVM-HDR Add constant to represent KVM MSRs enabled bit
` [PATCH v6 3/9] KVM-HDR: KVM Steal time implementation
` [PATCH v6 4/9] KVM-HV: "
` [PATCH v6 5/9] KVM-GST: Add a pv_ops stub for steal time
` [PATCH v6 6/9] add jump labels for ia64 paravirt
` [PATCH v6 7/9] KVM-GST: KVM Steal time accounting
` [PATCH v6 8/9] KVM-GST: adjust scheduler cpu power
` [PATCH v6 9/9] KVM-GST: KVM Steal time registration

[Update][PATCH 6/10] PM / Domains: System-wide transitions
 2011-07-11 19:39 UTC  (6+ messages)
` [Update][PATCH 6/10] PM / Domains: System-wide transitions support for generic domains (v5)

[PATCH next/mmotm] slub: partly fix freeze in __slab_free
 2011-07-11 19:39 UTC  (2+ messages)

[PATCH] powerpc/85xx: fix mpic configuration in CAMP mode
 2011-07-11 19:38 UTC  (3+ messages)

how to find a task through name faster?
 2011-07-11 19:39 UTC  (5+ messages)

last_index variable in btrfs_buffered_write function
 2011-07-11 19:38 UTC  (2+ messages)

boost recoverystate handle_log fault
 2011-07-11 19:38 UTC  (2+ messages)

[RFC PATCH 00/17] ARM: common idle infrastructure
 2011-07-11 19:38 UTC  (12+ messages)
` [RFC PATCH 05/17] ARM: kernel: save/restore kernel IF

[Qemu-devel] [PATCH 0/2] Yet more gcc warnings fixes
 2011-07-11 19:35 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/2] syscall: pselect arg_sigsize variable was write only

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

[PATCH] iproute2: fix minor typo in comments
 2011-07-11 19:31 UTC  (2+ messages)

PROBLEM: 3.0-rc kernels unbootable since -rc3
 2011-07-11 19:30 UTC  (11+ messages)

- slab-fix-debug_slab-build.patch removed from -mm tree
 2011-07-11 19:29 UTC 

[Buildroot] [PATCH] alsa-utils: Add patch for amixer TLV output
 2011-07-11 19:27 UTC  (2+ messages)

hda-intel front headphone (8086:27d8 1043:83bc)
 2011-07-11 19:25 UTC  (2+ messages)

[U-Boot] [PATCH V2][ARM] eb_cpux9k2: add USB host support to board
 2011-07-11 19:25 UTC  (2+ messages)

[PATCH V3 0/9] pxa3xx_nand: add two chip select support
 2011-07-11 19:25 UTC  (10+ messages)
` [PATCH 3/4] MTD: pxa3xx_nand: enable multiple "

PM domain using _noirq methods to "finish" pending runtime PM transistions
 2011-07-11 19:24 UTC  (4+ messages)

pm_runtime_suspended() can be false if RPM_SUSPENDED
 2011-07-11 19:24 UTC  (4+ messages)

CPUFREQ: Mark e_powersaver driver as EXPERIMENTAL and DANGEROUS
 2011-07-11 19:22 UTC 

[PATCH 0/14] Per superblock cache reclaim
 2011-07-11 19:21 UTC  (4+ messages)
` [PATCH 08/14] inode: move to per-sb LRU locks

3.0-rc6-git6: Reported regressions 2.6.38 -> 2.6.39
 2011-07-11 19:21 UTC  (4+ messages)
` [Bug #37752] Kernel Panic in drm_vblank_put+0x13/0x50 on P4 HT machine with 82915G/GV/910GL Integrated Graphics Controller

[PATCH 0/2] always default to issue cache flushes
 2011-07-11 19:20 UTC  (6+ messages)
` [PATCH 1/2] ext3: make ext3 mount default to barrier=1
` [PATCH 2/2] reiserfs: make reiserfs default to barrier=flush

ARM: kprobes: Add support for Thumb-2
 2011-07-11 19:19 UTC  (9+ messages)
` [PATCH 01/51] ARM: Thumb-2: Fix exception return sequence to restore stack correctly
` [PATCH 02/51] ARM: Thumb-2: Support Thumb-2 in undefined instruction handler
` [PATCH 15/51] ARM: kprobes: Don't trigger probes on conditional instructions when condition is false
` [PATCH 18/51] ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction

[PATCH] sdhci: If ADMA is broken try SDMA before PIO
 2011-07-11 19:19 UTC 

[Xenomai-core] [Xenomai-git] Jan Kiszka : nucleus: Fix race between gatekeeper and thread deletion
 2011-07-11 19:16 UTC  (3+ messages)

+ slub-partly-fix-freeze-in-__slab_free.patch added to -mm tree
 2011-07-11 19:13 UTC 

[PATCH 1/2] add advanced use of --help to help message
 2011-07-11 19:11 UTC  (5+ messages)
` [PATCH 2/2] add detailed help messages to btrfs command

[PATCH 00/27] patch queue for Linux 3.1
 2011-07-11 19:09 UTC  (12+ messages)
` [PATCH 03/27] xfs: use write_cache_pages for writeback clustering

[RFC] Unprepare callback for cpuidle_device
 2011-07-11 19:08 UTC  (6+ messages)

[ patch 00/21 ] support multiple, pending ddebugs at kernel-boot
 2011-07-11 19:06 UTC  (3+ messages)

-o noposixpaths
 2011-07-11 19:06 UTC  (5+ messages)

pm8001 performance degradation?
 2011-07-11 19:06 UTC 

[PATCHv11 0/8] Contiguous Memory Allocator
 2011-07-11 19:01 UTC  (6+ messages)
` [Linaro-mm-sig] [PATCH 6/8] drivers: add "

[lm-sensors] [PATCH] pmbus: Use long variables for register to data
 2011-07-11 19:04 UTC 

Compat-wireless release for 2011-07-11 is baked
 2011-07-11 19:03 UTC 

[Xenomai-help] Regarding xeno test (somethign died at 3150)
 2011-07-11 19:02 UTC  (4+ messages)

[PATCH 3/4] infiniband-diags: properly resolve node guids
 2011-07-11 19:02 UTC  (6+ messages)

[GIT] CIFS Fixes
 2011-07-11 18:59 UTC  (2+ messages)

[Qemu-devel] qemu - SCSI disk "Device Model", "Serial Number", and "Firmware Version"?
 2011-07-11 18:59 UTC  (2+ messages)

[PATCH 2/2] x86: Print Dest Field also
 2011-07-11 18:58 UTC  (2+ messages)
` [tip:x86/apic] x86, ioapic: Also print Dest field

[PATCH 1/2] x86: Format clean up for IOAPIC output
 2011-07-11 18:58 UTC  (2+ messages)
` [tip:x86/apic] x86, ioapic: "

zaurus patches -- arm/pxa -- is Eric alive
 2011-07-11 18:58 UTC  (5+ messages)

[PATCH x86/urgent] x86: Disable AMD_NUMA for 32bit for now
 2011-07-11 18:58 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH] manpage: add some missing options to mount.cifs.8
 2011-07-11 18:57 UTC 

RLIMIT_NPROC check in set_user()
 2011-07-11 18:56 UTC  (6+ messages)
    ` [kernel-hardening] "
      ` [kernel-hardening] "

[PATCH next/mmotm] slab: fix DEBUG_SLAB build
 2011-07-11 18:56 UTC 

[PATCH] Add support for remote layering
 2011-07-11 18:45 UTC  (4+ messages)

[PATCH] OMAP3+: SR: ensure pm-runtime callbacks can be invoked with IRQ disabled
 2011-07-11 18:53 UTC  (3+ messages)

[U-Boot] Nand Erase/Write Fails with mtd error -5
 2011-07-11 18:51 UTC 

[pm-wip/cpufreq] [PATCH] OMAP2+: CPUfreq: update lpj with reference value to avoid progressive error
 2011-07-11 18:51 UTC  (3+ messages)

[PATCH 0/3] RFC: libsas queuecommand fixups
 2011-07-11 18:49 UTC  (4+ messages)
` [PATCH 1/3] libsas: sas_queuecommand doesnt need host_lock
` [PATCH 2/3] libsas: reindent sas_queuecommand
` [PATCH 3/3] libsas: fix sas_queuecommand return values

[PATCH 1/4] gma500: Final polish
 2011-07-11 18:41 UTC  (4+ messages)
` [PATCH 2/4] gma500: don't dynamically allocate the psb_gtt struct
` [PATCH 3/4] gma500: Sort out dither
` [PATCH 4/4] gma500: Fix dependencies

[PATCH 1/1] NFSv4.1: handle decoding of three attribute bitmaps
 2011-07-11 18:49 UTC  (4+ messages)

[Buildroot] tmpfs puzzle
 2011-07-11 18:49 UTC  (3+ messages)

[U-Boot] [PATCH v2] SMDKV310: Fix host compilation of mkv310_image
 2011-07-11 18:49 UTC 

[lm-sensors] [PATCH v2] MAX1111: Fix Race condition causing NULL
 2011-07-11 18:47 UTC  (2+ messages)
` [PATCH v2] MAX1111: Fix Race condition causing NULL pointer exception

[PATCH v2 1/8] ath5k: add missing checks for rfgain probe
 2011-07-11 18:37 UTC  (4+ messages)

[PATCH 0/3] Add missing commas
 2011-07-11 18:35 UTC  (5+ messages)
` [PATCH 2/3] iwlegacy: Add missing comma between constant string array
` [PATCH 3/3] iwlagn: "

svcgssd problem against libgssapi_krb5
 2011-07-11 18:46 UTC  (2+ messages)

[PATCH] hfsplus: Add record offset check
 2011-07-11 18:46 UTC 

[GIT PULL] last-minute IR fixes for 3.0
 2011-07-11 18:45 UTC 

[lm-sensors] [PATCH] hwmon: (it87) Fix label group removal
 2011-07-11 18:44 UTC  (2+ messages)

[merged] maintainers-update-bjorn-helgaass-email-address.patch removed from -mm tree
 2011-07-11 18:43 UTC 

[merged] mm-vmscan-correct-check-for-kswapd-sleeping-in-sleeping_prematurely.patch removed from -mm tree
 2011-07-11 18:42 UTC 

[merged] mm-vmscan-do-not-apply-pressure-to-slab-if-we-are-not-applying-pressure-to-zone.patch removed from -mm tree
 2011-07-11 18:42 UTC 

[merged] mm-vmscan-evaluate-the-watermarks-against-the-correct-classzone.patch removed from -mm tree
 2011-07-11 18:42 UTC 

[Xenomai-core] Problems with gcc 4.6.0 (rt_task_shadow fails with ENOSYS)
 2011-07-11 18:43 UTC  (2+ messages)

[PATCH] HID: fix horizontal wheel for ms comfort mouse 4500
 2011-07-11 18:42 UTC  (2+ messages)

Wrong behaviour of multipathing on Active/Passive storage array
 2011-07-11 18:41 UTC  (2+ messages)

mdadm 3.1.4 - hanging on cat /proc/mdstat
 2011-07-11 18:41 UTC 

[Qemu-devel] [Bug 802588] [NEW] Latest GIT version fails to compile on Linux - setjmp.h problem
 2011-07-11 18:34 UTC  (2+ messages)
` [Qemu-devel] [Bug 802588] "

[PATCH 0/11] dynamic_debug: allow multiple pending queries on boot-line
 2011-07-11 18:39 UTC  (8+ messages)
` (no subject)
  ` [PATCH 07/21] dynamic_debug: return int from ddebug_change
  ` [PATCH 08/21] dynamic_debug: factor show_ddebug_query out of ddebug_parse_query
  ` [PATCH 09/21] dynamic_debug: save_pending() saves non-matching queries for later

staging/lirc_parallel: fix panic on rmmod
 2011-07-11 18:39 UTC 

[Qemu-devel] [Bug 808588] [NEW] Netperf tests cause i82551 network down
 2011-07-11 18:29 UTC  (2+ messages)
` [Qemu-devel] [Bug 808588] "

Bridging behavior apparently changed around the Fedora 14 time
 2011-07-11 18:25 UTC 

Winbond W83L604G
 2011-07-11 18:29 UTC  (3+ messages)

[PATCH] Skip partitions during OS probing
 2011-07-11 18:25 UTC  (4+ messages)

[U-Boot] [GIT pull] Please pull u-boot-mpc85xx
 2011-07-11 18:25 UTC 

[PATCH] Documentation: clearly specify what refs are honored by core.logAllRefUpdates
 2011-07-11 18:23 UTC  (3+ messages)

xm/xl block-detach issue
 2011-07-11 18:22 UTC  (7+ messages)

[PATCH]:Documentation/spinlocks.txt: Remove reference to sti()/cli()
 2011-07-11 18:04 UTC 

[PATCH wireless-3.1] iwlagn: fix warning in testmode attribute table
 2011-07-11 17:47 UTC 

[PATCH v2] trace: Add x86 irq vector entry/exit tracepoints
 2011-07-11 18:21 UTC  (6+ messages)
` [PATCH v3] "

[Qemu-devel] live block copy/stream/snapshot discussion
 2011-07-11 16:32 UTC  (4+ messages)

[PATCH] BNX2I: Fixed kernel panic due to illegal usage of sc->request->cpu
 2011-07-11 18:14 UTC 

interview question how does application connects to device
 2011-07-11 18:14 UTC  (7+ messages)

[Cluster-devel] AUTO: Gaia Banchelli/Italy/IBM is out of the office. (returning 07/20/2011)
 2011-07-11 18:14 UTC 

Climate Change Notification
 2011-07-10 16:11 UTC 

[PATCH tip/core/rcu 0/6] Check for use of RCU from dyntick-idle mode
 2011-07-11 18:10 UTC  (6+ messages)

Crash in e1000e driver, 3.0-rc6+
 2011-07-11 18:10 UTC 

Union mount and lockdep design issues
 2011-07-11 18:08 UTC  (20+ messages)
` Union mount and overlayfs bake off?
  ` Unionmount status?

Resend: [PATCH] Do not log unless all connect() attempts fail
 2011-07-11 18:06 UTC 

damn slow SDHC card
 2011-07-11 17:39 UTC 


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.