All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-11-21 10:11:27 to 2012-11-21 10:42:32 UTC [more...]

TSFT
 2012-11-21 10:42 UTC  (6+ messages)

[RFC/PATCH 0/1] ubi: Add ubiblock driver
 2012-11-21 10:42 UTC  (4+ messages)

[RFC PATCH] mm: trace filemap add and del
 2012-11-21 10:41 UTC  (7+ messages)

[PATCH V5 0/5] SMP support for Armada XP
 2012-11-21 10:41 UTC  (7+ messages)
` [PATCH V5 1/5] arm: mvebu: Added support for coherency fabric in mach-mvebu
` [PATCH V5 5/5] arm: mvebu: Added SMP support for Armada XP

[PATCH v2 0/2] mmc: host: sdhci-s3c: Add support for pinctrl interface
 2012-11-21 10:40 UTC  (2+ messages)

[PATCH 1/1] net: add micrel KSZ8873MLL switch support
 2012-11-21 10:40 UTC  (4+ messages)

[PATCH] make mkcephfs and init-ceph osd filesystem handling more flexible
 2012-11-21 10:20 UTC  (3+ messages)

[PATCH 00/27] Latest numa/core release, v16
 2012-11-21 10:38 UTC  (5+ messages)

[PATCH] gdbus: Remove not needed NULL pointer checks
 2012-11-21 10:38 UTC  (2+ messages)

[PATCH v3 RESEND 0/4] ARM: EXYNOS: Power domain DT support extension
 2012-11-21 10:38 UTC  (3+ messages)

[PATCH 1/4] ASoC: firmware: Add support for FW based kcontrols
 2012-11-21 10:37 UTC  (7+ messages)
` [PATCH 4/4] ASoC: firmware core: Add core support to create and destroy firmware components

[PATCH v5 0/2] x86: vmclear vmcss on all cpus when doing kdump if necessary
 2012-11-21 10:36 UTC  (8+ messages)
` [PATCH v5 1/2] x86/kexec: VMCLEAR vmcss on all cpus "
` [PATCH v5 2/2] KVM-INTEL: add a notifier and a bitmap to support VMCLEAR in kdump

[PATCH 138/493] pinctrl: remove use of __devexit_p
 2012-11-21 10:36 UTC  (7+ messages)
` [PATCH 195/493] pinctl: remove use of __devinit
` [PATCH 318/493] pinctrl: remove use of __devinitdata

[PATCH] ARM: dts: exynos4: Use drive strength 3 for SD pins
 2012-11-21 10:35 UTC  (5+ messages)

Fix some fiemap problems
 2012-11-21 10:35 UTC  (4+ messages)
` [PATCH 1/2] ext4: Prevent race while walking extent tree

[Buildroot] [PATCH 1/2] kernel-headers: bump 3.{0, 2, 4, 6}.x stable versions
 2012-11-21 10:35 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux: bump 3.6.x stable version

[PATCH 00/46] Automatic NUMA Balancing V4
 2012-11-21 10:21 UTC  (94+ messages)
