summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-2416-26/+22
* mapping_set_error: add unlikely()Andrew Morton2008-07-241-1/+1
* slob: record page flag overlays explicitlyAndy Whitcroft2008-07-242-6/+13
* slub: record page flag overlays explicitlyAndy Whitcroft2008-07-242-48/+24
* 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-243-155/+185
* buddy: clarify comments describing buddy mergeAndy Whitcroft2008-07-241-1/+2
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-2412-21/+26
* spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt2008-07-241-0/+23
* powerpc ioremap_protBenjamin Herrenschmidt2008-07-247-7/+64
* use generic_access_phys for /dev/mem mappingsRik van Riel2008-07-242-1/+5
* access_process_vm device memory infrastructureRik van Riel2008-07-248-18/+144
* mm: remove nopfnNick Piggin2008-07-242-69/+7
* kill generic_file_direct_IO()Christoph Hellwig2008-07-241-66/+51
* mm/hugetlb.c: fix duplicate variableAdrian Bunk2008-07-241-1/+0
* mm/vmstat.c: proper externsAdrian Bunk2008-07-244-5/+8
* mm/migrate.c should #include <linux/syscalls.h>Adrian Bunk2008-07-241-0/+1
* page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro2008-07-242-21/+19
* mspec: convert nopfn to faultNick Piggin2008-07-241-9/+14
* mm: unexport __alloc_bootmem_core()Johannes Weiner2008-07-242-17/+12
* mm: normalize internal argument passing of bootmem dataJohannes Weiner2008-07-241-8/+6
* mm: fix free_all_bootmem_core alignment checkJohannes Weiner2008-07-241-11/+10
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-2415-54/+40
* add a helper function to test if an object is on the stackFUJITA Tomonori2008-07-242-3/+8
* mm: print out the zonelists on request for manual verificationMel Gorman2008-07-243-0/+51
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-244-8/+44
* mm: verify the page links and memory modelMel Gorman2008-07-243-0/+91
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-246-9/+79
* add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell2008-07-245-0/+23
* remove is_tty()Adrian Bunk2008-07-241-13/+0
* hpet: clarify maintainer entryClemens Ladisch2008-07-241-1/+1
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-244-3/+4
* Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2008-07-234-12/+192
|\
| * i386 syscall audit fast-pathRoland McGrath2008-07-231-2/+53
| * x86_64 ia32 syscall audit fast-pathRoland McGrath2008-07-232-4/+88
| * x86_64 syscall audit fast-pathRoland McGrath2008-07-232-1/+50
| * x86_64: remove bogus optimization in sysret_signalRoland McGrath2008-07-231-5/+1
* | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-2314-256/+229
|\ \
| * | sched: hrtick_enabled() should use cpu_active()Ingo Molnar2008-07-201-1/+1
| * | Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-207-155/+66
| |\ \
| | * | sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-206-155/+64
| | * | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells2008-07-181-0/+2
| * | | sched: fix build error, provide partition_sched_domains() unconditionallyIngo Molnar2008-07-181-1/+10
| * | | cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky2008-07-181-0/+10
| * | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-188-71/+99
| * | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-07-181-28/+40
| |/ /
| * | sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
| * | Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-181-0/+2
* | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2350-270/+442
|\ \ \
| * \ \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-211549-78831/+148172
| |\ \ \