summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
AgeCommit message (Expand)AuthorFilesLines
2006-01-10Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds3-41/+6
2006-01-10[PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli1-3/+3
2006-01-10[PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy1-1/+3
2006-01-10[PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S1-2/+2
2006-01-10[PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy1-5/+2
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig1-1/+0
2006-01-10[PATCH] sanitize building of fs/compat_ioctl.cChristoph Hellwig2-35/+1
2006-01-10[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.cChristoph Hellwig1-47/+0
2006-01-10[PATCH] common compat_sys_timer_createChristoph Hellwig2-20/+1
2006-01-10[PATCH] kexec: change CONFIG_PHYSICAL_START dependencyManeesh Soni1-12/+19
2006-01-10[PATCH] kdump: read previous kernel's memoryVivek Goyal2-0/+48
2006-01-10[PATCH] kdump: x86_64 save cpu registers upon crashVivek Goyal2-0/+77
2006-01-10[PATCH] kdump: x86_64 kexec on panicakpm@osdl.org1-1/+85
2006-01-10[PATCH] kdump: x86_64: add elfcorehdr command line optionVivek Goyal1-0/+9
2006-01-10[PATCH] kdump: x86_64: add memmmap command line optionakpm@osdl.org2-0/+48
2006-01-10[PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal1-2/+0
2006-01-09[CRYPTO] Allow AES C/ASM implementations to coexistHerbert Xu1-0/+2
2006-01-09[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu1-12/+11
2006-01-09kbuild: drop vmlinux dependency from "make install"H. Peter Anvin3-41/+6
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-5/+0
2006-01-08[PATCH] Split out screen_info from tty.hBrian Gerst2-40/+1
2006-01-08[PATCH] use ptrace_get_task_struct in various placesChristoph Hellwig1-33/+11
2006-01-08[PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk1-2/+0
2006-01-08[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai1-1/+1
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter1-0/+1
2006-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-1/+0
2006-01-06gitignore: ignore shared objectsBrian Gerst1-1/+0
2006-01-06[PATCH] cpu hotplug/x86_64: disable interrupt in play_deadShaohua Li1-2/+3
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: make some datastructures c...Arjan van de Ven2-2/+2
2006-01-06[PATCH] x86/x86_64: mark rodata section read-only: x86-64 supportArjan van de Ven2-0/+33
2006-01-06[PATCH] x86/x86_64: mark rodata section read only: generic x86-64 bugfixArjan van de Ven1-2/+7
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds3-0/+5
2006-01-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-1/+5
2006-01-01gitignore: x86_64 filesBrian Gerst3-0/+5
2005-12-29[PATCH] x86_64: Fix incorrect node_present_pages on NUMARavikiran G Thirumalai1-1/+1
2005-12-20[PATCH] Fix build with CONFIG_PCI_MMCONFIGAndi Kleen1-1/+1
2005-12-15[PATCH] i386,amd64: ioremap.c __iomem annotationsAl Viro1-1/+1
2005-12-15[PATCH] i386,amd64: mmconfig __iomem annotationsAl Viro1-7/+7
2005-12-12[PATCH] x86_64: Bug correction in populate_memnodemap()Eric Dumazet1-1/+3
2005-12-12[PATCH] x86_64: Fix collision between pmtimer and pit/hpetjohn stultz1-1/+1
2005-12-12[PATCH] x86_64: Fix 32bit thread coredumpsAndi Kleen1-2/+1
2005-12-12[PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systemsAndi Kleen1-2/+34
2005-12-12[PATCH] i386/x86-64 Fall back to type 1 access when no entry foundAndi Kleen1-9/+20
2005-12-12[PATCH] i386/x86-64: Don't call change_page_attr with a spinlock heldAndi Kleen1-6/+31
2005-12-12[PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li1-1/+1
2005-12-12[PATCH] x86_64: Make sure hpet_address is 0 when any part of HPET initializat...Andi Kleen1-1/+3
2005-12-12[PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S1-1/+1
2005-12-06[CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi1-1/+5
2005-11-23[PATCH] kprobes: Fix return probes on sys_execveJim Keniston1-7/+0
2005-11-14Merge x86-64 update from AndiLinus Torvalds38-663/+1178