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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-18
rhashtable: drop duplicated word in <linux/rhashtable.h>
Randy Dunlap
1
-1
/
+1
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
22
-71
/
+164
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+2
2020-07-11
Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
2
-0
/
+29
2020-07-10
Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-07-10
Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/misc
Linus Torvalds
1
-1
/
+1
2020-07-10
Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-4
/
+4
2020-07-10
Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2020-07-10
net/mlx5e: Fix port buffers cell size value
Eran Ben Elisha
2
-0
/
+29
2020-07-10
cgroup: Fix sock_cgroup_data on big-endian.
Cong Wang
1
-0
/
+2
2020-07-09
Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-4
/
+5
2020-07-09
bpf: net: Avoid incorrect bpf_sk_reuseport_detach call
Martin KaFai Lau
1
-1
/
+2
2020-07-09
io_uring: export cq overflow status to userspace
Xiaoguang Wang
1
-0
/
+1
2020-07-09
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-2
/
+2
2020-07-09
kallsyms: Refactor kallsyms_show_value() to take cred
Kees Cook
2
-3
/
+4
2020-07-08
Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-1
/
+9
2020-07-08
Raise gcc version requirement to 4.9
Linus Torvalds
3
-29
/
+3
2020-07-08
fs: remove __vfs_read
Christoph Hellwig
1
-1
/
+0
2020-07-08
fs: add a __kernel_read helper
Christoph Hellwig
1
-0
/
+1
2020-07-08
vlan: consolidate VLAN parsing code and limit max parsing depth
Toke Høiland-Jørgensen
1
-35
/
+22
2020-07-08
net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb
Martin Varghese
1
-1
/
+9
2020-07-08
fs: Add IOCB_NOIO flag for generic_file_read_iter
Andreas Gruenbacher
1
-0
/
+1
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2
-3
/
+7
2020-07-07
ALSA: compress: fix partial_drain completion state
Vinod Koul
1
-1
/
+9
2020-07-06
scatterlist: protect parameters of the sg_table related macros
Marek Szyprowski
1
-4
/
+4
2020-07-04
sched: consistently handle layer3 header accesses in the presence of VLANs
Toke Høiland-Jørgensen
3
-19
/
+45
2020-07-03
Merge tag 'pci-v5.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+5
2020-07-03
Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-07-03
Merge tag 'io_uring-5.8-2020-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+7
2020-07-02
genetlink: remove genl_bind
Sean Tranchetti
1
-8
/
+0
2020-07-01
PCI: Make pcie_find_root_port() work for Root Ports
Mika Westerberg
1
-6
/
+5
2020-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
10
-30
/
+69
2020-06-30
net: ip_tunnel: add header_ops for layer 3 devices
Jason A. Donenfeld
1
-0
/
+3
2020-06-30
Merge tag 'fixes-v5.8-rc3-a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
2
-2
/
+7
2020-06-30
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
2
-2
/
+24
2020-06-30
bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH
Lorenz Bauer
1
-2
/
+3
2020-06-30
bpf, netns: Keep a list of attached bpf_link's
Jakub Sitnicki
1
-1
/
+1
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
1
-1
/
+4
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
1
-1
/
+2
2020-06-30
xsk: Replace the cheap_dma flag with a dma_need_sync flag
Christoph Hellwig
1
-3
/
+3
2020-06-30
dma-mapping: Add a new dma_need_sync API
Christoph Hellwig
2
-0
/
+6
2020-06-30
genetlink: get rid of family->attrbuf
Cong Wang
1
-2
/
+0
2020-06-30
Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...
David S. Miller
1
-0
/
+4
2020-06-29
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+2
2020-06-29
blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
Hou Tao
1
-0
/
+1
2020-06-28
Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+7
2020-06-28
Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-6
/
+16
2020-06-28
Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-35
/
+83
2020-06-28
Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
[next]