| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: be even more careful about checking the stack frame on dumping | Linus Torvalds | 2007-08-31 | 1 | -12/+21 |
* | hugepage: fix broken check for offset alignment in hugepage mappings | David Gibson | 2007-08-31 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-08-25 | 1 | -8/+0 |
|\ |
|
| * | Pull bugzilla-1641 into release branch | Len Brown | 2007-08-24 | 1 | -8/+0 |
| |\ |
|
| | * | ACPI: boot correctly with "nosmp" or "maxcpus=0" | Len Brown | 2007-08-21 | 1 | -8/+0 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 2007-08-24 | 5 | -31/+33 |
|\ \ \
| |/ /
|/| | |
|
| * | | [x86 setup] Make sure AH=00h when setting a video mode | H. Peter Anvin | 2007-08-23 | 1 | -2/+3 |
| * | | [x86 setup] Volatilize asm() statements | H. Peter Anvin | 2007-08-23 | 5 | -29/+30 |
* | | | sched: sched_clock_idle_[sleep|wakeup]_event() | Ingo Molnar | 2007-08-23 | 1 | -1/+0 |
|/ / |
|
* | | Xen i386 xen-head.S fix sections mixup | Mathieu Desnoyers | 2007-08-22 | 1 | -3/+3 |
* | | Fix lazy mode vmalloc synchronization for paravirt | Zachary Amsden | 2007-08-22 | 1 | -2/+3 |
* | | i386: Mark NUMA support experimental | Andi Kleen | 2007-08-21 | 1 | -2/+6 |
* | | x86: properly initialize temp insn buffer for paravirt patching | Chris Wright | 2007-08-18 | 1 | -0/+2 |
* | | x86_64: Check for .cfi_rel_offset in CFI probe | Andi Kleen | 2007-08-18 | 1 | -2/+2 |
* | | x86_64: Fix to keep watchdog disabled by default for i386/x86_64 | Daniel Gollub | 2007-08-18 | 2 | -3/+3 |
* | | Add some help texts to recently-introduced kconfig items | Jan Engelhardt | 2007-08-18 | 1 | -0/+5 |
* | | [x86 setup] edd.c: make sure MBR signatures actually get reported | H. Peter Anvin | 2007-08-14 | 1 | -13/+11 |
* | | [x86 setup] Don't use EDD to get the MBR signature | H. Peter Anvin | 2007-08-14 | 1 | -29/+1 |
* | | [x86 setup] The current display page is returned in %bh, not %bl | H. Peter Anvin | 2007-08-14 | 1 | -1/+1 |
|/ |
|
* | genirq: mark io_apic level interrupts to avoid resend | Thomas Gleixner | 2007-08-12 | 1 | -2/+5 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2007-08-12 | 1 | -26/+15 |
|\ |
|
| * | Pull processor into release branch | Len Brown | 2007-08-12 | 1 | -26/+15 |
| |\ |
|
| | * | acpi-cpufreq: Fix some x86/x86-64 acpi-cpufreq driver issues | Fenghua Yu | 2007-08-07 | 1 | -26/+15 |
* | | | i386: Fix broken mmiocfg accesses | Linus Torvalds | 2007-08-12 | 1 | -3/+3 |
|/ / |
|
* | | i386: Fix double fault handler | Chuck Ebbert | 2007-08-11 | 1 | -6/+7 |
* | | i386: Fix start_kernel warning | Andi Kleen | 2007-08-11 | 1 | -3/+1 |
* | | i386: Use global flag to disable broken local apic timer on AMD CPUs. | Andi Kleen | 2007-08-11 | 2 | -7/+10 |
* | | i386: really stop MCEs during code patching | Adrian Bunk | 2007-08-11 | 1 | -2/+2 |
* | | i386: Make patching more robust, fix paravirt issue | Andi Kleen | 2007-08-11 | 4 | -57/+75 |
* | | x86: Disable CLFLUSH support again | Andi Kleen | 2007-08-11 | 1 | -1/+1 |
* | | x86: Work around mmio config space quirk on AMD Fam10h | dean gaudet | 2007-08-11 | 2 | -8/+49 |
* | | finish i386 and x86-64 sysdata conversion | Muli Ben-Yehuda | 2007-08-11 | 6 | -14/+41 |
|/ |
|
* | [x86 setup] EDD: add missing =m constraint | H. Peter Anvin | 2007-08-02 | 1 | -1/+1 |
* | [x86 setup] video setup: Fix VBE DDC reading | Antonino A. Daplas | 2007-08-02 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 2007-07-31 | 5 | -7/+8 |
|\ |
|
| * | [x86 setup] EDD: Fix the computation of the MBR sector buffer | H. Peter Anvin | 2007-07-31 | 1 | -2/+3 |
| * | [x86 setup] Newline after setup signature failure message | H. Peter Anvin | 2007-07-31 | 1 | -1/+1 |
| * | x86 boot code comments typos | Randy Dunlap | 2007-07-31 | 4 | -4/+4 |
* | | i386: include asm/bugs.h in bugs.c for check_bugs prototype | Josh Triplett | 2007-07-31 | 1 | -0/+1 |
* | | Remove one more leftover reference to devfs | Michael Tokarev | 2007-07-31 | 1 | -2/+1 |
* | | broken lilo check on make install | Gabriel C | 2007-07-31 | 1 | -1/+8 |
* | | arch/i386/kernel/apm.c: apm_init() warning fix | Eugene Teo | 2007-07-31 | 1 | -1/+1 |
* | | revert "x86, serial: convert legacy COM ports to platform devices" | Andrew Morton | 2007-07-31 | 2 | -68/+0 |
* | | Fix uninitialized local variable "covered" in i386 acpi-cpufreq driver | Fenghua Yu | 2007-07-31 | 1 | -3/+1 |
|/ |
|
* | APM support depends on CONFIG_PM_SLEEP | Stephen Rothwell | 2007-07-30 | 1 | -1/+1 |
* | Remove fs.h from mm.h | Alexey Dobriyan | 2007-07-29 | 3 | -0/+3 |
* | ACPI: restore CONFIG_ACPI_SLEEP | Len Brown | 2007-07-29 | 2 | -2/+2 |
* | Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION | Rafael J. Wysocki | 2007-07-29 | 4 | -5/+5 |
* | Revert most of "x86: Fix alternatives and kprobes to remap write-protected ke... | Linus Torvalds | 2007-07-26 | 2 | -15/+13 |
* | X86_POWERNOW_K8_ACPI must depend on ACPI | Adrian Bunk | 2007-07-26 | 1 | -1/+1 |