All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-07 09:46:59 to 2013-10-07 10:30:39 UTC [more...]

[PATCH 0/63] Basic scheduler support for automatic NUMA balancing V9
 2013-10-07 10:29 UTC  (75+ messages)
` [PATCH 01/63] hotplug: Optimize {get,put}_online_cpus()
` [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: numa: Sanitize task_numa_fault() callsites
` [PATCH 08/63] mm: Close races between THP migration and PMD numa clearing
` [PATCH 09/63] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 10/63] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 11/63] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [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 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 0/2] ASoC: fix sound on mx31moboard
 2013-10-07 10:29 UTC  (10+ messages)
` [PATCH 1/2] ASoC: fsl: imx-ssi: fix probe on imx31
        ` [alsa-devel] "

APPLY FOR A LOAN NOW
 2013-10-07 10:27 UTC 

[PATCH] ARM: OMAP4/highbank: Flush L2 cache before disabling
 2013-10-07 10:27 UTC  (2+ messages)

[Xenomai] [PULL] ipipe-3.8: Build fix for !CONFIG_IPIPE
 2013-10-07 10:27 UTC 

Feature Request: gitignore recursion
 2013-10-07 10:26 UTC  (2+ messages)

[Qemu-devel] [PATCHv3 00/20] block: logical block provisioning enhancements
 2013-10-07  9:42 UTC  (3+ messages)

[Buildroot] eSpeak: new package
 2013-10-07 10:25 UTC 

[PATCH u-boot (sc) 2/3] Update all references to get_ram_size to unsigned long
 2013-10-07 10:25 UTC 

[PATCH net-next] xen-netback: fix xenvif_count_skb_slots()
 2013-10-07 10:23 UTC  (13+ messages)
` [Xen-devel] "

[PATCH v2 0/6] v4l: VPE mem to mem driver
 2013-10-07 10:22 UTC  (8+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] v4l: ti-vpe: Add "

[U-Boot] [UBOOT][PATCHv6 0/6] Add TI qspi controller with memory mapped support
 2013-10-07 10:23 UTC  (7+ messages)
` [U-Boot] [UBOOT][PATCHv6 1/6] omap5: add qspi support
` [U-Boot] [UBOOT][PATCHv6 2/6] armv7: hw_data: change clock divider setting
` [U-Boot] [UBOOT][PATCHv6 3/6] sf: Add memory mapped read support
` [U-Boot] [UBOOT][PATCHv6 4/6] spi: add TI QSPI driver
` [U-Boot] [UBOOT][PATCHv6 5/6] dra7xx_evm: add SPL API, QSPI, and serial flash support
` [U-Boot] [UBOOT][PATCHv6 6/6] README: qspi usecase and testing documentation

[PATCH 0/3] ARM: dts: omap3-igep0020: improvements for v3.13
 2013-10-07 10:22 UTC  (7+ messages)
` [PATCH 2/3] ARM: dts: omap3-igep0020: Add HS USB Host support

[PATCH v2] xen/x86: add a comment regarding how to get the VCPU ID on HVM
 2013-10-07 10:21 UTC  (2+ messages)

[BUG] pci-passthrough on dom0 kernel versions above 3.8 crashes dom0
 2013-10-07 10:19 UTC  (3+ messages)

Problems when using latest git tree to boot xen on OMAP5
 2013-10-07 10:19 UTC  (6+ messages)

[PATCH v2 1/1] drm/i915: Fix VGA handling using stop_machine() or mmio
 2013-10-07  9:44 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 0/3] ARM: dts: omap3-igep: improvements for v3.13
 2013-10-07 10:18 UTC  (5+ messages)
` [PATCH v2 1/3] ARM: dts: omap3-igep: Add USB OTG support
` [PATCH v2 2/3] ARM: dts: omap3-igep0020: Add HS USB Host support
` [PATCH v2 3/3] ARM: dts: omap3-igep0020: use standard constant for IRQ flags

[Patch 0/2] Misc coverity fixes (set 2)
 2013-10-07 10:17 UTC  (5+ messages)
` [Patch 1/2] x86/vtd: Fix suspected data race condition in iommu_set_root_entry()
` [Patch 2/2] x86/traps: improvements to {rd, wr}msr_hypervisor_regs()

[U-Boot] [PATCH 7/9] net: tsec: Use portable types and accessors for BDs
 2013-10-07 10:16 UTC  (10+ messages)
` [U-Boot] [PATCH 7/9][v2] "

[PATCH] remove unnecessary null pointer checks before frees
 2013-10-07 10:15 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] USB Device Controller support for BCM281xx
 2013-10-07 10:12 UTC  (14+ messages)
