public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-08-30 09:13:50 to 2013-08-30 13:38:59 UTC [more...]

[PATCH V3 RFC 00/16] EFI stub for ARM
 2013-08-30 13:39 UTC  (28+ messages)
` [PATCH 01/16] Move common EFI stub code from x86 arch code to common location
` [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
` [PATCH 12/16] Fix types in EFI calls to match EFI function definitions
` [PATCH 16/16] Add config EFI_STUB for ARM to Kconfig

[RESEND RFC PATCH v3 00/35] mm: Memory Power Management
 2013-08-30 13:26 UTC  (37+ 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 v4 0/10] enable swiotlb-xen on arm and arm64
 2013-08-30 13:23 UTC  (11+ messages)
` [PATCH v4 09/10] swiotlb-xen: support autotranslate guests
` [PATCH v4 10/10] xen/arm,arm64: enable SWIOTLB_XEN

Clock framework deadlock with external SPI clockchip
 2013-08-30 13:24 UTC 

[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)

[PATCH] cpuidle: Check cpuidle driver before add refcount
 2013-08-30 13:25 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] fuse: hotfix truncate_pagecache() issue
 2013-08-30 13:06 UTC  (2+ messages)
` [PATCH] fuse: hotfix truncate_pagecache() issue -v2

Advantech iManager2 driver for Linux Kernel
 2013-08-30 13:02 UTC 

[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 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

[RFC] dm-lc: plan to go to staging
 2013-08-30 12:50 UTC  (6+ messages)
  ` [dm-devel] "

[PATCH 0/2] x86, apic: Disable BSP if boot cpu is AP
 2013-08-30 12:48 UTC  (4+ messages)

PATCH: scsi: make scsi reset permissions more relaxed (RFC)
 2013-08-30 12:47 UTC  (3+ messages)

[PATCH] Make sure to wake reaper
 2013-08-30 12:46 UTC  (5+ messages)