` [PATCH 01/46] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 02/46] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 03/46] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 04/46] x86/mm: Introduce pte_accessible()
` [PATCH 05/46] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 06/46] mm: Count the number of pages affected in change_protection()
` [PATCH 07/46] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
` [PATCH 08/46] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 09/46] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 10/46] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 11/46] mm: numa: define _PAGE_NUMA
` [PATCH 12/46] mm: numa: pte_numa() and pmd_numa()
` [PATCH 13/46] mm: numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 14/46] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 15/46] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 16/46] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 17/46] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 18/46] mm: mempolicy: Check for misplaced page
` [PATCH 19/46] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 20/46] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 21/46] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 22/46] mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
` [PATCH 23/46] mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 24/46] mm: numa: Add fault driven placement and migration
` [PATCH 25/46] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 26/46] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 27/46] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 28/46] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 29/46] mm: numa: Migrate on reference policy
` [PATCH 30/46] mm: numa: Migrate pages handled during a pmd_numa hinting fault
` [PATCH 31/46] mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
` [PATCH 32/46] mm: numa: Rate limit the amount of memory that is migrated between nodes
` [PATCH 33/46] mm: numa: Rate limit setting of pte_numa if node is saturated
` [PATCH 34/46] sched: numa: Slowly increase the scanning period as NUMA faults are handled
` [PATCH 35/46] mm: numa: Introduce last_nid to the page frame
` [PATCH 36/46] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
` [PATCH 37/46] mm: numa: Add THP migration for the NUMA working set scanning fault case
` [PATCH 38/46] sched: numa: Introduce tsk_home_node()
` [PATCH 39/46] sched: numa: Make find_busiest_queue() a method
` [PATCH 40/46] sched: numa: Implement home-node awareness
` [PATCH 41/46] sched: numa: Introduce per-mm and per-task structures
` [PATCH 42/46] sched: numa: CPU follows memory
` [PATCH 43/46] sched: numa: Rename mempolicy to HOME
` [PATCH 44/46] sched: numa: Consider only one CPU per node for CPU-follows-memory
` [PATCH 45/46] balancenuma: no task swap in finding placement
` [PATCH 46/46] Simple CPU follow

[PATCH V4 0/4] [SCSI] ufs: Adds glue drivers to ufshcd
 2012-11-21 10:32 UTC  (6+ messages)
` [PATCH V4 1/4] [SCSI] drivers/scsi/ufs: Seggregate PCI Specific Code

[PATCH 1/1] ALSA: usb-audio: Return meaningful error codes instead of -1 in format.c
 2012-11-21 10:32 UTC  (2+ messages)

[PATCH 0/4] ARM: dts: exynos4210-origen: Device tree fixes
 2012-11-21 10:31 UTC  (3+ messages)

[Buildroot] [PATCH v3] fs/common: Create initial console device
 2012-11-21 10:32 UTC  (4+ messages)

[Buildroot] [git commit] fs/common: Create initial console device
 2012-11-21 10:31 UTC 

[GIT PULL] Add hardware I/O coherency support for Armada 370/XP
 2012-11-21 10:31 UTC 

brcmsmac crash/disconects
 2012-11-21 10:30 UTC  (3+ messages)

[PATCH] Improve performance of IOCTL_PRIVCMD_MMAPBATCH_V2
 2012-11-21 10:29 UTC  (2+ messages)

WARNING!!! VIRUS DETECTED AND SPY, UPDATE NOW!!!
 2012-11-21 10:12 UTC 

[PATCH 1/1] mmc:atmel-mci: use devm_gpio_request/free and configure the pin corrently
 2012-11-21 10:29 UTC  (2+ messages)

drm-next update
 2012-11-21 10:28 UTC  (2+ messages)

[PATCH] xl: Suppress spurious warning message for cpupool-list
 2012-11-21 10:27 UTC  (2+ messages)

[PATCH] multilib.bbclass: Drop populate_sdk_base exclusion
 2012-11-21 10:13 UTC 

[PATCH v3 00/18] ARM: Patchset for CLPS711X
 2012-11-21 10:27 UTC  (5+ messages)

[LTP] [PATCH] runnetnstest.sh: fix a fail of vsftpd is disabled
 2012-11-21 10:25 UTC 

[PATCH] mac80211: fix channel context suspend handling
 2012-11-21 10:26 UTC  (3+ messages)
` [PATCH v2] mac80211: fix channel context suspend/reconfig handling

pch_can: Data transmission stops after dropped packet
 2012-11-21 10:24 UTC  (20+ messages)

[Qemu-devel] [PULL 1.3-rc1 0/5] Block patches for QEMU 1.3-rc1
 2012-11-21 10:12 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/5] block: add bdrv_reopen() support for raw hdev, floppy, and cdrom
` [Qemu-devel] [PATCH 2/5] vdi: don't override libuuid symbols
` [Qemu-devel] [PATCH 3/5] use int64_t for return values from rbd instead of int
` [Qemu-devel] [PATCH 4/5] ide: Fix crash with too long PRD
` [Qemu-devel] [PATCH 5/5] ide: Fix status register after short PRDs

[Buildroot] crosstools build fails when hard fpu is selected
 2012-11-21 10:23 UTC 

KEXEC on ARM cortex-a15
 2012-11-21 10:22 UTC  (8+ messages)

[PATCH 1/1] asix: use ramdom hw addr if the one read is not valid
 2012-11-21 10:22 UTC  (2+ messages)

Groupe electrogene alternateur et accessoire d'occasion
 2012-11-21 10:21 UTC 

[PATCH 0/4] Dove pinctrl fixes and DT enabling
 2012-11-21 10:20 UTC  (4+ messages)

[RFC/PATCH 1/1] ubi: Add ubiblock driver
 2012-11-21 10:20 UTC  (4+ messages)

[PATCH 0/5] HPET and IOMMU adjustments
 2012-11-21 10:19 UTC  (6+ messages)
` [PATCH 1/5] x86/HPET: include FSB interrupt information in 'M' debug key output
` [PATCH 2/5] VT-d: include IOMMU "
` [PATCH 3/5] AMD IOMMU: "
` [PATCH 4/5] x86/HPET: fix FSB interrupt masking
` [PATCH 5/5] VT-d: adjust IOMMU interrupt affinities when all CPUs are online

[PATCH 2/2] PM/devfreq: Fix return value in devfreq_remove_governor()
 2012-11-21 10:18 UTC 

[Buildroot] [PATCH] external-toolchain: add Sourcery CodeBench ARM 2012.09
 2012-11-21 10:18 UTC  (3+ messages)

[Buildroot] [PATCH] Remove unused barebox 2012.07 string
 2012-11-21 10:17 UTC  (2+ messages)

[PULL pinctrl-for 3.8] at91 update
 2012-11-21 10:17 UTC  (4+ messages)

[Buildroot] [git commit] Remove unused barebox 2012.07 string
 2012-11-21 10:17 UTC 

[For 3.8 PATCH 0/5] pinctrl-at91: add missing mux + gpio name + fix
 2012-11-21 10:16 UTC  (3+ messages)

[PATCH v3 0/4] RFC: OMAP GPMC DT bindings
 2012-11-21 10:15 UTC  (11+ messages)
` [PATCH v3 4/4] ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND

[Buildroot] [PATCH 2/3] xtensa: fix target gdb build and 64-bit host side gdb
 2012-11-21 10:15 UTC  (2+ messages)

[Buildroot] [git commit] xtensa: fix target gdb build and 64-bit host side gdb
 2012-11-21 10:14 UTC 

[PATCH 0/2] gpio: dt: add gpio-export support
 2012-11-21 10:14 UTC  (6+ messages)
` [PATCH 1/2] gpiolib: add gpio_export_with_name
  ` [PATCH 2/2] gpiolib-of: ad gpio-export support

[PATCH] Staging: rtl8187se: fixed some checkpatch warnings and errors in r8180_wx.c
 2012-11-21 10:13 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] Adding boottime support
 2012-11-21 10:13 UTC  (6+ messages)
` [U-Boot] [PATCH 5/8] arm: Add boottime support for the ARM architecture

[PATCH v12 0/6] of: add display helper
 2012-11-21 10:12 UTC  (5+ messages)
` [PATCH v12 2/6] video: add of helper for videomode

[PATCH v3] can: c_can: Add d_can raminit support
 2012-11-21 10:12 UTC  (4+ messages)

[PATCH 0/3] xfstests: remove unused code and resolve warnings
 2012-11-21 10:14 UTC  (7+ messages)
` [PATCH 1/3] xfstests: remove unsupported conditionals
` [PATCH 2/3] xfstests: remove unused conditional NO_XFS
` [PATCH 3/3] xfstests: resolve compiler warnings


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.