aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-9/+9
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-12/+25
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-5/+14
2011-05-25Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-0/+231
2011-05-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds5-0/+782
2011-05-25percpu_counter: change return value and add commentsShaohua Li1-1/+5
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD1-1/+21
2011-05-25include/linux/genalloc.h: add multiple-inclusion guardsJean-Christophe PLAGNIOL-VILLARD1-0/+3
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan1-0/+31
2011-05-25leds: provide helper to register "leds-gpio" devicesUwe Kleine-König1-0/+2
2011-05-25drivers/leds/leds-pca9532.c: add gpio capabilityJoachim Eastwood1-1/+2
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+7
2011-05-25memblock: add error return when CONFIG_HAVE_MEMBLOCK is not setYinghai Lu1-1/+8
2011-05-25sparse: Undef __compiletime_{warning,error} if __CHECKER__ is definedKOSAKI Motohiro1-1/+1
2011-05-25sparse: define __must_be_array() for __CHECKER__KOSAKI Motohiro1-0/+4
2011-05-25sparse: define dummy BUILD_BUG_ON definition for sparseKOSAKI Motohiro1-0/+8
2011-05-25xattr.h: expose string defines to userspaceEric Paris1-4/+4
2011-05-25bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2-1/+19
2011-05-25fscache: remove dead code under CONFIG_WORKQUEUE_DEBUGFSAmerigo Wang1-12/+0
2011-05-25include/linux/c2port.h: remove wrong and never used macrosWanlong Gao1-3/+0
2011-05-25ulimit: raise default hard ulimit on number of files to 4096Tim Gardner2-2/+3
2011-05-25asm-generic/cacheflush.h: flush icache when copying to user pagesMike Frysinger1-1/+4
2011-05-25mm: add SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macroDaniel Kiper1-0/+3
2011-05-25proc: make struct proc_maps_private truly privateStephen Wilson1-8/+0
2011-05-25mm: declare mpol_to_str() when CONFIG_TMPFS=nStephen Wilson1-2/+2
2011-05-25mm: export get_vma_policy()Stephen Wilson1-0/+3
2011-05-25mm: remove last trace of shmem_get_unmapped_areaHugh Dickins1-8/+0
2011-05-25tmpfs: implement generic xattr supportEric Paris1-1/+7
2011-05-25memblock/nobootmem: allow alloc_bootmem() to take 0 as low limitYinghai Lu1-9/+16
2011-05-25mm: delete non-atomic mm counter implementationMatt Fleming2-43/+10
2011-05-25mm: do not define PFN_SECTION_SHIFT if !CONFIG_SPARSEMEMDaniel Kiper1-4/+0
2011-05-25mm: pfn_to_section_nr()/section_nr_to_pfn() is valid only in CONFIG_SPARSEMEM contextDaniel Kiper1-3/+3
2011-05-25mm: enable set_page_section() only if CONFIG_SPARSEMEM and !CONFIG_SPARSEMEM_VMEMMAPDaniel Kiper1-6/+8
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-8/+11
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-2/+11
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang1-0/+6
2011-05-25mm: break out page allocation warning codeDave Hansen1-0/+2
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2-3/+7
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-122/+13
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra3-14/+10
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-14/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra2-2/+2
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra3-5/+0
2011-05-25lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra2-0/+12
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-46/+83
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-5/+51
2011-05-25mm: mmu_gather reworkPeter Zijlstra2-28/+70
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko1-3/+5
2011-05-25include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON()Dave Hansen1-3/+1