aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* HWPOISON: The high level memory error handler in the VM v7Andi Kleen2009-09-162-0/+8
* HWPOISON: Add PR_MCE_KILL prctl to control early kill behaviour per processAndi Kleen2009-09-162-0/+4
* HWPOISON: Define a new error_remove_page address space op for async truncationAndi Kleen2009-09-162-0/+2
* HWPOISON: Add invalidate_inode_pageWu Fengguang2009-09-161-0/+2
* HWPOISON: Refactor truncate to allow direct truncating of page v2Nick Piggin2009-09-161-0/+2
* HWPOISON: Handle hardware poisoned pages in try_to_unmapAndi Kleen2009-09-161-0/+1
* HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-161-1/+12
* HWPOISON: Add basic support for poisoned pages in fault handler v3Andi Kleen2009-09-161-1/+2
* HWPOISON: Add new SIGBUS error codes for hardware poison signalsAndi Kleen2009-09-161-1/+7
* HWPOISON: Add support for poison swap entries v2Andi Kleen2009-09-162-6/+66
* HWPOISON: Export some rmap vma locking to outside worldAndi Kleen2009-09-161-0/+6
* HWPOISON: Add page flag for poisoned pagesAndi Kleen2009-09-161-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6Linus Torvalds2009-09-151-23/+7
|\
| * ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-21/+3
| * ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-071-1/+2
| * ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz2009-08-071-1/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-09-152-0/+2
|\ \
| * | powerpc: Fix some late PowerMac G5 with PCIe ATI graphicsBenjamin Herrenschmidt2009-09-021-0/+1
| * | dma: Add set_dma_mask hook to struct dma_map_opsFUJITA Tomonori2009-08-281-0/+1
| * | Merge commit 'tip/iommu-for-powerpc' into nextBenjamin Herrenschmidt2009-08-283-22/+0
| |\ \
* | \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-154-27/+157
|\ \ \ \
| * | | | percpu: kill lpage first chunk allocatorTejun Heo2009-08-141-16/+0
| * | | | percpu: update embedding first chunk allocator to handle sparse unitsTejun Heo2009-08-141-2/+5
| * | | | vmalloc: implement pcpu_get_vm_areas()Tejun Heo2009-08-141-0/+6
| * | | | percpu: add pcpu_unit_offsets[]Tejun Heo2009-08-141-9/+7
| * | | | percpu: introduce pcpu_alloc_info and pcpu_group_infoTejun Heo2009-08-141-13/+29
| * | | | percpu: move pcpu_lpage_build_unit_map() and pcpul_lpage_dump_cfg() upwardTejun Heo2009-08-141-6/+8
| * | | | percpu: add @align to pcpu_fc_alloc_fn_tTejun Heo2009-08-141-1/+2
| * | | | percpu: make @dyn_size mandatory for pcpu_setup_first_chunk()Tejun Heo2009-08-141-1/+1
| * | | | percpu: drop @static_size from first chunk allocatorsTejun Heo2009-08-141-10/+8
| * | | | percpu: generalize first chunk allocator selectionTejun Heo2009-08-141-0/+12
| * | | | percpu: build first chunk allocators selectivelyTejun Heo2009-08-141-22/+5
| * | | | percpu: rename 4k first chunk allocator to pageTejun Heo2009-08-141-1/+1
| * | | | Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1490-505/+863
| |\ \ \ \
| * | | | | percpu: add dummy pcpu_lpage_remapped() for !CONFIG_SMPTejun Heo2009-07-151-0/+5
| * | | | | linker script: unify usage of discard definitionTejun Heo2009-07-091-6/+12
| * | | | | percpu: teach large page allocator about NUMATejun Heo2009-07-041-2/+22
| * | | | | percpu: allow non-linear / sparse cpu -> unit mappingTejun Heo2009-07-041-1/+2
| * | | | | percpu: drop pcpu_chunk->page[]Tejun Heo2009-07-041-2/+1
| * | | | | percpu: simplify pcpu_setup_first_chunk()Tejun Heo2009-07-041-3/+2
| * | | | | x86,percpu: generalize lpage first chunk allocatorTejun Heo2009-07-041-0/+27
| * | | | | x86,percpu: generalize 4k first chunk allocatorTejun Heo2009-07-041-2/+10
| * | | | | percpu: drop @unit_size from embed first chunk allocatorTejun Heo2009-07-041-1/+1
| * | | | | Merge branch 'master' into for-nextTejun Heo2009-07-04112-349/+1743
| |\ \ \ \ \
| * | | | | | percpu: use __weak only in the definition of weak percpu variablesTejun Heo2009-06-291-1/+1
| * | | | | | percpu: implement optional weak percpu definitionsTejun Heo2009-06-241-9/+56
| * | | | | | linker script: throw away .discard sectionTejun Heo2009-06-241-0/+8
| * | | | | | percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo2009-06-241-3/+9
* | | | | | | Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-159-87/+429
|\ \ \ \ \ \ \