aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-18bpf: Avoid visit same object multiple timesGravatar Yonghong Song 1-1/+2
2020-08-18bpf: Fix a rcu_sched stall issue with bpf task/task_file iteratorGravatar Yonghong Song 1-1/+14
2020-08-17bpf: Use get_file_rcu() instead of get_file() for task_file iteratorGravatar Yonghong Song 1-1/+2
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-10/+14
2020-08-14Merge tag 'modules-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-17/+43
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 6-41/+62
2020-08-12bpf: Iterate through all PT_NOTE sections when looking for build idGravatar Jiri Olsa 1-10/+14
2020-08-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-52/+101
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 2-4/+4
2020-08-12kcov: make some symbols staticGravatar Wei Yongjun 1-3/+3
2020-08-12kcov: unconditionally add -fno-stack-protector to compiler optionsGravatar Marco Elver 1-1/+1
2020-08-12panic: make print_oops_end_marker() staticGravatar Yue Hu 1-1/+1
2020-08-12kernel/panic.c: make oops_may_print() return boolGravatar Tiezhu Yang 1-1/+1
2020-08-12kdump: append kernel build-id string to VMCOREINFOGravatar Vijay Balakrishna 1-0/+50
2020-08-12kmod: remove redundant "be an" in the commentGravatar Tiezhu Yang 1-3/+2
2020-08-12kernel: add a kernel_wait helperGravatar Christoph Hellwig 2-25/+20
2020-08-12exec: use force_uaccess_begin during exec and exitGravatar Christoph Hellwig 1-1/+1
2020-08-12uaccess: add force_uaccess_{begin,end} helpersGravatar Christoph Hellwig 4-12/+8
2020-08-12mm: use unsigned types for fragmentation scoreGravatar Nitin Gupta 1-1/+1
2020-08-12mm: proactive compactionGravatar Nitin Gupta 1-0/+9
2020-08-12mm/vmscan: protect the workingset on anonymous LRUGravatar Joonsoo Kim 1-1/+1
2020-08-11Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+97
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-13/+23
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yGravatar Masahiro Yamada 1-2/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 9-192/+674
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Gravatar Steven Rostedt (VMware) 1-0/+44
2020-08-07Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-3/+19
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-43/+27
2020-08-07kasan: don't tag stacks allocated with pageallocGravatar Andrey Konovalov 1-1/+2
2020-08-07rcu: kasan: record and print call_rcu() call stackGravatar Walter Wu 1-0/+2
2020-08-07mm: adjust vm_committed_as_batch according to vm overcommit policyGravatar Feng Tang 1-1/+1
2020-08-07mm: memcontrol: account kernel stack per nodeGravatar Shakeel Butt 2-38/+15
2020-08-07mm: memcg: convert vmstat slab counters to bytesGravatar Roman Gushchin 1-1/+1
2020-08-07kthread: remove incorrect comment in kthread_create_on_cpu()Gravatar Ilias Stamatis 1-1/+0
2020-08-07mm: fix kthread_use_mm() vs TLB invalidateGravatar Peter Zijlstra 1-1/+6
2020-08-07module: Correctly truncate sysfs sections outputGravatar Kees Cook 1-3/+19
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-2/+14
2020-08-07bpf: Delete repeated words in commentsGravatar Randy Dunlap 2-2/+2
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 2-1/+77
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-32/+22
2020-08-06bpf: Remove inline from bpf_do_trace_printkGravatar Stanislav Fomichev 1-1/+1
2020-08-06bpf: Change uapi for bpf iterator map elementsGravatar Yonghong Song 3-38/+59
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+7
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-57/+77
2020-08-06Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-1/+1
2020-08-06kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEGravatar Muchun Song 1-3/+14
2020-08-06Merge branch 'WIP.locking/seqlocks' into locking/urgentGravatar Ingo Molnar 8-132/+122
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 27-429/+1884
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+1