| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: fix taking DNA during 64bit sigreturn | Siddha, Suresh B | 2007-11-12 | 1 | -4/+5 |
* | x86 - 32-bit ptrace emulation mishandles 6th arg | Chuck Ebbert | 2007-11-10 | 1 | -13/+6 |
* | x86_64: ia32 ptrace THREAD_AREA fix | Roland McGrath | 2007-11-10 | 1 | -8/+2 |
* | x86: make nmi_cpu_busy() always defined | Ingo Molnar | 2007-11-09 | 1 | -2/+2 |
* | x86: make ipi_handler() always defined | Ingo Molnar | 2007-11-09 | 1 | -4/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2007-11-05 | 1 | -35/+34 |
|\ |
|
| * | lguest: tidy up documentation | Rusty Russell | 2007-11-05 | 1 | -22/+21 |
| * | lguest: make async_hcall() static | Adrian Bunk | 2007-11-05 | 1 | -13/+13 |
* | | x86 setup: set %ebx == %ebp == %edi == 0 on protected mode entry | H. Peter Anvin | 2007-11-04 | 1 | -1/+3 |
* | | x86 setup: add a near jump to serialize %cr0 on 386/486 | H. Peter Anvin | 2007-11-04 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'v2.6.24-rc1-lockdep' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2007-11-03 | 6 | -12/+16 |
|\ |
|
| * | lockdep: fixup irq tracing | Peter Zijlstra | 2007-10-25 | 6 | -12/+16 |
* | | Remove bogus default y for DMAR and NET_DMA | Andi Kleen | 2007-10-30 | 1 | -1/+0 |
* | | remove the dead X86_REMOTE_DEBUG option | Adrian Bunk | 2007-10-30 | 1 | -3/+0 |
* | | x86: merge EARLY_PRINTK options | Adrian Bunk | 2007-10-30 | 2 | -6/+1 |
* | | x86: mm/discontig_32.c: make code static | Adrian Bunk | 2007-10-30 | 1 | -2/+2 |
* | | x86: kernel/setup_32.c: unexport machine_id | Adrian Bunk | 2007-10-30 | 1 | -3/+0 |
* | | x86 gart: rename symbols only used for the GART implementation | Joerg Roedel | 2007-10-30 | 4 | -13/+14 |
* | | x86 gart: make some variables and functions static | Joerg Roedel | 2007-10-30 | 1 | -4/+4 |
* | | x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMU | Joerg Roedel | 2007-10-30 | 6 | -10/+10 |
* | | x86 gart: rename iommu.h to gart.h | Joerg Roedel | 2007-10-30 | 9 | -9/+9 |
* | | x86: additional CPUID strings; fix strings for AMD-ecx | H. Peter Anvin | 2007-10-30 | 2 | -10/+10 |
* | | Revert "x86_64: allocate sparsemem memmap above 4G" | Linus Torvalds | 2007-10-29 | 1 | -6/+0 |
* | | x86: fix pci-gart failure handling | FUJITA Tomonori | 2007-10-29 | 1 | -1/+1 |
* | | x86: Dump filtering supports x86_64 sparsemem | Ken'ichi Ohmichi | 2007-10-27 | 1 | -0/+2 |
* | | x86: fix compiler warnings in arch/x86/kernel/early-quirks.c | Jeff Garzik | 2007-10-27 | 1 | -1/+3 |
* | | x86: fix !SMP compiler warning in arch/x86/kernel/acpi/processor.c | Jeff Garzik | 2007-10-27 | 1 | -2/+1 |
* | | x86: Fix boot protocol KEEP_SEGMENTS check. | Eric W. Biederman | 2007-10-27 | 3 | -8/+21 |
* | | x86: voyager: fix bogus conversion to per_cpu for boot_cpu_info | James Bottomley | 2007-10-27 | 1 | -2/+2 |
* | | x86: export smp_ops to allow modular build of KVM | Thomas Gleixner | 2007-10-27 | 1 | -0/+1 |
* | | Revert "i386: export i386 smp_call_function_mask() to modules" | Thomas Gleixner | 2007-10-27 | 1 | -7/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa... | Linus Torvalds | 2007-10-26 | 5 | -25/+51 |
|\ \ |
|
| * | | x86 setup: sizeof() is unsigned, unbreak comparisons | H. Peter Anvin | 2007-10-25 | 4 | -5/+5 |
| * | | x86 setup: handle boot loaders which set up the stack incorrectly | H. Peter Anvin | 2007-10-25 | 2 | -20/+46 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/x86 | Linus Torvalds | 2007-10-26 | 10 | -0/+5892 |
|\ \ |
|
| * | | x86: move i386 and x86_64 Kconfig files to x86 directory | Sam Ravnborg | 2007-10-25 | 3 | -0/+2537 |
| * | | x86: unification of i386 and x86_64 Kconfig.debug | Randy Dunlap | 2007-10-25 | 1 | -0/+119 |
| * | | x86: move defconfig files for i386 and x86_64 to x86 | Sam Ravnborg | 2007-10-25 | 3 | -1/+2858 |
| * | | x86: move i386 and x86_64 Makefiles to arch/x86 | Sam Ravnborg | 2007-10-25 | 4 | -0/+379 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2007-10-25 | 2 | -4/+4 |
|\ \ |
|
| * | | x86: fix bogus KERN_ALERT on oops | Alexey Dobriyan | 2007-10-24 | 1 | -1/+1 |
| * | | x86: lguest build fix | Jeff Garzik | 2007-10-24 | 1 | -0/+1 |
| * | | x86: fix CONFIG_KEXEC build breakage | Mike Galbraith | 2007-10-24 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'sg' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2007-10-25 | 1 | -2/+1 |
|\ \ |
|
| * | | x86: pci-gart fix | FUJITA Tomonori | 2007-10-25 | 1 | -2/+1 |
| |/ |
|
* | | lguest: documentation update | Rusty Russell | 2007-10-25 | 2 | -26/+30 |
* | | lguest: build fix | Jeff Garzik | 2007-10-25 | 1 | -0/+1 |
* | | lguest: use defines from x86 headers instead of magic numbers | Rusty Russell | 2007-10-25 | 1 | -3/+2 |
|/ |
|
* | Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg... | Linus Torvalds | 2007-10-23 | 1 | -2/+2 |
|\ |
|
| * | [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriate | Jeff Garzik | 2007-10-23 | 1 | -2/+2 |