public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-18 09:26:58 to 2013-04-18 13:36:03 UTC [more...]

[PATCH v3 00/15] KVM: MMU: fast zap all shadow pages
 2013-04-18 13:29 UTC  (11+ messages)
` [PATCH v3 08/15] KVM: MMU: allow unmap invalid rmap out of mmu-lock
` [PATCH v3 12/15] KVM: MMU: fast invalid all shadow pages

[BUG REPORT] Kernel panic on 3.9.0-rc7-4-gbb33db7
 2013-04-18 13:35 UTC  (5+ messages)

[PATCH 1/4] mfd: Kontron PLD mfd driver
 2013-04-18 13:35 UTC  (5+ messages)

[PATCH 2/3] X86: Add a check to catch Xen emulation of Hyper-V
 2013-04-18 13:30 UTC  (13+ messages)

KVM VM(windows xp) reseted when running geekbench for about 2 days
 2013-04-18 13:25 UTC  (3+ messages)

[PATCH v2] media: davinci: vpif: align the buffers size to page page size boundary
 2013-04-18 13:22 UTC  (6+ messages)

Standalone DRM application
 2013-04-18 13:18 UTC  (2+ messages)

[PATCH] usb: otg: remove exported function from __init section
 2013-04-18 13:13 UTC 

[PATCH 1/2] regulator: palma: add ramp delay support through regulator constraints
 2013-04-18 13:13 UTC  (4+ messages)
` [PATCH 2/2] regulator: palmas: preserve modes of rails during enable/disable

[PATCH 0/6] Serial Omap fixes and cleanups
 2013-04-18 13:06 UTC  (8+ messages)
` [RFT/PATCH 2/6] driver: serial: mpc52xx_uart: Remove "uart_console" defintion
` [PATCH 3/6] driver: serial: omap: add prepare/complete callback for "no_console_suspend" case

[PATCH 0/5] ARM: at91: some more DT enhancements
 2013-04-18 13:01 UTC  (6+ messages)
` [PATCH 1/5] ARM: at91: at91sam9x5 RTC is not compatible with at91rm9200 one
` [PATCH 2/5] ARM: at91/at91-ariag25.dts: add RTC node
` [PATCH 3/5] ARM: at91/at91sam9x5.dtsi: add UART0/1 nodes
` [PATCH 4/5] ARM: at91/at91-ariag25.dts: UART0/1 nodes are disabled
` [PATCH 5/5] ARM: at91: add Acme Systems Fox G20 board

[PATCH v3] watchdog: Add hook for kicking in kdump path
 2013-04-18 13:00 UTC  (3+ messages)

[PATCH 1/4] rpm-pkg: Do not package the whole source directory
 2013-04-18 13:00 UTC  (2+ messages)

make rpm-pkg fails for all kernels with "spec file not found in <kernel>.tar.gz
 2013-04-18 12:51 UTC  (2+ messages)

[PATCH] video/logo: add support for ARC Tux logo on framebuffer console
 2013-04-18 12:47 UTC 

[PATCH v1 0/7] xen-block: indirect descriptors
 2013-04-18 12:43 UTC  (8+ messages)
` [PATCH v1 7/7] xen-block: implement "

[PATCH v3] mmc: card: Adding support for sanitize in eMMC 4.5
 2013-04-18 12:41 UTC 

Add gcov support to ARM
 2013-04-18 12:39 UTC  (9+ messages)
` [PATCH 1/2] Allow constructor name selection by architecture

[PATCH 00/32] dmaengine: Refactor the DMA40 driver
 2013-04-18 12:32 UTC  (59+ messages)
` [PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver
` [PATCH 02/32] dmaengine: ste_dma40: Move default memcpy configs into "
` [PATCH 03/32] dmaengine: ste_dma40: Use the BIT macro to replace ugly '(1 << x)'s
  ` [PATCH 03/32 v2] "
