All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-01-13 13:22:18 to 2012-01-13 14:41:13 UTC [more...]

[patch -next] autofs4: double lock typo in autofs4_write()
 2012-01-13 14:41 UTC  (2+ messages)

omap clocksource timer selection: dmtimer OR 32K-Sync timer
 2012-01-13 14:41 UTC  (5+ messages)

[Crash-utility] x86 remap allocator in kernel 3.0
 2012-01-13 14:39 UTC  (3+ messages)
  `  "

[RFC v2 1/9] arm/versatile*: merge all versatile struct clk definitions
 2012-01-13 14:38 UTC  (8+ messages)
` [RFC v2 4/9] of: add clock providers

tty/serial: Need clarification on Support for 4+M Baudrate
 2012-01-13 14:36 UTC  (8+ messages)

xfrm
 2012-01-13 14:35 UTC 

[Qemu-devel] [PATCH v3 0/5] arm: add support for Calxeda Highbank SoC
 2012-01-13 14:35 UTC  (8+ messages)
` [Qemu-devel] [PATCH v9 0/6] "

[PATCH] mmc: core: Force a "detect" to handle non-properly removed cards
 2012-01-13 14:35 UTC  (17+ messages)

[PATCH 01/01] MFD: add ADC support to DA9052/53 MFD core v2
 2012-01-13 14:30 UTC 

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

[U-Boot] [PATCH v2] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option
 2012-01-13 14:31 UTC  (2+ messages)

[Qemu-devel] qom: add QEMU Object Model type hierarchy to qdev (v2)
 2012-01-13 14:29 UTC  (8+ messages)
` [Qemu-devel] [PATCH 03/30] ppc: remove ppc440 bamboo board support

[PATCH v2 0/7] BSYM macro removal and secondary startup fixes
 2012-01-13 14:29 UTC  (13+ messages)
` [PATCH v2 1/7] ARM: versatile: Add missing ENDPROC to headsmp.S
` [PATCH v2 3/7] ARM: ux500: add "
` [PATCH v2 4/7] ARM: exynos: remove incorrect BSYM usage
` [PATCH v2 5/7] ARM: imx: "
` [PATCH v2 6/7] ARM: highbank: "
` [PATCH v2 7/7] ARM: make BSYM macro assembly only

ulogd2 suggest
 2012-01-13 14:28 UTC  (2+ messages)

[PATCH v2 0/5] ARM: OMAP2+: Interrupt controllers adaptation to DT
 2012-01-13 14:27 UTC  (8+ messages)
` [PATCH v2 4/5] arm/dts: OMAP3: Add interrupt-controller bindings for INTC

ZFS Crypto key hand off to kernel
 2012-01-13 14:27 UTC  (3+ messages)

[Qemu-devel] Serious regression of 9p read performance, huge amount of openat syscalls on plain file descriptors
 2012-01-13 14:26 UTC  (2+ messages)

Possible regression in 3.2 kernel with PCTV Nanostick T2 (em28xx, cxd2820r and tda18271)
 2012-01-13 14:24 UTC  (7+ messages)

Dracut and root filesystem UUIDs
 2012-01-13 14:24 UTC  (4+ messages)

[RFC obexd 00/10] Major API changes in obex-client
 2012-01-13 14:24 UTC  (2+ messages)

[RFC PATCH v3 2/5] pinctrl: add dt binding support for pinmux mappings
 2012-01-13 14:23 UTC  (17+ messages)

Two devices, same USB ID: one needs HID, the other doesn't. How to solve this?
 2012-01-13 14:21 UTC  (5+ messages)

brcmsmac: 3.2.0-06100: no device shown (and hangs in 3.2.0-rc7)
 2012-01-13 14:20 UTC  (4+ messages)

[PATCH 0/1] gcc-4.7 build fix
 2012-01-13 14:21 UTC  (7+ messages)
` [PATCH 1/1] Work around gcc-4.7's strict aliasing checks

[PATCH obexd] client: Remove unused code in pbap
 2012-01-13 14:17 UTC 

Dual WAN set-up
 2012-01-13 14:17 UTC  (4+ messages)

[Qemu-devel] [0/9] Bugfixes and pseries enhancements
 2012-01-13 14:15 UTC  (2+ messages)

Cannot wake-up from standby with MPC8313
 2012-01-13 14:13 UTC  (7+ messages)

[PATCH] autofs4 - fix deal with autofs4_write races
 2012-01-13 14:13 UTC  (2+ messages)

[PATCH] Bluetooth: Fix l2cap conn failures for ssp devices
 2012-01-13 14:11 UTC 

[BUG] gitweb generates wrong links in grep search results (git_search_files)
 2012-01-13 14:09 UTC  (5+ messages)
    ` [PATCH 1/2] gitweb: Fix file links in "grep" search

[PATCH] UBI: Handle empty string in verify_mkvol_req()
 2012-01-13 14:07 UTC  (2+ messages)

[Regression] bluetoohd 4.85 and later fails to connect properly
 2012-01-13 14:07 UTC  (3+ messages)

[PATCH 00/20] arch_idle() cleanup and mach/system.h removal
 2012-01-13 14:07 UTC  (4+ messages)

[RFC PATCH 0/18] Xenstore stub domain
 2012-01-13 14:06 UTC  (8+ messages)
` [PATCH v2 00/18] "
  ` [PATCH 02/18] xen: allow global VIRQ handlers to be delegated to other domains
  ` [PATCH] xenbus: Add support for xenbus backend in stub domain

