Linus Torvalds d645727bdc Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 hace 16 años
..
Kconfig e0a94c2a63 security: use mmap_min_addr indepedently of security models hace 16 años
Kconfig.debug ee3b4290ae generic debug pagealloc: build fix hace 17 años
Makefile 0822ee4ac1 kmemleak: Simple testing module for kmemleak hace 16 años
allocpercpu.c 5d6700ea7b percpu: __percpu_depopulate_mask can take a const mask hace 16 años
backing-dev.c 1faa16d228 block: change the request allocation/congestion logic to be sync/async based hace 16 años
bootmem.c c91c4773b3 bootmem: fix slab fallback on numa hace 16 años
bounce.c c9059598ea Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block hace 16 años
debug-pagealloc.c 6a11f75b6a generic debug pagealloc hace 17 años
dmapool.c b5ee5befa7 dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too hace 17 años
fadvise.c 6673e0c3fb [CVE-2009-0029] System call wrapper special cases hace 17 años
failslab.c 255d11bc91 kmemtrace, mm: fix slab.h dependency problem in mm/failslab.c hace 17 años
filemap.c e767e0561d memcg: fix deadlock between lock_page_cgroup and mapping tree_lock hace 16 años
filemap_xip.c 58984ce21d mm: do_xip_mapping_read: fix length calculation hace 17 años
fremap.c 5a6fe12595 Do not account for the address space used by hugetlbfs using VM_ACCOUNT hace 17 años
highmem.c f4112de6b6 mm: introduce debug_kmap_atomic hace 17 años
hugetlb.c f83a275dbc mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hugetlbfs hace 16 años
internal.h 33925b25d2 nommu: there is no mlock() for NOMMU, so don't provide the bits hace 17 años
kmemleak-test.c 0822ee4ac1 kmemleak: Simple testing module for kmemleak hace 16 años
kmemleak.c 3c7b4e6b8b kmemleak: Add the base support hace 16 años
maccess.c d93f82b6e0 [S390] maccess: add weak attribute to probe_kernel_write hace 16 años
madvise.c 0f18132828 Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions" hace 16 años
memcontrol.c 46f7e602fb memcg: fix build warning and avoid checking for mem != null again and again hace 16 años
memory.c b827e496c8 mm: close page_mkwrite races hace 16 años
memory_hotplug.c 3c1d43787b mm: remove GFP_HIGHUSER_PAGECACHE hace 17 años
mempolicy.c 938bb9f5e8 [CVE-2009-0029] System call wrappers part 28 hace 17 años
mempool.c 183ff22bb6 spelling fixes: mm/ hace 18 años
migrate.c 266cf658ef FS-Cache: Recruit a page flags for cache management hace 17 años
mincore.c 3480b25743 [CVE-2009-0029] System call wrappers part 14 hace 17 años
mlock.c 1cb81b143f x86, bts, mm: clean up buffer allocation hace 16 años
mm_init.c 759f9a2df7 mm: mminit_loglevel cannot be __meminitdata anymore hace 17 años
mmap.c 8a1ca8cedd Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip hace 16 años
mmu_notifier.c cddb8a5c14 mmu-notifiers: core hace 17 años
mmzone.c eb33575cf6 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 hace 16 años
mprotect.c dab5855b12 perf_counter: Add mmap event hooks to mprotect() hace 16 años
mremap.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 hace 17 años
msync.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 hace 17 años
nommu.c 35f2c2f6f6 nommu: Provide mmap_min_addr definition. hace 16 años
oom_kill.c 6d2661ede5 oom: fix possible oom_dump_tasks NULL pointer hace 16 años
page-writeback.c 22ef37eed6 page-writeback: fix the calculation of the oldest_jif in wb_kupdate() hace 16 años
page_alloc.c dbb1f81ca6 kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash hace 16 años
page_cgroup.c ca371c0d7e memcg: fix page_cgroup fatal error in FLATMEM hace 16 años
page_io.c 93dbb39350 block: fix bad definition of BIO_RW_SYNC hace 17 años
page_isolation.c a70dcb969f memory hotplug: fix page_zone() calculation in test_pages_isolated() hace 17 años
pagewalk.c 2165009bdf pagemap: pass mm into pagewalkers hace 17 años
pdflush.c cd17cbfda0 Revert "mm: add /proc controls for pdflush threads" hace 16 años
percpu.c e1b9aa3f47 percpu: remove rbtree and use page->index instead hace 16 años
prio_tree.c 183ff22bb6 spelling fixes: mm/ hace 18 años
quicklist.c a70f730282 cpumask: replace node_to_cpumask with cpumask_of_node. hace 17 años
readahead.c 266cf658ef FS-Cache: Recruit a page flags for cache management hace 17 años
rmap.c 98f32602d4 hugh: update email address hace 16 años
shmem.c c9d9ac525a integrity: move ima_counts_get hace 16 años
shmem_acl.c e6305c43ed [PATCH] sanitize ->permission() prototype hace 17 años
slab.c 8429db5c63 slab: setup cpu caches later on when interrupts are enabled hace 16 años
slob.c 4374e616d2 kmemleak: Add the slob memory allocation/freeing hooks hace 16 años
slub.c 7e85ee0c1d slab,slub: don't enable interrupts during early boot hace 16 años
sparse-vmemmap.c b41ad14c30 vmemmap: warn about page_structs with remote distance hace 17 años
sparse.c ef161a9863 mm: mminit_validate_memmodel_limits(): remove redundant test hace 17 años
swap.c 00a62ce91e mm: fix Committed_AS underflow on large NR_CPUS environment hace 16 años
swap_state.c e767e0561d memcg: fix deadlock between lock_page_cgroup and mapping tree_lock hace 16 años
swapfile.c a1bb7d6123 PM/hibernate: fix "swap breaks after hibernation failures" hace 17 años
thrash.c 7faaa5f0bf Bug in mm/thrash.c function grab_swap_token() hace 18 años
truncate.c e767e0561d memcg: fix deadlock between lock_page_cgroup and mapping tree_lock hace 16 años
util.c 44347d947f Merge branch 'linus' into tracing/core hace 16 años
vmalloc.c 512626a04e Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 hace 16 años
vmscan.c c6f37f1219 PM/Suspend: Do not shrink memory before suspend hace 16 años
vmstat.c eb33575cf6 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 hace 16 años