index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2020-11-13
bpf: Support for pointers beyond pkt_end.
Alexei Starovoitov
-22
/
+107
2020-11-11
bpf: Fix NULL dereference in bpf_task_storage
Martin KaFai Lau
-1
/
+1
2020-11-10
bpf: Compile out btf_parse_module() if module BTF is not enabled
Andrii Nakryiko
-0
/
+4
2020-11-10
bpf: Load and verify kernel module BTFs
Andrii Nakryiko
-1
/
+227
2020-11-10
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
-3
/
+40
2020-11-10
bpf: Add in-kernel split BTF support
Andrii Nakryiko
-52
/
+119
2020-11-10
bpf, btf: Remove the duplicate btf_ids.h include
Wang Qing
-1
/
+0
2020-11-06
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
-2
/
+21
2020-11-06
bpf: Implement task local storage
KP Singh
-1
/
+332
2020-11-06
bpf: Allow LSM programs to use bpf spin locks
KP Singh
-5
/
+19
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
-11
/
+5
2020-11-02
bpf: Fix error path in htab_map_alloc()
Eric Dumazet
-2
/
+4
2020-10-30
bpf: Avoid hashtab deadlock with map_locked
Song Liu
-32
/
+82
2020-10-30
bpf: Use separate lockdep class for each hashtab
Song Liu
-2
/
+10
2020-10-28
bpf: Permit cond_resched for some iterators
Yonghong Song
-0
/
+16
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-7
/
+5
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
-17
/
+24
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
-3
/
+0
2020-10-22
Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-12
/
+11
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-1
/
+1
2020-10-21
treewide: remove DISABLE_LTO
Sami Tolvanen
-3
/
+0
2020-10-19
bpf: Enforce id generation for all may-be-null register type
Martin KaFai Lau
-6
/
+5
2020-10-19
bpf: Remove unneeded break
Tom Rix
-1
/
+0
2020-10-18
Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-291
/
+1109
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
-0
/
+1
2020-10-18
pid: move pidfd_get_pid() to pid.c
Minchan Kim
-19
/
+19
2020-10-17
task_work: cleanup notification modes
Jens Axboe
-13
/
+23
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
-4
/
+1
2020-10-16
Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
-8
/
+9
2020-10-16
Merge tag 'trace-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
-1
/
+1
2020-10-16
Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+4
2020-10-16
Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
-34
/
+68
2020-10-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-53
/
+118
2020-10-16
kernel/relay.c: drop unneeded initialization
Sudip Mukherjee
-1
/
+1
2020-10-16
panic: dump registers on panic_on_warn
Alexey Kardashevskiy
-6
/
+6
2020-10-16
kernel: acct.c: fix some kernel-doc nits
Randy Dunlap
-5
/
+3
2020-10-16
kernel/: fix repeated words in comments
Randy Dunlap
-15
/
+15
2020-10-16
kernel/sys.c: replace do_brk with do_brk_flags in comment of prctl_set_mm_map()
Liao Pingfang
-1
/
+1
2020-10-16
kernel.h: split out min()/max() et al. helpers
Andy Shevchenko
-1
/
+2
2020-10-16
mm: use helper function put_write_access()
Miaohe Lin
-1
/
+1
2020-10-16
kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
David Hildenbrand
-3
/
+2
2020-10-16
mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM reso...
David Hildenbrand
-0
/
+60
2020-10-16
kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
David Hildenbrand
-1
/
+1
2020-10-16
kernel/resource: make release_mem_region_adjustable() never fail
David Hildenbrand
-21
/
+28
2020-10-16
tracing: Remove __init from __trace_early_add_new_event()
Masami Hiramatsu
-1
/
+1
2020-10-16
workqueue: fix a kernel-doc warning
Mauro Carvalho Chehab
-0
/
+3
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-703
/
+4920
2020-10-15
Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
-245
/
+736
2020-10-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
-1
/
+1
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
-210
/
+773
[next]