summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-151-38/+55
| |\
| | * futex: Unbreak futex hashingThomas Gleixner2020-03-091-2/+2
| | * futex: Fix inode life-time issuePeter Zijlstra2020-03-061-36/+53
| * | Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-151-0/+2
| |\ \
| | * | sys/sysinfo: Respect boottime inside time namespaceCyril Hrubis2020-03-031-0/+2
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-121-0/+4
| |\ \
| | * | cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-101-0/+4
| * | | Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-111-0/+10
| |\ \ \
| | * | | pid: make ENOMEM return value more obviousChristian Brauner2020-03-091-0/+8
| | * | | pid: Fix error return value in some casesCorey Minyard2020-03-081-0/+2
| | | |/ | | |/|
| * | | Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-03-111-0/+2
| |\ \ \
| | * | | ftrace: Return the first found result in lookup_rec()Artem Savkov2020-03-111-0/+2
| * | | | Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-102-14/+28
| |\ \ \ \
| | * | | | cgroup1: don't call release_agent when it is ""Tycho Andersen2020-03-041-1/+1
| | * | | | cgroup: fix psi_show() crash on 32bit ino archsQian Cai2020-03-041-3/+3
| | * | | | cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-02-121-7/+16
| | * | | | cgroup: cgroup_procs_next should increase position indexVasily Averin2020-02-121-3/+7
| | * | | | cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-02-121-0/+1
| * | | | | Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-03-101-6/+8
| |\ \ \ \ \
| | * | | | | workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-101-6/+8
| | |/ / / /
| * | | | | Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-071-1/+4
| |\ \ \ \ \
| | * | | | | blktrace: fix dereference after null checkCengiz Can2020-03-051-1/+4
| * | | | | | Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2020-03-072-3/+3
| |\ \ \ \ \ \
| | * | | | | | exit: Fix Sparse errors and warningsMadhuparna Bhowmik2020-02-281-2/+2
| | * | | | | | fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik2020-02-281-1/+1
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-021-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | sched/fair: Fix statistics for find_idlest_group()Vincent Guittot2020-02-271-0/+2