linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-18 08:48:53 to 2013-04-18 11:20:19 UTC [more...]

[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 00/32] dmaengine: Refactor the DMA40 driver
 2013-04-18 11:19 UTC  (52+ 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 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 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] 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 v3 00/15] KVM: MMU: fast zap all shadow pages
 2013-04-18 11:00 UTC  (3+ messages)
` [PATCH v3 08/15] KVM: MMU: allow unmap invalid rmap out of mmu-lock

[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 0/6] Serial Omap fixes and cleanups
 2013-04-18 10:51 UTC  (4+ messages)
` [RFT/PATCH 2/6] driver: serial: mpc52xx_uart: Remove "uart_console" defintion

[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  (13+ 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  (73+ messages)
` [PATCH 01/72] ASoC: imx-ssi: Fix occasional AC97 reset failure
` [PATCH 02/72] ASoC: dma-sh7760: Fix compile error
` [PATCH 03/72] spi/s3c64xx: modified error interrupt handling and init
` [PATCH 04/72] spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmensts
` [PATCH 05/72] EISA/PCI: Fix bus res reference
` [PATCH 06/72] EISA/PCI: Init EISA early, before PNP
` [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 09/72] x86: remove the x32 syscall bitmask from syscall_get_nr()
` [PATCH 10/72] ixgbe: fix registration order of driver and DCA nofitication
` [PATCH 11/72] Revert "drivers/rtc/rtc-at91rm9200.c: use a variable for storing IMR"
` [PATCH 12/72] alpha: Add irongate_io to PCI bus resources
` [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 21/72] ftrace: Consistently restore trace function on sysctl enabling
` [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 25/72] Bluetooth: Add support for IMC Networks [13d3:3393]
` [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 29/72] Bluetooth device 04ca:3008 should use ath3k
` [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 32/72] ALSA: hda - Enabling Realtek ALC 671 codec
` [PATCH 33/72] ALSA: hda - fix typo in proc output
` [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 37/72] rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
` [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 40/72] r8169: fix auto speed down issue
` [PATCH 41/72] x86: Fix rebuild with EFI_STUB enabled
` [PATCH 42/72] msi-wmi: Fix memory leak
` [PATCH 43/72] DRM/i915: Add QUIRK_INVERT_BRIGHTNESS for NCR machines
` [PATCH 44/72] drm/i915: add quirk to invert brightness on eMachines G725
` [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 49/72] PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()
` [PATCH 50/72] ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running
` [PATCH 51/72] drm/i915: Use the correct size of the GTT for placing the per-process entries
` [PATCH 52/72] GFS2: Fix unlock of fcntl locks during withdrawn state
` [PATCH 53/72] libsas: fix handling vacant phy in sas_set_ex_phy()
` [PATCH 54/72] sched_clock: Prevent 64bit inatomicity on 32bit systems
` [PATCH 55/72] x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates
` [PATCH 56/72] x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal
` [PATCH 57/72] cifs: Allow passwords which begin with a delimitor
` [PATCH 58/72] target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs
` [PATCH 59/72] udl: handle EDID failure properly
` [PATCH 60/72] tracing: Fix possible NULL pointer dereferences
` [PATCH 61/72] ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE section
` [PATCH 62/72] Btrfs: make sure nbytes are right after log replay
` [PATCH 63/72] kobject: fix kset_find_obj() race with concurrent last kobject_put()
` [PATCH 64/72] vfs: Revert spurious fix to spinning prevention in prune_icache_sb
` [PATCH 65/72] kref: Implement kref_get_unless_zero v3
` [PATCH 66/72] mtdchar: fix offset overflow detection
` [PATCH 67/72] fbcon: fix locking harder
` [PATCH 68/72] hrtimer: Don't reinitialize a cpu_base lock on CPU_UP
` [PATCH 69/72] ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly
` [PATCH 70/72] efivars: Allow disabling use as a pstore backend
` [PATCH 71/72] efivars: Add module parameter to disable "
` [PATCH 72/72] efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE

[PATCH v3] irqchip: Add support for ARMv7-M's NVIC
 2013-04-18  9:38 UTC  (7+ 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)

[PATCH] video: mxsfb: Fix colors display on lower color depth
 2013-04-18  9:23 UTC 

[PATCH] ARM: sched_clock: Add more notrace to prevent recursion
 2013-04-18  9:20 UTC  (5+ messages)

2 idle patches for 3.9-rc7
 2013-04-18  9:11 UTC  (3+ messages)
` [PATCH 1/2] intel_idle: additional Haswell CPU-id

[PATCHv2 0/3] Detect UDIV/SDIV support from ISAR0
 2013-04-18  9:10 UTC  (3+ messages)
` [PATCHv2 2/3] ARM: Detect support for SDIV/UDIV from ISAR0 register

[PATCH V4] edac: Handle EDAC ECC errors for Family 16h
 2013-04-18  9:08 UTC  (4+ messages)

[PATCH 1/2] pinmux: Add TB10x pinmux driver
 2013-04-18  9:03 UTC  (3+ messages)

[PATCH v2] serial: pl011: Add Device Tree support to request DMA channels
 2013-04-18  9:00 UTC  (4+ messages)

[PATCH 097/102] efivars: explicitly calculate length of VariableName
 2013-04-18  8:58 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).