aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2008-07-24security: protect legacy applications from executing with insufficient privilegeAndrew G. Morgan
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer
2008-07-24kcalloc: remove runtime divisionMilton Miller
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner
2008-07-24bootmem: clean up alloc_bootmem_coreJohannes Weiner
2008-07-24bootmem: reorder code to match new bootmem structureJohannes Weiner
2008-07-24powerpc: support multiple hugepage sizesJon Tollefson
2008-07-24powerpc: define support for 16G hugepagesJon Tollefson
2008-07-24powerpc: scan device tree for gigantic pagesJon Tollefson
2008-07-24hugetlb: allow arch overridden hugepage allocationJon Tollefson
2008-07-24x86: add hugepagesz option on 64-bitAndi Kleen
2008-07-24hugetlb: introduce pud_hugeAndi Kleen
2008-07-24mm: introduce non panic alloc_bootmemAndi Kleen
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner
2008-07-24mapping_set_error: add unlikely()Andrew Morton
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft
2008-07-24page-flags: record page flag overlays explicitlyAndy Whitcroft
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich
2008-07-24powerpc ioremap_protBenjamin Herrenschmidt
2008-07-24access_process_vm device memory infrastructureRik van Riel
2008-07-24mm: remove nopfnNick Piggin
2008-07-24mm/vmstat.c: proper externsAdrian Bunk
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro
2008-07-24mm: unexport __alloc_bootmem_core()Johannes Weiner
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds
2008-07-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov