messages from 2013-08-30 12:53:17 to 2013-08-30 13:35:02 UTC [more...]
[PATCH 0/4] Update P2020RDB board support to allow NFS booting
2013-08-30 13:34 UTC
[PATCH V3 RFC 00/16] EFI stub for ARM
2013-08-30 13:34 UTC (37+ messages)
` [PATCH 02/16] Add system pointer argument to shared EFI stub related functions so they no longer use global system table pointer as they did when part of eboot.c. This code is now shared, so using a global variable as part of the interface is not that nice. Also, by avoiding any global variables in the ARM EFI stub, this allows the code to be position independent without requiring GOT fixups
` [PATCH 03/16] Rename memory allocation/free functions
` [PATCH 04/16] Add minimum address parameter to efi_low_alloc()
` [PATCH 05/16] rename __get_map() to efi_get_memory_map(), add parameter to optionally return mmap key. The mmap key is required to exit EFI boot services, and allows efi_get_memory_map() to be used for getting final memory map
` [PATCH 06/16] Enforce minimum alignment of 1 page on allocations. The efi_high_alloc() and efi_low_alloc() functions use the EFI_ALLOCATE_ADDRESS option to the EFI function allocate_pages(), which requires a minimum of page alignment, and rejects all other requests
` [PATCH 08/16] Generalize handle_ramdisks() and rename to handle_cmdline_files()
` [PATCH 09/16] Renames in handle_cmdline_files() to complete generalization
` [PATCH 10/16] Move EFI_READ_CHUNK_SIZE define to shared location
` [PATCH 11/16] Add proper definitions for some EFI function pointers
mmc0: Timeout waiting for hardware interrupt
2013-08-30 13:33 UTC (6+ messages)
[Buildroot] PATCH Add c-ares
2013-08-30 13:33 UTC
What should I do if I want to get Perf samples and Read Performance Counter at the same time?
2013-08-30 13:33 UTC (5+ messages)
u-boot fails building with gk802 (hdmi dongle) as MACHINE, hard-float issue?
2013-08-30 13:32 UTC (5+ messages)
Agenda for the Edinburgh mini-summit
2013-08-30 13:31 UTC (3+ messages)
[RESEND RFC PATCH v3 00/35] mm: Memory Power Management
2013-08-30 13:26 UTC (74+ messages)
` [RFC PATCH v3 01/35] mm: Restructure free-page stealing code and fix a bug
` [RFC PATCH v3 02/35] mm: Fix the value of fallback_migratetype in alloc_extfrag tracepoint
` [RFC PATCH v3 03/35] mm: Introduce memory regions data-structure to capture region boundaries within nodes
` [RFC PATCH v3 04/35] mm: Initialize node memory regions during boot
` [RFC PATCH v3 05/35] mm: Introduce and initialize zone memory regions
` [RFC PATCH v3 06/35] mm: Add helpers to retrieve node region and zone region for a given page
` [RFC PATCH v3 07/35] mm: Add data-structures to describe memory regions within the zones' freelists
` [RFC PATCH v3 08/35] mm: Demarcate and maintain pageblocks in region-order in "
` [RFC PATCH v3 09/35] mm: Track the freepage migratetype of pages accurately
` [RFC PATCH v3 10/35] mm: Use the correct migratetype during buddy merging
` [RFC PATCH v3 11/35] mm: Add an optimized version of del_from_freelist to keep page allocation fast
` [RFC PATCH v3 12/35] bitops: Document the difference in indexing between fls() and __fls()
` [RFC PATCH v3 13/35] mm: A new optimized O(log n) sorting algo to speed up buddy-sorting
` [RFC PATCH v3 14/35] mm: Add support to accurately track per-memory-region allocation
` [RFC PATCH v3 15/35] mm: Print memory region statistics to understand the buddy allocator behavior
` [RFC PATCH v3 16/35] mm: Enable per-memory-region fragmentation stats in pagetypeinfo
` [RFC PATCH v3 17/35] mm: Add aggressive bias to prefer lower regions during page allocation
` [RFC PATCH v3 18/35] mm: Introduce a "Region Allocator" to manage entire memory regions
` [RFC PATCH v3 19/35] mm: Add a mechanism to add pages to buddy freelists in bulk
` [RFC PATCH v3 20/35] mm: Provide a mechanism to delete pages from "
` [RFC PATCH v3 21/35] mm: Provide a mechanism to release free memory to the region allocator
` [RFC PATCH v3 22/35] mm: Provide a mechanism to request free memory from "
` [RFC PATCH v3 23/35] mm: Maintain the counter for freepages in "
` [RFC PATCH v3 24/35] mm: Propagate the sorted-buddy bias for picking free regions, to "
` [RFC PATCH v3 25/35] mm: Fix vmstat to also account for freepages in the "
` [RFC PATCH v3 26/35] mm: Drop some very expensive sorted-buddy related checks under DEBUG_PAGEALLOC
` [RFC PATCH v3 27/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA => RA flow
` [RFC PATCH v3 28/35] mm: Connect Page Allocator(PA) to Region Allocator(RA); add PA <= "
` [RFC PATCH v3 29/35] mm: Update the freepage migratetype of pages during region allocation
` [RFC PATCH v3 30/35] mm: Provide a mechanism to check if a given page is in the region allocator
` [RFC PATCH v3 31/35] mm: Add a way to request pages of a particular region from "
` [RFC PATCH v3 32/35] mm: Modify move_freepages() to handle pages in the region allocator properly
` [RFC PATCH v3 33/35] mm: Never change migratetypes of pageblocks during freepage stealing
` [RFC PATCH v3 34/35] mm: Set pageblock migratetype when allocating regions from region allocator
` [RFC PATCH v3 35/35] mm: Use a cache between page-allocator and region-allocator
[RFC][PATCH 0/8] ftrace/rcu: Handle unsafe RCU functions and ftrace callbacks
2013-08-30 13:02 UTC (9+ messages)
` [RFC][PATCH 1/8] ftrace: Add hash list to save RCU unsafe functions
` [RFC][PATCH 2/8] ftrace: Do not set ftrace records for unsafe RCU when not allowed
` [RFC][PATCH 3/8] ftrace: Set ftrace internal function tracing RCU safe
` [RFC][PATCH 4/8] ftrace: Add test for ops against unsafe RCU functions in callback
` [RFC][PATCH 5/8] ftrace: Do not display non safe RCU functions in available_filter_functions
` [RFC][PATCH 6/8] ftrace: Add rcu_unsafe_filter_functions file
` [RFC][PATCH 7/8] ftrace: Add selftest to check if RCU unsafe functions are filtered properly
` [RFC][PATCH 8/8] rcu/ftrace: Add FTRACE_UNSAFE_RCU() to unsafe RCU functions
[PATCH 0/7] Dissociate logical and gic/hardware CPUD ID
2013-08-30 13:30 UTC (8+ messages)
` [PATCH 1/7] xen/arm: Introduce MPIDR_HWID_MASK
` [PATCH 2/7] xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irq
` [PATCH 3/7] xen/arm: Initialize correctly IRQ routing
` [PATCH 4/7] xen/arm: gic: Use the correct CPU ID
` [PATCH 5/7] xen/arm: Fix assert in send_SGI_one
` [PATCH 6/7] xen/arm: Dissociate logical and hardware CPU ID
` [PATCH 7/7] xen/arm: Use the hardware ID TMP boot correctly secondary cpus
[Qemu-devel] [PATCH v2] Make -kernel flag optional on ARM
2013-08-30 13:29 UTC (5+ messages)
[PATCH] net: fix comment typo for __skb_alloc_pages()
2013-08-30 13:28 UTC
"semop failed" while lvrename execution
2013-08-30 13:29 UTC (3+ messages)
[PATCH 0/1] build-appliance-image: upgrade to newer poky head
2013-08-30 13:29 UTC (2+ messages)
` [PATCH 1/1] build-appliance-image: upgrade to commit 5745e45b18e5099e94b4d5a73bc97dc6d4cdc91f
NFS: Add event tracing for generic NFS lookups
2013-08-30 13:26 UTC (2+ messages)
[Qemu-devel] [PATCH v2 0/4] target-ppc: Tidy sPAPR device tree CPU nodes
2013-08-30 13:26 UTC (4+ messages)
` [Qemu-devel] [PATCH v2 2/4] spapr: Use DeviceClass::fw_name for device tree CPU node
[PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2
2013-08-30 13:26 UTC (8+ messages)
` [PATCH 02/10] cpufreq: OMAP: Add SMP support for OMAP4+
[Qemu-devel] [RFC] aio: add aio_context_acquire() and aio_context_release()
2013-08-30 13:24 UTC (4+ messages)
Clock framework deadlock with external SPI clockchip
2013-08-30 13:24 UTC (2+ messages)
bootwrapper can't be compiled for cubieboard2
2013-08-30 13:24 UTC (6+ messages)
[PATCH v4 0/10] enable swiotlb-xen on arm and arm64
2013-08-30 13:23 UTC (13+ messages)
` [PATCH v4 09/10] swiotlb-xen: support autotranslate guests
` [PATCH v4 10/10] xen/arm,arm64: enable SWIOTLB_XEN
[Qemu-devel] [PATCH v2] s390-ccw: Fix ipl failure
2013-08-30 13:23 UTC (4+ messages)
` [Qemu-devel] [PATCH v2] s390-ccw: Fix waiting for virtio processing
[PATCH] ARM64: KVM: Fix coherent_icache_guest_page() for host with external L3-cache
2013-08-30 13:21 UTC (14+ messages)
[PATCHv3 0/8] Thermal Framework Enhancements
2013-08-30 13:21 UTC (5+ messages)
[PATCH] block: Device driver for sTec's PCIe Kronos Card
2013-08-30 13:18 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to fix program failure
2013-08-30 13:19 UTC (6+ messages)
[PATCH 1/2] drm/i915: ban badly behaving contexts
2013-08-30 13:19 UTC (2+ messages)
` [PATCH 2/2] drm/i915: add hangcheck action and score to error state
[GIT PULL] ARM: KVM: VGIC fixes for 3.12
2013-08-30 13:15 UTC (3+ messages)
[PATCH] drm/radeon: enable UVD interrupts on CIK
2013-08-30 13:15 UTC (2+ messages)
[PATCH] cpuidle: Check cpuidle driver before add refcount
2013-08-30 13:25 UTC (4+ messages)
[Qemu-devel] [PATCH v2 0/2] qcow2: Snapshot update for zero clusters
2013-08-30 13:12 UTC (7+ messages)
` [Qemu-devel] [PATCH v2 1/2] qcow2-refcount: "
` [Qemu-devel] [PATCH v2 2/2] qemu-iotests: Snapshotting "
Bug: 5089
2013-08-30 13:12 UTC (4+ messages)
[RFC 00/17] ARM: provide common arch init for DT clocks
2013-08-30 13:12 UTC (7+ messages)
` [PATCH RFC v2 14/16] ARM: vexpress: remove custom .init_time hook
[PATCH] drm/radeon: fix init ordering for r600+
2013-08-30 13:12 UTC
[Qemu-devel] [PULLv2 0/7] s390x/kvm kdump and reset related changes
2013-08-30 12:58 UTC (8+ messages)
` [Qemu-devel] [PULL 1/7] s390x/kvm: Fix switch/case indentation for handle_diag
` [Qemu-devel] [PULLv2 2/7] s390/kvm: basic implementation of diagnose 308 subcode 6
` [Qemu-devel] [PULL 3/7] s390: provide I/O subsystem reset
` [Qemu-devel] [PULL 4/7] s390: provide a cpu load normal function
` [Qemu-devel] [PULLv2 5/7] s390/cpu: split CPU reset into architectured functions
` [Qemu-devel] [PULL 7/7] s390: wire up nmi command to raise a RESTART interrupt on S390
[PATCH] unmodified_drivers: change header string
2013-08-30 13:09 UTC
Xend starting error on Xen-4.1.2
2013-08-30 13:08 UTC (4+ messages)
[PATCH] libvhd: use UTC for VHD timestamp
2013-08-30 13:07 UTC
Les vacances continuent ! Jusqu'à -80% de remise
2013-08-30 13:07 UTC
[PATCH] fuse: hotfix truncate_pagecache() issue
2013-08-30 13:06 UTC (3+ messages)
` [PATCH] fuse: hotfix truncate_pagecache() issue -v2
[PATCH 02/14] HID: provide a helper for validating hid reports
2013-08-30 13:05 UTC (4+ messages)
(no subject)
2013-08-30 12:53 UTC (3+ messages)
[Bug 64746] New: optimus don't use nouveau card
2013-08-30 13:03 UTC (2+ messages)
` [Bug 64746] "
Advantech iManager2 driver for Linux Kernel
2013-08-30 13:02 UTC
[Qemu-devel] [PATCH 0/8 v3] vfio on power: preparations for VFIO, guest IOMMUs and VFIO itself
2013-08-30 13:01 UTC (5+ messages)
` [Qemu-devel] [PATCH 7/8] spapr vfio: add spapr-pci-vfio-host-bridge to support vfio
[PATCH 1/6] staging: ozwpan: Check for correct config number
2013-08-30 12:59 UTC (4+ messages)
` [PATCH 6/6] staging: ozwpan: change max. TX frame size supported
USB-to-SPI bridge to spi protocol driver w/ interrupts?
2013-08-30 13:00 UTC
[PATCH v2] unmodified_drivers: enable unplug per default
2013-08-30 12:59 UTC
[PATCH 0/1] Humusoft MF624 DAQ PCI card driver
2013-08-30 12:58 UTC (2+ messages)
` [PATCH 1/1] drivers: uio: Add driver for Humusoft MF624 DAQ PCI card
[PATCH RFC 1/2] linux/vnuma: vnuma support for pv guest
2013-08-30 12:57 UTC (11+ messages)
[Buildroot] [Bug 6482] New: Add c-ares
2013-08-30 12:53 UTC (2+ messages)
` [Buildroot] [Bug 6482] "
[xen-unstable test] 18900: regressions - FAIL
2013-08-30 12:53 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.