` [PATCH 04/32] dmaengine: ste_dma40: Amalgamate DMA source and destination channel numbers
` [PATCH 05/32] dmaengine: ste_dma40: Supply macros to resolve 'src' and 'dst' directions
` [PATCH 06/32] ARM: ux500: Strip out duplicate USB DMA configuration
` [PATCH 07/32] ARM: ux500: Supply address location names for the DMA40 DMA controller
` [PATCH 08/32] dmaengine: ste_dma40: Optimise local MAX() macro
` [PATCH 09/32] ARM: ux500: Remove unused 'data_width' attributes from SDI DMA configs
` [PATCH 10/32] ARM: ux500: Remove unused 'data_width' attributes from SSP "
` [PATCH 11/32] ARM: ux500: Remove unused 'data_width' attributes from UART "
` [PATCH 12/32] ARM: ux500: Remove superfluous 'psize' attribute from Audio platform data
` [PATCH 13/32] dmaengine: ste_dma40: Calculate number of logical channels from physical ones
` [PATCH 14/32] dmaengine: ste_dma40: Remove 'always true' checking
` [PATCH 15/32] dmaengine: ste_dma40: Separate Logical Global Interrupt Mask (GIM) unmasking
` [PATCH 16/32] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg()
` [PATCH 17/32] dmaengine: ste_dma40: Remove redundant argument from d40_phy_cfg()
` [PATCH 18/32] dmaengine: ste_dma40: Don't configure runtime configurable setup during allocate
` [PATCH 19/32] dmaengine: ste_dma40: Move more setup into the configuration routines
` [PATCH 20/32] dmaengine: ste_dma40: Move rev error-check up to revision acquisition
` [PATCH 21/32] dmaengine: ste_dma40: Also report the number of logical channels
` [PATCH 22/32] dmaengine: ste_dma40: Allocate plat_data on declaration
` [PATCH 23/32] dmaengine: ste_dma40: Allow driver to be probe()able when DT is enabled
` [PATCH 24/32] dmaengine: ste_dma40: Supply full Device Tree parsing support
  ` [PATCH 24/32 v2] "
