| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: move more common idle functions/variables to process.c | Thomas Gleixner | 2008-06-10 | 3 | -82/+70 |
* | x86: use cpuid to check MWAIT support for C1 | Thomas Gleixner | 2008-06-10 | 1 | -8/+20 |
* | x86: use cpuinfo to check for interrupt pending message msr | Thomas Gleixner | 2008-06-10 | 2 | -49/+30 |
* | x86: cleanup C1E enabled detection | Thomas Gleixner | 2008-06-10 | 2 | -6/+4 |
* | x86: simplify idle selection | Thomas Gleixner | 2008-06-10 | 3 | -22/+10 |
* | fix build bug in "x86: add PCI extended config space access for AMD Barcelona" | Robert Richter | 2008-06-10 | 6 | -31/+7 |
* | x86: move bugs_64.c to cpu/bugs_64.c | Hiroshi Shimamoto | 2008-06-03 | 3 | -1/+1 |
* | fix build bug in "x86: add PCI extended config space access for AMD Barcelona" | Ingo Molnar | 2008-06-02 | 1 | -0/+1 |
* | x86: add PCI extended config space access for AMD Barcelona | Robert Richter | 2008-06-02 | 5 | -0/+48 |
* | x86: fix overlong line in arch/x86/kernel/cpu/amd_64.c | H. Peter Anvin | 2008-05-30 | 1 | -1/+2 |
* | x86: Move the 64-bit Centaur specific parts out of setup_64.c | Dave Jones | 2008-05-30 | 3 | -26/+34 |
* | x86: Remove workaround for prescott (32bit P4) from 64-bit code. | Dave Jones | 2008-05-30 | 1 | -5/+0 |
* | x86: Move the 64-bit Intel specific parts out of setup_64.c | Dave Jones | 2008-05-30 | 3 | -91/+100 |
* | x86: Move the AMD64 specific parts out of setup_64.c | Dave Jones | 2008-05-30 | 3 | -226/+242 |
* | x86: move mmconfig declarations to header | Thomas Gleixner | 2008-05-30 | 2 | -12/+2 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-05-24 | 4 | -15/+21 |
|\ |
|
| * | namespacecheck: automated fixes | Ingo Molnar | 2008-05-23 | 1 | -2/+2 |
| * | x86: don't read maxlvt before checking if APIC is mapped | Chuck Ebbert | 2008-05-23 | 1 | -1/+1 |
| * | x86: disable TSC for sched_clock() when calibration failed | Thomas Gleixner | 2008-05-23 | 1 | -0/+5 |
| * | x86: distangle user disabled TSC from unstable | Thomas Gleixner | 2008-05-23 | 1 | -10/+10 |
| * | x86: fix setup of cyc2ns in tsc_64.c | Thomas Gleixner | 2008-05-23 | 1 | -2/+3 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2008-05-23 | 2 | -3/+14 |
|\ \
| |/
|/| |
|
| * | [CPUFREQ] Crusoe: longrun cpufreq module reports false min freq | maximilian attems | 2008-05-19 | 1 | -1/+1 |
| * | [CPUFREQ] powernow-k8: improve error messages | Mark Langsdorf | 2008-05-19 | 1 | -2/+13 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-05-19 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | [PATCH] take init_files to fs/file.c | Al Viro | 2008-05-16 | 1 | -1/+0 |
* | | x86: disable mwait for AMD family 10H/11H CPUs | Thomas Gleixner | 2008-05-17 | 1 | -1/+28 |
* | | x86: remove mwait capability C-state check | Ingo Molnar | 2008-05-17 | 1 | -10/+1 |
|/ |
|
* | x86: user_regset_view table fix for ia32 on 64-bit | Roland McGrath | 2008-05-13 | 1 | -2/+5 |
* | x86: fix csum_partial() export | Ingo Molnar | 2008-05-13 | 1 | -0/+3 |
* | x86: early_init_centaur(): use set_cpu_cap() | Andrew Morton | 2008-05-13 | 1 | -1/+1 |
* | x86: fix app crashes after SMP resume | Hugh Dickins | 2008-05-13 | 2 | -8/+19 |
* | x86: wakeup.lds.S - section ordering fix | Cyrill Gorcunov | 2008-05-12 | 1 | -5/+5 |
* | x86: [VOYAGER] fix duplicate phys_cpu_present_map symbol | James Bottomley | 2008-05-12 | 1 | -1/+3 |
* | x86/pci: fix broken ISA DMA | Takashi Iwai | 2008-05-12 | 1 | -3/+5 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-05-10 | 7 | -37/+64 |
|\ |
|
| * | x86: restrict keyboard io ports reservation to make ipmi driver work | Helge Wagner | 2008-05-10 | 2 | -2/+9 |
| * | x86: fix fpu restore from sig return | Suresh Siddha | 2008-05-10 | 1 | -2/+10 |
| * | x86: revert printk format warning change which is for linux-next | Thomas Gleixner | 2008-05-10 | 1 | -1/+1 |
| * | x86: cleanup PAT cpu validation | Thomas Gleixner | 2008-05-08 | 3 | -32/+25 |
| * | x86: GEODE: cache results from geode_has_vsa2() and uninline | Andres Salomon | 2008-05-08 | 1 | -0/+19 |
* | | pcspkr: fix dependancies | Stas Sergeev | 2008-05-07 | 1 | -3/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-05-04 | 6 | -9/+12 |
|\ |
|
| * | x86: fix setup printk format warning | Randy Dunlap | 2008-05-04 | 1 | -1/+1 |
| * | x86: remove dell reboot dmi quirk board name match | Ben | 2008-05-04 | 1 | -1/+0 |
| * | x86: es7000 build fix | Ingo Molnar | 2008-05-04 | 1 | -2/+5 |
| * | x86: make additional_cpus static | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | x86: make start_secondary() static | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | kbuild, suspend, x86: fix rebuild of wakeup.bin | Sam Ravnborg | 2008-05-04 | 2 | -3/+4 |
* | | x86: KVM geust: make setup_secondary_clock definition dependent on local apic | Glauber Costa | 2008-05-04 | 1 | -0/+4 |
|/ |
|