All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-01-04 00:02:59 to 2012-01-04 01:25:01 UTC [more...]

[PATCH v2] ib/core: Protect QP mcast list
 2012-01-04  1:25 UTC  (2+ messages)

[PATCH] mmc: sdhci: deactivate tuning timer when host is suspending
 2012-01-04  1:24 UTC  (4+ messages)

[PATCH v2 1/2] net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>
 2012-01-04  1:24 UTC  (4+ messages)
` [PATCH v2 2/2] net/smsc911x: Check if PHY is in operational mode before software reset

[PATCH 1/2] binutils-cross-canadian: Allow ld-is-gold
 2012-01-04  1:23 UTC  (2+ messages)
` [PATCH 2/2] binutils: Allow plugins

[PATCH 0/3] mm: three minor vmscan improvements
 2012-01-04  1:23 UTC  (14+ messages)
` [PATCH 1/3] mm: test PageSwapBacked in lumpy reclaim
` [PATCH 3/3] mm: take pagevecs off reclaim stack

iwl4965: "MAC is in deep sleep!" freezes
 2012-01-04  1:22 UTC  (12+ messages)

[3.2.0-RC7] BUG: unable to handle kernel NULL pointer dereference at 0000000000000598 [ 1.478005] IP: [<ffffffff8107a6c4>] queue_work_on+0x4/0x30
 2012-01-04  1:20 UTC  (6+ messages)
` Regression: ONE CPU fails bootup at "

[PATCH v2] [INCREMENTAL] Input: tegra-kbc - add device tree support
 2012-01-04  1:19 UTC  (2+ messages)

[PATCH 2/2] net/smsc911x: Check if PHY is in operational mode before software reset
 2012-01-04  1:18 UTC  (4+ messages)

[PATCH] mm: do not drain pagevecs for mlock
 2012-01-04  1:17 UTC  (4+ messages)
` [PATCH 1/2] mm,mlock: drain pagevecs asynchronously

extending qemu-dm
 2012-01-04  1:16 UTC  (5+ messages)

This will blow you away and That's the promise
 2012-01-03 23:31 UTC 

[PULL 00/50] ppc patch queue 2012-01-04
 2012-01-04  1:10 UTC  (102+ messages)
` [PATCH 44/50] KVM: PPC: Add KVM_CAP_NR_VCPUS and KVM_CAP_MAX_VCPUS
` [PATCH 43/50] KVM: PPC: Fix vcpu_create dereference before validity check
` [PATCH 48/50] KVM: PPC: Book3s HV: Implement get_dirty_log using hardware changed bit
` [PATCH 38/50] KVM: PPC: Maintain a doubly-linked list of guest HPTEs for each gfn
` [PATCH 30/50] KVM: PPC: Move kvm_vcpu_ioctl_[gs]et_one_reg down to platform-specific code
` [PATCH 01/50] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 02/50] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
` [PATCH 03/50] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/50] KVM: PPC: e500: MMU API
` [PATCH 05/50] KVM: PPC: e500: tlbsx: fix tlb0 esel
` [PATCH 06/50] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/50] KVM: PPC: Add generic single register ioctls
` [PATCH 08/50] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 09/50] KVM: PPC: E500: Support hugetlbfs
` [PATCH 10/50] PPC: Fix race in mtmsr paravirt implementation
` [PATCH 11/50] Fix DEC truncation for greater than 0xffff_ffff/1000
` [PATCH 12/50] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
` [PATCH 13/50] KVM: PPC: booke: check for signals in kvmppc_vcpu_run
` [PATCH 14/50] KVM: PPC: Rename deliver_interrupts to prepare_to_enter
` [PATCH 15/50] KVM: PPC: Move prepare_to_enter call site into subarch code
` [PATCH 16/50] KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
` [PATCH 17/50] KVM: PPC: booke: Fix int_pending calculation for MSR[EE] paravirt
` [PATCH 18/50] KVM: PPC: booke: Paravirtualize wrtee
` [PATCH 19/50] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
` [PATCH 20/50] KVM: PPC: booke: Improve timer register emulation
` [PATCH 21/50] KVM: PPC: Book3s: PR: Disable preemption in vcpu_run
` [PATCH 22/50] KVM: PPC: Book3s: PR: No irq_disable "
` [PATCH 23/50] KVM: PPC: Use get/set for to_svcpu to help preemption
` [PATCH 24/50] KVM: PPC: align vcpu_kick with x86
` [PATCH 25/50] KVM: PPC: Book3S: PR: Fix signal check race
` [PATCH 26/50] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
` [PATCH 27/50] KVM: PPC: e500: use hardware hint when loading TLB0 entries
` [PATCH 28/50] KVM: PPC: Avoid patching paravirt template code
` [PATCH 29/50] KVM: PPC: Make wakeups work again for Book3S HV guests
` [PATCH 31/50] KVM: PPC: Keep a record of HV guest view of hashed page table entries
` [PATCH 32/50] KVM: PPC: Keep page physical addresses in per-slot arrays
` [PATCH 33/50] KVM: PPC: Add an interface for pinning guest pages in Book3s HV guests
` [PATCH 34/50] KVM: PPC: Make the H_ENTER hcall more reliable
` [PATCH 35/50] KVM: PPC: Only get pages when actually needed, not in prepare_memory_region()
` [PATCH 36/50] KVM: PPC: Allow use of small pages to back Book3S HV guests
` [PATCH 37/50] KVM: PPC: Allow I/O mappings in memory slots
` [PATCH 39/50] KVM: PPC: Implement MMIO emulation support for Book3S HV guests
` [PATCH 40/50] KVM: PPC: Implement MMU notifiers "
` [PATCH 41/50] KVM: Add barriers to allow mmu_notifier_retry to be used locklessly
` [PATCH 42/50] KVM: PPC: Allow for read-only pages backing a Book3S HV guest
` [PATCH 45/50] KVM: PPC: Book3S HV: Keep HPTE locked when invalidating
` [PATCH 46/50] KVM: PPC: Book3s HV: Maintain separate guest and host views of R and C bits
` [PATCH 47/50] KVM: PPC: Book3S HV: Use the hardware referenced bit for kvm_age_hva
` [PATCH 49/50] KVM: PPC: booke: Add booke206 TLB trace
` [PATCH 50/50] KVM: PPC: Use the vcpu kmem_cache when allocating new VCPUs