` [PATCH 25/32] ARM: ux500: Setup the DMA40 driver's DT node using the new DMA API
` [PATCH 26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree
` [PATCH 27/32] ARM: ux500: Stop registering DMA40 from platform data when DT is enabled
` [PATCH 28/32] ARM: ux500: Pass remnant platform data though to DMA40 driver
` [PATCH 29/32] ARM: ux500: Stop passing UART's platform data for Device Tree boots
` [PATCH 30/32] ARM: ux500: Supply MMC DMA configuration via Device Tree
` [PATCH 31/32] ARM: ux500: Stop passing MMC's platform data for Device Tree boots
` [PATCH 32/32] ARM: ux500: Move SDI (MMC) and UART devices under more descriptive heading

[PATCH V3 0/5] powerpc, perf: BHRB based branch stack enablement on POWER8
 2013-04-18 12:26 UTC  (6+ messages)
` [PATCH V3 1/5] powerpc, perf: Add new BHRB related instructions for POWER8
` [PATCH V3 2/5] powerpc, perf: Add basic assembly code to read BHRB entries on POWER8
` [PATCH V3 3/5] powerpc, perf: Add new BHRB related generic functions, data and flags
` [PATCH V3 4/5] powerpc, perf: Define BHRB generic functions, data and flags for POWER8
` [PATCH V3 5/5] powerpc, perf: Enable branch stack sampling framework

[PATCH v2 0/7] xen-block: indirect descriptors
 2013-04-18 12:21 UTC  (3+ messages)
` [PATCH v2 7/7] xen-block: implement "

[PATCH v2] NMI: fix NMI period is not correct when cpu frequency changes issue
 2013-04-18 12:04 UTC  (3+ messages)

[PATCH v3 00/11] usb: dwc3/xhci/phy: Enable runtime power management
 2013-04-18 11:50 UTC  (7+ messages)
` [PATCH v3 01/11] usb: phy: Add APIs for "

[PATCH v2 1/2] ARM: dts: omap3-beagle-xm: Add USB Host support
 2013-04-18 11:44 UTC  (2+ messages)
` [PATCH v2 2/2] ARM: dts: omap3-beagle-xm: Add USB host supprot for Rev. Ax/Bx

[PATCH 0/2] kdump: Enter 2nd kernel with BSP for enabling multiple CPUs
 2013-04-18 11:41 UTC  (2+ messages)

[PATCH] NMI: fix NMI period is not correct when cpu frequency changes issue
 2013-04-18 11:32 UTC  (3+ messages)

[PATCH 0/2] perf, amd: support for AMD NB and L2I "uncore" counters
 2013-04-18 11:28 UTC  (3+ messages)
` [PATCH 2/2] "

[Qemu-devel] qemu crashed when starting vm(kvm) with vnc connect
 2013-04-18 11:19 UTC  (6+ messages)
    ` 答复: "
      ` reply: reply: "
        ` [Qemu-devel] reply: reply: "
            ` reply: "

[PATCH] perf: treat attr.config as u64 in perf_swevent_init()
 2013-04-18 11:17 UTC  (3+ messages)
` [tip:perf/urgent] perf: Treat "

No serial since kernel 3.8
 2013-04-18 11:15 UTC  (5+ messages)

[PATCH RFC v2] regulator: core: Add regulator_map_voltage_ascend() API
 2013-04-18 11:15 UTC  (2+ messages)

[RFC PATCH 0/2] sched: move content out of core files for load average
 2013-04-18 11:14 UTC  (3+ messages)

[RFC PATCH] perf: Update event buffer tail when overwriting old events
 2013-04-18 11:10 UTC  (2+ messages)

[PATCH -next] spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()
 2013-04-18 11:07 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update Grant's email address and maintainership
 2013-04-18 11:04 UTC  (5+ messages)

[PATCH] Remove warning in efi_enter_virtual_mode
 2013-04-18 11:00 UTC  (4+ messages)

[PATCH v3] pinctrl/pinconfig: add debug interface
 2013-04-18 10:52 UTC  (2+ messages)

[PATCH 1/2] remoteproc: fix kconfig dependencies for VIRTIO
 2013-04-18 10:51 UTC  (2+ messages)

CodingStyle
 2013-04-18 10:48 UTC 

[PATCH 0/9] Fix ux500 crypto drivers and init DMA in the correct way
 2013-04-18 10:44 UTC  (11+ messages)
` [PATCH 1/9] crypto: ux500/hash - Prepare clock before enabling it
` [PATCH 2/9] crypto: ux500/hash - Set DMA configuration though dma_slave_config()
` [PATCH 3/9] ARM: ux500: Stop passing Hash DMA channel config information though pdata
` [PATCH 4/9] crypto: ux500/cryp - Prepare clock before enabling it
` [PATCH 5/9] crypto: ux500/cryp - Fix compile error
` [PATCH 6/9] crypto: ux500/cryp - Set DMA configuration though dma_slave_config()
` [PATCH 7/9] ARM: ux500: Stop passing Cryp DMA channel config information though pdata
` [PATCH 8/9] crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog
` [PATCH 9/9] ARM: ux500: Register Cyrp and Hash platform drivers on Snowball

mdadm raid1 regression
 2013-04-18 10:38 UTC 

[PATCH v2] mmc: card: Adding support for sanitize in eMMC 4.5
 2013-04-18 10:28 UTC  (3+ messages)

[PATCH] slab: Remove unnecessary __builtin_constant_p()
 2013-04-18 10:24 UTC  (4+ messages)

[PATCH] x86: Add a Kconfig shortcut for a kvm-bootable kernel
 2013-04-18 10:18 UTC  (8+ messages)

[GIT PULL] at91: DT changes for 3.10 #2
 2013-04-18 10:13 UTC  (5+ messages)
` [PATCH v3] ARM: at91: add Acme Systems Aria G25 board

system administrator
 2013-04-19  8:32 UTC 

OOM-killer and strange RSS value in 3.9-rc7
 2013-04-18 10:15 UTC  (5+ messages)

[RFC] arm64: Early printk support for virtio-mmio console devices
 2013-04-18 10:01 UTC  (4+ messages)

[RFC PATCH v2 00/15][Sorted-buddy] mm: Memory Power Management
 2013-04-18  9:54 UTC  (3+ messages)

[PATCH 1/2] lib: Add lz4 compressor module
 2013-04-18  9:50 UTC  (2+ messages)

[PATCH tip:timers/core] kernel/posix-timers.c: Fix unused variable
 2013-04-18  9:43 UTC 

[PATCH 0/2] hrtimer preemption bug fixes
 2013-04-18  9:44 UTC  (5+ messages)
` [PATCH 1/2] hrtimer: Consider preemption when migrating hrtimer cpu_bases
` [PATCH 2/2] hrtimer: Prevent enqueue of hrtimer on dead CPU

[PATCH v2 0/7] KVM: MMU: fast zap all shadow pages
 2013-04-18  9:42 UTC  (11+ messages)

[ 3.5.y.z extended stable ] Linux 3.5.7.11 stable review
 2013-04-18  9:16 UTC  (33+ messages)
` [PATCH 01/72] ASoC: imx-ssi: Fix occasional AC97 reset failure
` [PATCH 02/72] ASoC: dma-sh7760: Fix compile error
` [PATCH 04/72] spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts
` [PATCH 07/72] mwifiex: limit channel number not to overflow memory
` [PATCH 08/72] ALSA: hda - bug fix on return value when getting HDMI ELD info
` [PATCH 10/72] ixgbe: fix registration order of driver and DCA nofitication
` [PATCH 13/72] crypto: gcm - fix assumption that assoc has one segment
` [PATCH 14/72] libata: Use integer return value for atapi_command_packet_set
` [PATCH 15/72] libata: Set max sector to 65535 for Slimtype DVD A DS8A8SH drive
` [PATCH 16/72] ata_piix: Fix DVD not dectected at some Haswell platforms
` [PATCH 17/72] remoteproc: fix error path of handle_vdev
` [PATCH 18/72] hwspinlock: fix __hwspin_lock_request error path
` [PATCH 19/72] remoteproc: fix FW_CONFIG typo
` [PATCH 20/72] powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performed before the ANDCOND test
` [PATCH 22/72] spinlocks and preemption points need to be at least compiler barriers
` [PATCH 23/72] drm/mgag200: Index 24 in extended CRTC registers is 24 in hex, not decimal
` [PATCH 24/72] panic: fix a possible deadlock in panic()
` [PATCH 26/72] Bluetooth: Add support for GC-WB300D PCIe [04ca:3006] to ath3k
` [PATCH 27/72] Bluetooth: Add support for Foxconn / Hon Hai [0489:e04e]
` [PATCH 28/72] Bluetooth: Add support for Foxconn / Hon Hai [0489:e056]
` [PATCH 30/72] Bluetooth: Add support for atheros 04ca:3004 device to ath3k
` [PATCH 31/72] Bluetooth: Device 0cf3:3008 should map AR 3012
` [PATCH 34/72] KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796)
` [PATCH 35/72] KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797)
` [PATCH 36/72] KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)
` [PATCH 38/72] can: gw: use kmem_cache_free() instead of kfree()
` [PATCH 39/72] tracing: Fix double free when function profile init failed
` [PATCH 42/72] msi-wmi: Fix memory leak
` [PATCH 45/72] drm/i915: add quirk to invert brightness on eMachines e725
` [PATCH 46/72] drm/i915: add quirk to invert brightness on Packard Bell NCL20
` [PATCH 47/72] block: avoid using uninitialized value in from queue_var_store
` [PATCH 48/72] ALSA: usb-audio: fix endianness bug in snd_nativeinstruments_*

