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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
5
-16
/
+25
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
7
-12
/
+15
2019-10-13
tcp: annotate tp->urg_seq lockless reads
Eric Dumazet
2
-3
/
+4
2019-10-13
tcp: annotate tp->snd_nxt lockless reads
Eric Dumazet
4
-9
/
+13
2019-10-13
tcp: annotate tp->write_seq lockless reads
Eric Dumazet
7
-28
/
+36
2019-10-13
tcp: annotate tp->copied_seq lockless reads
Eric Dumazet
7
-18
/
+19
2019-10-13
tcp: annotate tp->rcv_nxt lockless reads
Eric Dumazet
6
-10
/
+15
2019-10-13
tcp: add rcu protection around tp->fastopen_rsk
Eric Dumazet
11
-24
/
+35
2019-10-13
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
5
-9
/
+47
2019-10-13
Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
2
-4
/
+3
2019-10-13
Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+20
2019-10-13
vhost/test: stop device before reset
Michael S. Tsirkin
1
-0
/
+2
2019-10-13
tools/virtio: xen stub
Michael S. Tsirkin
1
-0
/
+6
2019-10-12
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-12
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-12
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-12
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-12
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-12
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-12
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-12
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-12
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
Steven Rostedt (VMware)
1
-41
/
+1
2019-10-12
Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
13
-18
/
+60
2019-10-12
Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
38
-2333
/
+695
2019-10-12
Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
15
-19
/
+51
2019-10-12
Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
74
-961
/
+431
2019-10-12
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-16
/
+24
2019-10-12
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
43
-131
/
+411
2019-10-12
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-16
/
+36
2019-10-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-26
/
+27
2019-10-12
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-3
/
+3
2019-10-12
Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
Linus Torvalds
2
-9
/
+8
2019-10-12
Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
6
-5
/
+55
2019-10-12
Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
5
-1
/
+10
2019-10-12
Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
5
-26
/
+34
2019-10-12
Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
4
-4
/
+10
2019-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
11
-34
/
+95
2019-10-12
iio: srf04: fix wrong limitation in distance measuring
Andreas Klinger
1
-14
/
+15
2019-10-12
iio: imu: adis16480: make sure provided frequency is positive
Alexandru Ardelean
1
-1
/
+4
2019-10-12
perf/x86/cstate: Add Tiger Lake CPU support
Kan Liang
1
-9
/
+11
2019-10-12
perf/x86/msr: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/intel: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/cstate: Update C-state counters for Ice Lake
Kan Liang
1
-11
/
+25
2019-10-12
perf/x86/msr: Add new CPU model numbers for Ice Lake
Kan Liang
1
-0
/
+3
2019-10-12
perf/x86/cstate: Add Comet Lake CPU support
Kan Liang
1
-10
/
+14
2019-10-12
perf/x86/msr: Add Comet Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/intel: Add Comet Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitions
Ingo Molnar
6
-26
/
+27
[prev]
[next]