Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-------------. | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown | 2008-02-07 | 3 | -45/+2 |
|\ \ \ \ \ \ \ \ | |||||
| | | | | | | * | | ACPI: tables: complete searching upon RSDP w/ bad checksum. | Len Brown | 2007-12-14 | 2 | -41/+1 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
| | | * | | | | | Revert "speedstep-lib.c: fix frequency multiplier for Pentium4 models 0&1" | Zhao Yakui | 2007-11-20 | 1 | -4/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2008-02-06 | 8 | -55/+72 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | x86: fix mttr trimming | Yinghai Lu | 2008-02-06 | 1 | -10/+9 |
| * | | | | | | | x86: fix 64-bit sections | Sam Ravnborg | 2008-02-06 | 1 | -10/+5 |
| * | | | | | | | x86: mark the .rodata section also NX | Arjan van de Ven | 2008-02-06 | 1 | -1/+1 |
| * | | | | | | | x86: fix iret exception recovery on 64-bit | Roland McGrath | 2008-02-06 | 1 | -2/+1 |
| * | | | | | | | x86: fix sparse warnings in powernow-k8.c | Harvey Harrison | 2008-02-06 | 1 | -1/+0 |
| * | | | | | | | x86: fix sparse error in traps_32.c | Harvey Harrison | 2008-02-06 | 1 | -10/+5 |
| * | | | | | | | x86: trivial sparse/checkpatch in quirks.c | Harvey Harrison | 2008-02-06 | 1 | -13/+13 |
| * | | | | | | | x86 ptrace: disallow null cs/ss | Roland McGrath | 2008-02-06 | 1 | -2/+23 |
| * | | | | | | | x86: make traps on entry code be debuggable in user space, 64-bit | Roland McGrath | 2008-02-06 | 1 | -6/+15 |
* | | | | | | | | idle_regs() must be __cpuinit | Adrian Bunk | 2008-02-06 | 1 | -1/+1 |
* | | | | | | | | calibrate_delay() must be __cpuinit | Adrian Bunk | 2008-02-06 | 2 | -4/+0 |
|/ / / / / / / | |||||
* | | | | | | | iommu sg: x86: convert gart IOMMU to use the IOMMU helper | FUJITA Tomonori | 2008-02-05 | 1 | -16/+25 |
* | | | | | | | iommu sg: x86: convert calgary IOMMU to use the IOMMU helper | FUJITA Tomonori | 2008-02-05 | 1 | -14/+20 |
* | | | | | | | iommu sg merging: x86: make pci-gart iommu respect the segment size limits | FUJITA Tomonori | 2008-02-05 | 1 | -0/+7 |
* | | | | | | | timerfd: wire the new timerfd API to the x86 family | Davide Libenzi | 2008-02-05 | 1 | -1/+3 |
* | | | | | | | x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_ma... | Andi Kleen | 2008-02-04 | 1 | -1/+2 |
* | | | | | | | x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE | Andi Kleen | 2008-02-04 | 2 | -3/+3 |
* | | | | | | | x86: fix EFI mapping | Huang, Ying | 2008-02-04 | 2 | -38/+41 |
* | | | | | | | x86: add cpu mtrr init function definitions to mtrr.h | Harvey Harrison | 2008-02-04 | 2 | -4/+4 |
* | | | | | | | x86: add cpu init function defintions to cpu.h | Harvey Harrison | 2008-02-04 | 2 | -10/+9 |
* | | | | | | | x86: small sparse fix in process_32.c | Harvey Harrison | 2008-02-04 | 1 | -1/+1 |
* | | | | | | | x86: add include to cpu/intel.c | Harvey Harrison | 2008-02-04 | 1 | -0/+1 |
* | | | | | | | x86: cleanup - eliminate numbers in LDT allocation code | Cyrill Gorcunov | 2008-02-04 | 1 | -1/+2 |
* | | | | | | | x86: remove misleading comments in trampoline_*.S | Pavel Machek | 2008-02-04 | 2 | -9/+1 |
* | | | | | | | x86: remove long dead cyrix mtrr code | Harvey Harrison | 2008-02-04 | 2 | -119/+0 |
* | | | | | | | x86: unify CPU feature string names | H. Peter Anvin | 2008-02-04 | 4 | -150/+84 |
* | | | | | | | x86: cpuid, msr: use inode mutex instead of big kernel lock | H. Peter Anvin | 2008-02-04 | 2 | -9/+12 |
* | | | | | | | x86: cpuid: allow querying %ecx-sensitive CPUID levels | H. Peter Anvin | 2008-02-04 | 1 | -25/+20 |
* | | | | | | | x86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.c | H. Peter Anvin | 2008-02-04 | 1 | -10/+2 |
* | | | | | | | x86: rename module scx200_32 to scx200 | Sam Ravnborg | 2008-02-04 | 1 | -1/+2 |
* | | | | | | | x86: restore correct module name for apm | Sam Ravnborg | 2008-02-04 | 1 | -1/+2 |
* | | | | | | | x86: VMI fix | Ingo Molnar | 2008-02-04 | 1 | -3/+3 |
* | | | | | | | Merge branch 'suspend' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-02 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Suspend: Clean up suspend_64.c | Borislav Petkov | 2008-02-01 | 1 | -2/+6 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-02-02 | 1 | -20/+23 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | PCI: use dev_printk in x86 quirk messages | bjorn.helgaas@hp.com | 2008-02-01 | 1 | -20/+23 |
* | | | | | | | x86: fix bootup crash in native_read_tsc() | Ingo Molnar | 2008-02-02 | 1 | -1/+1 |
* | | | | | | | x86: avoid section mismatch involving arch_register_cpu | Alexander van Heukelum | 2008-02-01 | 1 | -2/+1 |
* | | | | | | | x86: fixes for lookup_address args | Harvey Harrison | 2008-02-01 | 1 | -1/+1 |
* | | | | | | | x86: fix sparse warnings in cpu/common.c | Harvey Harrison | 2008-02-01 | 1 | -10/+10 |
* | | | | | | | x86: make early_console static in early_printk.c | Harvey Harrison | 2008-02-01 | 1 | -1/+1 |
* | | | | | | | x86: fix section mismatch warning in kernel/pci-calgary | Sam Ravnborg | 2008-02-01 | 1 | -2/+2 |
* | | | | | | | x86: fix section mismatch warning in acpi/boot.c | Sam Ravnborg | 2008-02-01 | 1 | -1/+7 |
* | | | | | | | x86: fix section mismatch warnings when referencing notifiers | Sam Ravnborg | 2008-02-01 | 3 | -3/+3 |
* | | | | | | | x86: silence section mismatch warning in smpboot_64.c | Sam Ravnborg | 2008-02-01 | 1 | -1/+1 |
* | | | | | | | x86_64: make bootmap_start page align v6 | Yinghai Lu | 2008-02-01 | 2 | -4/+7 |