summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal: fix __send_signal() false positive kmemcheck warningVegard Nossum2009-06-151-3/+8
* fs: fix do_mount_root() false positive kmemcheck warningVegard Nossum2009-06-151-1/+2
* fs: introduce __getname_gfp()Vegard Nossum2009-06-151-2/+3
* trace: annotate bitfields in struct ring_buffer_eventVegard Nossum2009-06-152-0/+7
* net: annotate struct sock bitfieldVegard Nossum2009-06-152-0/+4
* c2port: annotate bitfield for kmemcheckVegard Nossum2009-06-152-0/+5
* net: annotate inet_timewait_sock bitfieldsVegard Nossum2009-06-152-1/+7
* ieee1394/csr1212: fix false positive kmemcheck reportVegard Nossum2009-06-151-0/+2
* ieee1394: annotate bitfieldVegard Nossum2009-06-151-0/+5
* net: annotate bitfields in struct inet_sockVegard Nossum2009-06-151-4/+10
* net: use kmemcheck bitfields API for skbuffVegard Nossum2009-06-152-0/+15
* kmemcheck: introduce bitfield APIVegard Nossum2009-06-151-0/+50
* kmemcheck: add opcode self-testing at bootVegard Nossum2009-06-154-17/+85
* x86: unify pte_hiddenJeremy Fitzhardinge2009-06-151-6/+2
* x86: make _PAGE_HIDDEN conditionalJeremy Fitzhardinge2009-06-151-1/+6
* kmemcheck: make kconfig accessible for other architecturesPekka Enberg2009-06-154-88/+94
* kmemcheck: enable in the x86 KconfigVegard Nossum2009-06-153-2/+91
* kmemcheck: add hooks for the page allocatorVegard Nossum2009-06-158-31/+122
* kmemcheck: add hooks for page- and sg-dma-mappingsVegard Nossum2009-06-151-0/+5
* kmemcheck: don't track page tablesVegard Nossum2009-06-153-8/+10
* crypto: don't track xor test pages with kmemcheckVegard Nossum2009-06-151-1/+6
* slab: add hooks for kmemcheckPekka Enberg2009-06-151-2/+18
* slub: add hooks for kmemcheckVegard Nossum2009-06-151-2/+19
* kmemcheck: add DMA hooksVegard Nossum2009-06-152-0/+18
* kmemcheck: add mm functionsVegard Nossum2009-06-157-9/+174
* x86: add hooks for kmemcheckVegard Nossum2009-06-158-5/+66
* kmemcheck: use kmemcheck_pte_lookup() instead of open-coding itPekka Enberg2009-06-151-6/+1
* kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()Pekka Enberg2009-06-151-2/+7
* kmemcheck: remove multiple ifdef'd definitions of the same global variablePekka Enberg2009-06-151-3/+5
* kmemcheck: make initialization message less confusingPekka Enberg2009-06-151-1/+1
* kmemcheck: remove forward declarations from error.cPekka Enberg2009-06-151-69/+68
* kmemcheck: include module.h to prevent warningsRandy Dunlap2009-06-131-0/+1
* kmemcheck: add the kmemcheck coreVegard Nossum2009-06-1319-2/+1304
* kmemcheck: add the kmemcheck documentationVegard Nossum2009-06-131-0/+773
* kmemcheck: add Vegard and Pekka to MAINTAINERSPekka Enberg2009-06-131-6/+14
* tasklets: new tasklet scheduling functionVegard Nossum2009-06-132-0/+25
* slab: move struct kmem_cache to headersPekka Enberg2009-06-132-81/+81
* stacktrace: add forward-declaration struct task_structVegard Nossum2009-06-121-0/+2
* x86: add save_stack_trace_bp() for tracing from a specific stack frameVegard Nossum2009-06-122-0/+8
* block: fix kernel-doc in recent block/ changesRandy Dunlap2009-06-112-13/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-06-11147-1834/+1707
|\
| * nilfs2: get rid of bd_mount_sem use from nilfsRyusuke Konishi2009-06-114-9/+12
| * nilfs2: correct exclusion control in nilfs_remount functionRyusuke Konishi2009-06-113-31/+33
| * nilfs2: simplify remaining sget() useRyusuke Konishi2009-06-114-25/+75
| * nilfs2: get rid of sget use for checking if current mount is presentRyusuke Konishi2009-06-112-60/+35
| * nilfs2: get rid of sget use for acquiring nilfs objectRyusuke Konishi2009-06-113-65/+76
| * nilfs2: remove meaningless EBUSY case from nilfs_get_sb functionRyusuke Konishi2009-06-111-2/+0
| * remove the call to ->write_super in __sync_filesystemChristoph Hellwig2009-06-111-2/+0
| * nilfs2: call nilfs2_write_super from nilfs2_sync_fsChristoph Hellwig2009-06-111-0/+2
| * jffs2: call jffs2_write_super from jffs2_sync_fsChristoph Hellwig2009-06-111-0/+2