summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-05x86: unify kernel_physical_mapping_init() call in init_memory_mapping()Pekka Enberg2-9/+22
2009-03-05x86: rename after_init_bootmem to after_bootmem in mm/init_32.cPekka Enberg1-8/+8
2009-03-05x86: remove unnecessary save_mr() sanity checkPekka Enberg1-2/+1
2009-03-05x86: ifdef 32-bit specific setup in init_memory_mapping()Pekka Enberg2-0/+20
2009-03-05x86: move pgd_base out of init_memory_mapping()Pekka Enberg1-6/+6
2009-03-05x86: find_early_table_space() unificationPekka Enberg2-0/+23
2009-03-05x86: add gbpages support to 32-bit init_memory_mapping()Pekka Enberg1-5/+18
2009-03-05x86: init_memory_mapping() trivial cleanupsPekka Enberg2-28/+40
2009-03-05x86: fix bootmem cross node for 32bit numa, cleanupYinghai Lu1-13/+3
2009-03-04x86: move free_initrd_mem() to common mm/init.cPekka Enberg3-14/+7
2009-03-04x86: reserve exact size of mptableYinghai Lu1-2/+2
2009-03-04x86: ioremap mptableYinghai Lu1-1/+20
2009-03-04x86: make 32-bit init_memory_mapping range change more like 64-bitYinghai Lu1-32/+94
2009-03-04x86: fix bootmem cross node for 32bit numaYinghai Lu2-8/+43
2009-03-04Merge branch 'x86/urgent' into x86/mmIngo Molnar39-149/+320
2009-03-04x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAPHuang Ying4-25/+9
2009-03-04x86: set_highmem_pages_init() cleanup, #2Pekka Enberg1-9/+0
2009-03-04x86: fix DMI on EFIBrian Maly1-2/+3
2009-03-04Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+4
2009-03-04drm: fix double lock typoHelge Bahmann1-1/+1
2009-03-04x86: move devmem_is_allowed() to common mm/init.cPekka Enberg3-43/+24
2009-03-04powerpc: Run sbc610 USB fixup code only on the appropriate platform.Tony Breeds1-0/+4
2009-03-04Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar291-2766/+5482
2009-03-04Linux 2.6.29-rc7v2.6.29-rc7Linus Torvalds1-1/+1
2009-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-8/+21
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof HaƂasa1-2/+4
2009-03-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+54
2009-03-04Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+14
2009-03-04Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-66/+153
2009-03-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-5/+52
2009-03-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-21/+22
2009-03-04[ARM] fix lots of ARM __devexit sillynessRussell King5-6/+6
2009-03-03x86: set_highmem_pages_init() cleanup, fix !CONFIG_NUMA && CONFIG_HIGHMEM=yIngo Molnar1-1/+1
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg4-39/+39
2009-03-03[ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas1-6/+7
2009-03-03[ARM] 5416/1: Use unused address in v6_early_abortSeth Forshee1-1/+2
2009-03-03x86: unify free_init_pages() and free_initmem()Pekka Enberg4-89/+50
2009-03-03x86: make sure initmem is writable on 64-bitPekka Enberg1-0/+7
2009-03-03x86: add sanity checks to init_32.cPekka Enberg1-6/+11
2009-03-03x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space()Pekka Enberg1-4/+4
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg2-2/+2
2009-03-03x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann1-2/+12
2009-03-03x86, signals: fix xine & firefox bustageHiroshi Shimamoto1-5/+4
2009-03-03x86: fix init_memory_mapping() to handle small rangesYinghai Lu1-0/+2
2009-03-03Revert "menu: fix embedded menu snafu"Linus Torvalds1-16/+12
2009-03-03Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-12/+20
2009-03-03drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt1-2/+3
2009-03-03drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom3-8/+15
2009-03-03drm: Wake up all lock waiters when the master disappears.Thomas Hellstrom2-2/+2
2009-03-03drm: Don't return ERESTARTSYS to user-space.Thomas Hellstrom1-1/+1