aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Gardner1-1/+2
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: 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: mmu_gather reworkPeter Zijlstra1-1/+1
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
2011-05-25include/linux/gfp.h: work around apparent sparse confusionDave Hansen1-6/+1
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2-1/+2
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro1-0/+3
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro1-1/+1
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-0/+1
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+9
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-1/+3
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-3/+3
2011-05-24Merge branch 'for-linus/2640/i2c' of git://git.fluff.org/bjdooks/linuxLinus Torvalds1-0/+10
2011-05-25Merge branches 'for-2639/i2c-eg20t', 'for-2639/i2c-shmobile', 'for-2639/i2c-tegra' and 'for-2639/i2c-nomadik2' into for-linus/2640/i2cBen Dooks132-725/+3290
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlmLinus Torvalds1-2/+4
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds5-17/+22
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-2/+38
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds7-5/+250
2011-05-24Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds1-2/+2