aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-15kmemcheck: add opcode self-testing at bootVegard Nossum4-17/+85
2009-06-15x86: unify pte_hiddenJeremy Fitzhardinge1-6/+2
2009-06-15x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge1-1/+6
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg2-88/+1
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum1-0/+88
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum2-2/+10
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum1-0/+5
2009-06-15kmemcheck: don't track page tablesVegard Nossum3-8/+10
2009-06-15kmemcheck: add DMA hooksVegard Nossum1-0/+2
2009-06-15kmemcheck: add mm functionsVegard Nossum1-1/+1
2009-06-15x86: add hooks for kmemcheckVegard Nossum8-5/+66
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg1-6/+1
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg1-2/+7
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg1-3/+5
2009-06-15kmemcheck: make initialization message less confusingPekka Enberg1-1/+1
2009-06-15kmemcheck: remove forward declarations from error.cPekka Enberg1-69/+68
2009-06-13kmemcheck: include module.h to prevent warningsRandy Dunlap1-0/+1
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum15-2/+1266
2009-06-12x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum1-0/+7
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+0
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds23-187/+178
2009-06-11x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
2009-06-11Push BKL into do_mount()Al Viro1-3/+0
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds46-72/+6814
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-2/+4
2009-06-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+4
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-53/+48
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds4-98/+207
2009-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds256-6976/+16927
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds47-1241/+1784
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu1-2/+4
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-2/+2
2009-06-11Merge branches 'frv' and 'mn10300'Linus Torvalds21-836/+656
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-11Merge branch 'serial-from-alan'Linus Torvalds2-0/+6
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar217-4756/+5923
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra7-12/+12
2009-06-11perf_counter: Standardize event namesPeter Zijlstra8-52/+52
2009-06-11imx: serial: add IrDA support to serial driverFabian Godehardt1-0/+5
2009-06-11x86: fix ktermios-termio conversionArnd Bergmann1-0/+1
2009-06-11perf_counter: powerpc: Implement generalized cache events for POWER processorsPaul Mackerras8-6/+294
2009-06-11perf_counters: powerpc: Add support for POWER7 processorsPaul Mackerras3-1/+322