[PATCH v3] irqchip: Add support for ARMv7-M's NVIC
 2013-04-18  9:38 UTC  (5+ messages)

[PATCH v4 0/8] kdump, vmcore: support mmap() on /proc/vmcore
 2013-04-13  0:21 UTC  (9+ messages)
` [PATCH v4 1/8] vmcore: allocate buffer for ELF headers on page-size alignment
` [PATCH v4 2/8] vmcore: clean up read_vmcore()
` [PATCH v4 3/8] vmcore, procfs: introduce MEM_TYPE_CURRENT_KERNEL flag to distinguish objects copied in 2nd kernel
` [PATCH v4 4/8] vmcore: Add helper function vmcore_add()
` [PATCH v4 5/8] vmcore: copy ELF note segments in the 2nd kernel per page vmcore objects
` [PATCH v4 6/8] vmcore: count holes generated by round-up operation for page boudary for size of /proc/vmcore
` [PATCH v4 7/8] vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list
` [PATCH v4 8/8] vmcore: support mmap() on /proc/vmcore

[PATCH -tip ] [BUGFIX] kprobes: Fix a double lock bug of kprobe_mutex
 2013-04-18  9:33 UTC 

[PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS
 2013-04-18  9:30 UTC  (2+ messages)

[PATCH] mmc: mmci: Allow MMCI to request channels with information acquired from DT
 2013-04-18  9:30 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox