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