messages from 2013-09-10 09:01:54 to 2013-09-10 09:52:45 UTC [more...]
[RFC] Disabling status hints in COMMIT_EDITMSG
2013-09-10 9:53 UTC (2+ messages)
[RFC][PATCH] mesa-gl: add GL-only Mesa recipe
2013-09-10 9:51 UTC (3+ messages)
Is it possible to assign two controllers of dq45cb to two guest VMs respectively?
2013-09-10 9:52 UTC (2+ messages)
[RFC PATCH] arm64: KVM: honor cacheability attributes on S2 page fault
2013-09-10 9:51 UTC
[PATCH v5 0/4] introduce XENMEM_exchange_and_pin and XENMEM_unpin
2013-09-10 9:47 UTC (10+ messages)
` [PATCH v5 1/4] xen: move steal_page and donate_page to common code
` [PATCH v5 2/4] xen/arm: introduce a generic p2m walker and use it in p2m_lookup
` [PATCH v5 3/4] xen: implement guest_physmap_pin_range and guest_physmap_unpin_range
` [PATCH v5 4/4] xen: introduce XENMEM_exchange_and_pin and XENMEM_unpin
Linux Wireless Mini-Summit in New Orleans -- 19-20 September (6 weeks from today!)
2013-09-10 9:46 UTC (7+ messages)
` Linux Wireless Mini-Summit in New Orleans -- 19-20 September
` [linux-nfc] "
[Bug 60839] New: scaling_max_freq cannot be set to values larger than bios_limit
2013-09-10 9:46 UTC (2+ messages)
` [Bug 60839] "
[Qemu-devel] [RFC qom-cpu v2 0/8] i386: add cpu hot remove support
2013-09-10 9:43 UTC (9+ messages)
` [Qemu-devel] [RFC qom-cpu v2 1/8] apic: remove apic_no from apic_init_common()
` [Qemu-devel] [RFC qom-cpu v2 2/8] x86: add x86_cpu_unrealizefn() for cpu apic remove
` [Qemu-devel] [RFC qom-cpu v2 3/8] qmp: add 'cpu-del' command support
` [Qemu-devel] [RFC qom-cpu v2 4/8] qom cpu: rename variable 'cpu_added_notifier' to 'cpu_hotplug_notifier'
` [Qemu-devel] [RFC qom-cpu v2 5/8] qom cpu: add UNPLUG cpu notifier support
` [Qemu-devel] [RFC qom-cpu v2 6/8] i386: implement pc interface pc_hot_del_cpu()
` [Qemu-devel] [RFC qom-cpu v2 7/8] piix4: implement function cpu_status_write() for vcpu ejection
` [Qemu-devel] [RFC qom-cpu v2 8/8] cpus: release allocated vCPU objects
[GIT PULL] Keyrings patches
2013-09-10 9:45 UTC (5+ messages)
[Proposal] Clonable scripts
2013-09-10 9:45 UTC (2+ messages)
[PATCH] mfd: rtsx: Modify rts5249_optimize_phy
2013-09-10 9:45 UTC (3+ messages)
[PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7
2013-09-10 9:32 UTC (102+ messages)
` [PATCH 01/50] sched: monolithic code dump of what is being pushed upstream
` [PATCH 02/50] mm: numa: Document automatic NUMA balancing sysctls
` [PATCH 03/50] sched, numa: Comment fixlets
` [PATCH 04/50] mm: numa: Do not account for a hinting fault if we raced
` [PATCH 05/50] mm: Wait for THP migrations to complete during NUMA hinting faults
` [PATCH 06/50] mm: Prevent parallel splits during THP migration
` [PATCH 07/50] mm: Account for a THP NUMA hinting update as one PTE update
` [PATCH 08/50] mm: numa: Sanitize task_numa_fault() callsites
` [PATCH 09/50] mm: numa: Do not migrate or account for hinting faults on the zero page
` [PATCH 10/50] sched: numa: Mitigate chance that same task always updates PTEs
` [PATCH 11/50] sched: numa: Continue PTE scanning even if migrate rate limited
` [PATCH 12/50] Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node"
` [PATCH 13/50] sched: numa: Initialise numa_next_scan properly
` [PATCH 14/50] sched: Set the scan rate proportional to the memory usage of the task being scanned
` [PATCH 15/50] sched: numa: Correct adjustment of numa_scan_period
` [PATCH 16/50] mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning
` [PATCH 17/50] mm: Do not flush TLB during protection change if !pte_present && !migration_entry
` [PATCH 18/50] sched: numa: Slow scan rate if no NUMA hinting faults are being recorded
` [PATCH 19/50] sched: Track NUMA hinting faults on per-node basis
` [PATCH 20/50] sched: Select a preferred node with the most numa hinting faults
` [PATCH 21/50] sched: Update NUMA hinting faults once per scan
` [PATCH 22/50] sched: Favour moving tasks towards the preferred node
` [PATCH 23/50] sched: Resist moving tasks towards nodes with fewer hinting faults
` [PATCH 24/50] sched: Reschedule task on preferred NUMA node once selected
` [PATCH 25/50] sched: Add infrastructure for split shared/private accounting of NUMA hinting faults
` [PATCH 26/50] sched: Check current->mm before allocating NUMA faults
` [PATCH 27/50] mm: numa: Scan pages with elevated page_mapcount
` [PATCH 28/50] sched: Remove check that skips small VMAs
` [PATCH 29/50] sched: Set preferred NUMA node based on number of private faults
` [PATCH 30/50] sched: Do not migrate memory immediately after switching node
` [PATCH 31/50] sched: Avoid overloading CPUs on a preferred NUMA node
` [PATCH 32/50] sched: Retry migration of tasks to CPU on a preferred node
` [PATCH 33/50] sched: numa: increment numa_migrate_seq when task runs in correct location
` [PATCH 34/50] sched: numa: Do not trap hinting faults for shared libraries
` [PATCH 35/50] mm: numa: Only trap pmd hinting faults if we would otherwise trap PTE faults
` [PATCH 36/50] stop_machine: Introduce stop_two_cpus()
` [PATCH 37/50] sched: Introduce migrate_swap()
` [PATCH 38/50] sched: numa: Use a system-wide search to find swap/migration candidates
` [PATCH 39/50] sched: numa: Favor placing a task on the preferred node
` [PATCH 40/50] mm: numa: Change page last {nid,pid} into {cpu,pid}
` [PATCH 41/50] sched: numa: Use {cpu, pid} to create task groups for shared faults
` [PATCH 42/50] sched: numa: Report a NUMA task group ID
` [PATCH 43/50] mm: numa: Do not group on RO pages
` [PATCH 44/50] sched: numa: stay on the same node if CLONE_VM
` [PATCH 45/50] sched: numa: use group fault statistics in numa placement
` [PATCH 46/50] sched: numa: Prevent parallel updates to group stats during placement
` [PATCH 47/50] sched: numa: add debugging
` [PATCH 48/50] sched: numa: Decide whether to favour task or group weights based on swap candidate relationships
` [PATCH 49/50] sched: numa: fix task or group comparison
` [PATCH 50/50] sched: numa: Avoid migrating tasks that are placed on their preferred node
[CONSOLIDATED PULL 00/23] Post M4 Patch set
2013-09-10 9:44 UTC (2+ messages)
Agenda for the Edinburgh mini-summit
2013-09-10 9:44 UTC (4+ messages)
` [media-workshop] "
[BUG kernel 3.11+] i915: pipe state doesn't match
2013-09-10 9:44 UTC (8+ messages)
` [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion
` [PATCH] drm/i915/tv: clear adjusted_mode.flags
` [Intel-gfx] [PATCH] drm/i915/sdvo: Fully translate sync flags in the dtd->mode conversion
[Qemu-devel] [RFC PATCH v3 0/5] Shared Library Module Support
2013-09-10 9:42 UTC (4+ messages)
` [Qemu-devel] [RFC PATCH v3 3/5] Makefile: introduce common-obj-m and block-obj-m for DSO
[Qemu-devel] [PULL 0/4] usb patch queue
2013-09-10 9:41 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/4] usb: sanity check setup_index+setup_len in post_load
` [Qemu-devel] [PATCH 2/4] Preparation for usb-bt-dongle conditional build
` [Qemu-devel] [PATCH 3/4] Remove dev-bluetooth.c dependency from vl.c
` [Qemu-devel] [PATCH 4/4] ehci: save device pointer in EHCIState
curl smart package requires curl-cert... another strange smart dependency issue
2013-09-10 9:39 UTC
[Qemu-devel] [PATCH 0/6] pci: keep window properties up to date
2013-09-10 9:35 UTC (3+ messages)
` [Qemu-devel] [PATCH 3/6] range: add min/max operations on ranges
[PATCH] libcroco: disable Bsymbolic if it is not supported on some hosts
2013-09-10 9:35 UTC (2+ messages)
[PATCH 1/1] net: bnx2x: Staticize local symbols
2013-09-10 9:35 UTC (3+ messages)
V2: Agenda for the Edinburgh mini-summit
2013-09-10 9:34 UTC
[U-Boot] [PATCH] arm:goni:mmc: Add sd card detection and initialization
2013-09-10 9:34 UTC (2+ messages)
` [U-Boot] [PATCH v3] "
[Qemu-devel] [PATCH v3 0/6] Provide additional info through qemu-img info
2013-09-10 9:33 UTC (7+ messages)
` [Qemu-devel] [PATCH v3 1/6] qapi: Add ImageInfoSpecific type
` [Qemu-devel] [PATCH v3 2/6] block: Add ImageInfoSpecific to BlockDriverInfo
` [Qemu-devel] [PATCH v3 3/6] block/qapi: Human-readable ImageInfoSpecific dump
` [Qemu-devel] [PATCH v3 4/6] qcow2: Add support for ImageInfoSpecific
` [Qemu-devel] [PATCH v3 5/6] qemu-iotests: Discard specific info in _img_info
` [Qemu-devel] [PATCH v3 6/6] qemu-iotests: Additional info from qemu-img info
[xen-unstable test] 19173: tolerable FAIL - PUSHED
2013-09-10 9:29 UTC
[PATCH] libxc/pm: Fix NULL pointer checks
2013-09-10 9:29 UTC
[PATCH V3 1/2] powerpc/85xx: Add QE common init functions
2013-09-10 9:28 UTC (6+ messages)
` [PATCH V3 2/2] powerpc/85xx: Add TWR-P1025 board support
[PATCH v3] mfd: rtsx: Modify rts5249_optimize_phy
2013-09-10 9:28 UTC (2+ messages)
[PATCH] parisc: fix LMMIO mismatch between PAT length and MASK register
2013-09-10 9:20 UTC (4+ messages)
` drm/radeon: "ring test failed" on PA-RISC Linux
[PATCH 1/2] mtd: Add a retlen parameter to _get_{fact, user}_prot_info
2013-09-10 9:25 UTC (2+ messages)
` [PATCH 2/2] mtd: Fix the behavior of otp write if there is not enough room for data
[PATCH 0/2] mtd: Harmonize implementations of OTP write and _get_{fact, user}_prot_info
2013-09-10 9:25 UTC
[U-Boot] [PATCH] Subject: [PATCH v.2] at91: add support for CDU9G25 board
2013-09-10 9:26 UTC (4+ messages)
[PATCH] i2c: davinci: Fix bad dev_get_platdata() conversion
2013-09-10 9:25 UTC (3+ messages)
[U-Boot] [PATCH v2 1/3] dfu: unify mmc/nand read/write ops enum
2013-09-10 9:25 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/3] dfu: ram support
` [U-Boot] [PATCH v2 3/3] am335x_evm: enable DFU RAM
[PATCH 0/1] ideas to improve the write performance of cluster dm-raid1
2013-09-10 9:25 UTC (2+ messages)
` [PATCH 1/1] improve the performance of dm-log-userspace
big latency while under HV
2013-09-10 9:24 UTC (2+ messages)
[PATCH] btrfs-tools: fix a parallel build issue
2013-09-10 9:24 UTC
[PATCH] [RFC] seqcount: Add lockdep functionality to seqcount/seqlock structures
2013-09-10 9:19 UTC (3+ messages)
[PATCH cgroup/for-3.12-fixes] cgroup: fix cgroup post-order descendant walk of empty subtree
2013-09-10 9:19 UTC (3+ messages)
/proc/$PID/sched does not take PID namespace into account
2013-09-10 9:18 UTC (3+ messages)
Always send management frames at MCS-0??
2013-09-10 9:17 UTC (4+ messages)
[PATCH 00/19] drm/i915: More HSW watermark prep work
2013-09-10 9:17 UTC (4+ messages)
` [PATCH 05/19] drm/i915: Refactor max WM level
[PATCH v1 00/19] UVC 1.5 VP8 support for uvcvideo
2013-09-10 9:17 UTC (4+ messages)
` [PATCH v1 16/19] v4l: Add encoding camera controls
[PATCH v2 2/2] perf tools: add attr->mmap2 support
2013-09-10 9:17 UTC (3+ messages)
[PATCH] ext4: fix dirty pages writback regression
2013-09-10 9:17 UTC (4+ messages)
[PATCH][BUG] sched/fair: child->se.parent,cfs_rq might point to invalid ones
2013-09-10 9:16 UTC
[SPAM] -10% sur la nouvelle collection Converse, stock limité
2013-09-10 9:16 UTC
[PATCH] net: fec: fix phy reset operation to let imx6sl evk work
2013-09-10 9:07 UTC
[PATCHv2 00/25] perf tool: Add support for multiple data file storage
2013-09-10 9:15 UTC (4+ messages)
[PATCH 01/12] wlcore: ROC on AP channel before auth reply
2013-09-10 9:15 UTC (5+ messages)
` [PATCH 06/12] wlcore: send EAPOL frames with voice priority
[U-Boot] [PATCH 1/1] m28evk board config
2013-09-10 9:14 UTC (3+ messages)
[Qemu-devel] [PATCH] usb: remove old usb-host code
2013-09-10 9:13 UTC
[PATCH] drivers: of: fix build break if asm/dma-contiguous.h is missing
2013-09-10 9:13 UTC
[U-Boot] [PATCH] ARM: IGEP0033: Update timing to run DDR at 400MHz
2013-09-10 9:12 UTC
[RFC] ARM: kernel: io: Optimize memcpy_fromio function
2013-09-10 9:05 UTC (3+ messages)
[PATCH V1 00/29] Allow Xen to boot with a raw Device Tree
2013-09-10 9:04 UTC (13+ messages)
` [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
` [PATCH V1 18/29] xen/arm: Don't map disabled device in DOM0
` [PATCH V1 19/29] xen/arm: Create a fake PSCI node in dom0 device tree
[PATCH 0/9] x86/UV/KDB/NMI: Updates for NMI/KDB handler for SGI UV
2013-09-10 9:03 UTC (5+ messages)
` [PATCH 9/9] x86/UV: Add ability to disable UV NMI handler
[PATCH 0/9] can: use dev_get_platdata()
2013-09-10 9:02 UTC (2+ messages)
[PATCH 0/3] perf tools: Fix scalability problem on callchain merging
2013-09-10 9:02 UTC (3+ messages)
` [PATCH 1/3] perf callchain: Convert children list to rbtree
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.