linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-22 10:21:16 to 2012-08-22 15:31:36 UTC [more...]

[PATCH 0/4] [RFC] ARM: multiplatform: rename all mach headers
 2012-08-22 15:31 UTC  (9+ messages)
` [PATCH 1/4] [RFC] ARM: autogenerate mach-foo/* and plat-foo/* header redirects
` [PATCH 2/4] [RFC] ARM: mass move of mach-*/plat-* header files
` [PATCH 3/4] [RFC] ARM: multiplatform: rename all mach headers
` [PATCH 4/4] [RFC] ARM: treewide: manually change more mach-*/*.h includes

[PATCH] media/radio/shark2: Fix build error caused by missing dependencies
 2012-08-22 15:29 UTC  (3+ messages)

[PATCH v4 0/2] XEN/X86: Document x86_init.mapping.pagetable_reserve and enforce a better semantic
 2012-08-22 15:08 UTC  (3+ messages)
` [PATCH v4 1/2] XEN/X86: Improve semantic support for x86_init.mapping.pagetable_reserve
` [PATCH v4 2/2] XEN: Document the semantic of x86_init.mapping.pagetable_reserve

[PATCH 1/1] driver-core: Shut up dev_dbg_reatelimited() without DEBUG
 2012-08-22 15:21 UTC  (7+ messages)

[PATCH 0/4] ARM: patches for randconfig build errors
 2012-08-22 15:19 UTC  (9+ messages)
` [PATCH 1/4] ARM: export read_current_timer
` [PATCH 2/4] ARM: allow PID_IN_CONTEXTIDR only for ARMv7
` [PATCH 3/4] ARM: export set_irq_flags/irq_set_chip_and_handler
` [PATCH 4/4] ARM: kprobes: make more tests conditional

[RF CPATCH] tty: Split the serial_core helpers for setserial into two
 2012-08-22 15:36 UTC 

[PATCH 0/3 v2] HWPOISON: improve dirty pagecache error reporting
 2012-08-22 15:17 UTC  (4+ messages)
` [PATCH 1/3] HWPOISON: fix action_result() to print out dirty/clean
` [PATCH 2/3] HWPOISON: report sticky EIO for poisoned file
` [PATCH 3/3] HWPOISON: prevent inode cache removal to keep AS_HWPOISON sticky

[Resend with Ack][PATCH v1] PCI: allow acpiphp to handle PCIe ports without native PCIe hotplug capability
 2012-08-22 15:16 UTC  (2+ messages)
` [PATCH v2] PCI: allow acpiphp to handle PCIe ports w/o "

[PATCH 0/6] ARM: randconfig bugs
 2012-08-22 15:13 UTC  (7+ messages)
` [PATCH 1/6] ARM: ux500: don't select LEDS_GPIO for snowball
` [PATCH 2/6] ARM: omap: allow building omap44xx without SMP
` [PATCH 3/6] ARM: imx: build pm-imx5 code only when PM is enabled
` [PATCH 4/6] ARM: imx: fix ksz9021rn_phy_fixup
` [PATCH 5/6] ARM: imx: select CPU_FREQ_TABLE when needed
` [PATCH 6/6] ARM: imx: select ARM_CPU_SUSPEND when necessary

[PATCH 1/4] dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFER
 2012-08-22 15:13 UTC  (8+ messages)
` [PATCH 4/4] dma-buf-mgr: multiple dma-buf synchronization (v3)
  ` [Linaro-mm-sig] "
    ` [RFC patch 4/4] "

[PATCH 00/36] AutoNUMA24
 2012-08-22 14:59 UTC  (37+ messages)
` [PATCH 01/36] autonuma: make set_pmd_at always available
` [PATCH 02/36] autonuma: export is_vma_temporary_stack() even if CONFIG_TRANSPARENT_HUGEPAGE=n
` [PATCH 03/36] autonuma: define _PAGE_NUMA_PTE and _PAGE_NUMA_PMD
` [PATCH 04/36] autonuma: pte_numa() and pmd_numa()
` [PATCH 05/36] autonuma: teach gup_fast about pmd_numa
` [PATCH 06/36] autonuma: introduce kthread_bind_node()
` [PATCH 07/36] autonuma: mm_autonuma and task_autonuma data structures
` [PATCH 08/36] autonuma: define the autonuma flags
` [PATCH 09/36] autonuma: core autonuma.h header
` [PATCH 10/36] autonuma: CPU follows memory algorithm
` [PATCH 11/36] autonuma: add page structure fields
` [PATCH 12/36] autonuma: knuma_migrated per NUMA node queues
` [PATCH 13/36] autonuma: autonuma_enter/exit
` [PATCH 14/36] autonuma: call autonuma_setup_new_exec()
` [PATCH 15/36] autonuma: alloc/free/init task_autonuma
` [PATCH 16/36] autonuma: alloc/free/init mm_autonuma
` [PATCH 17/36] autonuma: prevent select_task_rq_fair to return -1
` [PATCH 18/36] autonuma: teach CFS about autonuma affinity
` [PATCH 19/36] autonuma: memory follows CPU algorithm and task/mm_autonuma stats collection
` [PATCH 20/36] autonuma: default mempolicy follow AutoNUMA
` [PATCH 21/36] autonuma: call autonuma_split_huge_page()
` [PATCH 22/36] autonuma: make khugepaged pte_numa aware
` [PATCH 23/36] autonuma: retain page last_nid information in khugepaged
` [PATCH 24/36] autonuma: numa hinting page faults entry points
` [PATCH 25/36] autonuma: reset autonuma page data when pages are freed
` [PATCH 26/36] autonuma: link mm/autonuma.o and kernel/sched/numa.o
` [PATCH 27/36] autonuma: add CONFIG_AUTONUMA and CONFIG_AUTONUMA_DEFAULT_ENABLED
` [PATCH 28/36] autonuma: page_autonuma
` [PATCH 29/36] autonuma: autonuma_migrate_head[0] dynamic size
` [PATCH 30/36] autonuma: bugcheck page_autonuma fields on newly allocated pages
` [PATCH 31/36] autonuma: shrink the per-page page_autonuma struct size
` [PATCH 32/36] autonuma: boost khugepaged scanning rate
` [PATCH 33/36] autonuma: powerpc port
` [PATCH 34/36] autonuma: make the AUTONUMA_SCAN_PMD_FLAG conditional to CONFIG_HAVE_ARCH_AUTONUMA_SCAN_PMD
` [PATCH 35/36] autonuma: add knuma_migrated/allow_first_fault in sysfs
` [PATCH 36/36] autonuma: add mm_autonuma working set estimation

[PATCH] Boot PV guests with more than 128GB (v3) for v3.7
 2012-08-22 14:57 UTC  (11+ messages)
` [PATCH 02/11] xen/x86: Use memblock_reserve for sensitive areas
  ` [Xen-devel] "
      ` Q:pt_base in COMPAT mode offset by two pages. Was:Re: "

[PATCH 1/3] kgdb,ppc: do not set kgdb_single_step on ppc
 2012-08-22 15:07 UTC  (4+ messages)
` [PATCH 2/3] powerpc: Bail out of KGDB when we've been triggered
` [PATCH 3/3] powerpc/kgdb: restore current_thread_info properly

[PATCH v2 0/5] X86/XEN: Merge x86_init.paging.pagetable_setup_start and x86_init.paging.pagetable_setup_done setup functions and document its semantic
 2012-08-22 14:47 UTC  (6+ messages)

[PATCH WIP 0/6] xen/arm: PV console support
 2012-08-22 15:01 UTC  (10+ messages)
` [PATCH WIP 1/6] xen/arm: fix the shared_info and vcpu_info structs
  ` [PATCH] xen/events: fix unmask_evtchn for PV on HVM guests
    ` [Xen-devel] "

[PATCH v2 2/2] leds-lp5523: set the brightness to 0 forcely on removing the driver
 2012-08-22 14:55 UTC  (2+ messages)

[PATCH v2 1/2] leds-lp5523: add channel name in the platform data
 2012-08-22 14:54 UTC  (2+ messages)

[RFC 0/4] ARM: dma-mapping: IOMMU atomic allocation
 2012-08-22 14:44 UTC  (9+ messages)
` [RFC 1/4] ARM: dma-mapping: Refactor out to introduce __alloc_fill_pages
` [RFC 2/4] ARM: dma-mapping: IOMMU allocates pages from pool with GFP_ATOMIC
` [RFC 3/4] ARM: dma-mapping: Return cpu addr when dma_alloc(GFP_ATOMIC)

[git pull] vfs.git for -rc3
 2012-08-22 14:42 UTC 

[PATCH 00/19 v2] Improve IRQ remapping abstraction in x86 core code
 2012-08-22 14:41 UTC  (6+ messages)
` [PATCH 17/19] x86, msi: Introduce x86_msi.compose_msi_msg call-back

rtl8192se hanging completely
 2012-08-22 14:40 UTC  (2+ messages)

[PATCH]Perf top: Add ability to detect new threads dynamically during 'perf top -p 'pid'' is running
 2012-08-22 14:37 UTC 

[PATCH 0/8] acpi-cpufreq: Move modern AMD cpufreq support to acpi-cpufreq
 2012-08-22 14:34 UTC  (6+ messages)
` [PATCH 7/8] cpufreq: Remove support for hardware P-state chips from powernow-k8

[PATCH -next] HID: picoLCD: Add missing #include <linux/uaccess.h>
 2012-08-22 14:28 UTC  (2+ messages)

[RFC PATCH] tty: move the async flags from the serial code into the tty includes
 2012-08-22 14:44 UTC 

[GIT PULL 00/24] perf/core improvements and fixes
 2012-08-22 14:17 UTC  (7+ messages)
    ` [PATCH] perf tools: Fix 'No libunwind found' make warning message

[PATCH v3] serial: add a new helper function
 2012-08-23  2:13 UTC 

[PATCH 2/5] x86/uprobes: implement x86 specific arch_uprobe_*_step
 2012-08-22 14:11 UTC  (12+ messages)
        ` [PATCH v2 "
                ` [PATCH v3] "

v3.6-rc1: modprobe hangs with sdhci failure on dell e6410
 2012-08-22 14:11 UTC 

uprobe: single step over uprobe & global breakpoints
 2012-08-22 13:48 UTC  (5+ messages)
` [RFC 5/5] uprobes: add "
    ` [RFC 5/5 v2] "

[PATCH 0/5] trace-cmd: Add a recorder readable feature for virtio-trace
 2012-08-22 13:51 UTC  (7+ messages)
` [PATCH 1/5] trace-cmd: Use TRACE_DIR envrionment variable if defined
` [PATCH 2/5] trace-cmd: Use tracing directory to count CPUs
` [PATCH 3/5] trace-cmd: Support trace-agent of virtio-trace

[PATCH v6 1/3] spi/pl022: Add chip select handling via GPIO
 2012-08-22 13:49 UTC  (3+ messages)
` [PATCH v6 2/3] spi/pl022: Add devicetree support
` [PATCH v6 3/3] DT bindings documentation: "num-cs" property for SPI controllers

[PATCH] [Signed-off] kconfig: document oldnoconfig to what it really does in conf.c
 2012-08-22 13:45 UTC  (2+ messages)

[PATCHv3 0/9] *** ARM: Update arch-vt8500 to Devicetree ***
 2012-08-22 13:33 UTC  (4+ messages)
` [PATCHv3 8/9] arm: vt8500: gpio: Devicetree support for arch-vt8500
  ` [rtc-linux] "

[PATCH] crypto: twofish - add x86_64/avx assembler implementation
 2012-08-22 13:31 UTC  (3+ messages)

[discussion]sched: a rough proposal to enable power saving in scheduler
 2012-08-22 13:23 UTC  (29+ messages)

[PATCH v3 00/17] generic hashtable implementation
 2012-08-22 13:22 UTC  (6+ messages)
` [PATCH v3 13/17] lockd: use new "

apparent regressions from TLB range flushing page set
 2012-08-22 13:22 UTC  (5+ messages)

[PATCHv2] kvm: Fix nonsense handling of compat ioctl
 2012-08-22 13:34 UTC 

[ANNOUNCE] 3.4.9-rt17
 2012-08-22 13:08 UTC  (3+ messages)

[PATCH 0/2] console_lock debug improvements
 2012-08-22 13:18 UTC  (2+ messages)

Testing tracer wakeup_rt: .. no entries found ..FAILED!
 2012-08-22 13:02 UTC  (11+ messages)
            ` pci_get_subsys: GFP_KERNEL allocations with IRQs disabled

[RESEND PATCH v4 0/2] omap: add ocp2scp as a bus driver
 2012-08-22 12:59 UTC  (3+ messages)

x86_64: can boxen lose IPIs during IPI storm?
 2012-08-22 12:59 UTC 

BUG: unable to handle kernel paging request at 00010016
 2012-08-22 12:53 UTC  (6+ messages)

[RFC PATCH 00/11] input: Synaptics RMI4 Touchscreen Driver
 2012-08-22 12:50 UTC  (2+ messages)

[PATCH v6 00/12] KVM: introduce readonly memslot
 2012-08-22 12:49 UTC  (8+ messages)
` [PATCH v6 01/12] KVM: x86: fix possible infinite loop caused by reexecute_instruction
` [PATCH v6 12/12] KVM: indicate readonly access fault

[PATCH] x86: mce: Honour bios-set CMCI threshold
 2012-08-22 12:46 UTC  (2+ messages)

[BUG] net/core/sock.c won't compile on alpha
 2012-08-22 12:14 UTC 

[PATCH v2 0/3] DaVinci DMA engine conversion
 2012-08-22 12:37 UTC  (3+ messages)
` [PATCH v2 1/3] dmaengine: add TI EDMA DMA engine driver

RFC: Link Time Optimization support for the kernel
 2012-08-22 12:36 UTC  (6+ messages)
` [PATCH 56/74] lto, workaround: Add workaround for missing LTO symbols in igb

[PATCH v2 00/31] AArch64 Linux kernel port
 2012-08-22 12:27 UTC  (6+ messages)
` [PATCH v2 17/31] arm64: System calls handling

[PATCH RESEND] kvm: Fix nonsense handling of compat ioctl
 2012-08-22 12:22 UTC  (2+ messages)

[PATCH] tty: move the async flags from the serial code into the tty includes
 2012-08-22 12:19 UTC  (2+ messages)

[PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30
 2012-08-22 12:07 UTC  (4+ messages)
` [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

[PATCH 2/3] remoteproc: recover a remoteproc when it has crashed
 2012-08-22 11:57 UTC  (3+ messages)

[PATCH 5/8] mfd: Provide the PRCMU with its own IRQ domain
 2012-08-22 11:55 UTC  (12+ messages)

[PATCH 00/25] Crypto keys and module signing
 2012-08-22 11:52 UTC  (4+ messages)

[PATCH] block: replace __getblk_slow misfix by grow_dev_page fix
 2012-08-22 11:52 UTC  (2+ messages)

[PATCH 7/7] mfd/tc3589x: MASK_ON_SUSPEND
 2012-08-22 11:51 UTC  (2+ messages)

[PATCH 6/7] mfd/stmpe: MASK_ON_SUSPEND
 2012-08-22 11:51 UTC  (2+ messages)

[PATCH 4/7] mfd/db8500-prcmu: MASK_ON_SUSPEND
 2012-08-22 11:50 UTC  (2+ messages)

[PATCH 3/7] gpio/ab8500: MASK_ON_SUSPEND
 2012-08-22 11:50 UTC  (2+ messages)

[PATCH 2/7] mfd/ab8500: MASK_ON_SUSPEND
 2012-08-22 11:50 UTC  (2+ messages)

[PATCH 0/7] Ux500 and MASK_ON_SUSPEND
 2012-08-22 11:49 UTC  (2+ messages)

[PATCH 0/14] fix error return code
 2012-08-22 11:42 UTC  (5+ messages)
` [PATCH 14/14] drivers/spi/spi-s3c24xx.c: "

About multiple queries to control using $DBGMT/dynamic_debug/control
 2012-08-22 11:42 UTC 

[PATCH 0/7] add imx-syscon driver for general registers access
 2012-08-22 11:02 UTC  (7+ messages)
` [PATCH 1/7] mfd: add imx syscon driver based on regmap
` [PATCH 6/7] ARM: dts: imx6q: add simple-bus compatible string for anatop

[tip:x86/platform] x86/vsmp: Use hypervisor layer for initialization
 2012-08-22 11:20 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 2/2] spi/pl022: Add devicetree support
 2012-08-22 11:15 UTC  (2+ messages)

[PATCH v5 1/2] spi/pl022: Add chip select handling via GPIO
 2012-08-22 11:09 UTC  (2+ messages)

[PATCH] tty: move the async flags from the serial code into the tty includes
 2012-08-22 11:15 UTC 

MMTests 0.04
 2012-08-22 10:48 UTC  (5+ messages)
  ` [MMTests] dbench4 async on ext3

[PATCH v2] lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometer
 2012-08-22 10:39 UTC  (5+ messages)

[GIT PULL v2] Update LZO compression
 2012-08-22 10:34 UTC  (2+ messages)

[PATCH] x86, alternative: fix p6 nops on non-modular kernels
 2012-08-22 10:33 UTC  (3+ messages)
` [tip:x86/urgent] x86/alternatives: Fix "

[PATCH RESEND] udf: extent cache implementation for manipulating block map
 2012-08-22 10:27 UTC  (5+ messages)

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-22 10:26 UTC  (3+ messages)

[PATCH fixed for !SMP] x86: don't ever patch back to UP if we unplug cpus
 2012-08-22 10:20 UTC  (2+ messages)
` [tip:x86/asm] x86/smp: Don' t "


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).