summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kprobes.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-17x86: correct the conversion of EFI memory typesCliff Wickman1-3/+28
2009-06-17x86: cap iomem_resource to addressable physical memoryH. Peter Anvin1-0/+3
2009-06-16x86: mm: Read cr2 before prefetching the mmap_lockIngo Molnar1-2/+2
2009-06-16amd-iommu: resume cleanupChris Wright1-7/+1
2009-06-15amd-iommu: set event buffer head and tail to 0 manuallyJoerg Roedel1-0/+4
2009-06-15amd-iommu: disable cmd buffer and evt logging before reprogramming iommuChris Wright1-0/+9
2009-06-15amd-iommu: flush domain tlb when attaching a new deviceChris Wright1-0/+16
2009-06-15x86: disable IOMMUs on kernel crashJoerg Roedel1-0/+6
2009-06-15amd-iommu: disable IOMMU hardware on shutdownJoerg Roedel3-0/+9
2009-06-14x86: hpet: Mark per cpu interrupts IRQF_TIMER to prevent resume failureThomas Gleixner1-1/+2
2009-06-14x86: atomic_32.h: Fix kernel-doc warningsRandy Dunlap1-2/+1
2009-06-12x86: change kernel_physical_mapping_init() __init to __meminitShaohua Li1-1/+1
2009-06-12x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas1-0/+2
2009-06-12x86: handle initrd that extends into unusable memoryYinghai Lu1-12/+3
2009-06-11slow_work_thread() should do the exclusive waitOleg Nesterov1-2/+2
2009-06-11vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg1-3/+2
2009-06-11irq: use kcalloc() instead of the bootmem allocatorPekka Enberg1-1/+1
2009-06-11sched: use slab in cpupri_init()Pekka Enberg2-4/+6
2009-06-11sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg1-4/+4
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu1-4/+8
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu2-6/+9
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu5-29/+12
2009-06-11vt: use kzalloc() instead of the bootmem allocatorPekka Enberg1-6/+2
2009-06-11sched: use kzalloc() instead of the bootmem allocatorPekka Enberg1-12/+8
2009-06-11init: introduce mm_init()Pekka Enberg1-6/+11
2009-06-11vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg2-3/+2
2009-06-11slab: setup allocators earlier in the boot sequencePekka Enberg3-61/+77
2009-06-11bootmem: fix slab fallback on numaPekka Enberg1-0/+9
2009-06-11bootmem: use slab if bootmem is no longer availablePekka Enberg1-0/+3
2009-06-11kmemleak: Add the corresponding MAINTAINERS entryCatalin Marinas1-0/+6
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas3-0/+122
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas2-0/+23
2009-06-11kmemleak: Remove some of the kmemleak false positivesCatalin Marinas3-0/+18
2009-06-11kmemleak: Add modules supportCatalin Marinas1-0/+56
2009-06-11kmemleak: Add kmemleak_alloc callback from alloc_large_system_hashCatalin Marinas1-0/+11
2009-06-11kmemleak: Add the vmalloc memory allocation/freeing hooksCatalin Marinas1-3/+27
2009-06-11kmemleak: Add the slub memory allocation/freeing hooksCatalin Marinas1-1/+4
2009-06-11kmemleak: Add the slob memory allocation/freeing hooksCatalin Marinas1-0/+7
2009-06-11kmemleak: Add the slab memory allocation/freeing hooksCatalin Marinas2-2/+32
2009-06-11kmemleak: Add documentation on the memory leak detectorCatalin Marinas2-0/+146
2009-06-11kmemleak: Add the base supportCatalin Marinas3-1/+1597
2009-06-11MN10300: Add utrace/tracehooks supportDavid Howells7-239/+257
2009-06-11MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handlerDavid Howells1-18/+0
2009-06-11FRV: Implement new-style ptraceDavid Howells7-164/+367
2009-06-11FRV: Don't turn on TIF_SYSCALL_TRACE unconditionally in syscall prologueDavid Howells1-1/+0
2009-06-11FRV: Implement TIF_NOTIFY_RESUMEDavid Howells2-5/+10
2009-06-11FRV: Remove in-kernel strace codeDavid Howells1-379/+0
2009-06-11FRV: BUG to BUG_ON changesStoyan Gaydarov4-17/+8
2009-06-11FRV: bitops: Change the bitmap index from int to unsigned longJustin Chen1-14/+15
2009-06-11perf_counter: Turn off by defaultIngo Molnar1-1/+0