summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: introduce pud_hugeAndi Kleen2008-07-241-0/+5
* mm: introduce non panic alloc_bootmemAndi Kleen2008-07-241-0/+4
* hugetlb: new sysfs interfaceNishanth Aravamudan2008-07-241-0/+2
* hugetlbfs: per mount huge page sizesAndi Kleen2008-07-241-5/+9
* hugetlb: multiple hstates for multiple page sizesAndi Kleen2008-07-241-3/+16
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-5/+83
* mm: create /sys/kernel/mmNishanth Aravamudan2008-07-241-0/+2
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-241-0/+1
* hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman2008-07-241-3/+5
* hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman2008-07-241-1/+8
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-3/+2
* mapping_set_error: add unlikely()Andrew Morton2008-07-241-1/+1
* slob: record page flag overlays explicitlyAndy Whitcroft2008-07-241-0/+7
* slub: record page flag overlays explicitlyAndy Whitcroft2008-07-241-0/+7
* page-flags: record page flag overlays explicitlyAndy Whitcroft2008-07-241-4/+11
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-241-0/+4
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-241-3/+1
* access_process_vm device memory infrastructureRik van Riel2008-07-241-0/+8
* mm: remove nopfnNick Piggin2008-07-241-9/+0
* mm/vmstat.c: proper externsAdrian Bunk2008-07-241-0/+6
* page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro2008-07-241-4/+17
* mm: unexport __alloc_bootmem_core()Johannes Weiner2008-07-241-5/+0
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-0/+2
* add a helper function to test if an object is on the stackFUJITA Tomonori2008-07-241-0/+7
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-242-2/+3
* Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-233-2/+22
|\
| * sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar2008-07-181-1/+10
| * cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-182-1/+12
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-231-38/+128
|\ \
| * \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-2173-707/+1739
| |\ \
| * | | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUPMike Travis2008-07-201-7/+26
| * | | cpumask: Provide a generic set of CPUMASK_ALLOC macrosMike Travis2008-07-181-0/+21
| * | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-181-5/+27
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1837-209/+773
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1659-615/+1720
| |\ \ \
| * | | | Revert "cpumask: introduce new APIs"Ingo Molnar2008-07-061-4/+0
| * | | | Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-0672-173/+309
| |\ \ \ \
| * | | | | cpumask: make for_each_cpu_mask a bit smallerAlexander van Heukelum2008-05-231-8/+8
| * | | | | x86: Add performance variants of cpumask operatorsMike Travis2008-05-231-30/+62
* | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-231-1/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into core/softlockupIngo Molnar2008-07-1569-263/+1300
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'v2.6.26-rc8' into core/softlockupIngo Molnar2008-06-258-27/+14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into core/softlockupIngo Molnar2008-06-1651-115/+246
| |\ \ \ \ \ \ \ \
| * | | | | | | | | softlockup: fix softlockup_thresh unaligned access and disable detection at r...Dimitri Sivanich2008-05-251-1/+1
| * | | | | | | | | softlockup: allow panic on lockupIngo Molnar2008-05-251-1/+2
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-234-1/+132
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pxa' into develRussell King2008-07-136-1/+180
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform dataEric Miao2008-07-121-0/+2
| | * | | | | | | | | [NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variableEric Miao2008-07-121-0/+7
| | * | | | | | | | | [NET] smc91x: add SMC91X_NOWAIT flag to platform dataEric Miao2008-07-121-0/+2
OpenPOWER on IntegriCloud