| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] kprobes: Temporary disarming of reentrant probe for x86_64 | Prasanna S Panchamukhi | 2005-06-23 | 1 | -14/+62 |
* | [PATCH] Move kprobe [dis]arming into arch specific code | Rusty Lynch | 2005-06-23 | 1 | -8/+18 |
* | [PATCH] x86_64 specific function return probes | Rusty Lynch | 2005-06-23 | 2 | -1/+113 |
* | [PATCH] xen: x86_64: use more usermode macro | Vincent Hanquez | 2005-06-23 | 3 | -12/+12 |
* | [PATCH] xen: x86_64: Add macro for debugreg | Vincent Hanquez | 2005-06-23 | 2 | -3/+3 |
* | [PATCH] x86_64: avoid wasting IRQs | Natalie Protasevich | 2005-06-23 | 1 | -1/+20 |
* | [PATCH] x86_64: never block forced SIGSEGV | Roland McGrath | 2005-06-23 | 2 | -18/+23 |
* | [PATCH] x86_64: fix hpet for systems that don't support legacy replacement | john stultz | 2005-06-23 | 1 | -14/+28 |
* | [PATCH] x86_64: i8259.c iso99 structure initialization | Alexander Nyberg | 2005-06-23 | 1 | -8/+7 |
* | [PATCH] i386: Selectable Frequency of the Timer Interrupt | Christoph Lameter | 2005-06-23 | 1 | -0/+2 |
* | [PATCH] allow early printk to use more than 25 lines | Jan Beulich | 2005-06-23 | 1 | -3/+10 |
* | [PATCH] x86/x86_64: pcibus_to_node | Christoph Lameter | 2005-06-23 | 2 | -16/+4 |
* | [PATCH] Platform SMIs and their interferance with tsc based delay calibration | Venkatesh Pallipadi | 2005-06-23 | 1 | -0/+7 |
* | [PATCH] use ${CROSS_COMPILE}installkernel in arch/*/boot/install.sh | Ian Campbell | 2005-06-23 | 1 | -2/+2 |
* | [PATCH] add x86-64 specific support for sparsemem | Matt Tolentino | 2005-06-23 | 2 | -10/+25 |
* | [PATCH] reorganize x86-64 NUMA and DISCONTIGMEM config options | Matt Tolentino | 2005-06-23 | 5 | -9/+12 |
* | [PATCH] add x86-64 Kconfig options for sparsemem | Matt Tolentino | 2005-06-23 | 1 | -0/+19 |
* | [PATCH] remove direct ref to contig_page_data for x86-64 | Matt Tolentino | 2005-06-23 | 2 | -5/+1 |
* | [PATCH] make each arch use mm/Kconfig | Dave Hansen | 2005-06-23 | 1 | -1/+3 |
* | [PATCH] Avoiding mmap fragmentation | Wolfgang Wander | 2005-06-21 | 2 | -0/+10 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 1 | -1/+1 |
* | [PATCH] x86_64: TASK_SIZE fixes for compatibility mode processes | Suresh Siddha | 2005-06-21 | 5 | -24/+18 |
* | [PATCH] revert x86_64-use-the-e820-hole-to-map-the-iommu-agp-aperture | Andrew Morton | 2005-06-08 | 1 | -30/+11 |
* | [PATCH] x86_64 CONFIG_ACPI=n build fix | Andi Kleen | 2005-05-31 | 1 | -0/+1 |
* | [PATCH] x86_64: More fixes for compilation without CONFIG_ACPI | Andi Kleen | 2005-05-31 | 3 | -0/+4 |
* | [PATCH] x86_64: signal.c build fix | Oliver Korpilla | 2005-05-28 | 1 | -0/+1 |
* | [PATCH] Note on ACPI build fix | Alexander Nyberg | 2005-05-27 | 1 | -1/+1 |
* | [PATCH] x86_64: CONFIG_BUG=n fixes | Alexander Nyberg | 2005-05-25 | 2 | -1/+4 |
* | [PATCH] x86_64: i386/x86-64: Export cpu_core_map | Andi Kleen | 2005-05-20 | 1 | -0/+1 |
* | [PATCH] x86_64: Add option to disable timer check | Andi Kleen | 2005-05-20 | 1 | -1/+10 |
* | [PATCH] x86_64: Fix 32bit system call restart | Andi Kleen | 2005-05-20 | 1 | -1/+3 |
* | [PATCH] x86_64: Fixed guard page handling again in iounmap | Andi Kleen | 2005-05-20 | 1 | -21/+8 |
* | [PATCH] x86_64: Don't allow accesses below register frame in ptrace | Andi Kleen | 2005-05-20 | 1 | -2/+2 |
* | [PATCH] x86_64: 386/x86-64 Further AMD dual core fixes | Andi Kleen | 2005-05-20 | 1 | -13/+12 |
* | [PATCH] x86_64: Update defconfig | Andi Kleen | 2005-05-17 | 1 | -28/+30 |
* | [PATCH] x86_64: Don't assume BSP has ID 0 in new smp bootup | Andi Kleen | 2005-05-17 | 2 | -8/+14 |
* | [PATCH] x86_64: Collected NMI watchdog fixes. | Andi Kleen | 2005-05-17 | 3 | -79/+177 |
* | [PATCH] x86_64: Make vsyscall.c compile without CONFIG_SYSCTL | Andi Kleen | 2005-05-17 | 1 | -0/+2 |
* | [PATCH] x86_64: Fix OEM hpet check | Suresh Siddha | 2005-05-17 | 1 | -1/+1 |
* | [PATCH] x86_64: When checking vmalloc mappings don't use pte_page | Andi Kleen | 2005-05-17 | 1 | -2/+9 |
* | [PATCH] x86_64: Fix canonical checking for segment registers in ptrace | Andi Kleen | 2005-05-17 | 1 | -4/+4 |
* | [PATCH] x86_64: check if ptrace RIP is canonical | Andi Kleen | 2005-05-17 | 1 | -0/+5 |
* | [PATCH] x86_64: Add pmtimer support | Andi Kleen | 2005-05-17 | 5 | -19/+162 |
* | [PATCH] x86_64: Remove unique APIC/IO-APIC ID check | Andi Kleen | 2005-05-17 | 2 | -71/+1 |
* | [PATCH] x86_64: Don't print the internal k8c+ flag in /proc/cpuinfo | Andi Kleen | 2005-05-17 | 1 | -1/+1 |
* | [PATCH] x86_64: Remove x86_apicid field | Andi Kleen | 2005-05-17 | 1 | -3/+1 |
* | [PATCH] x86_64: Update TSC sync algorithm | Andi Kleen | 2005-05-17 | 1 | -75/+182 |
* | [PATCH] x86_64: Don't look up struct page pointer of physical address in iounmap | Andi Kleen | 2005-05-17 | 1 | -1/+1 |
* | [PATCH] x86_64/i386: fix defaults for physical/core id in /proc/cpuinfo | Andi Kleen | 2005-05-17 | 1 | -1/+10 |
* | [PATCH] x86_64: Readd missing tests in entry.S | Andi Kleen | 2005-05-17 | 1 | -2/+9 |