summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | kcsan: Support distinguishing volatile accessesMarco Elver2020-06-111-0/+43
| * | | | | | | | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-1112-0/+2210
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-085-249/+465
| | |\ \ \ \ \ \ \
| | | * | | | | | | kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver2020-05-061-0/+7
| | | * | | | | | | kcsan: Use GFP_ATOMIC under spin lockWei Yongjun2020-04-271-2/+2
| | | * | | | | | | kcsan: Make reporting aware of KCSAN testsMarco Elver2020-04-131-7/+23
| | | * | | | | | | kcsan: Fix function matching in reportMarco Elver2020-04-131-9/+9
| | | * | | | | | | kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver2020-04-131-1/+15
| | | * | | | | | | kcsan: Add support for scoped accessesMarco Elver2020-04-132-19/+97
| | | * | | | | | | kcsan: Avoid blocking producers in prepare_report()Marco Elver2020-04-133-122/+124
| | | * | | | | | | kcsan: Introduce report access_info and other_infoMarco Elver2020-04-133-78/+77
| | | * | | | | | | kcsan: Fix a typo in a commentQiujun Huang2020-03-251-1/+1
| | | * | | | | | | kcsan: Add current->state to implicitly atomic accessesMarco Elver2020-03-253-30/+40
| | | * | | | | | | kcsan: Add option for verbose reportingMarco Elver2020-03-253-3/+107
| | | * | | | | | | kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-24/+10
| | * | | | | | | | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-13147-3559/+7609
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | kcsan, trace: Make KCSAN compatible with tracingMarco Elver2020-03-212-0/+5
| | * | | | | | | | kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver2020-03-211-1/+14
| | * | | | | | | | kcsan: Add kcsan_set_access_mask() supportMarco Elver2020-03-213-5/+56
| | * | | | | | | | kcsan: Introduce kcsan_value_change typeMarco Elver2020-03-213-29/+54
| | * | | | | | | | kcsan: Fix misreporting if concurrent races on same addressMarco Elver2020-03-211-0/+38
| | * | | | | | | | kcsan: Expose core configuration parameters as module paramsMarco Elver2020-03-211-5/+19
| | * | | | | | | | kcsan: Add test to generate conflicts via debugfsMarco Elver2020-03-211-5/+46
| | * | | | | | | | kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-214-18/+77
| | * | | | | | | | kcsan: Fix 0-sized checksMarco Elver2020-03-212-0/+17
| | * | | | | | | | kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver2020-03-211-5/+17
| | * | | | | | | | kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver2020-03-211-7/+20
| | * | | | | | | | kcsan: Make KCSAN compatible with lockdepMarco Elver2020-03-213-2/+18
| | * | | | | | | | kcsan: Rate-limit reporting per data racesMarco Elver2020-03-211-10/+100
| | * | | | | | | | kcsan: Show full access type in reportMarco Elver2020-03-213-23/+37
| | * | | | | | | | kcsan: Prefer __always_inline for fast-pathMarco Elver2020-03-213-17/+17
| | * | | | | | | | Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-2119-188/+402
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-21170-3248/+9293
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar2020-01-241-0/+1
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver2020-01-071-0/+1
| | * | | | | | | | | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-2020-105/+177
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflictIngo Molnar2020-01-066-57/+72
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-30140-3821/+8382
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-208-109/+100
| | * | | | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-1910-0/+1594
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | build, kcsan: Add KCSAN build exceptionsMarco Elver2019-11-162-0/+11
| | | * | | | | | | | | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-169-0/+1583
* | | | | | | | | | | | | | | | Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-111-22/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni2020-06-041-15/+4
| * | | | | | | | | | | | | | | | blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni2020-06-041-1/+1
| * | | | | | | | | | | | | | | | blktrace: use errno instead of bi_statusChaitanya Kulkarni2020-06-041-3/+6
| * | | | | | | | | | | | | | | | block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig2020-06-041-3/+3
* | | | | | | | | | | | | | | | | Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | clocksource: Remove obsolete ifdefThomas Gleixner2020-06-091-2/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-112-8/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \