aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25sched/fair: Optimize dequeue_task_fair()Peng Wang1-3/+3
2020-06-25sched: Micro optimization in pick_next_task() and in check_preempt_curr()Kirill Tkhai1-15/+4
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)6-6/+0
2020-06-25sched: Have sched_class_highest define by vmlinux.lds.hSteven Rostedt (VMware)2-8/+17
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)5-5/+10
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg1-0/+11
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg1-0/+2
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg1-29/+28
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+2
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+6
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song3-10/+36
2020-06-24bpf: Allow tracing programs to use bpf_jiffies64() helperYonghong Song1-0/+2
2020-06-24bpf: Support 'X' in bpf_seq_printf() helperYonghong Song1-1/+2
2020-06-24Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2020-06-24PM / EM: change name of em_pd_energy to em_cpu_energyLukasz Luba1-1/+1
2020-06-24PM / EM: remove em_register_perf_domainLukasz Luba1-25/+0
2020-06-24PM / EM: add support for other devices than CPUs in Energy ModelLukasz Luba1-77/+167
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain1-32/+26
2020-06-24blktrace: ensure our debugfs dir existsLuis Chamberlain1-0/+12
2020-06-24blktrace: fix debugfs use after freeLuis Chamberlain1-6/+12
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Luis Chamberlain1-0/+2
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-4/+5
2020-06-24PM / EM: introduce em_dev_register_perf_domain functionLukasz Luba1-6/+34
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba2-32/+32
2020-06-24gcc-plugins/stackleak: Use asm instrumentation to avoid useless register savingAlexander Popov1-12/+4
2020-06-24gcc-plugins/stackleak: Don't instrument itselfAlexander Popov1-0/+1
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann1-2/+6
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu1-2/+19
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu1-1/+1
2020-06-23bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski1-1/+1
2020-06-23bpf: Set the number of exception entries properly for subprogramsYonghong Song1-1/+9
2020-06-23audit: log nftables configuration change eventsRichard Guy Briggs1-3/+21
2020-06-23Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov1-1/+1
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)1-1/+1
2020-06-23dma-remap: align the size in dma_common_*_remap()Eric Auger1-2/+3
2020-06-23dma-mapping: DMA_COHERENT_POOL should select GENERIC_ALLOCATORChristoph Hellwig1-1/+1
2020-06-23dma-direct: add missing set_memory_decrypted() for coherent mappingDavid Rientjes1-0/+6
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov11-0/+60
2020-06-22bpf: Support access to bpf map fieldsAndrey Ignatov4-8/+120
2020-06-22bpf: Switch btf_parse_vmlinux to btf_find_by_name_kindAndrey Ignatov1-17/+6
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner1-16/+14
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld1-10/+0
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds8-27/+88
2020-06-19bpf: Avoid verifier failure for 32bit pointer arithmeticYonghong Song1-0/+5
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+20
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds8-23/+25
2020-06-18padata: upgrade smp_mb__after_atomic to smp_mb in padata_do_serialDaniel Jordan1-2/+2
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng1-2/+10
2020-06-17audit: Use struct_size() helper in alloc_chunkGustavo A. R. Silva1-3/+1
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-25/+40