messages from 2012-11-16 10:47:08 to 2012-11-16 11:42:49 UTC [more...]
[U-Boot] [PATCH] ehci-mxc: Fix host power mask bit for i.MX35
2012-11-16 11:42 UTC
[PATCH] powerpc, perf: Change PMU flag values representation from decimal to hex
2012-11-16 11:42 UTC (3+ messages)
[RFC PATCH v2 0/2] ARM: cpuinfo update for heterogeneous systems
2012-11-16 11:41 UTC (3+ messages)
` [RFC PATCH v2 1/2] ARM: kernel: add MIDR to per-CPU information data
` [RFC PATCH v2 2/2] ARM: kernel: update cpuinfo to print all online CPUs features
[PATCH 0/9] chipidea fixes and features
2012-11-16 11:41 UTC (11+ messages)
` [PATCH 1/9] usb: chipidea: pci: mark platformdata as static and __devinitdata
` [PATCH 5/9] usb: add phy connection by phy-mode
[Qemu-devel] QEMU hangs when shutdown windows7 guest with virtio-serial drivers installed
2012-11-16 11:40 UTC (6+ messages)
` [Qemu-devel] [Spice-devel] "
[PATCH 0/8] drop if around WARN_ON
2012-11-16 11:39 UTC (5+ messages)
` [PATCH 8/8] drivers/net/wireless/ath/ath6kl/hif.c: "
[drm-intel:drm-intel-testing 256/269] drivers/gpu/drm/i915/i915_drv.h:1545:2: warning: '______f' is static but declared in inline function 'i915_gem_chipset_flush' which is not static
2012-11-16 11:39 UTC (3+ messages)
` [PATCH] drm/i915: Fix warning in i915_gem_chipset_flush
[PATCH 1/2] i2c-s3c2410: Refactor ifdefs for PM_SLEEP
2012-11-16 11:39 UTC (4+ messages)
` [PATCH 2/2] i2c-s3c2410: Convert to devm_request_and_ioremap()
[RFC 0/3] Move some ARM header files to more appropriate locations
2012-11-16 11:38 UTC (6+ messages)
` [RFC 3/3] ARM/AVR32: get rid of serial_at91.h
[PATCH] ath6kl: support NL80211_USER_REG_HINT_CELL_BASE events
2012-11-16 11:38 UTC (2+ messages)
[PATCH 0/4] Implement persistent grant in xen-netfront/netback
2012-11-16 11:37 UTC (8+ messages)
` [PATCH 1/4] xen/netback: implements persistent grant with one page pool
` [Xen-devel] "
[PATCH] drm/nouveau/bios: fix DCB v1.5 parsing
2012-11-16 11:36 UTC (2+ messages)
[PATCH] yocto-bsp: update qemu machine.conf template
2012-11-16 11:36 UTC
[PATCH] RFC: pinctrl: grab default handler with bus notifiers
2012-11-16 11:36 UTC (7+ messages)
[Bug 38629] openarena textures blacked out
2012-11-16 11:36 UTC
OMAP baseline test results for v3.7-rc5
2012-11-16 11:35 UTC (6+ messages)
Hello My Beloved One
2012-11-16 11:28 UTC
Ping: [PATCH] implement vmap()
2012-11-16 11:35 UTC
[PATCH 0/4] Fix reiserfs deadlocks with quotas
2012-11-16 11:33 UTC (5+ messages)
` [PATCH 1/4] reiserfs: Fix lock ordering during remount
` [PATCH 2/4] reiserfs: Protect reiserfs_quota_on() with write lock
` [PATCH 3/4] reiserfs: Protect reiserfs_quota_write() "
` [PATCH 4/4] reiserfs: Move quota calls out of "
[RFC PATCH 00/43] Automatic NUMA Balancing V3
2012-11-16 11:22 UTC (88+ messages)
` [PATCH 01/43] mm: compaction: Move migration fail/success stats to migrate.c
` [PATCH 02/43] mm: migrate: Add a tracepoint for migrate_pages
` [PATCH 03/43] mm: compaction: Add scanned and isolated counters for compaction
` [PATCH 04/43] mm: numa: define _PAGE_NUMA
` [PATCH 05/43] mm: numa: pte_numa() and pmd_numa()
` [PATCH 06/43] mm: numa: Make pte_numa() and pmd_numa() a generic implementation
` [PATCH 07/43] mm: numa: Support NUMA hinting page faults from gup/gup_fast
` [PATCH 08/43] mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
` [PATCH 09/43] mm: numa: Create basic numa page hinting infrastructure
` [PATCH 10/43] mm: mempolicy: Make MPOL_LOCAL a real policy
` [PATCH 11/43] mm: mempolicy: Add MPOL_MF_NOOP
` [PATCH 12/43] mm: mempolicy: Check for misplaced page
` [PATCH 13/43] mm: migrate: Introduce migrate_misplaced_page()
` [PATCH 14/43] mm: mempolicy: Use _PAGE_NUMA to migrate pages
` [PATCH 15/43] mm: mempolicy: Add MPOL_MF_LAZY
` [PATCH 16/43] mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
` [PATCH 17/43] sched, mm, x86: Add the ARCH_SUPPORTS_NUMA_BALANCING flag
` [PATCH 18/43] mm: numa: Add fault driven placement and migration
` [PATCH 19/43] mm: numa: Avoid double faulting after migrating misplaced page
` [PATCH 20/43] mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
` [PATCH 21/43] sched, numa, mm: Count WS scanning against present PTEs, not virtual memory ranges
` [PATCH 22/43] mm: sched: numa: Implement slow start for working set sampling
` [PATCH 23/43] mm: numa: Add pte updates, hinting and migration stats
` [PATCH 24/43] mm: numa: Migrate on reference policy
` [PATCH 25/43] mm: numa: Migrate pages handled during a pmd_numa hinting fault
` [PATCH 26/43] mm: numa: Only mark a PMD pmd_numa if the pages are all on the same node
` [PATCH 27/43] mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
` [PATCH 28/43] mm: numa: Rate limit the amount of memory that is migrated between nodes
` [PATCH 29/43] mm: numa: Rate limit setting of pte_numa if node is saturated
` [PATCH 30/43] sched: numa: Slowly increase the scanning period as NUMA faults are handled
` [PATCH 31/43] mm: numa: Introduce last_nid to the page frame
` [PATCH 32/43] mm: numa: Use a two-stage filter to restrict pages being migrated for unlikely task<->node relationships
` [PATCH 33/43] x86: mm: only do a local tlb flush in ptep_set_access_flags()
` [PATCH 34/43] x86: mm: drop TLB flush from ptep_set_access_flags
` [PATCH 35/43] mm,generic: only flush the local TLB in ptep_set_access_flags
` [PATCH 36/43] sched: numa: Introduce tsk_home_node()
` [PATCH 37/43] sched: numa: Make find_busiest_queue() a method
` [PATCH 38/43] sched: numa: Implement home-node awareness
` [PATCH 39/43] sched: numa: Introduce per-mm and per-task structures
` [PATCH 40/43] sched: numa: CPU follows memory
` [PATCH 41/43] sched: numa: Rename mempolicy to HOME
` [PATCH 42/43] sched: numa: Consider only one CPU per node for CPU-follows-memory
` [PATCH 43/43] sched: numa: Increase and decrease a tasks scanning period based on task fault statistics
pedantry alert -- what is the proper spelling of "barebox"?
2012-11-16 11:33 UTC (3+ messages)
[PATCH] ath6kl: Set HT caps when an interface is added
2012-11-16 11:31 UTC (4+ messages)
[PATCH 0/3] netfilter: add connlabel conntrack extension
2012-11-16 11:31 UTC (3+ messages)
[RESEND PATCH v3 0/4] cbus/retu drivers
2012-11-16 11:30 UTC (3+ messages)
` [RESEND PATCH v3 1/4] i2c: introduce i2c-cbus driver
[U-Boot] [PATCH] mx6: clock: Only show CSPI clock if CSPI is enabled
2012-11-16 11:30 UTC
Fwd: Local clones aka forks disk size optimization
2012-11-16 11:25 UTC (8+ messages)
` "
NFSd state: nfs4_lock_state() and nfs4_lock_state()
2012-11-16 11:25 UTC
[Qemu-devel] "usb: uhci: Look up queue by address, not token"
2012-11-16 11:24 UTC (4+ messages)
[PATCH V2] xen: vmx: Use an INT 2 call to process real NMI's instead of self_nmi() in VMEXIT handler
2012-11-16 11:23 UTC (6+ messages)
llvm issue
2012-11-16 11:06 UTC (4+ messages)
[PATCH] ath6kl: Fix a mismatch in power management debug message
2012-11-16 11:19 UTC (2+ messages)
Need to remove ch35x wch driver which already running
2012-11-16 11:23 UTC (2+ messages)
[PATCH 0/5] eliminate possible double free
2012-11-16 11:17 UTC (4+ messages)
` [PATCH 4/5] ath6kl/wmi.c: "
[Qemu-devel] [PATCH V9 0/8] libqblock qemu block layer library
2012-11-16 11:16 UTC (13+ messages)
` [Qemu-devel] [PATCH V9 2/8] Buildsystem clean tests directory clearly
` [Qemu-devel] [PATCH V9 3/8] Buildsystem move qapi generation to Makefile.objs
` [Qemu-devel] [PATCH V9 5/8] libqblock build system
how easy to add extra config for NAND-less beagle?
2012-11-16 11:16 UTC (5+ messages)
[U-Boot] [PATCH 1/4] mx5: Align SPI CS naming with i.MX53 reference manual
2012-11-16 11:15 UTC (4+ messages)
` [U-Boot] [PATCH 2/4] mx5: Print CSPI clock in 'clock' command
UBIFS: Advice request on how to reduce orph_buf size
2012-11-16 11:14 UTC
[PATCH] ARM: dts: add board dts file for Exynos4412 based SMDK board
2012-11-16 11:11 UTC (5+ messages)
[PATCH v2 0/7] makedumpfile security key filtering with eppic
2012-11-16 11:10 UTC (7+ messages)
[RFC PATCH v1 00/40] Meta Linux Kernel Port
2012-11-16 11:06 UTC (4+ messages)
` [RFC PATCH v1 32/40] i8042: don't build on METAG
[PATCH 0/4] Device tree support for OMAP USB Host
2012-11-16 11:06 UTC (5+ messages)
` [PATCH 1/4] ARM: OMAP: usb-host: Device tree support for "
[PATCH] mac80211: support radiotap vendor namespace RX data
2012-11-16 11:06 UTC (3+ messages)
` [PATCH v2] "
[Qemu-devel] [PATCH 0/7] target-mips: DSP ASE fixes and cleanup
2012-11-16 11:04 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/7] target-mips: fix DSP loads with rd = 0
` [Qemu-devel] [PATCH 2/7] target-mips: generate a reserved instruction exception on CPU without DSP
` [Qemu-devel] [PATCH 3/7] target-mips: add unions to access DSP elements
` [Qemu-devel] [PATCH 4/7] target-mips: use DSP unions for binary DSP operators
` [Qemu-devel] [PATCH 5/7] target-mips: use DSP unions for unary "
` [Qemu-devel] [PATCH 6/7] target-mips: use DSP unions for reduction add instructions
` [Qemu-devel] [PATCH 7/7] target-mips: implement DSP (d)append sub-class with TCG
[Qemu-devel] slow virtio network with vhost=on and multiple cores
2012-11-16 11:00 UTC (2+ messages)
[RFC/PATCH v4] XENMEM_claim_pages (subop of existing) hypercall
2012-11-16 11:01 UTC (2+ messages)
[GIT PULL] arm-soc: Xilinx zynq changes for v3.8
2012-11-16 10:59 UTC (3+ messages)
[U-Boot] [SPL mode] Question
2012-11-16 10:59 UTC (3+ messages)
Kallsyms
2012-11-16 10:56 UTC (4+ messages)
[PATCH] LDT - Linux Driver Template
2012-11-16 9:57 UTC (3+ messages)
3.7-rc3: mouses stopped working
2012-11-16 10:54 UTC (6+ messages)
[Qemu-devel] [PATCH 0/2] Buildsystem fix
2012-11-16 10:53 UTC (8+ messages)
` [Qemu-devel] [PATCH 1/2] Buildsystem fix distclean error in pixman
About vcpu wakeup and runq tickling in credit
2012-11-16 10:53 UTC (5+ messages)
ARM: imx: ehci-imx35: fix host power mask bit
2012-11-16 10:53 UTC
[PATCH] distutils-common-base: Create staticdev pacakge for static libraries
2012-11-16 10:28 UTC
[meta-oe][PATCH] python-numpy: Move static libraries to -staticdev
2012-11-16 10:32 UTC
Finding help
2012-11-16 10:50 UTC
[RFC/PATCH v2] XENMEM_claim_pages (subop of existing) hypercall
2012-11-16 10:48 UTC (4+ messages)
[Buildroot] [PATCH 1/2] libffi: make blackfin patch a proper git patch
2012-11-16 10:48 UTC (2+ messages)
` [Buildroot] [PATCH 2/2] libffi: add aarch64 support from upstream
[PATCH 0/6] Add basic support for Allwinner A1X SoCs
2012-11-16 10:47 UTC (6+ messages)
` [PATCH 2/6] irqchip: sunxi: Add irq controller driver
[PATCH v4 0/4] Introduce diff.submodule
2012-11-16 10:45 UTC (5+ messages)
[PATCH 0/4] pm: Add power off control
2012-11-16 10:47 UTC (5+ messages)
` [PATCH 2/4] rtc: OMAP: Add system pm_power_off to rtc driver
[PATCH V4 1/2] mfd: add TI TPS80031 mfd core driver
2012-11-16 10:47 UTC (3+ messages)
[PATCH] Set bit 22 in the PL310 (cache controller) AuxCtlr register
2012-11-16 10:46 UTC (3+ messages)
[PATCH 1/2] Fix broken IOCTL_PRIVCMD_MMAPBATCH (old version)
2012-11-16 10:47 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.