Reiserfs.c bug in 3.2-rc5
 2012-01-04  1:02 UTC  (12+ messages)

VMX status report. Xen:24446 & Dom0: 20a27c1e
 2012-01-04  1:04 UTC  (4+ messages)

[PATCH] rpm: Move postinsts to /var
 2012-01-04  0:54 UTC  (3+ messages)
` [poky] "

[RFC PATCH 0/2] Add alsa-state from OE Classic
 2012-01-04  0:53 UTC  (3+ messages)

[PATCH] flex/bison: Don't hardcode M4 path
 2012-01-04  0:53 UTC  (3+ messages)
` [poky] "

[PATCH 0/2] Bug fixes
 2012-01-04  0:51 UTC  (3+ messages)

linux-next: interesting merges in the arm-soc tree
 2012-01-04  0:58 UTC  (3+ messages)

[RFC PATCH 0/1] Locale package installation
 2012-01-04  0:50 UTC  (3+ messages)

[PATCH 00/16] Misc Qt4 and udev changes pending from O.S. Systems
 2012-01-04  0:49 UTC  (6+ messages)
` [PATCH 01/16] qt4-graphics-system: add

[PATCH -next] debugfs: add missing #ifdef HAS_IOMEM
 2012-01-04  0:55 UTC  (4+ messages)

where should I report kvm kernel bug?
 2012-01-04  0:54 UTC  (5+ messages)

[CONSOLIDATED PULL 000/113] New Year's Updates and Patches
 2012-01-04  0:45 UTC  (5+ messages)
` [CONSOLIDATED PULL 012/113] base.bbclass: Allow buildstats to be optionally supplied

[PATCH] radeon: Use mdelay() instead of msleep() in atom_op_delay()
 2012-01-04  0:52 UTC  (4+ messages)

[PATCH v4] MTD: nand: add support for diskonchip G4 nand flash device
 2012-01-04  0:50 UTC  (2+ messages)

[PATCH 0/3] x86/microcode: support for microcode update in Xen dom0
 2012-01-04  0:49 UTC  (12+ messages)

[PATCH v2 00/15] recipe Upgrades & Fixes
 2012-01-04  0:41 UTC  (4+ messages)
` [PATCH v2 01/15] btrfs-tools: add attr as dependency to fix compilation
  ` [PATCH v2 05/15] autotools.bbclass: fix cp error for empty dir

GPMI-NAND: Wrong ECC size in driver
 2012-01-04  0:48 UTC 

[PATCH 0/4] Fixes for tiny distros and linux-yocto-tiny
 2012-01-04  0:39 UTC  (2+ messages)

[PATCH v2 REPOST] dtc: Add support for named integer constants
 2012-01-04  0:46 UTC  (4+ messages)

[PATCH v5 0/5] Add fdtget and fdtput for access to fdt from build system
 2012-01-04  0:44 UTC  (8+ messages)
` [PATCH v5 4/5] Add fdtget utility to read property values from a device tree

How to shutdown console redirection
 2012-01-04  0:43 UTC 

linux-next: build failure after merge of the s5p tree
 2012-01-04  0:42 UTC  (4+ messages)

Some confusion over which 'b43' v5.10.x firmware I should be using
 2012-01-04  0:41 UTC  (3+ messages)

[PATCH 0/3] coupled cpuidle state support
 2012-01-04  0:41 UTC  (4+ messages)

[PATCH] mach-integrator: defconfig for both AP and CP
 2012-01-04  0:39 UTC 

[U-Boot] [PATCH] MXS-NAND: Backport ecc.size from linux kernel
 2012-01-04  0:39 UTC  (4+ messages)

[U-Boot] User Question
 2012-01-04  0:38 UTC  (2+ messages)

[PATCH 00/14] [V2] Upgrade 12 more packages, Dec 30, 2011
 2012-01-04  0:28 UTC  (2+ messages)
` [PATCH 00/14] [RESEND V2] "