[RFC PATCH v3 00/35] mm: Memory Power Management
 2013-08-30 12:39 UTC  (16+ 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

[PATCH v3] i915: Update VGA arbiter support for newer devices
 2013-08-30 12:43 UTC  (2+ messages)

[PATCH] KVM: mmu: allow page tables to be in read-only slots
 2013-08-30 12:41 UTC 

[PATCH 0/2] vgaarb: Fixes for partial VGA opt-out
 2013-08-30 12:41 UTC  (2+ messages)

[3.11-rc7] Building perf-only the "official" way seems to be BROKEN?
 2013-08-30 12:31 UTC 

[PATCH 0/2] mfd: 88pm8xx: platform data bug fix
 2013-08-30 12:30 UTC  (5+ messages)
` [PATCH 1/2] mfd: 88pm800: Fix the bug that pdata may be NULL

[PATCH 0/3] Fix sd3.0 issues for Realtek card reader
 2013-08-30 12:26 UTC  (2+ messages)

[PATCH] h8300/kernel/setup.c: add "linux/initrd.h" to pass compiling
 2013-08-30 12:20 UTC  (11+ messages)
  ` [PATCH v2] "

3.11-rc7:BUG: soft lockup
 2013-08-30 12:18 UTC  (2+ messages)

regulator: da9063: Question about irq_uvov
 2013-08-30 12:12 UTC 

[PATCH] HID: roccat: Added support for KonePureOptical v2
 2013-08-30 12:10 UTC 

[PATCH 1/2] regulator: da9063: Optimize da9063_set_current_limit implementation
 2013-08-30 12:08 UTC  (2+ messages)
` [PATCH 2/2] regulator: da9063: Use IS_ERR to check return value of regulator_register()

[PATCH v2 0/4] Unify CPU hotplug lock interface
 2013-08-30 12:14 UTC  (3+ messages)

[PATCH v4 0/2] media: s5p-tv: clean-up and fixes
 2013-08-30 12:02 UTC  (3+ messages)
` [PATCH v4 1/2] media: s5p-tv: Replace mxr_ macro by default dev_
` [PATCH v4 2/2] media: s5p-tv: Restore vpll clock rate

[PATCH 2/4] mm/acpi: use NUMA_NO_NODE
 2013-08-30 12:07 UTC  (2+ messages)

Fwd: perf: callchain feature on ARM - question about libunwind API
 2013-08-30 11:56 UTC  (6+ messages)

[PATCH 00/24] Staging: winbond: Fixed some coding style issues
 2013-08-30 11:55 UTC  (2+ messages)

Alerta final‏
 2013-08-30 11:12 UTC 

[PATCH 1/3] intel_idle: shrink states tables
 2013-08-30 12:03 UTC  (2+ messages)

[PATCH] ACPI / cpuidle: remove superfluous pr == NULL checks
 2013-08-30 12:03 UTC  (2+ messages)

[PATCH v6 0/5] ARM/ARM64 architected timer updates
 2013-08-30 11:43 UTC  (3+ messages)

[PATCH V2 0/6] perf: New conditional branch filter
 2013-08-30 11:48 UTC  (2+ messages)

[PATCH 09/12] KVM: MMU: introduce pte-list lockless walker
 2013-08-30 11:44 UTC  (16+ messages)

RFC: Bug in error handling in gpiolib.c
 2013-08-30 11:39 UTC  (2+ messages)

[PATCH] nohz: put proper symbol in the unstable schedclock warning
 2013-08-30 11:38 UTC  (2+ messages)

[PATCH RFC 0/2] PM / Hibernate: sysfs resume
 2013-08-30 11:35 UTC  (4+ messages)
` [PATCH RFC 1/2] PM / Hibernate: use name_to_dev_t to parse resume

[PATCH 2/2] fuse: wait for writeback in fuse_file_fallocate()
 2013-08-30 11:33 UTC  (8+ messages)
` [PATCH 2/2] fuse: wait for writeback in fuse_file_fallocate() -v2

[PATCH v6 0/3] mmc: dw_mmc: fixes for suspend/resume on exynos
 2013-08-30 11:31 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] mmc: dw_mmc: Honor requests to set the clock to 0 (turn off clock)

[PATCH v9 0/3] DMA: Freescale: Add support for 8-channel DMA engine
 2013-08-30 11:26 UTC  (4+ messages)
` [PATCH v9 1/3] DMA: Freescale: revise device tree binding document
` [PATCH v9 2/3] DMA: Freescale: Add new 8-channel DMA engine device tree nodes
` [PATCH v9 3/3] DMA: Freescale: update driver to support 8-channel DMA engine

[PATCH] ACPI: Fix osc flag setup ordering to allow pcie hotplug use when available
 2013-08-30 11:20 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v7 0/4] Lockless update of reference count protected by spinlock
 2013-08-30 11:19 UTC  (23+ messages)
` [PATCH v7 1/4] spinlock: A new lockref structure for lockless update of refcount

[PATCH v2] of/platform: add error reporting to of_amba_device_create()
 2013-08-30 11:17 UTC 

[PATCH] add exFAT driver
 2013-08-30 11:08 UTC  (2+ messages)

[PATCH] ARC: Fix __udelay calculation
 2013-08-30 11:13 UTC  (2+ messages)

[RFC PATCH 0/6] timekeeping: Missing timekeeping update detection
 2013-08-30 11:05 UTC  (7+ messages)
` [RFC PATCH 2/6] x86: nsecs to cycles conversion
` [RFC PATCH 6/6] timekeeping: Debug missing timekeeping updates

[PATCH] netconsole: avoid a crash with multiple sysfs writers
 2013-08-30 10:59 UTC  (2+ messages)
` [PATCH net-next] "

[PATCH v2 0/3] cleanup of gpio_pcf857x.c
 2013-08-30 10:48 UTC  (4+ messages)
