aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-25sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach1-5/+8
2020-09-25sched/numa: Use runnable_avg to classify nodeVincent Guittot1-2/+7
2020-09-25dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig1-6/+27
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig4-4/+148
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig2-17/+0
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig20-76/+174
2020-09-24timers: Mask invalid flags in do_init_timer()Qianli Zhao1-0/+2
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd5-8/+8
2020-09-24kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-23Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov1-12/+41
2020-09-23Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov1-2/+6
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-245/+523
2020-09-23bpf: Explicitly size compatible_reg_typesLorenz Bauer1-2/+1
2020-09-23PM: mm: cleanup swsusp_swap_checkChristoph Hellwig1-6/+4
2020-09-23mm: split swap_type_ofChristoph Hellwig2-21/+12
2020-09-23PM: rewrite is_hibernate_resume_dev to not require an inodeChristoph Hellwig1-6/+6
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller20-74/+172
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-12/+7
2020-09-22x86/entry: Fix typo in comments for syscall_enter_from_user_mode()Kees Cook1-1/+1
2020-09-22Merge tag 'trace-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-28/+53
2020-09-22printk: remove dict ringJohn Ogness3-200/+64
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness4-83/+92
2020-09-22printk: move printk_info into separate arrayJohn Ogness3-71/+133
2020-09-21kprobes: Init kprobes in early_initcallMasami Hiramatsu1-1/+1
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu3-10/+22
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu3-19/+63
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8
2020-09-21tracing: Define event fields early stageMasami Hiramatsu1-37/+55
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu2-2/+15
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu3-2/+19
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso1-4/+4
2020-09-21tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap5-5/+5
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa1-0/+8
2020-09-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-74/+109
2020-09-21bpf: Hoist type checking for nullable arg typesLorenz Bauer1-34/+30
2020-09-21bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer1-14/+14
2020-09-21bpf: Set meta->raw_mode for pointers close to useLorenz Bauer1-1/+5
2020-09-21bpf: Make context access check genericLorenz Bauer1-3/+4
2020-09-21bpf: Make reference tracking genericLorenz Bauer1-16/+10
2020-09-21bpf: Make BTF pointer type checking genericLorenz Bauer1-18/+20
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer5-53/+32
2020-09-21bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer1-13/+11
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-21bpf: Fix sysfs export of empty BTF sectionTony Ambardar1-3/+3
2020-09-21Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-1/+1
2020-09-21bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song1-6/+2