| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "fbdev: ignore VESA modes if framebuffer is disabled" | Linus Torvalds | 2007-05-08 | 1 | -3/+1 |
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2007-05-08 | 2 | -108/+71 |
|\ |
|
| * | i386: Use functions from library in msr driver | Nicolas Boichat | 2007-05-08 | 1 | -102/+4 |
| * | i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu | Rudolf Marek | 2007-05-08 | 1 | -6/+67 |
* | | fbdev: ignore VESA modes if framebuffer is disabled | Antonino A. Daplas | 2007-05-08 | 1 | -1/+3 |
* | | x86, serial: convert legacy COM ports to platform devices | Bjorn Helgaas | 2007-05-08 | 2 | -0/+68 |
* | | Add IRQF_IRQPOLL flag on i386 | Bernhard Walle | 2007-05-08 | 3 | -3/+3 |
* | | Kprobes: The ON/OFF knob thru debugfs | Ananth N Mavinakayanahalli | 2007-05-08 | 1 | -0/+5 |
* | | kprobes: kretprobes simplifications | Christoph Hellwig | 2007-05-08 | 1 | -13/+4 |
* | | utimensat implementation | Ulrich Drepper | 2007-05-08 | 1 | -0/+1 |
* | | dma_declare_coherent_memory wrong allocation | Guennadi Liakhovetski | 2007-05-08 | 1 | -1/+1 |
* | | apm: fix incorrect comment | Alan Cox | 2007-05-08 | 1 | -1/+1 |
* | | EFI: warn only for pre-1.00 system tables | Bjorn Helgaas | 2007-05-08 | 1 | -7/+5 |
* | | Kprobes: print details of kretprobe on assertion failure | Ananth N Mavinakayanahalli | 2007-05-08 | 1 | -2/+1 |
* | | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 19 | -19/+0 |
* | | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 7 | -22/+8 |
* | | ipmi: add new IPMI nmi watchdog handling | Corey Minyard | 2007-05-08 | 1 | -0/+5 |
* | | use SLAB_PANIC flag cleanup | Akinobu Mita | 2007-05-08 | 1 | -7/+2 |
|/ |
|
* | get_unmapped_area handles MAP_FIXED on i386 | Benjamin Herrenschmidt | 2007-05-07 | 1 | -0/+6 |
* | SLUB core | Christoph Lameter | 2007-05-07 | 1 | -0/+4 |
* | Revert "[PATCH] x86: __pa and __pa_symbol address space separation" | Linus Torvalds | 2007-05-07 | 2 | -10/+9 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2007-05-05 | 81 | -2958/+2957 |
|\ |
|
| * | [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in l... | Thomas Renninger | 2007-05-02 | 7 | -78/+0 |
| * | [PATCH] i386: type may be unused | David Rientjes | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: Some additional chipset register values validation. | Olivier Galibert | 2007-05-02 | 1 | -8/+17 |
| * | [PATCH] i386: Add missing !X86_PAE dependincy to the 2G/2G split. | Bill Irwin | 2007-05-02 | 1 | -1/+5 |
| * | [PATCH] i386: Drop noisy e820 debugging printks | Andi Kleen | 2007-05-02 | 1 | -13/+2 |
| * | [PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0) | Andi Kleen | 2007-05-02 | 1 | -7/+0 |
| * | [PATCH] i386: Little cleanups in smpboot.c | Andi Kleen | 2007-05-02 | 1 | -3/+1 |
| * | [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386 | Andi Kleen | 2007-05-02 | 1 | -1/+3 |
| * | [PATCH] i386: Verify important CPUID bits in real mode | Andi Kleen | 2007-05-02 | 3 | -2/+102 |
| * | [PATCH] i386: Drop -traditional in arch/i386/boot | Andi Kleen | 2007-05-02 | 1 | -2/+2 |
| * | [PATCH] i386: Clean up NMI watchdog code | Andi Kleen | 2007-05-02 | 3 | -776/+713 |
| * | [PATCH] i386: fix wrong comment for syscall stack layout | Andi Kleen | 2007-05-02 | 1 | -1/+1 |
| * | [PATCH] i386: convert to the kthread API | Eric W. Biederman | 2007-05-02 | 1 | -5/+3 |
| * | [PATCH] i386: remove xtime_lock'ing around cpufreq notifier | Daniel Walker | 2007-05-02 | 1 | -7/+1 |
| * | [PATCH] i386: check capability | Joachim Deguara | 2007-05-02 | 2 | -2/+4 |
| * | [PATCH] i386: clean up flush_tlb_others fn | Keshavamurthy, Anil S | 2007-05-02 | 1 | -11/+1 |
| * | [PATCH] i386: replace spin_lock_irqsave with spin_lock | Hisashi Hifumi | 2007-05-02 | 1 | -4/+2 |
| * | [PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not defined | Keshavamurthy, Anil S | 2007-05-02 | 1 | -1/+3 |
| * | [PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependency | Jeremy Fitzhardinge | 2007-05-02 | 1 | -2/+1 |
| * | [PATCH] i386: fix mtrr sections | Randy Dunlap | 2007-05-02 | 1 | -3/+4 |
| * | [PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386 | Fernando Luis [** ISO-8859-1 charset **] V�zquezCao | 2007-05-02 | 1 | -1/+4 |
| * | [PATCH] i386: __send_IPI_dest_field - i386 | Fernando Luis [** ISO-8859-1 charset **] V�zquezCao | 2007-05-02 | 1 | -29/+18 |
| * | [PATCH] i386: use safe_apic_wait_icr_idle in smpboot.c | Fernando Luis VazquezCao | 2007-05-02 | 1 | -2/+5 |
| * | [PATCH] i386: use safe_apic_wait_icr_idle - i386 | Fernando Luis VazquezCao | 2007-05-02 | 1 | -28/+8 |
| * | [PATCH] i386: safe_apic_wait_icr_idle - i386 | Fernando Luis VazquezCao | 2007-05-02 | 1 | -0/+22 |
| * | [PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in sync | Bernhard Kaindl | 2007-05-02 | 1 | -25/+60 |
| * | [PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspending | Bernhard Kaindl | 2007-05-02 | 1 | -0/+1 |
| * | [PATCH] x86: Save the MTRRs of the BSP before booting an AP | Bernhard Kaindl | 2007-05-02 | 2 | -0/+18 |