index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-13
kcsan: Introduce report access_info and other_info
Marco Elver
3
-78
/
+77
2020-03-25
kcsan: Fix a typo in a comment
Qiujun Huang
1
-1
/
+1
2020-03-25
kcsan: Add current->state to implicitly atomic accesses
Marco Elver
3
-30
/
+40
2020-03-25
kcsan: Add option for verbose reporting
Marco Elver
3
-3
/
+107
2020-03-25
kcsan: Add option to allow watcher interruptions
Marco Elver
1
-24
/
+10
2020-03-21
kcsan, trace: Make KCSAN compatible with tracing
Marco Elver
2
-0
/
+5
2020-03-21
kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)
Marco Elver
1
-1
/
+14
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
3
-5
/
+56
2020-03-21
kcsan: Introduce kcsan_value_change type
Marco Elver
3
-29
/
+54
2020-03-21
kcsan: Fix misreporting if concurrent races on same address
Marco Elver
1
-0
/
+38
2020-03-21
kcsan: Expose core configuration parameters as module params
Marco Elver
1
-5
/
+19
2020-03-21
kcsan: Add test to generate conflicts via debugfs
Marco Elver
1
-5
/
+46
2020-03-21
kcsan: Introduce KCSAN_ACCESS_ASSERT access type
Marco Elver
4
-18
/
+77
2020-03-21
kcsan: Fix 0-sized checks
Marco Elver
2
-0
/
+17
2020-03-21
kcsan: Add option to assume plain aligned writes up to word size are atomic
Marco Elver
1
-5
/
+17
2020-03-21
kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
Marco Elver
1
-7
/
+20
2020-03-21
kcsan: Make KCSAN compatible with lockdep
Marco Elver
3
-2
/
+18
2020-03-21
kcsan: Rate-limit reporting per data races
Marco Elver
1
-10
/
+100
2020-03-21
kcsan: Show full access type in report
Marco Elver
3
-23
/
+37
2020-03-21
kcsan: Prefer __always_inline for fast-path
Marco Elver
3
-17
/
+17
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
19
-188
/
+402
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
170
-3248
/
+9293
2020-03-15
Merge tag 'locking-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-38
/
+55
2020-03-15
Merge tag 'timers-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+4
2020-03-11
Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+10
2020-03-11
Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-0
/
+2
2020-03-11
ftrace: Return the first found result in lookup_rec()
Artem Savkov
1
-0
/
+2
2020-03-10
cgroup: memcg: net: do not associate sock with unrelated cgroup
Shakeel Butt
1
-0
/
+4
2020-03-10
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-14
/
+28
2020-03-10
Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+8
2020-03-10
workqueue: don't use wq_select_unbound_cpu() for bound works
Hillf Danton
1
-6
/
+8
2020-03-09
pid: make ENOMEM return value more obvious
Christian Brauner
1
-0
/
+8
2020-03-09
futex: Unbreak futex hashing
Thomas Gleixner
1
-2
/
+2
2020-03-08
pid: Fix error return value in some cases
Corey Minyard
1
-0
/
+2
2020-03-07
Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+4
2020-03-07
Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...
Linus Torvalds
2
-3
/
+3
2020-03-06
futex: Fix inode life-time issue
Peter Zijlstra
1
-36
/
+53
2020-03-05
blktrace: fix dereference after null check
Cengiz Can
1
-1
/
+4
2020-03-04
cgroup1: don't call release_agent when it is ""
Tycho Andersen
1
-1
/
+1
2020-03-04
cgroup: fix psi_show() crash on 32bit ino archs
Qian Cai
1
-3
/
+3
2020-03-03
sys/sysinfo: Respect boottime inside time namespace
Cyril Hrubis
1
-0
/
+2
2020-03-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2020-02-28
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-31
/
+83
2020-02-28
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+1
2020-02-28
exit: Fix Sparse errors and warnings
Madhuparna Bhowmik
1
-2
/
+2
2020-02-28
fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()
Madhuparna Bhowmik
1
-1
/
+1
2020-02-28
Merge branches 'pm-sleep' and 'pm-devfreq'
Rafael J. Wysocki
1
-1
/
+1
2020-02-27
Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-51
/
+60
2020-02-27
sched/fair: Fix statistics for find_idlest_group()
Vincent Guittot
1
-0
/
+2
[next]