summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-04-14kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver1-1/+15
2020-04-14kcsan: Add support for scoped accessesMarco Elver2-19/+97
2020-04-14kcsan: Avoid blocking producers in prepare_report()Marco Elver3-122/+124
2020-04-14kcsan: Introduce report access_info and other_infoMarco Elver3-78/+77
2020-03-25kcsan: Fix a typo in a commentQiujun Huang1-1/+1
2020-03-25kcsan: Add current->state to implicitly atomic accessesMarco Elver3-30/+40
2020-03-25kcsan: Add option for verbose reportingMarco Elver3-3/+107
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver1-24/+10
2020-03-21kcsan, trace: Make KCSAN compatible with tracingMarco Elver2-0/+5
2020-03-21kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver1-1/+14
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver3-5/+56
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver3-29/+54
2020-03-21kcsan: Fix misreporting if concurrent races on same addressMarco Elver1-0/+38
2020-03-21kcsan: Expose core configuration parameters as module paramsMarco Elver1-5/+19
2020-03-21kcsan: Add test to generate conflicts via debugfsMarco Elver1-5/+46
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver4-18/+77
2020-03-21kcsan: Fix 0-sized checksMarco Elver2-0/+17
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver1-5/+17
2020-03-21kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver1-7/+20
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver3-2/+18
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver1-10/+100
2020-03-21kcsan: Show full access type in reportMarco Elver3-23/+37
2020-03-21kcsan: Prefer __always_inline for fast-pathMarco Elver3-17/+17
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar19-188/+402
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar170-3248/+9293
2020-03-15Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-38/+55
2020-03-15Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+4
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+2
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov1-0/+2
2020-03-11cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-03-11Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+28
2020-03-11Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+8
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton1-6/+8
2020-03-10pid: make ENOMEM return value more obviousChristian Brauner1-0/+8
2020-03-10futex: Unbreak futex hashingThomas Gleixner1-2/+2
2020-03-08pid: Fix error return value in some casesCorey Minyard1-0/+2
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2020-03-06futex: Fix inode life-time issuePeter Zijlstra1-36/+53
2020-03-05blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai1-3/+3
2020-03-03sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis1-0/+2
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds1-31/+83
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik1-2/+2
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik1-1/+1