index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
hpwdt.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-06-15
fs: fix do_mount_root() false positive kmemcheck warning
Vegard Nossum
1
-1
/
+2
2009-06-15
fs: introduce __getname_gfp()
Vegard Nossum
1
-2
/
+3
2009-06-15
trace: annotate bitfields in struct ring_buffer_event
Vegard Nossum
2
-0
/
+7
2009-06-15
net: annotate struct sock bitfield
Vegard Nossum
2
-0
/
+4
2009-06-15
c2port: annotate bitfield for kmemcheck
Vegard Nossum
2
-0
/
+5
2009-06-15
net: annotate inet_timewait_sock bitfields
Vegard Nossum
2
-1
/
+7
2009-06-15
ieee1394/csr1212: fix false positive kmemcheck report
Vegard Nossum
1
-0
/
+2
2009-06-15
ieee1394: annotate bitfield
Vegard Nossum
1
-0
/
+5
2009-06-15
net: annotate bitfields in struct inet_sock
Vegard Nossum
1
-4
/
+10
2009-06-15
net: use kmemcheck bitfields API for skbuff
Vegard Nossum
2
-0
/
+15
2009-06-15
kmemcheck: introduce bitfield API
Vegard Nossum
1
-0
/
+50
2009-06-15
kmemcheck: add opcode self-testing at boot
Vegard Nossum
4
-17
/
+85
2009-06-15
x86: unify pte_hidden
Jeremy Fitzhardinge
1
-6
/
+2
2009-06-15
x86: make _PAGE_HIDDEN conditional
Jeremy Fitzhardinge
1
-1
/
+6
2009-06-15
kmemcheck: make kconfig accessible for other architectures
Pekka Enberg
4
-88
/
+94
2009-06-15
kmemcheck: enable in the x86 Kconfig
Vegard Nossum
3
-2
/
+91
2009-06-15
kmemcheck: add hooks for the page allocator
Vegard Nossum
8
-31
/
+122
2009-06-15
kmemcheck: add hooks for page- and sg-dma-mappings
Vegard Nossum
1
-0
/
+5
2009-06-15
kmemcheck: don't track page tables
Vegard Nossum
3
-8
/
+10
2009-06-15
crypto: don't track xor test pages with kmemcheck
Vegard Nossum
1
-1
/
+6
2009-06-15
slab: add hooks for kmemcheck
Pekka Enberg
1
-2
/
+18
2009-06-15
slub: add hooks for kmemcheck
Vegard Nossum
1
-2
/
+19
2009-06-15
kmemcheck: add DMA hooks
Vegard Nossum
2
-0
/
+18
2009-06-15
kmemcheck: add mm functions
Vegard Nossum
7
-9
/
+174
2009-06-15
x86: add hooks for kmemcheck
Vegard Nossum
8
-5
/
+66
2009-06-15
kmemcheck: use kmemcheck_pte_lookup() instead of open-coding it
Pekka Enberg
1
-6
/
+1
2009-06-15
kmemcheck: move 64-bit ifdef out of kmemcheck_opcode_decode()
Pekka Enberg
1
-2
/
+7
2009-06-15
kmemcheck: remove multiple ifdef'd definitions of the same global variable
Pekka Enberg
1
-3
/
+5
2009-06-15
kmemcheck: make initialization message less confusing
Pekka Enberg
1
-1
/
+1
2009-06-15
kmemcheck: remove forward declarations from error.c
Pekka Enberg
1
-69
/
+68
2009-06-13
kmemcheck: include module.h to prevent warnings
Randy Dunlap
1
-0
/
+1
2009-06-13
kmemcheck: add the kmemcheck core
Vegard Nossum
19
-2
/
+1304