| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fix cmos read and write to not use inb_p and outb_p | David P. Reed | 2008-04-17 | 1 | -4/+4 |
* | x86: use ELF section to list CPU vendor specific code | Thomas Petazzoni | 2008-04-17 | 10 | -69/+46 |
* | x86, vsmp: use the paravirt helpers | Glauber Costa | 2008-04-17 | 1 | -0/+7 |
* | x86: introduce vsmp paravirt helpers | Glauber Costa | 2008-04-17 | 2 | -1/+58 |
* | x86: call vsmp_init explicitly | Glauber Costa | 2008-04-17 | 2 | -6/+9 |
* | x86: make vsmp_init void, instead of static int | Glauber Costa | 2008-04-17 | 1 | -4/+4 |
* | x86: change vsmp compile dependency | Glauber Costa | 2008-04-17 | 1 | -1/+1 |
* | x86: apic: extended interrupt LVT support for AMD | Robert Richter | 2008-04-17 | 1 | -0/+29 |
* | x86: remove never used nodenumer in pda | Yinghai Lu | 2008-04-17 | 1 | -2/+0 |
* | x86: get apic_id later in acpi_numa_processor_affinity_init | Yinghai Lu | 2008-04-17 | 1 | -1/+2 |
* | x86: reducing debuginfo size by removing unneeded includes | Arnaldo Carvalho de Melo | 2008-04-17 | 1 | -25/+1 |
* | x86: bump image header to version 2.08. | Ingo Molnar | 2008-04-17 | 1 | -1/+1 |
* | x86: add a crc32 checksum to the kernel image. | Ian Campbell | 2008-04-17 | 1 | -1/+87 |
* | x86: use ELF format in compressed images. | Ian Campbell | 2008-04-17 | 4 | -1/+77 |
* | x86: define DEBUG_SIG in signal_64.c | Harvey Harrison | 2008-04-17 | 1 | -6/+6 |
* | x86: Unify argument names in signal_32|64.c | Harvey Harrison | 2008-04-17 | 2 | -8/+9 |
* | x86: move struct definitions to unifed sigframe.h | Harvey Harrison | 2008-04-17 | 4 | -14/+13 |
* | x86: use sizeof(long) to unify signal_32|64.c | Harvey Harrison | 2008-04-17 | 2 | -7/+6 |
* | x86: Use FIX_EFLAGS define in X86_64 | Harvey Harrison | 2008-04-17 | 2 | -6/+24 |
* | x86: reduce trivial style differences in signal_32|64.c | Harvey Harrison | 2008-04-17 | 2 | -56/+55 |
* | x86: regparm(3) is mandatory, no need to annotate | Harvey Harrison | 2008-04-17 | 2 | -2/+0 |
* | x86: make X86_32 pt_regs members unsigned long | Harvey Harrison | 2008-04-17 | 1 | -2/+2 |
* | x86: change most X86_32 pt_regs members to unsigned long | Harvey Harrison | 2008-04-17 | 2 | -5/+4 |
* | x86: enable ACPI extended century handling for 32bit | Andi Kleen | 2008-04-17 | 1 | -3/+2 |
* | x86: add warning when RTC clock reports binary | Andi Kleen | 2008-04-17 | 1 | -2/+5 |
* | x86: use year 2000 offset for cmos clock | Andi Kleen | 2008-04-17 | 1 | -11/+4 |
* | x86: clean up find_e820_area(), 64-bit | Yinghai Lu | 2008-04-17 | 1 | -10/+12 |
* | x86: do kernel direct mapping at boot using GB pages | Andi Kleen | 2008-04-17 | 1 | -5/+24 |
* | x86: add gbpages switches | Ingo Molnar | 2008-04-17 | 2 | -0/+32 |
* | x86: clean up the page table dumper and add 32-bit support | H. Peter Anvin | 2008-04-17 | 3 | -126/+179 |
* | x86: add code to dump the (kernel) page tables for visual inspection by kerne... | Arjan van de Ven | 2008-04-17 | 3 | -0/+314 |
* | x86: unify arch/x86/mm/Makefile | H. Peter Anvin | 2008-04-17 | 3 | -20/+12 |
* | x86: add debug info to DEBUG_PAGEALLOC | Thomas Gleixner | 2008-04-17 | 1 | -0/+41 |
* | x86 vDSO: don't map 32-bit vdso when disabled | Roland McGrath | 2008-04-17 | 1 | -0/+3 |
* | x86 vDSO: don't use disabled vDSO for signal trampoline | Roland McGrath | 2008-04-17 | 2 | -2/+2 |
* | x86: increase the kernel text limit to 512 MB | Ingo Molnar | 2008-04-17 | 1 | -2/+2 |
* | x86: check vmlinux limits, 64-bit | Ingo Molnar | 2008-04-17 | 3 | -4/+19 |
* | x86, pci: fix off-by-one errors in some pirq warnings | Björn Steinbrink | 2008-04-17 | 1 | -6/+6 |
* | Pb1200/DBAu1200: fix bad IDE resource size | Sergei Shtylyov | 2008-04-17 | 1 | -1/+1 |
* | avr32 mustn't select HAVE_IDE | Adrian Bunk | 2008-04-17 | 1 | -1/+0 |
* | acpi: unneccessary to scan the PCI bus already scanned | yakui.zhao@intel.com | 2008-04-15 | 2 | -3/+21 |
* | [PARISC] fix signal trampoline cache flushing | Kyle McMartin | 2008-04-15 | 1 | -1/+2 |
* | sh: export empty_zero_page | Andrew Morton | 2008-04-16 | 2 | -0/+2 |
* | sh: arch/sh/kernel/traps_32.c needs asm/fpu.h | Andrew Morton | 2008-04-16 | 1 | -0/+1 |
* | sh: fix compressed kernel build | Manuel Lauss | 2008-04-16 | 2 | -2/+0 |
* | sh64: add missing #include <asm/fpu.h>'s | Adrian Bunk | 2008-04-16 | 4 | -0/+4 |
* | FRV: Correctly determine the address of an illegal instruction | David Howells | 2008-04-14 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-04-11 | 2 | -52/+98 |
|\ |
|
| * | [SPARC]: Fix several regset and ptrace bugs. | David S. Miller | 2008-04-09 | 2 | -52/+98 |
* | | asmlinkage_protect replaces prevent_tail_call | Roland McGrath | 2008-04-10 | 1 | -2/+2 |