aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-15kmemcheck: make kconfig accessible for other architecturesPekka Enberg
2009-06-15kmemcheck: enable in the x86 KconfigVegard Nossum
2009-06-15kmemcheck: add hooks for the page allocatorVegard Nossum
2009-06-15kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum
2009-06-15kmemcheck: don't track page tablesVegard Nossum
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum
2009-06-15slab: add hooks for kmemcheckPekka Enberg
2009-06-15slub: add hooks for kmemcheckVegard Nossum
2009-06-15kmemcheck: add DMA hooksVegard Nossum
2009-06-15kmemcheck: add mm functionsVegard Nossum
2009-06-15x86: add hooks for kmemcheckVegard Nossum
2009-06-15kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg
2009-06-15kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg
2009-06-15kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg
2009-06-15kmemcheck: make initialization message less confusingPekka Enberg
2009-06-15kmemcheck: remove forward declarations from error.cPekka Enberg
2009-06-13kmemcheck: include module.h to prevent warningsRandy Dunlap
2009-06-13kmemcheck: add the kmemcheck coreVegard Nossum
2009-06-13kmemcheck: add the kmemcheck documentationVegard Nossum
2009-06-13kmemcheck: add Vegard and Pekka to MAINTAINERSPekka Enberg
2009-06-13tasklets: new tasklet scheduling functionVegard Nossum
2009-06-13slab: move struct kmem_cache to headersPekka Enberg
2009-06-12stacktrace: add forward-declaration struct task_structVegard Nossum
2009-06-12x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum
2009-06-11block: fix kernel-doc in recent block/ changesRandy Dunlap
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2009-06-11kvm: remove the duplicated cpumask_clearYinghai Lu
2009-06-11x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu
2009-06-11perfcounters: remove powerpc definitions of perf_counter_do_pendingStephen Rothwell
2009-06-11nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi
2009-06-11nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi
2009-06-11nilfs2: simplify remaining sget() useRyusuke Konishi
2009-06-11nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi
2009-06-11nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi
2009-06-11nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi
2009-06-11remove the call to ->write_super in __sync_filesystemChristoph Hellwig
2009-06-11nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig
2009-06-11jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig
2009-06-11ufs: add ->sync_fsChristoph Hellwig
2009-06-11sysv: add ->sync_fsChristoph Hellwig
2009-06-11hfsplus: add ->sync_fsChristoph Hellwig
2009-06-11hfs: add ->sync_fsChristoph Hellwig
2009-06-11fat: add ->sync_fsChristoph Hellwig
2009-06-11ext2: add ->sync_fsChristoph Hellwig
2009-06-11exofs: add ->sync_fsChristoph Hellwig
2009-06-11bfs: add ->sync_fsChristoph Hellwig
2009-06-11affs: add ->sync_fsChristoph Hellwig
2009-06-11sanitize ->fsync() for affsAl Viro
2009-06-11repair bfs_write_inode(), switch bfs to simple_fsync()Al Viro