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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
2
-32
/
+1
2019-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-16
/
+36
2019-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+3
2019-11-22
Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+7
2019-11-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
12
-141
/
+1187
2019-11-21
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-4
/
+7
2019-11-21
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2
-1
/
+32
2019-11-20
fork: fix pidfd_poll()'s return type
Luc Van Oostenryck
1
-3
/
+3
2019-11-20
PM: QoS: Invalidate frequency QoS requests after removal
Rafael J. Wysocki
1
-1
/
+7
2019-11-20
bpf: Make array_map_mmap static
YueHaibing
1
-1
/
+1
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2
-9
/
+148
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
3
-28
/
+14
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
5
-40
/
+27
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+3
2019-11-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-11
/
+23
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
16
-78
/
+172
2019-11-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2019-11-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+19
2019-11-16
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
4
-27
/
+147
2019-11-16
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
3
-3
/
+98
2019-11-16
bpf: Annotate context types
Alexei Starovoitov
3
-6
/
+114
2019-11-16
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2
-6
/
+28
2019-11-16
bpf: Introduce BPF trampoline
Alexei Starovoitov
6
-8
/
+419
2019-11-16
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
1
-0
/
+6
2019-11-16
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
1
-0
/
+4
2019-11-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-3
/
+4
2019-11-15
sched/uclamp: Fix incorrect condition
Qais Yousef
1
-1
/
+1
2019-11-13
perf/core: Fix missing static inline on perf_cgroup_switch()
Ben Dooks (Codethink)
1
-1
/
+1
2019-11-13
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/aux: Disallow aux_output for kernel events
Alexander Shishkin
1
-0
/
+7
2019-11-13
perf/core: Reattach a misplaced comment
Alexander Shishkin
1
-4
/
+3
2019-11-13
perf/aux: Fix the aux_output group inheritance fix
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/core: Disallow uncore-cgroup events
Peter Zijlstra
1
-0
/
+9
2019-11-13
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
1
-9
/
+20
2019-11-13
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
1
-1
/
+2
2019-11-12
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+26
2019-11-12
ntp/y2038: Remove incorrect time_t truncation
Arnd Bergmann
1
-1
/
+1
2019-11-11
Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-11-10
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+3
2019-11-10
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-59
/
+113
2019-11-10
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2019-11-10
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+4
2019-11-10
audit_get_nd(): don't unlock parent too early
Al Viro
1
-1
/
+1
2019-11-10
cgroup: don't put ERR_PTR() into fc->root
Al Viro
1
-2
/
+3
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-5
/
+39
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-4
/
+7
2019-11-09
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
7
-58
/
+112
2019-11-09
sched/core: Fix compilation error when cgroup not selected
Qais Yousef
1
-1
/
+1
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-07
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
1
-1
/
+1
[next]