linux-next: build failure after merge of the driver-core tree
 2012-01-04  0:31 UTC  (4+ messages)

Device pass-through
 2012-01-04  0:29 UTC  (3+ messages)

[BUG] gitweb generates wrong links in grep search results (git_search_files)
 2012-01-04  0:28 UTC  (2+ messages)

Undelivered Mail Returned to Sender
 2012-01-04  0:28 UTC 

[PATCH 00/13] [V3] Upgrade Packages, Dec 26, 2011
 2012-01-04  0:20 UTC  (2+ messages)

[PATCH 0/2] Check Manual List, Dec 24, 2011
 2012-01-04  0:20 UTC  (2+ messages)

Incremental preview of "What's cooking" 1st issue of this year
 2012-01-04  0:24 UTC 

[U-Boot] [PATCH] omap: mmc: Raise timeout value to 20ms
 2012-01-04  0:22 UTC  (3+ messages)

set_phys_to_machine not exported?
 2012-01-04  0:20 UTC  (5+ messages)

[PATCH V3 0/3] New distribution definition for poky-tiny
 2012-01-04  0:19 UTC  (3+ messages)
` [PATCH 2/3] distro: Add poky-tiny distro definition

[PATCH 1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE
 2012-01-04  0:10 UTC  (3+ messages)
` [PATCH v2 "

[PATCH linux-firmware] cis: Add makefile for building CIS files from text format
 2012-01-04  0:16 UTC 

redundancy with Adsl modem
 2012-01-04  0:17 UTC  (5+ messages)

tc filter mask for ACK packets off?
 2012-01-04  0:14 UTC  (9+ messages)
    ` [RFC] SFQ planned changes

[PATCH 3/3] image_types: Ensure /init exists for cpio rootfs archives
 2012-01-04  0:07 UTC  (3+ messages)
` [PATCH] "

[PATCH RFC] MFD: OMAP: USB: Make the runtime functions depend on CONFIG_PM_RUNTIME
 2012-01-04  0:14 UTC  (3+ messages)

[net-next 08/11] e1000e: add Receive Packet Steering (RPS) support
 2012-01-04  0:12 UTC  (6+ messages)

[PATCH 0/1] buildhistory: improve git commit robustness
 2012-01-04  0:05 UTC  (2+ messages)

FETCH_HEAD documentation vs reality
 2012-01-04  0:12 UTC  (7+ messages)
  ` [PATCH] write first for-merge ref to FETCH_HEAD first

[PATCH] honour GIT_ASKPASS for querying username in git-svn
 2012-01-04  0:12 UTC  (27+ messages)
                ` [PATCH 0/5] honour *_ASKPASS for querying user "
                  ` [PATCH 5/5] make askpass_prompt a global prompt method for asking users
                        ` [PATCH 1/2] git-svn, perl/Git.pm: add central method for prompting passwords honoring GIT_ASKPASS and SSH_ASKPASS
                        ` [PATCH 2/2] git-svn, perl/Git.pm: extend and use Git->prompt method for querying users

[PATCH 0/6] upgrading from Dexuan: Dec 30, 2011
 2012-01-04  0:04 UTC  (2+ messages)

[PATCH 00/16] [GIT PULL] tracing: fixes/cleanups, no stop-machine, update stack tracer
 2012-01-04  0:12 UTC  (6+ messages)

[PATCH 0/3] Package upgrade, Dec30, 2011
 2012-01-04  0:04 UTC  (2+ messages)

[PATCH 0/1] scripts/rpm2cpio.sh fix
 2012-01-04  0:03 UTC  (2+ messages)

[PATCH v2] elfutils: fix for dso link change in recent ld
 2012-01-04  0:02 UTC  (2+ messages)

[PATCH 0/2] Upgrade chrpath and libevent
 2012-01-04  0:02 UTC  (2+ messages)

[PATCH] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)
 2012-01-04  0:00 UTC  (2+ messages)

still battling with qfq
 2012-01-04  0:07 UTC 

[RFC] ARM: OMAP2+ i2c NACK without STP
 2012-01-04  0:07 UTC  (4+ messages)
` [PATCH] "

+ mm-vmscanc-check-page-order-when-isolating-lru-pages.patch added to -mm tree
 2012-01-04  0:05 UTC 

[PATCH] mm: vmscam: check page order in isolating lru pages
 2012-01-04  0:05 UTC  (5+ messages)

A stackable filesystem to trace low level filesystem operations
 2012-01-04  0:03 UTC  (2+ 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.