| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | x86: disable the GART early, 64-bit | Yinghai Lu | 2008-01-30 | 6 | -0/+114 |
* | x86: cleanup setup_node_zones called by paging_init() | Yinghai Lu | 2008-01-30 | 1 | -4/+7 |
* | x86: early fault debugging improvement | Ingo Molnar | 2008-01-30 | 1 | -0/+1 |
* | x86: fix DMI ioremap leak | Ingo Molnar | 2008-01-30 | 1 | -0/+1 |
* | x86: pat: e820 cleanup | Ingo Molnar | 2008-01-30 | 3 | -3/+9 |
* | x86: smp_scan_config() debugging printouts | Ingo Molnar | 2008-01-30 | 1 | -3/+3 |
* | x86: make printk_address regs->ip always reliable | Arjan van de Ven | 2008-01-30 | 2 | -2/+2 |
* | x86: add the "print code before the trapping instruction" feature to 64 bit | Arjan van de Ven | 2008-01-30 | 2 | -13/+35 |
* | x86: add a simple backtrace test module | Arjan van de Ven | 2008-01-30 | 3 | -0/+61 |
* | x86: use the stack frames to get exact stack-traces for CONFIG_FRAMEPOINTER o... | Arjan van de Ven | 2008-01-30 | 1 | -23/+44 |
* | x86: turn 64 bit x86 HANDLE_STACK into print_context_stack like 32 bit has | Arjan van de Ven | 2008-01-30 | 1 | -29/+45 |
* | x86: pull bp calculation earlier into the backtrace path | Arjan van de Ven | 2008-01-30 | 4 | -27/+23 |
* | x86: improve the 32 bit Frame Pointer backtracer to also use the traditional ... | Arjan van de Ven | 2008-01-30 | 1 | -24/+20 |
* | x86: add the capability to print fuzzy backtraces | Arjan van de Ven | 2008-01-30 | 9 | -29/+40 |
* | x86: fix 32-bit FRAME_POINTER chasing code | Arjan van de Ven | 2008-01-30 | 1 | -1/+3 |
* | x86: make early printk selectable on 64-bit as well | Ingo Molnar | 2008-01-30 | 6 | -3/+24 |
* | x86: early_idt_handler improvements, 64-bit | Roland McGrath | 2008-01-30 | 3 | -5/+37 |
* | x86: discover_ebda section mismatch | Randy Dunlap | 2008-01-30 | 1 | -1/+1 |
* | x86: preset apic clockevents multiplicator | Thomas Gleixner | 2008-01-30 | 2 | -2/+6 |
* | x86: sanity check APIC timer frequency | Thomas Gleixner | 2008-01-30 | 2 | -0/+25 |
* | x86 setup: correct the base in the GDT_ENTRY() macro | H. Peter Anvin | 2008-01-30 | 1 | -1/+1 |
* | x86 setup: guard the heap against invalid stack setups | H. Peter Anvin | 2008-01-30 | 1 | -6/+18 |
* | x86 setup: push video mode setup as late as possible | H. Peter Anvin | 2008-01-30 | 1 | -3/+4 |
* | x86 setup: add note to use edd=off on EDD probing hangs | H. Peter Anvin | 2008-01-30 | 1 | -1/+1 |
* | x86 setup: add missing prototype; formatting fix | H. Peter Anvin | 2008-01-30 | 2 | -1/+2 |
* | x86 setup: OK -> ok (no need to scream) | H. Peter Anvin | 2008-01-30 | 1 | -2/+2 |
* | x86 setup: be more verbose when probing EDD | devzero@web.de | 2008-01-30 | 1 | -0/+13 |
* | x86 setup: early cmdline parser handle boolean options | devzero@web.de | 2008-01-30 | 1 | -0/+65 |
* | x86 setup: fix constraints in segment accessor functions | H. Peter Anvin | 2008-01-30 | 1 | -8/+8 |
* | x86 setup: display VESA graphics modes in vga=ask menu | H. Peter Anvin | 2008-01-30 | 5 | -24/+61 |
* | x86 setup: use X86_CR0_PE macro instead of hard-coded constant | H. Peter Anvin | 2008-01-30 | 1 | -1/+2 |
* | x86 setup: initialize LDTR and TR to make life easier to Intel VT | H. Peter Anvin | 2008-01-30 | 3 | -0/+14 |
* | x86 setup: make PM transition more paranoid; cleanup 32-bit entry | H. Peter Anvin | 2008-01-30 | 1 | -12/+32 |
* | x86: <asm/segment.h>: boot GDT entries are 32/64-independent | H. Peter Anvin | 2008-01-30 | 2 | -17/+8 |
* | x86: trivial whitespace in kprobes.c | Harvey Harrison | 2008-01-30 | 1 | -3/+3 |
* | x86: move get_segment_eip() to step.c | Harvey Harrison | 2008-01-30 | 4 | -154/+83 |
* | x86: move out tick_nohz_stop_sched_tick() call from the loop | Hiroshi Shimamoto | 2008-01-30 | 1 | -2/+1 |
* | x86: fix UML and -regparm=3 | Ingo Molnar | 2008-01-30 | 5 | -12/+25 |
* | x86: big ticket locks | Nick Piggin | 2008-01-30 | 1 | -27/+97 |
* | x86: coding style fixes in arch/x86/pci/fixup.c | Paolo Ciarrocchi | 2008-01-30 | 1 | -15/+15 |
* | x86: use fixup_exception() in traps_64.c | Harvey Harrison | 2008-01-30 | 1 | -32/+15 |
* | x86: more users of PF_ constants in fault_32|64.c | Harvey Harrison | 2008-01-30 | 2 | -4/+5 |
* | x86: introduce __die helper to X86_32 | Harvey Harrison | 2008-01-30 | 1 | -34/+42 |
* | x86: change x86 machine check handler to use unlocked_ioctl instead | Nikanth Karthikesan | 2008-01-30 | 1 | -3/+2 |
* | x86/pgtable: explain constant sign extension problem | Jeremy Fitzhardinge | 2008-01-30 | 1 | -0/+5 |
* | xen: mask out PWT too | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+1 |
* | x86: unify paravirt pagetable accessors | Jeremy Fitzhardinge | 2008-01-30 | 5 | -72/+121 |
* | x86: unify zero_page definition | Jeremy Fitzhardinge | 2008-01-30 | 3 | -13/+8 |
* | x86: fix warning | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+1 |
* | x86: pgtable: unify pte accessors | Jeremy Fitzhardinge | 2008-01-30 | 5 | -143/+113 |