Age | Commit message (Expand) | Author | Files | Lines |
2007-12-21 | x86: intel_cacheinfo.c: cpu cache info entry for Intel Tolapai | Jason Gaston | 1 | -0/+1 |
2007-12-21 | x86: fix die() to not be preemptible | Ingo Molnar | 1 | -4/+3 |
2007-12-20 | x86: fix show cpuinfo cpu number always zero | Mike Travis | 1 | -1/+1 |
2007-12-20 | x86_32: disable_pse must be __cpuinitdata | Adrian Bunk | 1 | -1/+1 |
2007-12-20 | x86_32: select_idle_routine() must be __cpuinit | Adrian Bunk | 1 | -1/+1 |
2007-12-20 | x86 smpboot_32.c section fixes | Adrian Bunk | 1 | -3/+3 |
2007-12-20 | x86 apic_32.c section fix | Adrian Bunk | 1 | -1/+1 |
2007-12-18 | x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!" | Ingo Molnar | 2 | -8/+24 |
2007-12-18 | x86: kprobes bugfix | Masami Hiramatsu | 1 | -23/+18 |
2007-12-18 | x86: jprobe bugfix | Masami Hiramatsu | 2 | -7/+3 |
2007-12-18 | oprofile: op_model_athlon.c support for AMD family 10h barcelona performance ... | Barry Kasindorf | 1 | -6/+16 |
2007-12-18 | revert "Hibernation: Use temporary page tables for kernel text mapping on x86... | Andrew Morton | 1 | -33/+6 |
2007-12-11 | xen: relax signature check | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-12-07 | Pull suspend-2.6.24 into release branch | Len Brown | 1 | -4/+0 |
2007-12-07 | ACPI: suspend: old debugging hacks sneaked back | Pavel Machek | 1 | -4/+0 |
2007-12-06 | Tiny clean-up of OPROFILE/KPROBES configuration | Linus Torvalds | 1 | -2/+3 |
2007-12-04 | x86: arch_register_cpu() section fix | Andrew Morton | 1 | -2/+3 |
2007-12-04 | x86: free_cache_attributes() section fix | Adrian Bunk | 1 | -1/+1 |
2007-12-04 | x86: add the word 'WARNING' in check_nmi_watchdog() output | Don Zickus | 2 | -2/+4 |
2007-12-04 | x86: revert CONFIG_X86_HT semantics change | Adrian Bunk | 1 | -1/+2 |
2007-12-03 | x86: fix x86-32 early fixmap initialization. | Eric W. Biederman | 1 | -6/+6 |
2007-12-03 | x86: disable hpet legacy replacement for kdump | OGAWA Hirofumi | 1 | -0/+4 |
2007-12-03 | x86: disable hpet on shutdown | OGAWA Hirofumi | 3 | -0/+22 |
2007-11-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 1 | -25/+16 |
2007-11-29 | x86/paravirt: revert exports to restore old behaviour | Jeremy Fitzhardinge | 1 | -2/+2 |
2007-11-29 | lguest: prevent VISWS or VOYAGER randconfigs | Randy Dunlap | 1 | -0/+1 |
2007-11-29 | memory hotplug x86_64: fix section mismatch in init_memory_mapping() | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2007-11-29 | xen: mask _PAGE_PCD from ptes | Jeremy Fitzhardinge | 1 | -0/+4 |
2007-11-29 | x86 setup: don't recalculate ss:esp unless really necessary | Jens Rottmann | 1 | -25/+16 |
2007-11-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 9 | -7/+54 |
2007-11-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 5 | -7/+46 |
2007-11-27 | x86: correctly set UTS_MACHINE for "make ARCH=x86" | Andreas Herrmann | 1 | -3/+2 |
2007-11-26 | x86: fix APIC related bootup crash on Athlon XP CPUs | Ingo Molnar | 1 | -1/+1 |
2007-11-26 | x86: export the symbol empty_zero_page on the 32-bit x86 architecture | Theodore Ts'o | 1 | -0/+2 |
2007-11-26 | x86: fix kprobes_64.c inlining borkage | Andrew Morton | 1 | -1/+1 |
2007-11-26 | pci: use pci=bfsort for HP DL385 G2, DL585 G2 | Michal Schmidt | 1 | -0/+16 |
2007-11-26 | x86: correctly set UTS_MACHINE for "make ARCH=x86" | Andreas Herrmann | 1 | -3/+2 |
2007-11-26 | lockdep: annotate do_debug() trap handler | Peter Zijlstra | 2 | -0/+4 |
2007-11-26 | x86: turn off iommu merge by default | Ingo Molnar | 1 | -1/+1 |
2007-11-26 | x86: printk kernel version in WARN_ON and other dump_stack users | Arjan van de Ven | 2 | -0/+12 |
2007-11-26 | x86: fix NMI watchdog & 'stopped time' problem | Maciej W. Rozycki | 2 | -4/+17 |
2007-11-20 | Pull fluff into release branch | Len Brown | 2 | -4/+1 |
2007-11-20 | Pull thermal into release branch | Len Brown | 1 | -0/+3 |
2007-11-20 | ACPI: fix two IRQ8 issues in IOAPIC mode | Shaohua Li | 2 | -3/+42 |
2007-11-17 | x86: simplify "make ARCH=x86" and fix kconfig all.config | Sam Ravnborg | 1 | -2/+2 |
2007-11-17 | x86: reboot fixup for wrap2c board | Denys | 1 | -0/+1 |
2007-11-17 | x86: check boundary in count setup resource | Yinghai Lu | 1 | -0/+6 |
2007-11-17 | x86: add hpet sanity checks | Thomas Gleixner | 1 | -0/+32 |
2007-11-17 | x86: on x86_64, correct reading of PC RTC when update in progress in time_64.c | David P. Reed | 1 | -12/+18 |
2007-11-17 | x86: fix freeze in x86_64 RTC update code in time_64.c | David P. Reed | 1 | -7/+4 |