summaryrefslogtreecommitdiffstats
path: root/arch/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Update .gitignore for arch/i386/bootMatthew Wilcox2007-07-191-0/+2
* drivers/edac: add new nmi rescanDave Jiang2007-07-191-0/+11
* lguest: the host codeRusty Russell2007-07-191-1/+1
* x86_64: Put allocated ELF notes in read-only data segmentRoland McGrath2007-07-191-1/+3
* mm: variable length argument supportOllie Wild2007-07-192-59/+1Star
* use the new percpu interface for shared dataFenghua Yu2007-07-191-1/+1
* define new percpu interface for shared dataFenghua Yu2007-07-191-4/+2Star
* PM: Integrate beeping flag with existing acpi_sleep flagsPavel Machek2007-07-192-12/+11Star
* PM: Optional beeping during resume from suspend to RAMNigel Cunningham2007-07-191-0/+25
* mm: fault feedback #2Nick Piggin2007-07-191-13/+12Star
* Handle bogus %cs selector in single-step instruction decodingRoland McGrath2007-07-181-7/+16
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2007-07-182-0/+9
|\
| * sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-182-0/+9
* | xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge2007-07-181-0/+5
* | usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-171-4/+8
|\
| * x86_64: Allow smp_call_function_single() to current cpuAvi Kivity2007-07-161-4/+8
* | x86_64: speedup touch_nmi_watchdogAndrew Morton2007-07-171-3/+5
* | Inhibit NMI watchdog when Alt-SysRq-T operation is underwayKonrad Rzeszutek2007-07-171-0/+1
* | Kprobes on select architectures no longer EXPERIMENTALAnanth N Mavinakayanahalli2007-07-171-2/+2
* | PTRACE_POKEDATA consolidationAlexey Dobriyan2007-07-171-4/+1Star
* | PTRACE_PEEKDATA consolidationAlexey Dobriyan2007-07-171-10/+2Star
* | Report that kernel is tainted if there was an OOPSPavel Emelianov2007-07-171-0/+1
* | generic bug: use show_regs() instead of dump_stack()Heiko Carstens2007-07-161-1/+1
* | diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov2007-07-161-1/+1
* | x86: initial fixmap supportEric W. Biderman2007-07-161-1/+14
|/
* [CPUFREQ] the overdue removal of X86_SPEEDSTEP_CENTRINO_ACPIAdrian Bunk2007-07-131-5/+1Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-2/+1Star
|\
| * PCI: remove pci_dac_dma_... APIsJan Beulich2007-07-121-2/+1Star
* | Use the new x86 setup code for x86-64; unify with i386H. Peter Anvin2007-07-127-1263/+10Star
* | x86-64: add CONFIG_PHYSICAL_ALIGN for consistency with i386H. Peter Anvin2007-07-121-0/+4
* | Define zero-page offset 0x1e4 as a scratch field, and use itH. Peter Anvin2007-07-121-3/+3
* | Use a new CPU feature word to cover features that are spread aroundVenki Pallipadi2007-07-122-0/+10
* | Unify the CPU features vectors between i386 and x86-64H. Peter Anvin2007-07-122-24/+11Star
|/
* x86_64 irq: use mask/unmask and proper locking in fixup_irqs()Siddha, Suresh B2007-06-271-3/+29
* x86_64: set the irq_chip name for lapicSuresh Siddha2007-06-271-0/+1
* x86_64: fix misplaced `continue' in mce.cJoshua Wise2007-06-241-2/+4
* x86_64: Ignore compat mode SYSCALL when IA32_EMULATION is not definedAndi Kleen2007-06-232-0/+10
* Allow DEBUG_RODATA and KPROBES to co-existArjan van de Ven2007-06-222-1/+5
* x86: change_page_attr bandaidsAndi Kleen2007-06-201-3/+4
* x86: Disable KPROBES with DEBUG_RODATA for nowAndi Kleen2007-06-201-0/+1
* x86: Disable DAC on VIA bridgesAndi Kleen2007-06-201-0/+12
* x86_64: Fix readahead/sync_file_range/fadvise64 compat callsAndi Kleen2007-06-202-3/+22
* x86_64: oops_begin() fixAndrew Morton2007-06-091-1/+2
* fix sysrq-m oopsBob Picco2007-06-091-0/+2
* enable interrupts in user path of page fault.Steven Rostedt2007-06-081-0/+6
* x86_64: allocate sparsemem memmap above 4GZou Nan hai2007-06-011-0/+6
* i386, x86-64: show that CONFIG_HOTPLUG_CPU is required for suspend on SMPStefan Richter2007-05-241-2/+5
* Avoid zero size allocation in cache_k8_northbridges()Ben Collins2007-05-241-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-211-2/+2
|\