index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: kmemleak: treat vm_struct as alternative reference to vmalloc'ed objects
Catalin Marinas
2017-07-06
1
-4
/
+89
*
mm: kmemleak: factor object reference updating out of scan_block()
Catalin Marinas
2017-07-06
1
-18
/
+25
*
mm: kmemleak: slightly reduce the size of some structures on 64-bit architect...
Catalin Marinas
2017-07-06
1
-3
/
+3
*
mm: fix section name for .data..ro_after_init
Kees Cook
2017-03-31
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
kmemleak: fix reference to Documentation
Andreas Platschek
2016-12-12
1
-1
/
+1
*
mm: kmemleak: scan .data.ro_after_init
Jakub Kicinski
2016-11-11
1
-0
/
+1
*
mm: kmemleak: ensure that the task stack is not freed during scanning
Catalin Marinas
2016-10-27
1
-2
/
+5
*
mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
Catalin Marinas
2016-10-11
1
-0
/
+47
*
kmemleak: don't hang if user disables scanning early
Vegard Nossum
2016-07-28
1
-1
/
+3
*
mm: prevent KASAN false positives in kmemleak
Dmitry Vyukov
2016-06-24
1
-0
/
+2
*
mm: coalesce split strings
Joe Perches
2016-03-17
1
-10
/
+8
*
mm: convert pr_warning to pr_warn
Joe Perches
2016-03-17
1
-7
/
+7
*
Revert "gfp: add __GFP_NOACCOUNT"
Vladimir Davydov
2016-01-14
1
-2
/
+1
*
mm/kmemleak.c: remove unneeded initialization of object to NULL
Alexey Klimov
2015-11-05
1
-1
/
+1
*
kmemleak: use seq_hex_dump() to dump buffers
Andy Shevchenko
2015-09-10
1
-15
/
+6
*
kmemleak: record accurate early log buffer count and report when exceeded
Wang Kai
2015-09-08
1
-1
/
+2
*
mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()
Larry Finger
2015-06-24
1
-4
/
+5
*
mm: kmemleak: optimise kmemleak_lock acquiring during kmemleak_scan
Catalin Marinas
2015-06-24
1
-34
/
+56
*
mm: kmemleak: avoid deadlock on the kmemleak object insertion error path
Catalin Marinas
2015-06-24
1
-4
/
+11
*
mm: kmemleak: do not acquire scan_mutex in kmemleak_do_cleanup()
Catalin Marinas
2015-06-24
1
-2
/
+0
*
mm: kmemleak: fix delete_object_*() race when called on the same memory block
Catalin Marinas
2015-06-24
1
-13
/
+26
*
mm: kmemleak: allow safe memory scanning during kmemleak disabling
Catalin Marinas
2015-06-24
1
-3
/
+16
*
gfp: add __GFP_NOACCOUNT
Vladimir Davydov
2015-05-14
1
-1
/
+2
*
kmemleak: disable kasan instrumentation for kmemleak
Andrey Ryabinin
2015-02-13
1
-0
/
+6
*
mm: introduce kmemleak_update_trace()
Catalin Marinas
2014-06-06
1
-0
/
+34
*
mm/kmemleak.c: use %u to print ->checksum
Jianpeng Ma
2014-06-06
1
-1
/
+1
*
mem-hotplug: implement get/put_online_mems
Vladimir Davydov
2014-06-04
1
-2
/
+2
*
mm: postpone the disabling of kmemleak early logging
Catalin Marinas
2014-05-11
1
-2
/
+2
*
kmemleak: change some global variables to int
Li Zefan
2014-04-03
1
-40
/
+40
*
kmemleak: remove redundant code
Li Zefan
2014-04-03
1
-6
/
+1
*
kmemleak: allow freeing internal objects after kmemleak was disabled
Li Zefan
2014-04-03
1
-14
/
+32
*
kmemleak: free internal objects only if there're no leaks to be reported
Li Zefan
2014-04-03
1
-4
/
+9
*
mm: kmemleak: avoid false negatives on vmalloc'ed objects
Catalin Marinas
2013-11-13
1
-1
/
+3
*
mm: replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-09-11
1
-1
/
+1
*
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
1
-5
/
+4
*
mm: add & use zone_end_pfn() and zone_spans_pfn()
Cody P Schafer
2013-02-23
1
-3
/
+2
*
mm/kmemleak.c: remove obsolete simple_strtoul
Abhijit Pawar
2012-12-18
1
-1
/
+2
*
kmemleak: use rbtree instead of prio tree
Michel Lespinasse
2012-10-09
1
-49
/
+51
*
kmemleak: Replace list_for_each_continue_rcu with new interface
Michael Wang
2012-09-23
1
-4
/
+2
*
kmemleak: Disable early logging when kmemleak is off by default
Catalin Marinas
2012-01-20
1
-0
/
+1
*
kmemleak: Only scan non-zero-size areas
Tiejun Chen
2012-01-20
1
-1
/
+1
*
kmemleak: Add support for memory hotplug
Laura Abbott
2011-12-02
1
-2
/
+4
*
kmemleak: Handle percpu memory allocation
Catalin Marinas
2011-12-02
1
-0
/
+72
*
kmemleak: Report previously found leaks even after an error
Catalin Marinas
2011-12-02
1
-9
/
+13
*
kmemleak: When the early log buffer is exceeded, report the actual number
Catalin Marinas
2011-12-02
1
-6
/
+15
*
kmemleak: Show where early_log issues come from
Catalin Marinas
2011-12-02
1
-9
/
+28
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
[next]