` [PATCH 1/5] usb: gadget: s3c-hsotg: enable build for other platforms
` [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width
` [PATCH 3/5] usb: phy: add Broadcom Kona USB control driver
` [PATCH 4/5] usb: phy: add Broadcom Kona USB PHY driver
` [PATCH 5/5] ARM: dts: add usb udc support to bcm281xx

[PATCH] btrfs-progs: create helper function to use lblkid to scan for btrfs disks
 2013-10-07 10:21 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] Few minor improvements of monitor disas command (v4)
 2013-10-07 10:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH 3/4] Refactoring MonitorDef array
` [Qemu-devel] [PATCH 4/4] Add ARM registers definitions for Monitor commands

[Buildroot] [PATCH] pkg-infra: log current message
 2013-10-07 10:09 UTC  (2+ messages)

[PATCH 0/5] Armada DRM stuff
 2013-10-07 10:09 UTC  (6+ messages)
` [PATCH 3/5] DRM: Armada: Add support for ARGB 32x64 or 64x32 hardware cursors

[PATCH 2/2] thermal: TI: always register sensor driver with core thermal framework
 2013-10-07 10:08 UTC  (3+ messages)

[PATCH] thermal: offer TI thermal support only when ARCH_OMAP2PLUS is defined
 2013-10-07 10:05 UTC  (5+ messages)

From Mr. Charles Kabore
 2013-10-07 10:01 UTC 

[Powertop] [PATCH POWERTOP V3] resolve the bug that powertop doesn't show correct frequency stats
 2013-10-07 10:03 UTC 

[Qemu-devel] [PATCH v3 0/8] hw/pci: set irq without selecting INTx pin
 2013-10-07 10:05 UTC  (2+ messages)

[Bug 62601] New: 3.11 radeon hdmi audio does not work
 2013-10-07 10:01 UTC  (2+ messages)
` [Bug 62601] "

[Buildroot] [PATCH] lcms2: bump to version 2.5
 2013-10-07 10:00 UTC  (2+ messages)

[Buildroot] [git commit] lcms2: bump to version 2.5
 2013-10-07 10:00 UTC 

[Buildroot] [PATCH] ortp: bump to version 0.22.0
 2013-10-07 10:00 UTC  (2+ messages)

[Buildroot] [git commit] ortp: bump to version 0.22.0
 2013-10-07 10:00 UTC 

[Buildroot] [PATCH] gtest: add license information
 2013-10-07  9:59 UTC  (2+ messages)

[PATCH 0/1] kernel: provide scripts in the sysroot
 2013-10-07  9:58 UTC  (5+ messages)
` [PATCH 1/1] kernel: restore "

[Buildroot] [git commit] gtest: add license information
 2013-10-07  9:58 UTC 

[nftables kernel - PATCH 0/2] Minor API fixes (mostly documentation)
 2013-10-07  9:58 UTC  (3+ messages)
` [nftables kernel - PATCH 1/2] netfilter: nf_tables: Update uapi nftables netlink header documentation
` [nftables kernel - PATCH 2/2] netfilter: nf_tables: Fix the netlink attributes policy for chain

/dev/disk0 vs /dev/mmc0
 2013-10-07  9:57 UTC  (6+ messages)

[Buildroot] [PATCH] mpg123: bump to version 1.16.0
 2013-10-07  9:57 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: drop MADVISE_DONT_NEED for incoming zero pages
 2013-10-07  9:57 UTC  (2+ messages)

pull-request: iwlwifi-next 2013-10-07
 2013-10-07  9:56 UTC 

[Qemu-devel] [Bug 1100843] Re: Live Migration Causes Performance Issues
 2013-10-07  9:55 UTC  (8+ messages)
    `  "

[PATCH v3 0/2] KVM/ARM Huge pages support
 2013-10-07  9:53 UTC  (4+ messages)
` [PATCH v3 1/2] KVM: ARM: Support hugetlbfs backed huge pages

[Buildroot] [git commit] mpg123: bump to version 1.16.0
 2013-10-07  9:54 UTC 

[Buildroot] [PATCH] sudo: bump to version 1.8.8
 2013-10-07  9:53 UTC  (2+ messages)

[Buildroot] [git commit] sudo: bump to version 1.8.8
 2013-10-07  9:53 UTC 

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-10-07  9:53 UTC  (2+ messages)

[Buildroot] [PATCH] barebox: bump to version 2013.10.0
 2013-10-07  9:53 UTC  (2+ messages)

[Buildroot] [git commit] barebox: bump to version 2013.10.0
 2013-10-07  9:53 UTC 

[Buildroot] [PATCH 1/1] libbsd: bump to version 0.6.0
 2013-10-07  9:52 UTC  (2+ messages)

pull-request: mac80211-next 2013-10-07
 2013-10-07  9:51 UTC 

[PATCH v2 0/3] AArch64: KGDB support
 2013-10-07  9:51 UTC  (7+ messages)
` [PATCH v2 2/3] AArch64: KGDB: Add Basic "

[PATCH 1/3] crypto: Fully restore ahash request before completing
 2013-10-07  9:50 UTC  (6+ messages)
` [PATCH 2/3] ARM: mxs: crypto: Add Freescale MXS DCP driver

[Bug 69729] New: HDMI audio stopped working on HD 3470 (RV620/M82)
 2013-10-07  9:50 UTC  (2+ messages)
` [Bug 69729] "

[PATCH] xen: Fix possible user space selector corruption
 2013-10-07  9:49 UTC  (10+ messages)
` [Xen-devel] "
          ` [PATCH v2] "

[Buildroot] [PATCH] smartmontools: bump to version 6.2
 2013-10-07  9:48 UTC  (2+ messages)

[PATCH] man: update the manpage for cluster match
 2013-10-07  9:50 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] powerpc/t104xrdb: Add T1042RDB_PI board support
 2013-10-07  9:48 UTC 

[PATCHv4 00/10] split page table lock for PMD tables
 2013-10-07  9:48 UTC  (6+ messages)

[PATCH] atan.3: ATTRIBUTES: Note functions that are thread-safe
 2013-10-07  9:48 UTC 

[Buildroot] [git commit] smartmontools: bump to version 6.2
 2013-10-07  9:48 UTC 

[U-Boot] [PATCH 1/2] powerpc/t104xrdb: Add T1040RDB board support
 2013-10-07  9:48 UTC 

[U-Boot] [PATCH 0/2] powerpc/t104xrdb: Add support for T1040RDB and T1042RDB_PI
 2013-10-07  9:47 UTC 

[x86] BUG: unable to handle kernel paging request at 00740060
 2013-10-07  9:46 UTC  (6+ messages)
` [x86] BUG: unable to handle kernel paging request at 08000060


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.