summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-10-05block: add a bdget_part helperChristoph Hellwig1-7/+2
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-10-05bpf, verifier: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar1-11/+1
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2-3/+3
2020-10-05module: Call security_kernel_post_load_data()Kees Cook1-4/+10
2020-10-05LSM: Introduce kernel_post_load_data() hookKees Cook2-2/+2
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook2-3/+3
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook2-11/+10
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden2-0/+2
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-1/+1
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang1-0/+9
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang1-125/+134
2020-10-05tracing: Add flag to control different tracesTingwei Zhang1-17/+19
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira1-0/+21
2020-10-03sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2-0/+15
2020-10-03sched/fair: Tweak pick_next_entity()Peter Oskolkov1-10/+10
2020-10-03bpf: Deref map in BPF_PROG_BIND_MAP when it's already usedStanislav Fomichev1-1/+3
2020-10-03taskstats: move specifying netlink policy back to opsJakub Kicinski1-36/+10
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-03bpf: Introducte bpf_this_cpu_ptr()Hao Luo3-3/+24
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo4-13/+81
2020-10-03bpf: Introduce pseudo_btf_idHao Luo2-28/+112
2020-10-02static_call: Fix return type of static_call_initNathan Chancellor1-2/+3
2020-10-02tracepoint: Fix out of sync data passing by static callerSteven Rostedt (VMware)1-6/+16
2020-10-02ftrace: Fix some typos in commentQiujun Huang1-5/+5
2020-10-01Merge tag 'trace-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-8/+8
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson1-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson3-3/+2
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson1-0/+16
2020-10-01bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu1-2/+17
2020-10-01io_uring: don't rely on weak ->files referencesJens Axboe1-0/+6
2020-09-30bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann1-1/+1
2020-09-30cgroup: Zero sized write should be no-opJouni Roivas1-0/+3
2020-09-30cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang1-1/+0
2020-09-30printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness1-1/+1
2020-09-30printk: avoid and/or handle record truncationJohn Ogness3-4/+19
2020-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+3
2020-09-29bpf: Fix context type resolving for extension programsToke Høiland-Jørgensen1-1/+8
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2-16/+126
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen7-253/+289
2020-09-29bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen2-0/+6
2020-09-29ftrace: Move RCU is watching check after recursion checkSteven Rostedt (VMware)1-4/+2
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)1-4/+6
2020-09-29lockdep: Optimize the memory usage of circular queueBoqun Feng1-39/+60
2020-09-29bpf: Add bpf_seq_printf_btf helperAlan Maguire3-2/+36
2020-09-29bpf: Bump iter seq size to support BTF representation of large data structuresAlan Maguire1-2/+2
2020-09-29bpf: Add bpf_snprintf_btf helperAlan Maguire3-0/+70
2020-09-29bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire1-102/+905
2020-09-29bpf: Provide function to get vmlinux BTF informationAlan Maguire1-6/+12