index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-09
i2c: xlp9xx: Fix case where SSIF read transaction completes early
George Cherian
1
-13
/
+28
2018-08-09
dsa: slave: eee: Allow ports to use phylink
Andrew Lunn
1
-2
/
+2
2018-08-09
Merge branch 'smc-fixes'
David S. Miller
1
-5
/
+10
2018-08-09
net/smc: move sock lock in smc_ioctl()
Ursula Braun
1
-3
/
+7
2018-08-09
net/smc: allow sysctl rmem and wmem defaults for servers
Ursula Braun
1
-0
/
+2
2018-08-09
net/smc: no shutdown in state SMC_LISTEN
Ursula Braun
1
-2
/
+1
2018-08-09
net: aquantia: Fix IFF_ALLMULTI flag functionality
Dmitry Bogdanov
1
-1
/
+1
2018-08-09
rxrpc: Fix the keepalive generator [ver #2]
David Howells
7
-89
/
+109
2018-08-09
Merge branch 'mlx5-fixes'
David S. Miller
3
-25
/
+15
2018-08-09
net/mlx5e: Cleanup of dcbnl related fields
Huy Nguyen
2
-21
/
+11
2018-08-09
net/mlx5e: Properly check if hairpin is possible between two functions
Or Gerlitz
1
-4
/
+4
2018-08-08
parisc: Define mb() and add memory barriers to assembler unlock sequences
John David Anglin
4
-0
/
+39
2018-08-08
parisc: Enable CONFIG_MLONGCALLS by default
Helge Deller
1
-1
/
+1
2018-08-08
Merge branch 'sockmap-fixes'
Alexei Starovoitov
2
-4
/
+7
2018-08-08
bpf, sockmap: fix cork timeout for select due to epipe
Daniel Borkmann
1
-1
/
+1
2018-08-08
bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path
Daniel Borkmann
1
-2
/
+5
2018-08-08
bpf, sockmap: fix bpf_tcp_sendmsg sock error handling
Daniel Borkmann
1
-1
/
+1
2018-08-08
perf map: Optimize maps__fixup_overlappings()
Konstantin Khlebnikov
2
-19
/
+26
2018-08-08
perf map: Synthesize maps only for thread group leader
Konstantin Khlebnikov
1
-3
/
+10
2018-08-08
perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO be...
Arnaldo Carvalho de Melo
1
-1
/
+4
2018-08-08
perf trace: Setup the augmented syscalls bpf-output event fields
Arnaldo Carvalho de Melo
1
-1
/
+33
2018-08-08
perf bpf: Make bpf__setup_output_event() return the bpf-output event
Arnaldo Carvalho de Melo
3
-18
/
+21
2018-08-08
perf trace: Handle "bpf-output" events associated with "__augmented_syscalls_...
Arnaldo Carvalho de Melo
2
-0
/
+62
2018-08-08
perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-08-08
perf bpf: Add bpf__setup_output_event() strerror() counterpart
Arnaldo Carvalho de Melo
2
-8
/
+11
2018-08-08
perf bpf: Generalize bpf__setup_stdout()
Arnaldo Carvalho de Melo
2
-9
/
+24
2018-08-08
perf bpf: Make bpf__for_each_stdout_map() generic
Arnaldo Carvalho de Melo
1
-2
/
+5
2018-08-08
perf bpf: Add bpf/stdio.h wrapper to bpf_perf_event_output function
Arnaldo Carvalho de Melo
2
-0
/
+28
2018-08-08
perf bpf: Add struct bpf_map struct
Arnaldo Carvalho de Melo
1
-0
/
+14
2018-08-08
perf report: Add --percent-type option
Jiri Olsa
2
-0
/
+12
2018-08-08
perf annotate: Add --percent-type option
Jiri Olsa
4
-0
/
+67
2018-08-08
perf annotate: Display percent type in stdio output
Jiri Olsa
1
-3
/
+6
2018-08-08
perf annotate: Make local period the default percent type
Jiri Olsa
1
-1
/
+1
2018-08-08
perf annotate: Add support to toggle percent type
Jiri Olsa
2
-4
/
+64
2018-08-08
perf annotate: Pass browser percent_type in annotate_browser__calc_percent()
Jiri Olsa
1
-1
/
+1
2018-08-08
perf annotate: Pass 'struct annotation_options' to map_symbol__annotation_dump()
Jiri Olsa
3
-23
/
+29
2018-08-08
perf annotate: Pass struct annotation_options to symbol__calc_lines()
Jiri Olsa
1
-10
/
+13
2018-08-08
perf annotate: Add percent_type to struct annotation_options
Jiri Olsa
2
-5
/
+9
2018-08-08
perf annotate: Add PERCENT_PERIOD_GLOBAL percent value
Jiri Olsa
2
-0
/
+4
2018-08-08
perf annotate: Add PERCENT_PERIOD_LOCAL percent value
Jiri Olsa
2
-0
/
+3
2018-08-08
perf annotate: Add PERCENT_HITS_GLOBAL percent value
Jiri Olsa
2
-1
/
+8
2018-08-08
perf annotate: Switch struct annotation_data::percent to array
Jiri Olsa
3
-23
/
+56
2018-08-08
perf annotate: Loop group events directly in annotation__calc_percent()
Jiri Olsa
2
-5
/
+15
2018-08-08
perf annotate: Rename hist to sym_hist in annotation__calc_percent
Jiri Olsa
1
-8
/
+8
2018-08-08
perf annotate: Rename local sample variables to data
Jiri Olsa
1
-20
/
+20
2018-08-08
perf annotate: Rename struct annotation_line::samples* to data*
Jiri Olsa
3
-33
/
+33
2018-08-08
perf annotate: Get rid of annotation__scnprintf_samples_period()
Jiri Olsa
3
-51
/
+3
2018-08-08
perf annotate: Make annotation_line__max_percent static
Jiri Olsa
2
-2
/
+2
2018-08-08
perf annotate: Make symbol__annotate_fprintf2() local
Jiri Olsa
2
-2
/
+1
2018-08-08
perf bpf: Add 'syscall_enter' probe helper for syscall enter tracepoints
Arnaldo Carvalho de Melo
2
-0
/
+36
[prev]
[next]