index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-06
x86: adjust vmalloc_sync_all() for Xen (2nd try)
Jan Beulich
1
-8
/
+6
2008-08-22
x86: fix two modpost warnings in mm/init_64.c
Jan Beulich
1
-2
/
+2
2008-08-22
x86: fix 1:1 mapping init on 64-bit (memory hotplug case)
Jan Beulich
1
-14
/
+18
2008-08-21
devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS
venkatesh.pallipadi@intel.com
1
-12
/
+5
2008-08-21
x86: PAT proper tracking of set_memory_uc and friends
venkatesh.pallipadi@intel.com
1
-3
/
+3
2008-08-21
x86, mmiotrace: silence section mismatch warning - leave_uniprocessor
Marcin Slusarz
1
-1
/
+3
2008-08-21
x86: use WARN() in arch/x86/mm/ioremap.c
Arjan van de Ven
1
-5
/
+3
2008-08-20
x86: fix Xorg startup/shutdown slowdown with PAT
Venki Pallipadi
1
-2
/
+31
2008-08-16
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-16
/
+32
2008-08-15
x86: fix section mismatch warning - spp_getpage()
Marcin Slusarz
1
-1
/
+5
2008-08-15
x86: Fix ioremap off by one BUG
Andi Kleen
1
-1
/
+1
2008-08-15
x86: fix /proc/meminfo DirectMap
Hugh Dickins
2
-7
/
+17
2008-08-14
x86: don't call e820_regiter_active_regions if out of range on node
Yinghai Lu
1
-4
/
+8
2008-08-13
x86: use WARN() in arch/x86/mm/pageattr.c
Arjan van de Ven
2
-4
/
+2
2008-08-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
1
-2
/
+1
2008-08-12
mm: Make generic weak get_user_pages_fast and EXPORT_GPL it
Rusty Russell
1
-2
/
+1
2008-08-11
x86: work around gcc 3.4.x bug
Jeremy Fitzhardinge
1
-0
/
+3
2008-07-28
Fix 'get_user_pages_fast()' with non-page-aligned start address
Linus Torvalds
1
-3
/
+6
2008-07-26
x86: use generic show_mem()
Johannes Weiner
2
-84
/
+0
2008-07-26
x86: support 1GB hugepages with get_user_pages_lockless()
Nick Piggin
1
-3
/
+40
2008-07-26
x86: lockless get_user_pages_fast()
Nick Piggin
2
-0
/
+259
2008-07-24
x86: add hugepagesz option on 64-bit
Andi Kleen
1
-0
/
+17
2008-07-24
x86: support GB hugepages on 64-bit
Andi Kleen
1
-11
/
+22
2008-07-24
hugetlb: introduce pud_huge
Andi Kleen
1
-1
/
+24
2008-07-24
hugetlb: modular state for hugetlb page size
Andi Kleen
1
-2
/
+3
2008-07-24
access_process_vm device memory infrastructure
Rik van Riel
1
-0
/
+8
2008-07-24
mm: move bootmem descriptors definition to a single place
Johannes Weiner
2
-5
/
+2
2008-07-22
x86: add PTE_FLAGS_MASK
Jeremy Fitzhardinge
1
-3
/
+3
2008-07-22
x86: rename PTE_MASK to PTE_PFN_MASK
Jeremy Fitzhardinge
1
-5
/
+5
2008-07-21
x86: convert Dprintk to pr_debug
Thomas Gleixner
1
-4
/
+0
2008-07-21
Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...
Ingo Molnar
5
-114
/
+215
2008-07-20
Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM
Ingo Molnar
1
-3
/
+3
2008-07-18
x86: Add a debugfs interface to dump PAT memtype
venkatesh.pallipadi@intel.com
1
-0
/
+88
2008-07-18
x86: enable memory tester support on 32-bit
Yinghai Lu
1
-0
/
+3
2008-07-18
x86: seperate memtest from init_64.c
Yinghai Lu
3
-112
/
+124
2008-07-18
Merge branch 'linus' into x86/urgent
Ingo Molnar
1
-2
/
+1
2008-07-18
x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM
Ingo Molnar
1
-3
/
+3
2008-07-17
Merge branch 'linus' into xen-64bit
Ingo Molnar
2
-3
/
+2
2008-07-17
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2008-07-16
ACPICA: Update DMAR and SRAT table definitions
Bob Moore
1
-2
/
+1
2008-07-16
x86: fix kernel_physical_mapping_init() for large x86 systems
Jack Steiner
1
-1
/
+1
2008-07-16
pvops-64: call paravirt_post_allocator_init() on setup_arch()
Eduardo Habkost
1
-2
/
+0
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
1
-2
/
+2
2008-07-14
Merge branch 'auto-ftrace-next' into tracing/for-linus
Ingo Molnar
11
-3
/
+1665
2008-07-13
x86: max_low_pfn_mapped fix, #3
Yinghai Lu
1
-0
/
+14
2008-07-13
x86: max_low_pfn_mapped fix, #2
Yinghai Lu
2
-4
/
+4
2008-07-12
Merge branch 'linus' into x86/core
Ingo Molnar
1
-1
/
+24
2008-07-11
x86: introduce max_low_pfn_mapped for 64-bit
Yinghai Lu
4
-3
/
+21
2008-07-11
x86: reserve SLIT
Yinghai Lu
1
-1
/
+13
2008-07-10
x86: fix /dev/mem compatibility under PAT
Venkatesh Pallipadi
1
-1
/
+24
[next]