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
2021-05-21
bpf, offload: Reorder offload callback 'prepare' in verifier
Yinjun Zhang
1
-6
/
+6
2021-05-21
bpf: Avoid using ARRAY_SIZE on an uninitialized pointer
Florent Revest
1
-2
/
+3
2021-05-21
bpf: Clarify a bpf_bprintf_prepare macro
Florent Revest
1
-4
/
+5
2021-05-21
bpf: Fix BPF_JIT kconfig symbol dependency
Daniel Borkmann
1
-0
/
+1
2021-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-45
/
+174
2021-05-12
bpf: Fix nested bpf_bprintf_prepare with more per-cpu buffers
Florent Revest
1
-13
/
+14
2021-05-12
bpf: Add deny list of btf ids check for tracing programs
Jiri Olsa
1
-0
/
+14
2021-05-11
bpf: Add kconfig knob for disabling unpriv bpf by default
Daniel Borkmann
3
-6
/
+36
2021-05-11
bpf, kconfig: Add consolidated menu entry for bpf with core options
Daniel Borkmann
1
-0
/
+78
2021-05-11
bpf: Prevent writable memory-mapping of read-only ringbuf pages
Andrii Nakryiko
1
-13
/
+8
2021-05-11
bpf, ringbuf: Deny reserve of buffers larger than ringbuf
Thadeu Lima de Souza Cascardo
1
-0
/
+3
2021-05-11
bpf: Fix alu32 const subreg bound tracking on bitwise operations
Daniel Borkmann
1
-13
/
+9
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2
-5
/
+9
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-15
/
+18
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-622
/
+394
2021-05-07
kernel/sys.c: fix typo
Xiaofeng Cao
1
-7
/
+7
2021-05-07
kernel/up.c: fix typo
Bhaskar Chowdhury
1
-1
/
+1
2021-05-07
kernel/user_namespace.c: fix typos
Xiaofeng Cao
1
-3
/
+3
2021-05-07
kernel/umh.c: fix some spelling mistakes
zhouchuangao
1
-3
/
+3
2021-05-07
drivers/char: remove /dev/kmem for good
David Hildenbrand
1
-1
/
+0
2021-05-07
modules: add CONFIG_MODPROBE_PATH
Rasmus Villemoes
1
-1
/
+1
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
1
-0
/
+2
2021-05-07
kernel/async.c: remove async_unregister_domain()
Rasmus Villemoes
1
-18
/
+0
2021-05-07
kernel/async.c: stop guarding pr_debug() statements
Rasmus Villemoes
1
-28
/
+20
2021-05-07
kernel/resource: fix locking in request_free_mem_region
Alistair Popple
1
-7
/
+38
2021-05-07
kernel/resource: refactor __request_region to allow external locking
Alistair Popple
1
-20
/
+32
2021-05-07
kernel/resource: allow region_intersects users to hold resource_lock
Alistair Popple
1
-21
/
+31
2021-05-07
kernel/resource: remove first_lvl / siblings_only logic
David Hildenbrand
1
-33
/
+12
2021-05-07
kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
David Hildenbrand
1
-1
/
+1
2021-05-07
kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...
David Hildenbrand
1
-1
/
+1
2021-05-07
gcov: clang: drop support for clang-10 and older
Nick Desaulniers
2
-103
/
+1
2021-05-07
gcov: use kvmalloc()
Johannes Berg
3
-12
/
+12
2021-05-07
gcov: simplify buffer allocation
Johannes Berg
1
-15
/
+9
2021-05-07
gcov: combine common code
Johannes Berg
5
-342
/
+171
2021-05-07
kexec: dump kmessage before machine_kexec
Pavel Tatashin
1
-0
/
+2
2021-05-07
kernel: kexec_file: fix error return code of kexec_calculate_store_digests()
Jia-Ju Bai
1
-1
/
+3
2021-05-07
kexec: Add kexec reboot string
Joe LeVeque
1
-1
/
+1
2021-05-07
kernel/fork.c: fix typos
Xiaofeng Cao
1
-4
/
+4
2021-05-07
kernel/fork.c: simplify copy_mm()
Rolf Eike Beer
1
-11
/
+4
2021-05-07
do_wait: make PIDTYPE_PID case O(1) instead of O(n)
Jim Newsome
1
-10
/
+57
2021-05-07
kernel/cred.c: make init_groups static
Rasmus Villemoes
1
-1
/
+1
2021-05-07
kernel/async.c: fix pr_debug statement
Rasmus Villemoes
1
-1
/
+1
2021-05-07
bpf: Forbid trampoline attach for functions with variable arguments
Jiri Olsa
1
-0
/
+12
2021-05-06
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-1
/
+4
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-05-05
Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-10
/
+10
2021-05-05
mm/compaction: remove unused variable sysctl_compact_memory
Pintu Kumar
1
-1
/
+1
2021-05-05
ftrace: Handle commands when closing set_ftrace_filter file
Steven Rostedt (VMware)
1
-1
/
+4
2021-05-04
Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-334
/
+200
2021-05-04
Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-18
/
+153
[next]