summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-07-24pm: acpi hibernation: utilize hardware signatureShaohua Li1-0/+1
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui1-0/+3
2008-07-24pm: add new PM_EVENT codes for runtime power transitionsAlan Stern1-2/+35
2008-07-24pm: drop unnecessary includes from pm.hRafael J. Wysocki1-2/+0
2008-07-24pm: remove remaining obsolete definitions from pm.hRafael J. Wysocki1-46/+0
2008-07-24pm: remove definition of struct pm_devRafael J. Wysocki1-24/+0
2008-07-24remove include/linux/pm_legacy.hAdrian Bunk1-35/+0
2008-07-24security: remove unused forwardsHugh Dickins1-2/+0
2008-07-24security: protect legacy applications from executing with insufficient privilegeAndrew G. Morgan1-1/+1
2008-07-24mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer2-21/+19
2008-07-24kcalloc: remove runtime divisionMilton Miller1-1/+1
2008-07-24memory-hotplug: add sysfs removable attribute for hotplug memory removeBadari Pulavarty1-0/+12
2008-07-24memory hotplug: small fixes to bootmem freeing for memory hotremoveYasunori Goto1-4/+4
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+3
2008-07-24mm: add alloc_pages_exact() and free_pages_exact()Timur Tabi1-0/+3
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-1/+1
2008-07-24bootmem: clean up alloc_bootmem_coreJohannes Weiner1-4/+2
2008-07-24bootmem: reorder code to match new bootmem structureJohannes Weiner1-41/+45
2008-07-24hugetlb: allow arch overridden hugepage allocationJon Tollefson1-0/+10
2008-07-24hugetlb: introduce pud_hugeAndi Kleen1-0/+5
2008-07-24mm: introduce non panic alloc_bootmemAndi Kleen1-0/+4
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan1-0/+2
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-5/+9
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen1-3/+16
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen1-5/+83
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan1-0/+2
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft1-0/+1
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman1-3/+5
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman1-1/+8
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-3/+2
2008-07-24mapping_set_error: add unlikely()Andrew Morton1-1/+1
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft1-0/+7
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft1-0/+7
2008-07-24page-flags: record page flag overlays explicitlyAndy Whitcroft1-4/+11
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita1-0/+4
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich1-3/+1
2008-07-24access_process_vm device memory infrastructureRik van Riel1-0/+8
2008-07-24mm: remove nopfnNick Piggin1-9/+0
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-0/+6
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro1-4/+17
2008-07-24mm: unexport __alloc_bootmem_core()Johannes Weiner1-5/+0
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-0/+2
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori1-0/+7
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2-2/+3
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+22
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-38/+128
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+2
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-1/+132
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-0/+38
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds5-16/+141