All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-12-07 09:41:55 to 2012-12-07 10:37:01 UTC [more...]

[PATCH 00/49] Automatic NUMA Balancing v10
 2012-12-07 10:23 UTC  (99+ messages)
` [PATCH 01/49] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 02/49] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 03/49] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 04/49] x86/mm: Introduce pte_accessible()
` [PATCH 05/49] mm: Only flush the TLB when clearing an accessible pte
` [PATCH 06/49] mm: Count the number of pages affected in change_protection()
` [PATCH 07/49] mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
` [PATCH 08/49] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 09/49] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 10/49] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 11/49] mm: numa: define _PAGE_NUMA
` [PATCH 12/49] mm: numa: pte_numa() and pmd_numa()
` [PATCH 13/49] mm: numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 14/49] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 15/49] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 16/49] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 17/49] mm: mempolicy: Add MPOL_NOOP
` [PATCH 18/49] mm: mempolicy: Check for misplaced page
` [PATCH 19/49] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 20/49] mm: migrate: Drop the misplaced pages reference count if the target node is full
` [PATCH 21/49] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 22/49] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 23/49] mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
` [PATCH 24/49] mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 25/49] mm: numa: Add fault driven placement and migration
` [PATCH 26/49] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 27/49] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 28/49] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 29/49] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 30/49] mm: numa: Migrate on reference policy
` [PATCH 31/49] mm: numa: Migrate pages handled during a pmd_numa hinting fault
` [PATCH 32/49] mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
` [PATCH 33/49] mm: numa: Rate limit the amount of memory that is migrated between nodes
` [PATCH 34/49] mm: numa: Rate limit setting of pte_numa if node is saturated
` [PATCH 35/49] sched: numa: Slowly increase the scanning period as NUMA faults are handled
` [PATCH 36/49] mm: numa: Introduce last_nid to the page frame
` [PATCH 37/49] mm: numa: split_huge_page: Transfer last_nid on tail page
` [PATCH 38/49] mm: numa: migrate: Set last_nid on newly allocated page
` [PATCH 39/49] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
` [PATCH 40/49] mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
` [PATCH 41/49] mm: sched: numa: Control enabling and disabling of NUMA balancing
` [PATCH 42/49] mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUG
` [PATCH 43/49] mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
` [PATCH 44/49] mm: numa: Add THP migration for the NUMA working set scanning fault case
` [PATCH 45/49] mm: numa: Add THP migration for the NUMA working set scanning fault case build fix
` [PATCH 46/49] mm: numa: Account for failed allocations and isolations as migration failures
` [PATCH 47/49] mm: migrate: Account a transhuge page properly when rate limiting
` [PATCH 48/49] mm/rmap: Convert the struct anon_vma::mutex to an rwsem
` [PATCH 49/49] mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable

[PATCH 0/6 v10] gpio: Add block GPIO
 2012-12-07 10:36 UTC  (3+ messages)

[PATCH v2] tty: serial core: decouple pm states from ACPI
 2012-12-07 10:36 UTC 

[PATCH net-next v5] bridge: export multicast database via netlink
 2012-12-07 10:36 UTC  (4+ messages)
` [Bridge] "

[PATCH] x86, perf, bts: disable BTS from Nehalem to Ivy Bridge
 2012-12-07 10:35 UTC 

[PATCH v9 00/10] mmc: sdhci: fixes and enhancements
 2012-12-07 10:35 UTC  (4+ messages)
` [PATCH v9 05/10] mmc: sdhci: introduce signal_voltage_switch callback function

[Buildroot] [PATCH] pkg-infra: add <pkg>-extract and <pkg>-patch targets to OVERRIDE support
 2012-12-07 10:32 UTC  (3+ messages)

[U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration
 2012-12-07 10:32 UTC  (4+ messages)

[PATCH 2/2] tty: serial core: use the ACPI PM state defines
 2012-12-07 10:30 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 1/3] target-i386:define name of breakpoint bit in dr7
 2012-12-07 10:29 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 2/3] target-i386:make hw_breakpoint_enabled return bool type
` [Qemu-devel] [PATCH v3 3/3] target-i386:slightly refactor dr7 related function

[PATCH] drivers/thermal/spear_thermal.c: use devm_clk_get
 2012-12-07 10:29 UTC 

[Buildroot] [PATCH] tslib: add license info
 2012-12-07 10:29 UTC 

[RFC 0/8] PAPRD for ath9k
 2012-12-07 10:28 UTC  (11+ messages)
` [RFC 1/8] ath9k_hw: Fix PAPRD registers for AR9485
` [RFC 2/8] ath9k_hw: Fix PAPRD training
` [RFC 3/8] ath9k: Add a few debug messages for PAPRD
` [RFC 4/8] ath9k: Fix redundant PS wrappers
` [RFC 5/8] ath9k_hw: Various trivial fixes for PAPRD
` [RFC 6/8] ath9k_hw: Fix PAPRD retraining for AR9485
` [RFC 7/8] ath9k_hw: Calculate the correct training power for PAPRD
` [RFC 8/8] ath9k_hw: Enable PAPRD for AR9485, AR9462 and AR9565

[PATCH 1/5] sulogin: use the linked lists from list.h for consoles list
 2012-12-07 10:27 UTC  (3+ messages)
` [PATCH 5/5] sulogin: add multi console feature from SysVinit sulogin

[PATCH 0/2] ARM: davinci: da850: add pinctrl support
 2012-12-07 10:27 UTC  (6+ messages)
` [PATCH 1/2] ARM: davinci: da850: add pinctrl driver entries
` [PATCH 2/2] ARM: davinci: da850: add NAND "

[RFC PATCH 0/3] ACPI/UART: Add ACPI 5.0 enueration support for UART
 2012-12-07 10:27 UTC  (17+ messages)
` [RFC PATCH 1/3] UART: Add UART subsystem as a bus
` [RFC PATCH v3 0/4] ACPI/UART: Add ACPI 5.0 enueration support for UART
  ` [RFC PATCH v3 1/4] UART: Add UART subsystem as a bus

[PATCH] fs: revert commit bbdd6808 to fallocate UAPI
 2012-12-07 10:24 UTC  (4+ messages)
` [PATCH, 3.7-rc7, RESEND] "

[meta-angstrom][meta-systemd]: ${sysconfdir}/tmpfiles.d/var-run.conf conflict at do_rootfs
 2012-12-07 10:07 UTC 

[U-Boot] [Resend Patch v2 0/3] EXYNOS: Add support for Exynos4x12
 2012-12-07 10:21 UTC  (4+ messages)
` [U-Boot] [Resend Patch v2 1/3] EXYNOS: EXYNOS4X12: Populate Exynos4x12 register addresses
` [U-Boot] [Resend Patch v2 2/3] EXYNOS: EXYNOS4X12: Add clock structure for EXYNOS4X12
` [U-Boot] [Resend Patch v2 3/3] EXYNOS: EXYNOS4X12: Add gpio "

[PATCH v10 10/10] mmc: sdhci: clean code for SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK selected
 2012-12-07 10:23 UTC 

[PATCH] x86/ucode: Improve error handling and container file processing on AMD
 2012-12-07 10:21 UTC  (2+ messages)

[PATCH] Fixes kernel oops when turning bluetooth mouse on
 2012-12-07 10:21 UTC  (3+ messages)

[mips-sjhill:mti-next 31/35] dma-default.c:(.text+0xb958): undefined reference to `hw_coherentio'
 2012-12-07 10:20 UTC 

[PATCH 0/5] perf hists: Changes on hists__{match,link} (v3)
 2012-12-07 10:18 UTC  (6+ messages)
` [PATCH 2/5] perf hists: Exchange order of comparing items when collapsing hists

[Buildroot] buildroot-2012.11 openssh: Bad trap error
 2012-12-07 10:18 UTC  (3+ messages)

[PATCH RFC] misc/at24: distinguish between eeprom and fram chips
 2012-12-07 10:14 UTC  (5+ messages)

xfsdump INTERRUPT issue
 2012-12-07 10:16 UTC  (5+ messages)

[Qemu-devel] [RFC PATCH 0/2] live backup vm
 2012-12-08  8:24 UTC  (2+ messages)

[Qemu-devel] [ANNOUNCE] QEMU 1.3.0 release
 2012-12-07 10:12 UTC  (6+ messages)

[Buildroot] [PATCH] fbv: add license info
 2012-12-07 10:12 UTC 

Wireless network problem with Access Point selection using ifup
 2012-12-07 10:12 UTC  (3+ messages)

[v3 1/1] iommu/tegra: smmu: bus_notifier registers platform IOMMU devices
 2012-12-07 10:12 UTC  (3+ messages)

[PATCH] btrfs: get the device in write mode when deleting it
 2012-12-07 10:09 UTC 

[RFC v2 0/7] pch_can/c_can: fix races and add PCH support to c_can
 2012-12-07 10:09 UTC  (9+ messages)

[PATCH v2] Persistent grant maps for xen blk drivers
 2012-12-07 10:08 UTC  (3+ messages)
