public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-07-27 04:37:27 to 2012-07-27 12:48:15 UTC [more...]

[PATCH 00/18] Configure ux500 Audio Drivers for Device Tree
 2012-07-27 12:46 UTC  (14+ messages)
` [PATCH 02/18] ASoC: Ux500: Move MSP pinctrl setup into the MSP driver
` [PATCH 04/18] ASoC: Ux500: Enable ux500 PCM driver for Device Tree
` [PATCH 05/18] ASoC: Ux500: Enable ux500 MSP "
` [PATCH 07/18] ARM: ux500: Clean-up MSP platform code
` [PATCH 08/18] ARM: ux500: Add AB8500 CODEC node to DB8500 Device Tree
` [PATCH 11/18] ARM: ux500: Pass MSP DMA platform data though AUXDATA
` [PATCH 12/18] ARM: ux500: Stop registering the MOP500 Audio driver from platform code
` [PATCH 13/18] ARM: ux500: Add ux500 PCM to DB8500 Device Tree
` [PATCH 14/18] ARM: ux500: Stop registering the PCM driver from platform code
` [PATCH 15/18] ARM: ux500: Add MSP devices to DB8500 Device Tree
` [PATCH 16/18] ARM: ux500: Remove platform registration of MSP devices
` [PATCH 17/18] ARM: ux500: Add all encompassing Sound node to DB8500 Device Tree
` [PATCH 18/18] ARM: ux500: Rename MSP board file to something more meaningful

[PATCH] list corruption by gather_surplus
 2012-07-27 12:47 UTC 

[PATCH 0/7] Bugfixes and clean-ups bound for the v3.6 RCs
 2012-07-27 12:38 UTC  (8+ messages)
` [PATCH 1/7] ASoC: dapm: If one widget fails, do not force all subsequent widgets to fail too
` [PATCH 2/7] ASoC: ab8500: Inform SoC Core that we have our own I/O arrangements
` [PATCH 3/7] mfd: db8500-prcmu: Ensure AB8500 platform data is passed through MFD Core
` [PATCH 4/7] mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cell
` [PATCH 5/7] ARM: ux500: Remove unused snowball_of_platform_devs struct
` [PATCH 6/7] ARM: ux500: Fix merge error, so such struct 'snd_soc_u8500'
` [PATCH 7/7] ARM: ux500: Ensure probing of Audio devices when Device Tree is enabled

[GIT PULL] PWM subsystem for v3.6
 2012-07-27 12:38 UTC  (10+ messages)

[PATCHv8 00/13] perf: Add backtrace post dwarf unwind
 2012-07-27 12:23 UTC  (14+ messages)
` [PATCH 1/7] perf: Unified API to record selective sets of arch registers
` [PATCH 2/7] perf: Add ability to attach user level registers dump to sample
` [PATCH 3/7] perf, x86: Add copy_from_user_nmi_nochk for best effort copy
` [PATCH 4/7] perf: Factor __output_copy to be usable with specific copy function
` [PATCH 5/7] perf: Add perf_output_skip function to skip bytes in sample
` [PATCH 6/7] perf: Add ability to attach user stack dump to sample
` [PATCH 7/7] perf: Add attribute to filter out callchains
` [PATCH 08/13] perf, tool: Adding PERF_ATTR_SIZE_VER2 to the header swap check
` [PATCH 09/13] perf, tool: Add interface to arch registers sets
` [PATCH 10/13] perf, tool: Add libunwind dependency for dwarf cfi unwinding
` [PATCH 11/13] perf, tool: Support user regs and stack in sample parsing
` [PATCH 12/13] perf, tool: Support for dwarf cfi unwinding on post processing
` [PATCH 13/13] perf, tool: Support for dwarf mode callchain on perf record

[PATCH] tty, add kref to sysrq handlers
 2012-07-27 12:19 UTC 

[PATCH] cx25840: Declare MODULE_FIRMWARE usage
 2012-07-27 12:06 UTC  (3+ messages)

[RFC][PATCH v3 0/3] Power sequences with PWM and DT support
 2012-07-27 12:05 UTC  (4+ messages)
` [RFC][PATCH v3 1/3] runtime interpreted power sequences
` [RFC][PATCH v3 2/3] pwm_backlight: use "
` [RFC][PATCH v3 3/3] tegra: add pwm backlight device tree nodes

[PATCHv5 0/2] ARM: replace custom consistent dma region with vmalloc
 2012-07-27 12:03 UTC  (3+ messages)
