summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] kprobes: fix build breakageAnanth N Mavinakayanahalli2006-01-101-3/+3
* [PATCH] kprobes: arch_remove_kprobeAnil S Keshavamurthy2006-01-101-1/+3
* [PATCH] kprobes-changed-from-using-spinlock-to-mutex fixKeshavamurthy Anil S2006-01-101-2/+2
* [PATCH] kprobes: changed from using spinlock to mutexAnil S Keshavamurthy2006-01-101-5/+2
* [PATCH] don't include ioctl32.h in driversChristoph Hellwig2006-01-101-1/+0
* [PATCH] kdump: read previous kernel's memoryVivek Goyal2006-01-102-0/+48
* [PATCH] kdump: x86_64 save cpu registers upon crashVivek Goyal2006-01-101-0/+70
* [PATCH] kdump: x86_64 kexec on panicakpm@osdl.org2006-01-101-1/+85
* [PATCH] kdump: x86_64: add elfcorehdr command line optionVivek Goyal2006-01-101-0/+9
* [PATCH] kdump: x86_64: add memmmap command line optionakpm@osdl.org2006-01-102-0/+48
* [PATCH] kdump: dynamic per cpu allocation of memory for saving cpu registersVivek Goyal2006-01-101-2/+0
* [PATCH] move rtc_interrupt() prototype to rtc.hAdrian Bunk2006-01-081-2/+0
* [PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...Ravikiran G Thirumalai2006-01-081-1/+1
* [PATCH] cpu hotplug/x86_64: disable interrupt in play_deadShaohua Li2006-01-061-2/+3
* [PATCH] x86/x86_64: mark rodata section read-only: make some datastructures c...Arjan van de Ven2006-01-061-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-01-041-1/+5
|\
| * [CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi2005-12-061-1/+5
* | [PATCH] x86_64: Fix collision between pmtimer and pit/hpetjohn stultz2005-12-121-1/+1
* | [PATCH] i386/x86-64 disable LAPIC completely for offline CPUShaohua Li2005-12-121-1/+1
* | [PATCH] x86_64: Make sure hpet_address is 0 when any part of HPET initializat...Andi Kleen2005-12-121-1/+3
* | [PATCH] kprobes: increment kprobe missed count for multiprobesKeshavamurthy Anil S2005-12-121-1/+1
|/
* [PATCH] kprobes: Fix return probes on sys_execveJim Keniston2005-11-231-7/+0
* Merge x86-64 update from AndiLinus Torvalds2005-11-1424-193/+888
|\
| * [PATCH] x86_64: Fix sparse memBob Picco2005-11-141-3/+0
| * [PATCH] x86_64: Increase the maximum number of local APICs to the maximumAndi Kleen2005-11-141-4/+7
| * [PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefa...Andi Kleen2005-11-141-40/+0
| * [PATCH] x86_64: Log machine checks from boot on Intel systemsAndi Kleen2005-11-141-5/+9
| * [PATCH] x86_64: Use common sys_time64Paolo 'Blaisorblade' Giarrusso2005-11-141-14/+0
| * [PATCH] x86_64: Reduce number of retries for reset through keyboard controllerAndi Kleen2005-11-141-1/+1
| * [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-142-54/+84
| * [PATCH] x86_64: Don't enable interrupt unconditionally in reboot pathAndi Kleen2005-11-142-4/+6
| * [PATCH] x86_64: Formatting fixes for arch/x86_64/kernel/process.cAndi Kleen2005-11-141-20/+27
| * [PATCH] x86_64: Allow modular build of ia32 aout loaderAndi Kleen2005-11-141-0/+3
| * [PATCH] x86_64: Force correct address space size for MTRR on some 64bit Intel...Shaohua Li2005-11-141-0/+5
| * [PATCH] x86_64: Save/restore CS in 64bit signal handlers and force __USER_CS ...Bryan Ford2005-11-141-0/+17
| * [PATCH] x86_64: New heuristics to find out hotpluggable CPUs.Andi Kleen2005-11-142-5/+42
| * [PATCH] x86_64: Only use asm/sections.h to declare section symbolsAndi Kleen2005-11-144-8/+5
| * [PATCH] x86_64: Unmap NULL during early bootupSiddha, Suresh B2005-11-146-19/+35
| * [PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen2005-11-141-2/+2
| * [PATCH] x86_64: Fix gcc 4 warning in aperture.cAndi Kleen2005-11-141-1/+1
| * [PATCH] x86-64/i386: Fix CPU model for family 6Suresh Siddha2005-11-141-2/+2
| * [PATCH] x86_64: Remove duplicate __cpuinit defineAshok Raj2005-11-141-2/+0
| * [PATCH] x86_64: Use the DMA32 zone for dma_alloc_coherent()/pci_alloc_consistentAndi Kleen2005-11-141-1/+7
| * [PATCH] i386/x86-64: Share interrupt vectors when there is a large number of ...James Cleverdon2005-11-142-8/+74
| * [PATCH] x86_64: Support for AMD specific MCE Threshold.Jacob Shin2005-11-147-0/+561
* | [PATCH] x86_64 two timer entries in /sysKarsten Wiese2005-11-131-1/+1
* | [PATCH] sched: resched and cpu_idle reworkNick Piggin2005-11-091-36/+31
* | [PATCH] sched: disable preempt in idle tasksNick Piggin2005-11-092-0/+3
* | [PATCH] unexport phys_proc_id and cpu_core_idAdrian Bunk2005-11-071-2/+0
* | [PATCH] Kprobes: preempt_disable/enable() simplificationAnanth N Mavinakayanahalli2005-11-071-14/+15
OpenPOWER on IntegriCloud