autofs4 hung task
 2012-01-13 14:06 UTC  (3+ messages)

[PATCH] drivers: usb: update Michal Nazarewicz's email address
 2012-01-13 14:05 UTC 

[PATCH] arm: omap4: Fix omap_barriers_init for generic ioremap changes
 2012-01-13 14:05 UTC  (6+ messages)

ipsec tunnel with different inner and outer ip families
 2012-01-13 14:04 UTC  (2+ messages)

[PATCH 0/6] BSYM macro removal
 2012-01-13 14:03 UTC  (3+ messages)
` [PATCH 6/6] ARM: make BSYM macro assembly only

[U-Boot] Help needed on Colibri T20 - Iris Board
 2012-01-13 14:03 UTC  (3+ messages)

[PATCH v8 3.2.0-rc5 0/9] uprobes patchset
 2012-01-13 14:02 UTC  (8+ messages)
` [PATCH v8 3.2.0-rc5 9/9] perf: perf interface for uprobes

[PATCH] libxl: fix mutex initialization
 2012-01-13 14:01 UTC  (2+ messages)

[Bug 22576] [KMS] mesa demo spectex broken on rv280
 2012-01-13 14:01 UTC 

[PATCH] New PT_GNU_COMPAT segment header extension
 2012-01-13 13:56 UTC 

fetch for bare repository
 2012-01-13 13:54 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] net: fec_mxc: Add 1000 Mbps selection
 2012-01-13 13:54 UTC  (3+ messages)
` [U-Boot] [PATCH 4/5] net: fec_mxc: Nove autonegoatiate restart after mii_postcall

missing libxl patches
 2012-01-13 13:54 UTC  (3+ messages)

[PATCHv2 1/2] mac80211: add a 2-way Authentication challenge to IBSS mode
 2012-01-13 13:52 UTC  (2+ messages)
` [PATCHv2 2/2] mac80211: in IBSS use the Auth frame to trigger STA reinsertion

[PATCH v6 00/10] libxl: event API
 2012-01-13 13:53 UTC  (8+ messages)
` [PATCH 03/10] libxl: move a lot more includes into libxl_internal.h
` [PATCH 12/10] libxl: New convenience macro CONTAINING_STRUCT

[PATCH] Bluetooth: Fix l2cap conn failures for ssp devices
 2012-01-13 13:52 UTC  (2+ messages)

[PATCH] KVM: SVM: comment nested paging and virtualization module parameters
 2012-01-13 13:51 UTC 

Possible regression in 3.2 kernel with PCTV Nanostick T2 (em28xx, cxd2820r and tda18271)
 2012-01-13 13:50 UTC  (2+ messages)
` [PATCH] [media] dvb-core: preserve the delivery system at cache clear

[PATCH] mmc: use usleep_range() in mmc_delay()
 2012-01-13 13:51 UTC  (3+ messages)

[PATCH] S3C24XX DMA resume regression fix
 2012-01-13 13:47 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-test: add device-del test case
 2012-01-13 13:47 UTC 

[PATCH] ARM: pl330: fix null pointer dereference in pl330_chan_ctrl()
 2012-01-13 13:48 UTC  (3+ messages)

[Qemu-devel] [PATCH] qdev: fix device_del by refactoring reference counting
 2012-01-13 13:45 UTC 

[PATCH] Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs
 2012-01-13 13:45 UTC  (2+ messages)

[Qemu-devel] [PATCH] do not chdir(/) in qemu-nbd
 2012-01-13 13:41 UTC  (4+ messages)

[PATCH obexd 2/2] gobex: Fix ABORT request not processing
 2012-01-13 13:36 UTC  (8+ messages)

[Qemu-devel] Mixed USB 1.1 and USB 2.0 on the same port
 2012-01-13 13:37 UTC  (3+ messages)

Kernel coredump about kblockd deadlock
 2012-01-13 13:36 UTC 

[PATCH 0 of 3] libxl: Extend CPU affinity specification and enable it in config file
 2012-01-13 13:34 UTC  (5+ messages)
` [PATCH 1 of 3] libxl: extend pCPUs specification for vcpu-pin

[PATCH obexd v2 1/4] MAP: Implementation of MAP AP core functions
 2012-01-13 13:33 UTC  (4+ messages)
` [PATCH obexd v2 2/4] map_ap.c: Add implementation for map_ap_set_*
` [PATCH obexd v2 3/4] map_ap.c: Add implementation for map_ap_decode()
` [PATCH obexd v2 4/4] map_ap.c: Add dumping of map_ap_t after decoding

3.2-git - freeze during hibernation
 2012-01-13 13:31 UTC 

[Qemu-devel] [PATCH] usb-ehci: Clear the portstatus powner bit on device disconnect
 2012-01-13 13:28 UTC 

[GIT PULL] HSI framework
 2012-01-13 13:25 UTC 

[PATCH V2 REPOST] dtc: Implement -d option to write out a dependency file
 2012-01-13 13:25 UTC 

DSS2/PM on 3.2 broken?
 2012-01-13 13:23 UTC  (7+ messages)

[GIT PULL] MMC updates for 3.3-rc1
 2012-01-13 13:22 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.