summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
* x86: unify mmap_{32|64}.cHarvey Harrison2008-01-304-128/+53Star
* x86: clean up mm/init_32.cJeremy Fitzhardinge2008-01-301-10/+21
* x86: kill mk_pte_hugeJeremy Fitzhardinge2008-01-301-2/+1Star
* x86: some whitespace cleanups in paging codeJoerg Roedel2008-01-301-1/+1
* x86: PIE executable randomization, uninliningAndrew Morton2008-01-301-3/+3
* x86: PIE executable randomization, checkpatch fixesAndrew Morton2008-01-301-3/+2Star
* x86: PIE executable randomizationJiri Kosina2008-01-301-17/+102
* x86: use __PAGE_KERNEL* instead of _KERNPG_TABLEJoerg Roedel2008-01-301-2/+2
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-303-33/+33
* x86: clean up bitops-related warningsJeremy Fitzhardinge2008-01-301-1/+1
* x86: kmap_atomic() debuggingAndrew Morton2008-01-301-1/+46
* x86: 64-bit, make sparsemem vmemmap the only memory modelChristoph Lameter2008-01-304-123/+0Star
* x86: use core id bits for apicid_to_node initializationYinghai Lu2008-01-301-7/+10
* x86: fixup numa 64 namespaceThomas Gleixner2008-01-301-7/+7
* x86: cleanup numa_64.cThomas Gleixner2008-01-301-102/+111
* x86: cleanup tlbflush.h variantsThomas Gleixner2008-01-301-1/+1
* x86: nuke a ton of unused exportsThomas Gleixner2008-01-301-1/+0Star
* x86: remove the duplicated arch/x86/ia32/mmap32.cThomas Gleixner2008-01-302-1/+5
* x86: clean up arch/x86/mm/mmap_32/64.cThomas Gleixner2008-01-302-6/+9
* x86: move numa related declarationsThomas Gleixner2008-01-301-0/+1
* x86: move debug related declarations to kdebug.hThomas Gleixner2008-01-301-0/+1
* x86: move k8 related declarationsThomas Gleixner2008-01-301-0/+1
* x86: fix boot crash on HIGHMEM4G && SPARSEMEMIngo Molnar2008-01-151-2/+7
* memory hotplug x86_64: fix section mismatch in init_memory_mapping()KAMEZAWA Hiroyuki2007-11-291-1/+1
* Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2007-11-032-0/+10
|\
| * lockdep: fixup irq tracingPeter Zijlstra2007-10-252-0/+10
* | x86: mm/discontig_32.c: make code staticAdrian Bunk2007-10-301-2/+2
* | Revert "x86_64: allocate sparsemem memmap above 4G"Linus Torvalds2007-10-291-6/+0Star
* | x86: fix bogus KERN_ALERT on oopsAlexey Dobriyan2007-10-241-1/+1
|/
* Intel IOMMU: clflush_cache_range now takes size paramKeshavamurthy, Anil S2007-10-221-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2007-10-205-7/+7
|\
| * spelling fixes: arch/x86_64/Simon Arlott2007-10-202-3/+3
| * spelling fixes: arch/i386/Simon Arlott2007-10-203-4/+4
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-203-16/+5Star
|\ \ | |/ |/|
| * x86: convert cpu_to_apicid to be a per cpu variableMike Travis2007-10-191-1/+1
| * x86: honor _PAGE_PSE bit on page walksJan Beulich2007-10-192-2/+3
| * x86: don't zero pad addresses in segfault messageAndi Kleen2007-10-191-1/+1
| * x86: remove page_fault_traceAndi Kleen2007-10-191-12/+0Star
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-191-2/+7
|\|
| * x86: fix global_flush_tlb() bugIngo Molnar2007-10-191-2/+7
* | Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-2/+2
* | pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-192-2/+2
|/
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds2007-10-178-25/+36
|\
| * x86: convert mm_context_t semaphore to a mutexLuiz Fernando N. Capitulino2007-10-171-2/+2
| * i386: clean up oops/bug reportsPavel Emelyanov2007-10-171-6/+7
| * x86: fix cpu_to_node referencesMike Travis2007-10-172-4/+4
| * x86: Create clflush() inline, remove hardcoded wbinvdH. Peter Anvin2007-10-172-3/+3
| * i386: make some variables staticAdrian Bunk2007-10-171-5/+5
| * x86: 0 -> NULL, for arch/x86_64Yoann Padioleau2007-10-171-1/+1
| * x86: NX bit handling in change_page_attr()Huang, Ying2007-10-171-0/+1