` LVM Checksum error when using persistent grants (#linux-next + stable/for-jens-3.8)

[PATCH v2] ARM: Kconfig: Do not force selection of ARCH_VEXPRESS by ARCH_MULTI_V7
 2012-12-07 10:07 UTC  (2+ messages)

[PATCH v3 net-next 0/4] tunneling: Add support for hardware-offloaded encapsulation
 2012-12-07 10:07 UTC  (3+ messages)
` [PATCH v3 1/4] net: "

[PATCH] ACPI: add Haswell LPSS devices to acpi_platform_device_ids list
 2012-12-07 10:08 UTC 

What value for max_pfn on ARM ?
 2012-12-07 10:04 UTC  (2+ messages)

[3.0-stable PATCH 00/36] Proposed 3.0-stable bug patches
 2012-12-07 10:06 UTC  (4+ messages)

help about ext3 read-only issue on ext3(2.6.16.30)
 2012-12-07 10:03 UTC  (11+ messages)

[PATCH v7 0/9] More device removal fixes
 2012-12-07 10:02 UTC  (5+ messages)
` [PATCH v7 3/9] Introduce scsi_device_being_removed()

mdio_bus_match() bug
 2012-12-07 10:00 UTC 

[PATCH 05/11] brcmfmac: error messages should not be suppressed
 2012-12-07  9:59 UTC  (5+ messages)
` [PATCH V2 "
  ` [PATCH V3 "

[Bug 57977] New: Crash after multiple resolution change
 2012-12-07  9:59 UTC  (3+ messages)
` [Bug 57977] "

8250 UART doesn't work
 2012-12-07 10:04 UTC  (4+ messages)

[ 00/27] 3.6.10-stable review
 2012-12-07 10:00 UTC  (3+ messages)
` [ 20/27] s390/mm: have 16 byte aligned struct pages

[PATCH] smsc: RFC: Workaround for problems with lan8710 phy auto MDI-X
 2012-12-07  9:58 UTC  (3+ messages)
  ` [PATCHv2] "

[ 00/20] 3.4.23-stable review
 2012-12-07  9:59 UTC  (3+ messages)
` [ 15/20] s390/mm: have 16 byte aligned struct pages

[PATCH v1 0/3] SDIO fixes
 2012-12-07  9:57 UTC  (4+ messages)
` [PATCH v1 2/3] mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequence

[PATCH] ACPI: add documentation about ACPI 5 enumeration
 2012-12-07 10:00 UTC 

[U-Boot] [PATCH 0/6] EXYNOS: Add support for Exynos4x10
 2012-12-07  9:56 UTC  (2+ messages)

[meta-fsl-ppc master] libxml2: remove the redundant bbappend
 2012-12-07  9:56 UTC  (2+ messages)

[PATCH] scripts/sortextable: support objects with more than 64K sections
 2012-12-07  9:55 UTC  (2+ messages)

[PATCH 0/6] xen: ARM HDLCD video driver
 2012-12-07  9:53 UTC  (5+ messages)
` [PATCH 1/6] xen/arm: introduce map_phys_range

[PATCH V3 00/11] ARM: delete struct sys_timer
 2012-12-07  9:51 UTC  (4+ messages)
` [PATCH V3 11/11] "

[PATCH] xfs: Fix re-use of EWOULDBLOCK during read on dm-mirror
 2012-12-07  9:53 UTC  (2+ messages)

[PATCH] wireless: Fix ethtool stats and other ops
 2012-12-07  9:50 UTC  (6+ messages)

Please pull l10n updates for 1.8.1 round 2
 2012-12-07  9:41 UTC  (3+ messages)

[U-Boot] [PATCH resend 1/2] u-boot/spl: Add u-boot-spl.img to u-boot targets
 2012-12-07  9:47 UTC  (3+ messages)

[Buildroot] [PATCH] linux: add option to get sources from custom directory
 2012-12-07  9:46 UTC 

Sharing PCIE driver between Microblaze and Arm zynq
 2012-12-07  9:45 UTC  (4+ messages)

[PATCH] gitignore: Add test/bluezutils.pyc
 2012-12-07  9:42 UTC 

[PATCH] fix conntrack reassembly expire code
 2012-12-07  9:42 UTC 

[PATCH] drivers/uio/uio_pdrv_genirq.c: Fix memory leak & confusing labels
 2012-12-07  9:41 UTC  (4+ messages)
` [PATCH v2] drivers/uio/uio_pdrv_genirq.c: Fix memory freeing issues


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.