| Commit message (Expand) | Author | Age | Files | Lines |
* | fbdev: detect primary display device | Antonino A. Daplas | 2007-07-17 | 1 | -0/+3 |
* | fbdev: move arch-specific bits to their respective subdirectories | Antonino A. Daplas | 2007-07-17 | 1 | -0/+14 |
* | Add __GFP_MOVABLE for callers to flag allocations from high memory that may b... | Mel Gorman | 2007-07-17 | 1 | -1/+2 |
* | mm: remove ptep_test_and_clear_dirty and ptep_clear_flush_dirty | Martin Schwidefsky | 2007-07-17 | 1 | -21/+0 |
* | mm: remove ptep_establish() | Martin Schwidefsky | 2007-07-17 | 1 | -11/+0 |
* | make seccomp zerocost in schedule | Andrea Arcangeli | 2007-07-16 | 2 | -1/+8 |
* | fix jvc cdrom drive lockup | Zhang, Yanmin | 2007-07-16 | 1 | -3/+1 |
* | kill vmalloc_earlyreserve | Jan Beulich | 2007-07-16 | 1 | -1/+1 |
* | page table handling cleanup | Jan Beulich | 2007-07-16 | 3 | -30/+1 |
* | serial: convert early_uart to earlycon for 8250 | Yinghai Lu | 2007-07-16 | 2 | -0/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2007-07-12 | 1 | -37/+0 |
|\ |
|
| * | PCI: remove pci_dac_dma_... APIs | Jan Beulich | 2007-07-11 | 1 | -33/+0 |
| * | PCI: Use a weak symbol for the empty version of pcibios_add_platform_entries() | Michael Ellerman | 2007-07-11 | 1 | -4/+0 |
* | | Make struct boot_params a real structure, and remove obsolete fields | H. Peter Anvin | 2007-07-12 | 2 | -4/+91 |
* | | Make definitions for struct e820entry and struct e820map consistent | H. Peter Anvin | 2007-07-12 | 1 | -6/+8 |
* | | Use a new CPU feature word to cover features that are spread around | Venki Pallipadi | 2007-07-12 | 3 | -2/+11 |
* | | Unify the CPU features vectors between i386 and x86-64 | H. Peter Anvin | 2007-07-12 | 2 | -14/+41 |
* | | include/asm-i386/boot.h: This is <asm/boot.h>, not <linux/boot.h> | H. Peter Anvin | 2007-07-12 | 1 | -3/+3 |
|/ |
|
* | i386: es7000 build breakage fix | Vivek Goyal | 2007-07-06 | 2 | -0/+10 |
* | fix nmi_watchdog=2 bootup hang | Björn Steinbrink | 2007-06-25 | 1 | -1/+1 |
* | x86: Disable DAC on VIA bridges | Andi Kleen | 2007-06-20 | 1 | -0/+6 |
* | Rework ptep_set_access_flags and fix sun4c | Benjamin Herrenschmidt | 2007-06-16 | 1 | -3/+5 |
* | i386 mm: use pte_update() in ptep_test_and_clear_dirty() | Hugh Dickins | 2007-06-16 | 1 | -12/+14 |
* | i386: fix early usage of atomic_add_return and local_add_return on real i386 | Thomas Gleixner | 2007-05-23 | 2 | -2/+2 |
* | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 1 | -0/+2 |
* | i386: move common parts of smp into their own file | Jeremy Fitzhardinge | 2007-05-15 | 1 | -0/+4 |
* | Revert "ipmi: add new IPMI nmi watchdog handling" | Linus Torvalds | 2007-05-14 | 1 | -1/+0 |
* | SLUB: i386 support | Christoph Lameter | 2007-05-12 | 2 | -5/+2 |
* | signal/timer/event: eventfd wire up x86 arches | Davide Libenzi | 2007-05-11 | 1 | -1/+2 |
* | signal/timer/event: timerfd wire up x86 arches | Davide Libenzi | 2007-05-11 | 1 | -1/+2 |
* | signal/timer/event: signalfd wire up x86 arches | Davide Libenzi | 2007-05-11 | 1 | -1/+2 |
* | Consolidate asm/poll.h | Stephen Rothwell | 2007-05-11 | 1 | -27/+1 |
* | i386: work around miscompilation of alternatives code | Joerg Roedel | 2007-05-11 | 2 | -2/+10 |
* | Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization" | Eric W. Biederman | 2007-05-10 | 1 | -5/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-05-09 | 3 | -3/+3 |
|\ |
|
| * | Fix misspellings collected by members of KJ list. | Robert P. J. Day | 2007-05-09 | 3 | -3/+3 |
* | | i386: msr.h: be paranoid about types and parentheses | H. Peter Anvin | 2007-05-09 | 1 | -27/+22 |
* | | i386: remove unused rdtsc() macro | H. Peter Anvin | 2007-05-09 | 2 | -12/+0 |
* | | i386 mmzone: use __maybe_unused | David Rientjes | 2007-05-09 | 1 | -3/+3 |
* | | wrap access to thread_info | Roman Zippel | 2007-05-09 | 1 | -1/+1 |
* | | Use the APIC to determine the hardware processor id - i386 | Fernando Luis Vazquez Cao | 2007-05-09 | 1 | -15/+21 |
* | | Remove hardcoding of hard_smp_processor_id on UP systems | Fernando Luis Vazquez Cao | 2007-05-09 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2007-05-08 | 1 | -1/+11 |
|\ |
|
| * | i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu | Rudolf Marek | 2007-05-08 | 1 | -1/+11 |
* | | x86, serial: convert legacy COM ports to platform devices | Bjorn Helgaas | 2007-05-08 | 1 | -16/+0 |
* | | Some grammatical fixups and additions to atomic.h kernel-doc content | Robert P. J. Day | 2007-05-08 | 1 | -2/+9 |
* | | x86: create asm/cmpxchg.h | Jeff Dike | 2007-05-08 | 3 | -288/+295 |
* | | Remove tas() | Jeff Dike | 2007-05-08 | 1 | -2/+0 |
* | | local_t: i386 extension | Mathieu Desnoyers | 2007-05-08 | 2 | -28/+236 |
* | | atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular depe... | Mathieu Desnoyers | 2007-05-08 | 1 | -14/+15 |