Age | Commit message (Expand) | Author | Files | Lines |
2021-12-09 | objtool, kcsan: Add memory barrier instrumentation to whitelist | Marco Elver | 1 | -0/+4 |
2021-12-09 | sched, kcsan: Enable memory barrier instrumentation | Marco Elver | 1 | -4/+3 |
2021-12-09 | mm, kcsan: Enable barrier instrumentation | Marco Elver | 1 | -0/+2 |
2021-12-09 | x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock() | Marco Elver | 1 | -0/+1 |
2021-12-09 | x86/barriers, kcsan: Use generic instrumentation for non-smp barriers | Marco Elver | 1 | -5/+5 |
2021-12-09 | asm-generic/bitops, kcsan: Add instrumentation for barriers | Marco Elver | 2 | -0/+6 |
2021-12-09 | locking/atomics, kcsan: Add instrumentation for barriers | Marco Elver | 2 | -10/+166 |
2021-12-09 | locking/barriers, kcsan: Support generic instrumentation | Marco Elver | 1 | -0/+25 |
2021-12-09 | locking/barriers, kcsan: Add instrumentation for barriers | Marco Elver | 2 | -15/+16 |
2021-12-09 | kcsan: selftest: Add test case to check memory barrier instrumentation | Marco Elver | 2 | -0/+143 |
2021-12-09 | kcsan: Ignore GCC 11+ warnings about TSan runtime support | Marco Elver | 1 | -0/+6 |
2021-12-09 | kcsan: test: Add test cases for memory barrier instrumentation | Marco Elver | 1 | -0/+319 |
2021-12-09 | kcsan: test: Match reordered or normal accesses | Marco Elver | 1 | -29/+63 |
2021-12-09 | kcsan: Document modeling of weak memory | Marco Elver | 1 | -13/+63 |
2021-12-09 | kcsan: Show location access was reordered to | Marco Elver | 1 | -12/+23 |
2021-12-09 | kcsan: Call scoped accesses reordered in reports | Marco Elver | 2 | -10/+10 |
2021-12-09 | kcsan, kbuild: Add option for barrier instrumentation only | Marco Elver | 1 | -0/+5 |
2021-12-09 | kcsan: Add core memory barrier instrumentation functions | Marco Elver | 2 | -3/+136 |
2021-12-09 | kcsan: Add core support for a subset of weak memory modeling | Marco Elver | 6 | -19/+235 |
2021-12-09 | kcsan: Avoid checking scoped accesses from nested contexts | Marco Elver | 2 | -3/+16 |
2021-12-09 | kcsan: Remove redundant zero-initialization of globals | Marco Elver | 2 | -10/+0 |
2021-12-09 | kcsan: Refactor reading of instrumented memory | Marco Elver | 1 | -34/+17 |
2021-11-14 | Linux 5.16-rc1v5.16-rc1 | Linus Torvalds | 1 | -2/+2 |
2021-11-14 | kconfig: Add support for -Wimplicit-fallthrough | Gustavo A. R. Silva | 2 | -5/+6 |
2021-11-14 | Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 4 | -7/+12 |
2021-11-14 | Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -6/+14 |
2021-11-14 | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-sh | Linus Torvalds | 21 | -180/+78 |
2021-11-14 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2 | -13/+13 |
2021-11-14 | Merge tag 'devicetree-fixes-for-5.16-1' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 107 | -277/+277 |
2021-11-14 | Merge tag 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -2/+20 |
2021-11-14 | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -28/+60 |
2021-11-14 | Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -4/+14 |
2021-11-14 | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 13 | -59/+96 |
2021-11-14 | Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -6/+10 |
2021-11-14 | Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -4/+71 |
2021-11-14 | Merge tag 'perf-tools-for-v5.16-2021-11-13' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 131 | -1148/+2639 |
2021-11-14 | Merge tag 'irqchip-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel... | Thomas Gleixner | 3 | -8/+27 |
2021-11-13 | Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linux | Linus Torvalds | 76 | -12941/+27373 |
2021-11-13 | Merge tag 'virtio-mem-for-5.16' of git://github.com/davidhildenbrand/linux | Linus Torvalds | 2 | -3/+7 |
2021-11-13 | perf tests: Remove bash constructs from stat_all_pmu.sh | James Clark | 1 | -2/+2 |
2021-11-13 | perf tests: Remove bash construct from record+zstd_comp_decomp.sh | James Clark | 1 | -1/+1 |
2021-11-13 | perf test: Remove bash construct from stat_bpf_counters.sh test | James Clark | 1 | -1/+1 |
2021-11-13 | perf bench futex: Fix memory leak of perf_cpu_map__new() | Sohaib Mohamed | 4 | -0/+4 |
2021-11-13 | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2021-11-13 | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+241 |
2021-11-13 | tools headers UAPI: Sync sound/asound.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2021-11-13 | tools headers UAPI: Sync linux/prctl.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2021-11-13 | tools headers UAPI: Sync arch prctl headers with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2021-11-13 | perf tools: Add more weak libbpf functions | Jiri Olsa | 1 | -0/+27 |
2021-11-13 | perf bpf: Avoid memory leak from perf_env__insert_btf() | Ian Rogers | 3 | -3/+10 |