messages from 2012-12-02 17:02:38 to 2012-12-02 19:40:52 UTC [more...]
[PATCH 1/1] telit: stay 'online' until POST_SIM state reached
2012-12-04 16:47 UTC (2+ messages)
[U-Boot] [PATCH] fix linker generated lists on non-C locales
2012-12-02 19:39 UTC (10+ messages)
[ 00/37] 3.0.54-stable review
2012-12-02 19:36 UTC (2+ messages)
[RFC GIT PULL] scheduler fix for autogroups
2012-12-02 19:36 UTC (6+ messages)
[U-Boot] [PATCH v2 07/15] x86: Import MSR/MTRR code from Linux
2012-12-02 19:33 UTC (3+ messages)
` [U-Boot] [PATCH v2 14/15] Introduce arch_phys_memset which works like memset but on physical memory
[PATCH v5 0/2] submodule update: add --remote for submodule's upstream changes
2012-12-02 19:32 UTC (5+ messages)
arch_check_bp_in_kernelspace: fix the range check
2012-12-02 19:30 UTC (3+ messages)
` PTRACE_SYSCALL && vsyscall (Was: arch_check_bp_in_kernelspace: fix the range check)
[kbd] [ANNOUNCE] kbd-1.15.4 (stable)
2012-12-02 19:30 UTC (10+ messages)
[U-Boot] U-Boot for MIPS AR7161
2012-12-02 19:21 UTC (10+ messages)
Getting 'stat64 already defined' type errors when trying to "make" fio on RedHat/Centos 6.3 (linux kernel 2.6.18-308)
2012-12-02 19:20 UTC (3+ messages)
[lm-sensors] ITE it8603e
2012-12-02 19:20 UTC (5+ messages)
[lm-sensors] [PATCH 2/2] hwmon: (it87) Add support for IT8772E
2012-12-02 19:17 UTC
[lm-sensors] [PATCH 1/2] hwmon: (it87) Add support for old
2012-12-02 19:17 UTC (2+ messages)
` [lm-sensors] [PATCH 1/2] hwmon: (it87) Add support for IT8771E
[lm-sensors] [PATCH 0/2] hwmon: Add support for IT8771E and IT8772E
2012-12-02 19:17 UTC
[U-Boot] [PATCH 00/10] Add Marvell Dove and SolidRun CuBox
2012-12-02 19:15 UTC (7+ messages)
` [U-Boot] [PATCH 01/10] ARM: dove: add support for Marvell Dove SoC
` [U-Boot] [PATCH 09/10] Boards: Add support for SolidRun CuBox
` [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot
Kernel panic
2012-12-02 19:13 UTC (3+ messages)
[PATCH] submodule: add 'deinit' command
2012-12-02 19:09 UTC (5+ messages)
` [RFC] remove/deprecate 'submodule init' and 'sync'
[PATCH 00/52] RFC: Unified NUMA balancing tree, v1
2012-12-02 18:43 UTC (106+ messages)
` [PATCH 01/52] mm/compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/52] mm/compaction: Add scanned and isolated counters for compaction
` [PATCH 03/52] mm/migrate: Add a tracepoint for migrate_pages
` [PATCH 04/52] mm/numa: define _PAGE_NUMA
` [PATCH 05/52] mm/numa: Add pte_numa() and pmd_numa()
` [PATCH 06/52] mm/numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 07/52] mm/numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 08/52] mm/numa: Create basic numa page hinting infrastructure
` [PATCH 09/52] mm/mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 10/52] mm/mempolicy: Add MPOL_MF_NOOP
` [PATCH 11/52] mm/mempolicy: Check for misplaced page
` [PATCH 12/52] mm/migrate: Introduce migrate_misplaced_page()
` [PATCH 13/52] mm/mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 14/52] mm/mempolicy: Add MPOL_MF_LAZY
` [PATCH 15/52] mm/mempolicy: Implement change_prot_numa() in terms of change_protection()
` [PATCH 16/52] mm/mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 17/52] mm/numa: Add pte updates, hinting and migration stats
` [PATCH 18/52] mm/numa: Migrate on reference policy
` [PATCH 19/52] sched, numa, mm: Add last_cpu to page flags
` [PATCH 20/52] mm, numa: Implement migrate-on-fault lazy NUMA strategy for regular and THP pages
` [PATCH 21/52] sched: Make find_busiest_queue() a method
` [PATCH 22/52] sched, numa, mm: Add credits for NUMA placement
` [PATCH 23/52] sched, numa, mm: Describe the NUMA scheduling problem formally
` [PATCH 24/52] sched: Add adaptive NUMA affinity support
` [PATCH 25/52] sched, numa: Improve the CONFIG_NUMA_BALANCING help text
` [PATCH 26/52] sched: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 27/52] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 28/52] sched: Implement slow start for working set sampling
` [PATCH 29/52] sched: Implement NUMA scanning backoff
` [PATCH 30/52] sched: Improve convergence
` [PATCH 31/52] sched: Introduce staged average NUMA faults
` [PATCH 32/52] sched: Track groups of shared tasks
` [PATCH 33/52] sched: Use the best-buddy 'ideal cpu' in balancing decisions
` [PATCH 34/52] sched: Average the fault stats longer
` [PATCH 35/52] sched: Use the ideal CPU to drive active balancing
` [PATCH 36/52] sched: Add hysteresis to p->numa_shared
` [PATCH 37/52] sched, numa, mm: Interleave shared tasks
` [PATCH 38/52] sched, mm, mempolicy: Add per task mempolicy
` [PATCH 39/52] sched: Track shared task's node groups and interleave their memory allocations
` [PATCH 40/52] sched: Add "task flipping" support
` [PATCH 41/52] sched: Move the NUMA placement logic to a worklet
` [PATCH 42/52] numa, mempolicy: Improve CONFIG_NUMA_BALANCING=y OOM behavior
` [PATCH 43/52] sched: Introduce directed NUMA convergence
` [PATCH 44/52] sched: Remove statistical NUMA scheduling
` [PATCH 45/52] sched: Track quality and strength of convergence
` [PATCH 46/52] sched: Converge NUMA migrations
` [PATCH 47/52] sched: Add convergence strength based adaptive NUMA page fault rate
` [PATCH 48/52] sched: Refine the 'shared tasks' memory interleaving logic
` [PATCH 49/52] mm/rmap: Convert the struct anon_vma::mutex to an rwsem
` [PATCH 50/52] mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
` [PATCH 51/52] sched: Exclude pinned tasks from the NUMA-balancing logic
` [PATCH 52/52] sched: Add RSS filter to NUMA-balancing
EMAIL ACCOUNT UPGRADE
2012-12-02 18:49 UTC
Business Proposal
2012-12-02 18:37 UTC
[Qemu-devel] [Bug 1085658] [NEW] exec, cpu log
2012-12-02 18:31 UTC (2+ messages)
` [Qemu-devel] [Bug 1085658] "
[RFC] Capabilities still can't be inherited by normal programs
2012-12-02 18:35 UTC (3+ messages)
[PATCH 2/2] libxl: switch NetBSD image file handling to Qemu
2012-12-02 18:32 UTC
[Buildroot] [git commit] pkg-infra: introduce errors for legacy API
2012-12-02 18:31 UTC (4+ messages)
[PATCH 2/2] libxl: switch NetBSD image file handling to Qemu
2012-12-02 18:22 UTC
Definitely seeing linux OS RAID device failure on reboot for 3.x (x >= 5) kernels
2012-12-02 18:22 UTC
[PATCH] firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES
2012-12-02 18:16 UTC (3+ messages)
[PATCH] build: resolve link failure for ip6t_NETMAP
2012-12-02 18:16 UTC
【Suggestion】drivers/tty: drivers/char/: for MAX_ASYNC_BUFFER_SIZE
2012-12-02 18:10 UTC (9+ messages)
` [Suggestion] drivers/tty: "
` [PATCH] synclink fix ldisc buffer argument
i915 error hangcheck timer elapsed
2012-12-02 18:05 UTC (2+ messages)
[Bug 33648] New: Black line in Lightsmark with Z compression enabled (RV530)
2012-12-02 18:04 UTC (2+ messages)
` [Bug 33648] "
[Draft] From Bitbake Hello World To an Image
2012-12-02 17:47 UTC
[PATCH 00/10] Latest numa/core release, v18
2012-12-02 17:53 UTC (12+ messages)
` [RFC PATCH] mm/migration: Don't lock anon vmas in rmap_walk_anon()
` [RFC PATCH] mm/migration: Remove anon vma locking from try_to_unmap() use
` [PATCH 2/2] mm/migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
` [PATCH 2/2, v2] "
[PATCH v4]menuconfig: Add Save button
2012-12-02 17:52 UTC (2+ messages)
[PATCH] staging: ft1000: rename struct ft1000_device to ft1000_usb
2012-12-02 17:51 UTC
[PATCH] lxdialog:inputbox: Fix can't change selected button with Left/Right when input box selected
2012-12-02 17:32 UTC (2+ messages)
[PATCH] tty: serial: vt8500: fix return value check in vt8500_serial_probe()
2012-12-02 17:47 UTC (3+ messages)
[Bug 49151] New: NULL pointer dereference in pata_acpi
2012-12-02 17:46 UTC (2+ messages)
` [Bug 49151] "
[PATCH 1/2] pci_ids: Added FPGA-related entries
2012-12-02 17:26 UTC (6+ messages)
` [PATCH 2/2] New driver: Xillybus generic interface for FPGA (programmable logic)
[RFC/PATCH 0/1] ubi: Add ubiblock driver
2012-12-02 17:39 UTC (9+ messages)
LGDT3305 configuration questions
2012-12-02 17:39 UTC (3+ messages)
[patch v2] x86, UV: integer wrap bug in uv_hub_ipi_value()
2012-12-02 17:35 UTC (5+ messages)
` [patch v3] "
[PATCH] rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_EN
2012-12-02 17:34 UTC
[PATCH net-next] net: fix sparse endianness warnings on sock_common
2012-12-02 17:33 UTC
[ 05/56] drivers/leds/leds-lp5521.c: fix lp5521_read() error handling
2012-12-02 17:29 UTC (3+ messages)
` [patch] leds: leds-lp5521: return an error code on error in probe()
[Qemu-devel] [PATCH 4/4] hw/ds1338.c: Handle stuck bits and preserve CH
2012-12-02 17:22 UTC
[PATCH RFC] [INET]: Get cirtical word in first 64bit of cache line
2012-12-02 17:20 UTC (6+ messages)
[Qemu-devel] [PATCH 3/4] hw/ds1338.c: ensure OSF can only be cleared
2012-12-02 17:19 UTC
em28xx: msi Digivox ATSC board id [0db0:8810]
2012-12-02 17:18 UTC (11+ messages)
[Qemu-devel] [PATCH 2/4] hw/ds1338.c: Minor fixes
2012-12-02 17:17 UTC
what is the function of "__barebox_early_initcalls_end"?
2012-12-02 17:16 UTC
[Qemu-devel] [PATCH 1/4] hw/ds1338.c: Fix handling of HOURS register
2012-12-02 17:14 UTC
[PATCH v2 00/22] OMAP USB Host cleanup
2012-12-02 17:14 UTC (5+ messages)
` [PATCH v2 13/22] mfd: omap-usb-host: override number of ports from platform data
` [PATCH v2 22/22] mfd: omap-usb-host: Don't spam console on clk_set_parent failure
[Buildroot] [PATCH] skeleton: add /etc/nsswitch.conf
2012-12-02 17:13 UTC
[Buildroot] Problems with name resolution
2012-12-02 17:12 UTC
[PATCHv2 1/2] cfg80211: allow user to specify short_preamble on ibss join
2012-12-02 17:10 UTC (2+ messages)
` [PATCHv2 2/2] mac80211: configure short_preamble capability if requested
[PATCH 1/2] cfg80211: allow user to specify short_preamble on ibss join
2012-12-02 17:08 UTC (2+ messages)
` [PATCH 2/2] mac80211: configure short_preamble capability if requested
[U-Boot] [PATCH 0/4] apf27: add support of armadeus apf27 v2
2012-12-02 17:09 UTC (7+ messages)
` [U-Boot] [PATCH 2/4] apf27: add support for the armadeus APF27 board
` [U-Boot] [PATCH 3/4] apf27: add spl support for the apf27
master - thin: lvconvert supports swapping metadata device
2012-12-02 17:02 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.