` [PATCHv5 1/2] mm: vmalloc: use const void * for caller argument
` [PATCHv5 2/2] ARM: dma-mapping: remove custom consistent dma region

[PATCH 00/24] Introduce Xen support on ARM
 2012-07-27 11:56 UTC  (28+ messages)
` [PATCH 01/24] arm: initial Xen support
  ` [Xen-devel] "
` [PATCH 02/24] xen/arm: hypercalls
  ` [Xen-devel] "
` [PATCH 04/24] xen/arm: sync_bitops
  ` [Xen-devel] "
` [PATCH 06/24] xen: missing includes
  ` [Xen-devel] "
` [PATCH 07/24] xen/arm: Xen detection and shared_info page mapping
` [PATCH 10/24] xen: do not compile manage, balloon, pci, acpi and cpu_hotplug on ARM
  ` [Xen-devel] "
` [PATCH 12/24] xen/arm: Introduce xen_guest_init
` [PATCH 13/24] xen/arm: get privilege status
` [PATCH 17/24] xen: allow privcmd for HVM guests
  ` [Xen-devel] "
` [PATCH 18/24] xen/arm: compile blkfront and blkback

[RFC PATCH] Boot PV guests with more than 128GB (v1) for 3.7
 2012-07-27 11:47 UTC  (17+ messages)
` [PATCH 1/7] xen/mmu: use copy_page instead of memcpy
  ` [Xen-devel] "
` [PATCH 3/7] xen/mmu: Release the Xen provided L4 (PGD) back
  ` [Xen-devel] "
` [PATCH 4/7] xen/mmu: Recycle the Xen provided L4, L3, and L2 pages
  ` [Xen-devel] "
` [PATCH 5/7] xen/p2m: Add logic to revector a P2M tree to use __va leafs
  ` [Xen-devel] "
` [PATCH 7/7] xen/mmu: Remove from __ka space PMD entries for pagetables
  ` [Xen-devel] "
` [Xen-devel] [RFC PATCH] Boot PV guests with more than 128GB (v1) for 3.7

[REGRESSION] [KMS] [INTEL] Wrong resolution in console and XWindow
 2012-07-27 11:46 UTC  (4+ messages)

[PATCH/RFC] platform: Add support for automatic device IDs
 2012-07-27 11:46 UTC 

[PATCH] staging/olpc_dcon: fix checkpatch warnings
 2012-07-27 11:45 UTC  (5+ messages)

[PATCH] of: drop of_pdt_build_more in pdt.c
 2012-07-27 11:40 UTC 

[PATCH] dma: imx-dma: Fix kernel crash due to missing clock conversion
 2012-07-27 11:37 UTC  (3+ messages)

rcu: INFO: rcu_preempt detected stalls on CPUs/tasks on v3.6
 2012-07-27 11:27 UTC  (3+ messages)

[PATCH 0/2] Close race leading to pagetable corruption using hugetlbfs
 2012-07-27 11:24 UTC  (5+ messages)
` [PATCH 1/2] Revert "hugetlb: avoid taking i_mmap_mutex in unmap_single_vma() for hugetlb"
` [PATCH 2/2] mm: hugetlbfs: Close race during teardown of hugetlbfs shared page tables

[RESEND RFC 0/3] memory-hotplug: handle page race between allocation and isolation
 2012-07-27 11:10 UTC  (4+ messages)
` [RESEND RFC 3/3] memory-hotplug: bug fix race between isolation and allocation

[RFC PATCH] Xen-SWIOTLB fixes (v1) for 3.7
 2012-07-27 11:06 UTC  (4+ messages)
` [PATCH 1/2] xen/swiotlb: If iommu=soft was not passed in on > 4GB, don't turn it on
  ` [Xen-devel] "

[PATCH v4 00/17] vfs: add the ability to retry on ESTALE to several syscalls
 2012-07-27 10:56 UTC  (3+ messages)

How to use the generic thermal sysfs
 2012-07-27 10:48 UTC  (11+ messages)

[PATCH] documentation, refactor, and cleanups (v2) for 3.7
 2012-07-27 10:49 UTC  (5+ messages)
` [PATCH 2/4] xen/x86: Use memblock_reserve for sensitive areas
` [PATCH 3/4] xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything

[PATCH] [media] davinci: vpfe: Add documentation
 2012-07-27 10:49 UTC  (5+ messages)

[RFC PATCH v5 00/19] memory-hotplug: hot-remove physical memory
 2012-07-27 10:45 UTC  (24+ messages)
