| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: remove duplicate start_kernel declaration | Thomas Gleixner | 2008-01-30 | 1 | -0/+1 |
* | x86: move pmtmr related declarations | Thomas Gleixner | 2008-01-30 | 2 | -2/+3 |
* | x86: move mce related declarations | Thomas Gleixner | 2008-01-30 | 1 | -0/+1 |
* | x86: move debug related declarations to kdebug.h | Thomas Gleixner | 2008-01-30 | 3 | -0/+3 |
* | x86: make early_indentify_cpu static | Thomas Gleixner | 2008-01-30 | 1 | -1/+3 |
* | x86: move acpi and pci declarations | Thomas Gleixner | 2008-01-30 | 2 | -4/+1 |
* | x86: use u32 for some lapic functions | Thomas Gleixner | 2008-01-30 | 1 | -2/+2 |
* | x86: use u32 for safe_apic_wait_icr_idle() | Thomas Gleixner | 2008-01-30 | 2 | -7/+8 |
* | x86: rename get_maxlvt to lapic_get_maxlvt | Thomas Gleixner | 2008-01-30 | 3 | -8/+8 |
* | x86: merge arch/x86/kernel/ldt_32/64.c | Thomas Gleixner | 2008-01-30 | 4 | -260/+22 |
* | x86: prepare arch/x86/kernel/ldt_32/64.c for merging | Thomas Gleixner | 2008-01-30 | 2 | -15/+12 |
* | x86: introduce ldt_write accessor | Thomas Gleixner | 2008-01-30 | 1 | -5/+3 |
* | x86: clean up arch/x86/kernel/ldt_32/64.c | Thomas Gleixner | 2008-01-30 | 2 | -60/+69 |
* | x86: clean up arch/x86/kernel/e820_64.c | Thomas Gleixner | 2008-01-30 | 1 | -128/+177 |
* | x86: code cleanups in arch/x86/kernel/pci-gart_64.c | Ingo Molnar | 2008-01-30 | 1 | -232/+276 |
* | x86: clean up arch/x86/kernel/aperture_64.c printk()s | Ingo Molnar | 2008-01-30 | 1 | -18/+24 |
* | x86: clean up arch/x86/kernel/aperture_64.c | Ingo Molnar | 2008-01-30 | 1 | -114/+130 |
* | x86: enable irq in default_idle on 64-bit | Hiroshi Shimamoto | 2008-01-30 | 1 | -2/+2 |
* | x86: idle wakeup event in the HLT loop | Ingo Molnar | 2008-01-30 | 2 | -6/+22 |
* | x86: scale cyc_2_nsec according to CPU frequency | Guillaume Chazarain | 2008-01-30 | 2 | -16/+84 |
* | x86: protect against sigaltstack wraparound | Roland McGrath | 2008-01-30 | 1 | -0/+7 |
* | x86: add DMI quirk for io-delay hangs on Compaq Presario V6000 laptops | Ingo Molnar | 2008-01-30 | 1 | -0/+16 |
* | x86: various changes and cleanups to in_p/out_p delay details | Ingo Molnar | 2008-01-30 | 1 | -57/+49 |
* | x86: provide a DMI based port 0x80 I/O delay override. | Rene Herman | 2008-01-30 | 5 | -2/+112 |
* | x86: fix: s2ram + P4 + tsc = annoyance | Mike Galbraith | 2008-01-30 | 1 | -8/+8 |
* | x86: hibernation: document __save_processor_state() on x86 | Rafael J. Wysocki | 2008-01-30 | 1 | -0/+20 |
* | x86: assign IRQs to HPET timers, fix | Balaji Rao | 2008-01-30 | 1 | -5/+5 |
* | x86: assign IRQs to HPET timers | Balaji Rao | 2008-01-30 | 1 | -8/+5 |
* | x86: unregister PIT clocksource when PIT is disabled | Thomas Gleixner | 2008-01-30 | 1 | -0/+19 |
* | clocksource: add unregister function to disable unusable clocksources | Thomas Gleixner | 2008-01-30 | 1 | -0/+1 |
* | x86: restrict PIT clocksource usage | Thomas Gleixner | 2008-01-30 | 1 | -1/+9 |
* | time: more timer related cleanups | Pavel Machek | 2008-01-30 | 2 | -2/+3 |
* | kobj: fix threshold_init_device/kobject_uevent_env oops | Greg KH | 2008-01-30 | 1 | -1/+2 |
* | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 2 | -10/+23 |
* | sched: latencytop support | Arjan van de Ven | 2008-01-25 | 1 | -0/+27 |
* | sched: high-res preemption tick | Peter Zijlstra | 2008-01-25 | 3 | -3/+9 |
* | cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() | Gautham R Shenoy | 2008-01-25 | 2 | -12/+12 |
* | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-24 | 10 | -10/+10 |
* | Kobject: convert arch/* from kobject_unregister() to kobject_put() | Greg Kroah-Hartman | 2008-01-24 | 2 | -8/+7 |
* | Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_init_a... | Greg Kroah-Hartman | 2008-01-24 | 1 | -4/+5 |
* | Kobject: change arch/x86/kernel/cpu/mcheck/mce_amd_64.c to use kobject_create... | Greg Kroah-Hartman | 2008-01-24 | 1 | -10/+9 |
* | Kobject: change arch/x86/kernel/cpu/intel_cacheinfo.c to use kobject_init_and... | Greg Kroah-Hartman | 2008-01-24 | 1 | -8/+7 |
* | PM: Acquire device locks on suspend | Rafael J. Wysocki | 2008-01-24 | 2 | -6/+6 |
* | x86: GEODE fix a race condition in the MFGPT timer tick | Jordan Crouse | 2008-01-22 | 1 | -7/+8 |
* | Revert "x86: fix NMI watchdog & 'stopped time' problem" | Thomas Gleixner | 2008-01-22 | 2 | -17/+4 |
* | lockdep: more hardirq annotations for notify_die() | Peter Zijlstra | 2008-01-16 | 2 | -0/+2 |
* | x86: fix RTC_AIE with CONFIG_HPET_EMULATE_RTC | Bernhard Walle | 2008-01-15 | 1 | -1/+1 |
* | Kick CPUS that might be sleeping in cpus_idle_wait | Steven Rostedt | 2008-01-14 | 2 | -0/+22 |
* | Pull bugzilla-9194 into release branch | Len Brown | 2008-01-11 | 1 | -7/+3 |
|\ |
|
| * | PM: ACPI and APM must not be enabled at the same time | Len Brown | 2008-01-11 | 1 | -7/+3 |