index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks
Marco Elver
1
-8
/
+22
2020-08-24
kcsan: Skew delay to be longer for certain access types
Marco Elver
1
-3
/
+7
2020-08-24
kcsan: Support compounded read-write instrumentation
Marco Elver
2
-5
/
+22
2020-08-24
kcsan: Add atomic builtin test case
Marco Elver
1
-0
/
+63
2020-08-24
kcsan: Add support for atomic builtins
Marco Elver
1
-0
/
+110
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
26
-41
/
+41
2020-08-23
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+18
2020-08-23
timekeeping: Provide multi-timestamp accessor to NMI safe timekeeper
Thomas Gleixner
1
-11
/
+65
2020-08-23
timekeeping: Utilize local_clock() for NMI safe timekeeper during early boot
Thomas Gleixner
1
-8
/
+25
2020-08-21
bpf: sockmap: Allow update from BPF
Lorenz Bauer
1
-2
/
+36
2020-08-21
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
1
-0
/
+35
2020-08-21
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
1
-2
/
+3
2020-08-21
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+2
2020-08-21
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
1
-0
/
+15
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
1
-0
/
+58
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-3
/
+18
2020-08-21
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
1
-1
/
+1
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
1
-0
/
+1
2020-08-21
core/entry: Respect syscall number rewrites
Thomas Gleixner
1
-1
/
+2
2020-08-20
Merge tag 'dma-mapping-5.9-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-71
/
+87
2020-08-20
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
10
-4
/
+382
2020-08-20
bpf: Add BPF program and map iterators as built-in BPF programs.
Alexei Starovoitov
5
-0
/
+587
2020-08-20
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
1
-18
/
+28
2020-08-20
fork: introduce kernel_clone()
Christian Brauner
1
-8
/
+8
2020-08-19
sys: Convert to the new fallthrough notation
Miaohe Lin
1
-1
/
+1
2020-08-19
signal: Convert to the new fallthrough notation
Miaohe Lin
1
-1
/
+1
2020-08-19
time: Use generic ns_common::count
Kirill Tkhai
1
-6
/
+3
2020-08-19
cgroup: Use generic ns_common::count
Kirill Tkhai
2
-2
/
+2
2020-08-19
user: Use generic ns_common::count
Kirill Tkhai
2
-3
/
+3
2020-08-19
pid: Use generic ns_common::count
Kirill Tkhai
2
-11
/
+4
2020-08-19
uts: Use generic ns_common::count
Kirill Tkhai
1
-5
/
+2
2020-08-19
sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPS
Valentin Schneider
1
-1
/
+1
2020-08-19
sched/topology: Propagate SD_ASYM_CPUCAPACITY upwards
Valentin Schneider
1
-2
/
+1
2020-08-19
sched/topology: Remove SD_SERIALIZE degeneration special case
Valentin Schneider
1
-4
/
+2
2020-08-19
sched/topology: Use prebuilt SD flag degeneration mask
Valentin Schneider
1
-16
/
+4
2020-08-19
sched/debug: Output SD flag names rather than their values
Valentin Schneider
1
-1
/
+55
2020-08-19
sched/topology: Verify SD_* flags setup when sched_debug is on
Valentin Schneider
1
-0
/
+17
2020-08-19
ARM, sched/topology: Remove SD_SHARE_POWERDOMAIN
Valentin Schneider
1
-7
/
+3
2020-08-18
bpf: Avoid visit same object multiple times
Yonghong Song
1
-1
/
+2
2020-08-18
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
1
-1
/
+14
2020-08-18
perf/core: Add a new PERF_EV_CAP_SIBLING event capability
Kan Liang
1
-5
/
+33
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
157
-2800
/
+8863
2020-08-17
audit: uninitialize variable audit_sig_sid
Jules Irenge
1
-1
/
+1
2020-08-17
audit: change unnecessary globals into statics
Jules Irenge
2
-7
/
+3
2020-08-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-10
/
+14
2020-08-17
bpf: Use get_file_rcu() instead of get_file() for task_file iterator
Yonghong Song
1
-1
/
+2
2020-08-17
watch_queue: Limit the number of watches a user can hold
David Howells
1
-0
/
+8
2020-08-16
Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+22
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-0
/
+3
[prev]
[next]