` [RFC PATCH 0/19] firmware_map : unify argument of firmware_map_add_early/hotplug
` [PATCH 0.5/19] remove memory info from list before freeing it
` [RFC PATCH v5 01/19] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC PATCH v5 02/19] memory-hotplug: implement offline_memory()
` [RFC PATCH v5 03/19] memory-hotplug: store the node id in acpi_memory_device
` [RFC PATCH v5 04/19] memory-hotplug: offline and remove memory when removing the memory device
` [RFC PATCH v5 05/19] memory-hotplug: check whether memory is present or not
` [RFC PATCH v5 06/19] memory-hotplug: export the function acpi_bus_remove()
` [RFC PATCH v5 07/19] memory-hotplug: call acpi_bus_remove() to remove memory device
` [RFC PATCH v5 08/19] memory-hotplug: remove /sys/firmware/memmap/X sysfs
` [RFC PATCH v5 09/19] memory-hotplug: does not release memory region in PAGES_PER_SECTION chunks
` [RFC PATCH v5 10/19] memory-hotplug: add memory_block_release
` [RFC PATCH v5 11/19] memory-hotplug: remove_memory calls __remove_pages
` [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH v5 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC PATCH v5 14/19] memory-hotplug: move register_page_bootmem_info_node and put_page_bootmem for sparse-vmemmap
` [RFC PATCH v5 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH v5 16/19] memory-hotplug: free memmap "
` [RFC PATCH v5 17/19] memory_hotplug: clear zone when the memory is removed
` [RFC PATCH v5 18/19] memory-hotplug: add node_device_release
` [RFC PATCH v5 19/19] memory-hotplug: remove sysfs file of node

[PATCH] X86: Improve GOP detection in the EFI boot stub
 2012-07-27 10:44 UTC  (2+ messages)

[PATCH] efi: Build EFI stub with EFI-appropriate options
 2012-07-27 10:42 UTC  (2+ messages)

[PATCH v2] Input: synaptics - use firmware data for Cr-48
 2012-07-27 10:40 UTC  (10+ messages)

bluetooth not working since kernel 3.4.4
 2012-07-27 10:38 UTC 

[PATCH] mm: hugetlbfs: Close race during teardown of hugetlbfs shared page tables v2
 2012-07-27 10:36 UTC  (18+ messages)
` [PATCH] mm: hugetlbfs: Close race during teardown of hugetlbfs shared page tables V2 (resend)
  ` [PATCH -alternative] "

[RFC PATCH 00/13] firmware loader: introduce cache/uncache firmware
 2012-07-27 10:35 UTC  (15+ messages)
` [RFC PATCH 08/13] driver core: firmware loader: fix device lifetime
` [RFC PATCH 12/13] driver core: firmware loader: use small timeout for cache device firmware

[vmw_vmci 00/11] VMCI for Linux
 2012-07-27 10:34 UTC  (4+ messages)
` [vmw_vmci 11/11] Apply the header code to make VMCI build

[PATCH V2 0/6] Per-cgroup page stat accounting
 2012-07-27 10:31 UTC  (7+ messages)
` [PATCH V2 1/6] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH V2 2/6] Make TestSetPageDirty and dirty page accounting in one func
` [PATCH V2 3/6] Use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH V2 4/6] memcg: add per cgroup dirty pages accounting
` [PATCH V2 5/6] memcg: add per cgroup writeback "
` [PATCH V2 6/6] memcg: Document cgroup dirty/writeback memory statistics

[PATCH] regmap: Add regmap dummy driver
 2012-07-27 10:28 UTC 

[PATCH] sd: do not set changed flag on all unit attention conditions
 2012-07-27 10:16 UTC  (11+ messages)

[RFC PATCH 0/6] virtio-trace: Support virtio-trace
 2012-07-27  9:43 UTC  (4+ messages)
  `  "

[RFC PATCH] netconsole.txt: "nc" needs "-p" to specify the listening port
 2012-07-27  9:24 UTC  (3+ messages)

[PATCH v2 1/1] mmc: block: Add write packing control
 2012-07-27  9:07 UTC  (4+ messages)

[PATCH v4 0/7] ZPODD patches
 2012-07-27  9:00 UTC  (8+ messages)
` [PATCH v4 1/7] scsi: sr: check support for device busy class events
` [PATCH v4 2/7] scsi: pm: add interface to autosuspend scsi device
` [PATCH v4 3/7] scsi: sr: support zero power ODD(ZPODD)
` [PATCH v4 4/7] scsi: sr: block events when runtime suspended
` [PATCH v4 5/7] scsi: pm: use runtime resume callback if available
` [PATCH v4 6/7] scsi: sr: balance sr disk events block depth
` [PATCH v4 7/7] block: genhd: add an interface to set disk's poll interval