` [PATCH v2 1/3] gpio: pcf857x: change to devm_request_threaded_irq
` [PATCH v2 2/3] gpio: pcf857x: remove the irq_demux_work
` [PATCH v2 3/3] gpio: pcf857x: call the gpio user handler iff gpio_to_irq is done

[PATCH] of/platform: add error reporting to of_amba_device_create()
 2013-08-30 10:39 UTC  (2+ messages)

[PATCH v4 0/3] sched: Limiting idle balance
 2013-08-30 10:29 UTC  (6+ messages)
` [PATCH v4 2/3] sched: Consider max cost of idle balance per sched domain
` [RFC][PATCH v4 3/3] sched: Periodically decay max cost of idle balance

[PATCH 3/3] intel_idle: mark some functions with __init tag
 2013-08-30 10:27 UTC 

[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
 2013-08-30 10:26 UTC  (2+ messages)

[PATCH 1/1] [media] uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor
 2013-08-30 10:28 UTC  (3+ messages)

[PATCH 2/3] intel_idle: mark states tables with __initdata tag
 2013-08-30 10:26 UTC 

[PATCH] MAINTAINERS: change my DT related maintainer address
 2013-08-30 10:17 UTC  (2+ messages)

[PATCH v4] gpio: pcf857x: Add OF support
 2013-08-30 10:17 UTC  (4+ messages)

[PATCH v5 00/16] fuse: An attempt to implement a write-back cache policy
 2013-08-30 10:12 UTC  (7+ messages)
` [PATCH 10/16] fuse: Implement writepages callback

[RFT][PATCH RESEND] regulator: tps65217: Convert to use linear ranges
 2013-08-30 10:06 UTC 

[SCSI REGRESSION] 3.10.2 or 3.10.3: arcmsr failure at bootup / early userspace transition
 2013-08-30 10:01 UTC  (12+ messages)
                  ` [PATCH] scsi disk: Use its own buffer for the vpd request

[gcv v3 27/35] arm: Replace __get_cpu_var uses
 2013-08-30 10:01 UTC  (2+ messages)

[GIT PULL] ARM/ARM64 architected timer updates for v3.12
 2013-08-30 10:00 UTC  (3+ messages)

[GIT PULL] Expand keyring capacity and provide support for libkrb5
 2013-08-30  9:58 UTC  (5+ messages)

[PATCH] firmware loader: fix pending_fw_head list corruption
 2013-08-30  9:56 UTC  (2+ messages)

[PATCHv2 0/4] Add Freescale FTM PWM driver for Vybrid VF610 TOWER
 2013-08-30  9:48 UTC  (5+ messages)
` [PATCHv2 1/4] pwm: Add Freescale FTM PWM driver support
` [PATCHv2 2/4] ARM: dts: Add Freescale FTM PWM node for VF610
` [PATCHv2 3/4] ARM: dts: Enables FTM PWM device for Vybrid VF610 TOWER board
` [PATCHv2 4/4] Documentation: Add device tree bindings for Freescale FTM PWM

[PATCH 0/7] replace devm_request_and_ioremap by devm_ioremap_resource
 2013-08-30  9:42 UTC  (3+ messages)
` [PATCH 6/7] video: xilinxfb: "

[PATCH] doc: Documentation/DMA-attributes.txt fix typo
 2013-08-30  9:39 UTC 

[PATCH 0/3] crypto: omap-des: Add driver for OMAP DES module
 2013-08-30  9:19 UTC  (3+ messages)
` [PATCH 1/3] crypto: omap-des: Add omap-des driver for OMAP4/AM43xx

FROM CHANDRINE
 2013-08-30  9:11 UTC 

[Question]: about the paramters of func generic_file_buffered_write
 2013-08-30  9:14 UTC 

[PATCH] h8300: include: asm: Kbuild: add gpio.h for pass compiling
 2013-08-30  9:12 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox