| Commit message (Expand) | Author | Age | Files | Lines |
* | kcsan: Support distinguishing volatile accesses | Marco Elver | 2020-06-11 | 1 | -0/+43 |
* | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 12 | -0/+2210 |
|\ |
|
| * | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git... | Thomas Gleixner | 2020-05-08 | 5 | -249/+465 |
| |\ |
|
| | * | kcsan: Add __kcsan_{enable,disable}_current() variants | Marco Elver | 2020-05-06 | 1 | -0/+7 |
| | * | kcsan: Use GFP_ATOMIC under spin lock | Wei Yongjun | 2020-04-27 | 1 | -2/+2 |
| | * | kcsan: Make reporting aware of KCSAN tests | Marco Elver | 2020-04-14 | 1 | -7/+23 |
| | * | kcsan: Fix function matching in report | Marco Elver | 2020-04-14 | 1 | -9/+9 |
| | * | kcsan: Introduce scoped ASSERT_EXCLUSIVE macros | Marco Elver | 2020-04-14 | 1 | -1/+15 |
| | * | kcsan: Add support for scoped accesses | Marco Elver | 2020-04-14 | 2 | -19/+97 |
| | * | kcsan: Avoid blocking producers in prepare_report() | Marco Elver | 2020-04-14 | 3 | -122/+124 |
| | * | kcsan: Introduce report access_info and other_info | Marco Elver | 2020-04-14 | 3 | -78/+77 |
| | * | kcsan: Fix a typo in a comment | Qiujun Huang | 2020-03-25 | 1 | -1/+1 |
| | * | kcsan: Add current->state to implicitly atomic accesses | Marco Elver | 2020-03-25 | 3 | -30/+40 |
| | * | kcsan: Add option for verbose reporting | Marco Elver | 2020-03-25 | 3 | -3/+107 |
| | * | kcsan: Add option to allow watcher interruptions | Marco Elver | 2020-03-25 | 1 | -24/+10 |
| * | | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 147 | -3559/+7609 |
| |\ \
| | |/
| |/| |
|
| * | | kcsan, trace: Make KCSAN compatible with tracing | Marco Elver | 2020-03-21 | 2 | -0/+5 |
| * | | kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask) | Marco Elver | 2020-03-21 | 1 | -1/+14 |
| * | | kcsan: Add kcsan_set_access_mask() support | Marco Elver | 2020-03-21 | 3 | -5/+56 |
| * | | kcsan: Introduce kcsan_value_change type | Marco Elver | 2020-03-21 | 3 | -29/+54 |
| * | | kcsan: Fix misreporting if concurrent races on same address | Marco Elver | 2020-03-21 | 1 | -0/+38 |
| * | | kcsan: Expose core configuration parameters as module params | Marco Elver | 2020-03-21 | 1 | -5/+19 |
| * | | kcsan: Add test to generate conflicts via debugfs | Marco Elver | 2020-03-21 | 1 | -5/+46 |
| * | | kcsan: Introduce KCSAN_ACCESS_ASSERT access type | Marco Elver | 2020-03-21 | 4 | -18/+77 |
| * | | kcsan: Fix 0-sized checks | Marco Elver | 2020-03-21 | 2 | -0/+17 |
| * | | kcsan: Add option to assume plain aligned writes up to word size are atomic | Marco Elver | 2020-03-21 | 1 | -5/+17 |
| * | | kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY | Marco Elver | 2020-03-21 | 1 | -7/+20 |
| * | | kcsan: Make KCSAN compatible with lockdep | Marco Elver | 2020-03-21 | 3 | -2/+18 |
| * | | kcsan: Rate-limit reporting per data races | Marco Elver | 2020-03-21 | 1 | -10/+100 |
| * | | kcsan: Show full access type in report | Marco Elver | 2020-03-21 | 3 | -23/+37 |
| * | | kcsan: Prefer __always_inline for fast-path | Marco Elver | 2020-03-21 | 3 | -17/+17 |
| * | | Merge branch 'linus' into locking/kcsan, to pick up fixes | Ingo Molnar | 2020-03-21 | 19 | -188/+402 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 170 | -3248/+9293 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'kcsan.2020.01.07a' into locking/kcsan | Ingo Molnar | 2020-01-24 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | kcsan, ubsan: Make KCSAN+UBSAN work together | Marco Elver | 2020-01-07 | 1 | -0/+1 |
| * | | | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree | Ingo Molnar | 2020-01-20 | 20 | -105/+177 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict | Ingo Molnar | 2020-01-06 | 6 | -57/+72 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 140 | -3821/+8382 |
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | kcsan: Improve various small stylistic details | Ingo Molnar | 2019-11-20 | 8 | -109/+100 |
| * | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2019-11-19 | 10 | -0/+1594 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | build, kcsan: Add KCSAN build exceptions | Marco Elver | 2019-11-16 | 2 | -0/+11 |
| | * | | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 2019-11-16 | 9 | -0/+1583 |
* | | | | | | | | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-06-11 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | trace: fix an incorrect __user annotation on stack_trace_sysctl | Christoph Hellwig | 2020-06-08 | 1 | -3/+2 |
* | | | | | | | | | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-06-11 | 1 | -19/+6 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user() | Al Viro | 2020-06-03 | 1 | -19/+6 |
* | | | | | | | | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-06-10 | 3 | -599/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | gcov: Remove old GCC 3.4 support | Will Deacon | 2020-04-16 | 3 | -599/+1 |
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2020-06-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | PM: hibernate: Add __init annotation to swsusp_header_init() | Christophe JAILLET | 2020-06-05 | 1 | -1/+1 |