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_64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-13
[PATCH] x86-64: x86_64-make-the-numa-hash-function-nodemap-allocation fix fix
Amul Shah
1
-7
/
+8
2007-02-13
[PATCH] x86-64: Allocate the NUMA hash function nodemap dynamically
Amul Shah
1
-9
/
+65
2007-02-11
[PATCH] Consolidate bust_spinlocks()
Kirill Korotaev
1
-21
/
+0
2007-02-02
ACPICA: Remove duplicate table definitions (non-conflicting), cont
Alexey Starikovskiy
1
-23
/
+25
2006-12-07
[PATCH] x86-64: fix perms/range of vsyscall vma in /proc/*/maps
Ernie Petrides
1
-3
/
+4
2006-12-07
[PATCH] x86-64: Use probe_kernel_address in arch/x86_64/*
Andi Kleen
1
-5
/
+5
2006-12-07
[PATCH] x86-64: Speed and clean up cache flushing in change_page_attr
Andi Kleen
1
-26
/
+32
2006-11-20
[PATCH] x86_64: fix memory hotplug build with NUMA=n
Yasunori Goto
1
-8
/
+1
2006-11-14
[PATCH] x86-64: Handle reserve_bootmem_generic beyond end_pfn
Andi Kleen
1
-1
/
+14
2006-10-21
[PATCH] x86-64: x86_64 hot-add memory srat.c fix
keith mannthey
1
-2
/
+2
2006-10-11
[PATCH] mm: use symbolic names instead of indices for zone initialisation
Mel Gorman
2
-6
/
+11
2006-10-01
[PATCH] Generic ioremap_page_range: x86_64 conversion
Haavard Skinnemoen
1
-104
/
+7
2006-10-01
[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVE
Keith Mannthey
1
-4
/
+13
2006-10-01
[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup
Keith Mannthey
2
-0
/
+3
2006-10-01
[PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enable
Keith Mannthey
2
-14
/
+19
2006-10-01
[PATCH] hot-add-mem x86_64: Enable SPARSEMEM in srat.c
Keith Mannthey
1
-22
/
+29
2006-09-29
[PATCH] pidspace: is_init()
Sukadev Bhattiprolu
1
-2
/
+2
2006-09-29
[PATCH] make PROT_WRITE imply PROT_READ
Jason Baron
1
-1
/
+1
2006-09-27
[PATCH] Allow an arch to expand node boundaries
Mel Gorman
1
-0
/
+2
2006-09-27
[PATCH] Account for holes that are outside the range of physical memory
Mel Gorman
1
-1
/
+3
2006-09-27
[PATCH] Account for memmap and optionally the kernel image as holes
Mel Gorman
1
-1
/
+3
2006-09-27
[PATCH] Have x86_64 use add_active_range() and free_area_init_nodes
Mel Gorman
4
-72
/
+28
2006-09-26
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
6
-63
/
+57
2006-09-26
[PATCH] Standardize pxx_page macros
Dave McCracken
1
-3
/
+3
2006-09-26
[PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONES
Christoph Lameter
1
-1
/
+1
2006-09-26
[PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing ...
Andi Kleen
1
-0
/
+3
2006-09-26
[PATCH] Use proper accessors to change PSE bits in change_page_attr()
Andi Kleen
1
-10
/
+6
2006-09-26
[PATCH] Fix pte_exec/mkexec and use it in change_page_attr()
Andi Kleen
1
-3
/
+5
2006-09-26
[PATCH] Remove bogus warning from early_ioremap
Andi Kleen
1
-1
/
+0
2006-09-26
[PATCH] make numa_emulation() __init
Andrew Morton
1
-1
/
+1
2006-09-26
[PATCH] x86_64 kernel mapping fix
Keith Mannthey
1
-25
/
+26
2006-09-26
[PATCH] make fault notifier unconditional and export it
Andi Kleen
1
-9
/
+3
2006-09-26
[PATCH] Add sparse annotations to quiet sparse in arch/x86_64/mm/fault.c
Andi Kleen
1
-5
/
+5
2006-09-26
[PATCH] Clean up acpi_numa variable
Andi Kleen
1
-0
/
+2
2006-09-26
[PATCH] Convert x86-64 to early param
Andi Kleen
1
-3
/
+6
2006-09-26
[PATCH] initialize end of memory variables as early as possible
Jan Beulich
1
-6
/
+0
2006-07-03
[PATCH] lockdep: beautify x86_64 stacktraces
Ingo Molnar
1
-1
/
+0
2006-07-01
[PATCH] add __[start|end]_rodata sections to asm-generic/sections.h
Heiko Carstens
1
-4
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
5
-5
/
+0
2006-06-30
typo fixes: occuring -> occurring
Adrian Bunk
1
-1
/
+1
2006-06-27
[PATCH] add poison.h and patch primary users
Randy Dunlap
1
-2
/
+5
2006-06-27
[PATCH] pgdat allocation for new node add (specify node id)
Yasunori Goto
1
-28
/
+38
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
3
-29
/
+32
2006-06-26
[PATCH] x86_64: enlarge window for stack growth
Chuck Ebbert
1
-2
/
+4
2006-06-26
[PATCH] x86_64: Move export symbols to their C functions
Andi Kleen
1
-0
/
+5
2006-06-26
[PATCH] x86_64: miscellaneous mm/init.c fixes
Jan Beulich
1
-6
/
+6
2006-06-26
[PATCH] x86_64: Calgary IOMMU - IOMMU abstractions
Jon Mason
1
-6
/
+1
2006-06-26
[PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_k
Andi Kleen
2
-2
/
+2
2006-06-26
[PATCH] x86_64: x86_64 version of the smp alternative patch.
Gerd Hoffmann
1
-13
/
+14
2006-06-26
[PATCH] Notify page fault call chain for x86_64
Anil S Keshavamurthy
1
-2
/
+37
[next]