aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27numa: x86_64: use generic percpu var numa_node_id() implementationLee Schermerhorn5-24/+21
2010-05-27numa: add generic percpu var numa_node_id() implementationLee Schermerhorn3-5/+55
2010-05-27Documentation/filesystems/Locking: update documentation on llseek() wrt BKLJan Blunck1-2/+3
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck8-0/+9
2010-05-27st: use noop_llseek() instead of default_llseek()Jan Blunck1-0/+1
2010-05-27osst: use noop_llseek() instead of default_llseek()Jan Blunck1-0/+1
2010-05-27vfs: introduce noop_llseek()jan Blunck2-0/+18
2010-05-27rtc-m41t80: use nonseekable_open()Jan Blunck1-5/+1
2010-05-27mISDN: remove unnecessary test on f_posJan Blunck1-2/+0
2010-05-27frv: remove "struct file *" argument from sysctl ->proc_handlerJan Blunck1-8/+10
2010-05-27osst: update ppos instead of using file->f_posJan Blunck1-4/+4
2010-05-27parisc: use asm-generic/scatterlist.hFUJITA Tomonori2-18/+5
2010-05-27mn10300: use asm-generic/scatterlist.hFUJITA Tomonori1-38/+1
2010-05-27frv: use asm-generic/scatterlist.hFUJITA Tomonori1-39/+1
2010-05-27blackfin: use use asm-generic/scatterlist.hFUJITA Tomonori1-21/+1
2010-05-27xtensa: use use asm-generic/scatterlist.hFUJITA Tomonori1-22/+1
2010-05-27mips: use use asm-generic/scatterlist.hFUJITA Tomonori1-21/+1
2010-05-27m68k: use asm-generic/scatterlist.hFUJITA Tomonori1-15/+1
2010-05-27m32r: use use asm-generic/scatterlist.hFUJITA Tomonori1-14/+1
2010-05-27h8300: use asm-generic/scatterlist.hFUJITA Tomonori1-11/+1
2010-05-27cris: use asm-generic/scatterlist.hFUJITA Tomonori1-16/+1
2010-05-27avr32: use asm-generic/scatterlist.hFUJITA Tomonori1-19/+1
2010-05-27asm-generic: remove ARCH_HAS_SG_CHAIN in scatterlist.hFUJITA Tomonori8-16/+12
2010-05-27alpha: use asm-generic/scatterlist.hFUJITA Tomonori2-18/+6
2010-05-27powerpc: use asm-generic/scatterlist.hFUJITA Tomonori2-28/+4
2010-05-27x86_32: use asm-generic/scatterlist.hAndrew Morton1-1/+1
2010-05-27asm-generic: add NEED_SG_DMA_LENGTH to define sg_dma_len()FUJITA Tomonori6-10/+17
2010-05-27asm-generic: remove ISA_DMA_THRESHOLD in scatterlist.hFUJITA Tomonori5-4/+8
2010-05-27lktdm: add support for hardlockup, softlockup and hung task crashesFrederic Weisbecker1-0/+20
2010-05-27initramfs: add support for in-kernel initramfs compressed with LZOAlbin Tonnerre3-1/+34
2010-05-27radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros1-2/+2
2010-05-27aio: fix the compat vectored operationsJeff Moyer3-25/+47
2010-05-27compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer2-53/+81
2010-05-27panic: call console_verbose() in panicAnton Blanchard1-0/+1
2010-05-27fs/affs: use ERR_CASTJulia Lawall1-1/+1
2010-05-27Documentation/DMA-API-HOWTO: add ARCH_KMALLOC_MINALIGN descriptionFUJITA Tomonori1-1/+14
2010-05-27Documentation: move the error handling to the better place in DMA-API-HOWTOFUJITA Tomonori1-30/+30
2010-05-27Documentation: update scatterlist struct description in DMA-API-HOWTOFUJITA Tomonori1-13/+4
2010-05-27Documentation: add SCSI drivers' mapping error handling to DMA-API-HOWTOFUJITA Tomonori1-0/+4
2010-05-27dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori1-15/+0
2010-05-27Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori1-4/+4
2010-05-27Documentation: add networking driver's mapping error handling to DMA-API-HOWTOFUJITA Tomonori1-0/+5
2010-05-27dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2-28/+2
2010-05-27swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2-41/+0
2010-05-27powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2-8/+8
2010-05-27x86: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori1-2/+0
2010-05-27ia64: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori1-2/+0
2010-05-27drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILEJoe Perches3-31/+31
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt2-21/+45
2010-05-27INIT_SIGHAND: use SIG_DFL instead of NULLOleg Nesterov1-1/+1