All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-09-27 13:21:32 to 2013-09-27 13:44:35 UTC [more...]

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V8
 2013-09-27 13:27 UTC  (127+ messages)
` [PATCH 01/63] sched: monolithic code dump of what is being pushed upstream
` [PATCH 02/63] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 03/63] sched, numa: Comment fixlets
` [PATCH 04/63] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/63] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/63] mm: Prevent parallel splits during THP migration
` [PATCH 07/63] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 08/63] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 09/63] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 10/63] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 11/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 12/63] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 13/63] sched: numa: Mitigate chance that same task always updates PTEs
` [PATCH 14/63] sched: numa: Continue PTE scanning even if migrate rate limited
` [PATCH 15/63] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 16/63] sched: numa: Initialise numa_next_scan properly
` [PATCH 17/63] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 18/63] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 19/63] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/63] sched: Select a preferred node with the most numa hinting faults
` [PATCH 21/63] sched: Update NUMA hinting faults once per scan
` [PATCH 22/63] sched: Favour moving tasks towards the preferred node
` [PATCH 23/63] sched: Resist moving tasks towards nodes with fewer hinting faults
` [PATCH 24/63] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 25/63] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 26/63] sched: Check current->mm before allocating NUMA faults
` [PATCH 27/63] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 28/63] sched: Remove check that skips small VMAs
` [PATCH 29/63] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/63] sched: Do not migrate memory immediately after switching node
` [PATCH 31/63] mm: numa: only unmap migrate-on-fault VMAs
` [PATCH 32/63] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 33/63] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 34/63] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 35/63] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 36/63] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 37/63] stop_machine: Introduce stop_two_cpus()
` [PATCH 38/63] sched: Introduce migrate_swap()
` [PATCH 39/63] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 40/63] sched: numa: Favor placing a task on the preferred node
` [PATCH 41/63] sched: numa: fix placement of workloads spread across multiple nodes
` [PATCH 42/63] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 43/63] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 44/63] sched: numa: Report a NUMA task group ID
` [PATCH 45/63] mm: numa: copy cpupid on page migration
` [PATCH 46/63] mm: numa: Do not group on RO pages
` [PATCH 47/63] mm: numa: Do not batch handle PMD pages
` [PATCH 48/63] sched: numa: stay on the same node if CLONE_VM
` [PATCH 49/63] sched: numa: use group fault statistics in numa placement
` [PATCH 50/63] sched: numa: call task_numa_free from do_execve
` [PATCH 51/63] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 52/63] sched: numa: add debugging
` [PATCH 53/63] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 54/63] sched: numa: fix task or group comparison
` [PATCH 55/63] sched: numa: Avoid migrating tasks that are placed on their preferred node
` [PATCH 56/63] sched: numa: be more careful about joining numa groups
` [PATCH 57/63] sched: numa: Take false sharing into account when adapting scan rate
` [PATCH 58/63] sched: numa: adjust scan rate in task_numa_placement
` [PATCH 59/63] sched: numa: Remove the numa_balancing_scan_period_reset sysctl
` [PATCH 60/63] mm: numa: revert temporarily disabling of NUMA migration
` [PATCH 61/63] sched: numa: skip some page migrations after a shared fault
` [PATCH 62/63] sched: numa: use unsigned longs for numa group fault stats
` [PATCH 63/63] sched: numa: periodically retry task_numa_migrate

[PATCHv4 00/18] device thermal limits represented in device tree nodes (v4)
 2013-09-27 13:42 UTC  (10+ messages)
` [PATCHv4 11/18] arm: dts: add omap4430 thermal data
        ` [lm-sensors] "

[PATCH v3] powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file
 2013-09-27 13:40 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/36] sf: Add common probe and extended/quad read/write cmds support
 2013-09-27 13:39 UTC  (4+ messages)

master - udev: fix 3min udev timeout so that it is applied for all LVM volumes
 2013-09-27 13:38 UTC 

[PATCH] Btrfs: relocate csums properly with prealloc extents
 2013-09-27 13:37 UTC 

[PATCH] pwm-backlight: add support for device tree gpio control
 2013-09-27 13:35 UTC  (10+ messages)

usb-audio mic problem with Polycom C100S
 2013-09-27 13:36 UTC  (5+ messages)

Status of FLR in Xen 4.4
 2013-09-27 13:34 UTC  (11+ messages)

[PATCH 00/10] hpsa: September 2013 driver fixes
 2013-09-27 13:34 UTC  (4+ messages)
` [PATCH 07/10] hpsa: hide logical drives with format in progress from linux

kobject_add_internal failed for msi_irqs with -EEXIST
 2013-09-27 13:34 UTC 

[PATCH RFC v0 0/49] pnfsd-dlm
 2013-09-27 13:34 UTC  (3+ messages)

[Bug 69805] New: flightgear crashes on r600 (rs880)
 2013-09-27 13:34 UTC  (2+ messages)
` [Bug 69805] flightgear crashes on r600 (rs880) with llvm backend