[PATCH 1/2] powerpc: Add trap_nr to thread_struct
 2012-07-27  8:40 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc: Uprobes port to powerpc

[PATCH 1/2] sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean up
 2012-07-27  8:32 UTC  (4+ messages)

[PATCH V2] dma: tegra: enable/disable dma clock
 2012-07-27  8:12 UTC  (4+ messages)

[PATCH] scsi: virtio-scsi: Fix address translation failure of HighMem pages used by sg list
 2012-07-27  8:11 UTC  (23+ messages)
            ` virtio(-scsi) vs. chained sg_lists (was Re: [PATCH] scsi: virtio-scsi: Fix address translation failure of HighMem pages used by sg list)

[RFC] PCI/PM: Add ABI document for sysfs file d3cold_allowed
 2012-07-27  8:07 UTC 

[RFC PATCH] fs/direct-io.c: Set bi_rw when alloc bio
 2012-07-27  8:02 UTC 

[PATCH] x86: don't ever patch back to UP if we unplug cpus
 2012-07-27  7:38 UTC 

[PATCH V3 0/3] Improve virtio-blk performance
 2012-07-27  6:29 UTC  (3+ messages)
` [PATCH V3 3/3] virtio-blk: Add bio-based IO path for virtio-blk

[RFC PATCH 0/6] CPU hotplug: Reverse invocation of notifiers during CPU hotplug
 2012-07-27  7:40 UTC  (4+ messages)

[ANNOUNCE] util-linux v2.22-rc1
 2012-07-27  7:37 UTC 

[PATCH 4 0/4] Add ability to set defaultless network device MAC addresses to deterministic computed locally administered values
 2012-07-27  7:26 UTC  (4+ messages)
    ` arm interrupt handling

Oops after merge of tty-next
 2012-07-27  7:16 UTC  (5+ messages)

[BUG] Boot failure with i915 and commit 0136db586c028f71e7cc21cc183064ff0d5919c8
 2012-07-27  7:16 UTC 

Issue with block I/O cgroup in case of threads
 2012-07-27  7:08 UTC  (2+ messages)

[PATCH 1/6] w1: omap-hdq: add section annotation to remove
 2012-07-27  7:04 UTC  (3+ messages)

[PATCH 00/13] UAPI header file split
 2012-07-27  7:07 UTC  (10+ messages)

[PATCH] mfd: add MAX8907 core driver
 2012-07-27  6:36 UTC  (2+ messages)

[PATCH] extcon: arizona: Implement button detection support
 2012-07-27  6:45 UTC  (6+ messages)

[PATCH] Add Etron XHCI quirk to avoid warning spam
 2012-07-27  6:40 UTC  (3+ messages)

[BUG] Problem with commit cf03c5dac83609f09d9f0e9fa3c09d86daed614d
 2012-07-27  6:24 UTC  (6+ messages)

[patch 0/7] procfs fdinfo extension, new round
 2012-07-27  6:23 UTC  (6+ messages)
` [patch 3/7] procfs: Add ability to plug in auxiliary fdinfo providers

[PATCH 0/4] uprobes: vma_address() fixlets
 2012-07-27  6:22 UTC  (5+ messages)
` [PATCH 3/4] uprobes: rename vma_address() and make it return "unsigned long"

[RFC PATCH v4 0/13] memory-hotplug : hot-remove physical memory
 2012-07-27  6:17 UTC  (3+ messages)
` [RFC PATCH v4 12/13] memory-hotplug : add node_device_release

[GIT PULL (PATCH 0/4)] VFIO driver for v3.6
 2012-07-27  5:32 UTC  (2+ messages)

[PATCH 1/2] charger-manager: Disable regulator for charging when charger cable is detached
 2012-07-27  5:01 UTC 

[PATCH 0/2] charger-manager: Stop charging when charge cable is detached and code clean
 2012-07-27  5:01 UTC 

[PATCH 2/2] charger-manager: Use replacement variable to check state of battery
 2012-07-27  5:01 UTC 

[PATCH v2 1/1] locks: prevent side-effects of locks_release_private before file_lock is initialized
 2012-07-27  4:42 UTC  (2+ messages)
` [PATCHv3] "

[git pull] Please pull powerpc.git merge branch
 2012-07-27  4:37 UTC 


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