summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-09-29bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2-87/+118
2020-09-29bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2-28/+28
2020-09-29bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen1-0/+5
2020-09-29bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer1-1/+1
2020-09-29bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi1-3/+2
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2-1/+2
2020-09-28PM: hibernate: Batch hibernate and resume IO requestsXiaoyi Chen1-0/+15
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2-0/+13
2020-09-27mm/fork: Pass new vma pointer into copy_page_range()Peter Xu1-1/+1
2020-09-27mm: Introduce mm_struct.has_pinnedPeter Xu1-0/+1
2020-09-26bpf, verifier: Remove redundant var_off.value ops in scalar known reg casesJohn Fastabend1-4/+2
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau1-2/+2
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-2/+32
2020-09-25bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau1-29/+31
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu3-15/+19
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+2
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov1-30/+106
2020-09-25sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song1-4/+4
2020-09-25sched/fair: Reduce busy load balance intervalVincent Guittot1-1/+1
2020-09-25sched/fair: Minimize concurrent LBs between domain levelVincent Guittot1-0/+9
2020-09-25sched/fair: Reduce minimal imbalance thresholdVincent Guittot1-1/+1
2020-09-25sched/fair: Relax constraint on task's load during load balanceVincent Guittot1-2/+2
2020-09-25sched/fair: Remove the force parameter of update_tg_load_avg()Xianting Tian1-10/+9
2020-09-25sched/fair: Fix wrong cpu selecting from isolated domainXunlei Pang1-4/+5
2020-09-25sched: Remove unused inline function uclamp_bucket_base_value()YueHaibing1-5/+0
2020-09-25sched/rt: Disable RT_RUNTIME_SHARE by defaultDaniel Bristot de Oliveira1-1/+1
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-24Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov1-12/+41
2020-09-24Revert "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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller20-74/+172
2020-09-23Merge 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