[Xenomai] No boot kernel with xenomai on i.MX6Q Sabrelite
 2013-09-27 13:33 UTC  (14+ messages)
  ` [Xenomai] RE : "
      ` [Xenomai] RE : "
          ` [Xenomai] RE : "
              ` [Xenomai] RE : "

[PATCH] x86, smpboot: fix announce_cpu() to print the last OK
 2013-09-27 13:33 UTC  (8+ messages)
` [tip:x86/urgent] x86/smpboot: Fix announce_cpu() to printk() the last "OK" properly

[PATCH] UBI: fastmap: fix backward compatibility with image_seq
 2013-09-27 13:28 UTC  (7+ messages)
` [PATCH] UBI: simplify image sequence test

[PATCH 0/3] 'wic'- OpenEmbedded Image Creator
 2013-09-27 13:32 UTC  (3+ messages)

[RFC PATCH 0/1] FPGA subsystem core
 2013-09-27 13:31 UTC  (5+ messages)
` [RFC PATCH] fpga: Introduce new fpga subsystem

device tree binding documentation outdated
 2013-09-27 13:31 UTC  (17+ messages)

[PATCH v3 00/11] xen: arm: rework early bring up
 2013-09-27 13:30 UTC  (3+ messages)
` [PATCH v3 08/11] xen: arm: rewrite start of day page table and cpu "

Build error in torvalds kernel 3.11 for omap2plus
 2013-09-27 13:30 UTC  (12+ messages)
          ` [PATCH] arm: Fix build error with context tracking calls

[PATCH] ASoC: adav80x: Convert to direct regmap usage
 2013-09-27 13:29 UTC  (2+ messages)

[PATCH] ata_piix: minor typo fixes and threading fix
 2013-09-27 13:29 UTC  (9+ messages)

[PATCH v4 00/11] xen: arm: rework early bring up
 2013-09-27 13:29 UTC  (12+ messages)
` [PATCH v4 01/11] xen: arm: Load xen under 4GB on 32-bit
` [PATCH v4 02/11] xen: arm: build platform support only on the relevant arch
` [PATCH v4 03/11] xen: arm: Log the raw MIDR on boot
` [PATCH v4 04/11] xen: arm: make sure we stay within the memory bank during mm setup
` [PATCH v4 05/11] xen: arm: add two new device tree helpers
` [PATCH v4 06/11] xen: arm: implement arch/platform SMP and CPU initialisation framework
` [PATCH v4 07/11] xen: arm: implement smp initialisation callbacks for exynos5
` [PATCH v4 08/11] xen: arm: rewrite start of day page table and cpu bring up
` [PATCH v4 09/11] xen: arm: use symbolic names for MPIDR bits
` [PATCH v4 10/11] xen: arm: configure TCR_EL2 for 40 bit physical address space
` [PATCH v4 11/11] xen: arm: split cpu0's domheap mapping PTs out from xen_second

[PATCH RFC] media: rc: OF: Add Generic bindings for remote-control
 2013-09-27 13:26 UTC  (3+ messages)

[PATCH 1/3] ASoC: adau1373: Convert to direct regmap usage
 2013-09-27 13:29 UTC  (2+ messages)

xfs hardware RAID alignment over linear lvm
 2013-09-27 13:29 UTC  (11+ messages)

[PATCH] libxl: handle null lists in libxl_string_list_length
 2013-09-27 13:28 UTC  (5+ messages)

Compilation error with openwrt and uclibc 0.9.31
 2013-09-27 13:23 UTC 

preparing for 4.3.1
 2013-09-27 13:26 UTC  (4+ messages)

[PATCH 0/2] regulator: ti-abb: misc fixes
 2013-09-27 13:25 UTC  (3+ messages)
` [PATCH 1/2] regulator: ti-abb: skip optional parameter for ldo-address
` [PATCH 2/2] regulator: ti-abb: Fix bias voltage glitch in transition to bypass mode with ldo voltage override

[Patch V2] spi/tegra114: Correct support for cs_change
 2013-09-27 13:25 UTC  (3+ messages)

[RFC PATCH 00/11 Allow PR and HV KVM to coexist in one kernel
 2013-09-27 13:25 UTC  (4+ messages)
` [RFC PATCH 09/11] kvm: simplify processor compat check

help needed to unsubscribe
 2013-09-27 13:24 UTC  (2+ messages)

[PATCH] BIOS SATA legacy mode failure
 2013-09-27 13:24 UTC  (11+ messages)

[U-Boot] BOOTM_STATE_OS_CMDLINE: corrupt arm bootm?
 2013-09-27 13:23 UTC  (2+ messages)

[yocto-autobuilder][PATCH 1/1] Extend ignored file list
 2013-09-27 13:22 UTC 

[PATCH] RFC: Introduce FW_INFO* functions
 2013-09-27 13:22 UTC 

[PATCH v2 0/3] ath10k: implement FW IE support
 2013-09-27 13:21 UTC  (2+ messages)
` [PATCH v2 3/3] ath10k: implement firmware IE container support


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.