summaryrefslogtreecommitdiff
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 Enberg4-88/+94
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum3-2/+91
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum8-31/+122
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-15crypto: don't track xor test pages with kmemcheckVegard Nossum1-1/+6
2009-06-15slab: add hooks for kmemcheckPekka Enberg1-2/+18
2009-06-15slub: add hooks for kmemcheckVegard Nossum1-2/+19
2009-06-15kmemcheck: add DMA hooksVegard Nossum2-0/+18
2009-06-15kmemcheck: add mm functionsVegard Nossum7-9/+174
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 Nossum19-2/+1304
2009-06-13kmemcheck: add the kmemcheck documentationVegard Nossum1-0/+773
2009-06-13kmemcheck: add Vegard and Pekka to MAINTAINERSPekka Enberg1-6/+14
2009-06-13tasklets: new tasklet scheduling functionVegard Nossum2-0/+25
2009-06-13slab: move struct kmem_cache to headersPekka Enberg2-81/+81
2009-06-13stacktrace: add forward-declaration struct task_structVegard Nossum1-0/+2
2009-06-13x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum2-0/+8
2009-06-12block: fix kernel-doc in recent block/ changesRandy Dunlap2-13/+14
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds147-1834/+1707
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds23-187/+178
2009-06-12kvm: remove the duplicated cpumask_clearYinghai Lu1-1/+0
2009-06-12x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2
2009-06-12perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell2-3/+1
2009-06-12nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi4-9/+12
2009-06-12nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi3-31/+33
2009-06-12nilfs2: simplify remaining sget() useRyusuke Konishi4-25/+75
2009-06-12nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2-60/+35
2009-06-12nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi3-65/+76
2009-06-12nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi1-2/+0
2009-06-12remove the call to ->write_super in __sync_filesystemChristoph Hellwig1-2/+0
2009-06-12nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig1-0/+2
2009-06-12jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig1-0/+2
2009-06-12ufs: add ->sync_fsChristoph Hellwig1-10/+22
2009-06-12sysv: add ->sync_fsChristoph Hellwig1-6/+13
2009-06-12hfsplus: add ->sync_fsChristoph Hellwig1-5/+11
2009-06-12hfs: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-12fat: add ->sync_fsChristoph Hellwig1-0/+11
2009-06-12ext2: add ->sync_fsChristoph Hellwig1-14/+27
2009-06-12exofs: add ->sync_fsChristoph Hellwig1-3/+13
2009-06-12bfs: add ->sync_fsChristoph Hellwig1-11/+21