aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa1-14/+19
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa1-11/+11
2020-03-13bpf: Add bpf_ksym_find functionJiri Olsa1-7/+15
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa1-14/+10
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa1-11/+11
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa2-8/+10
2020-03-13bpf: Add struct bpf_ksymJiri Olsa1-16/+12
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko1-7/+11
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-7/+23
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-55/+144
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron2-1/+6
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira3-0/+48
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+4
2020-03-12cgroup: Restructure release_agent_path handlingTejun Heo1-17/+17
2020-03-12Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo2-4/+4
2020-03-12workqueue: Mark up unlocked access to wq->first_flusherChris Wilson1-2/+2
2020-03-12audit: trigger accompanying records when no rules presentRichard Guy Briggs3-3/+9
2020-03-11Merge tag 'for-linus-2020-03-10' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+10
2020-03-11Merge tag 'trace-v5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+2
2020-03-11ftrace: Return the first found result in lookup_rec()Artem Savkov1-0/+2
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko1-34/+88
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+28
2020-03-10Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+8
2020-03-10bpf/btf: Fix BTF verification of enum members in struct/unionYoshiki Komachi1-1/+1
2020-03-10workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton1-6/+8
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman12-130/+293
2020-03-09bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memoryAndrii Nakryiko1-0/+3
2020-03-09bpf: Initialize storage pointers to NULL to prevent freeing garbage pointerAndrii Nakryiko1-2/+2
2020-03-09pid: make ENOMEM return value more obviousChristian Brauner1-0/+8
2020-03-09futex: Unbreak futex hashingThomas Gleixner1-2/+2
2020-03-08pid: Fix error return value in some casesCorey Minyard1-0/+2
2020-03-08genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()Alexander Sverdlin1-5/+5
2020-03-08genirq: Provide interrupt injection mechanismThomas Gleixner5-37/+59
2020-03-08genirq: Sanitize state handling in check_irq_resend()Thomas Gleixner1-8/+14
2020-03-08genirq: Add return value to check_irq_resend()Thomas Gleixner3-37/+51
2020-03-08genirq: Add protection against unsafe usage of generic_handle_irq()Thomas Gleixner3-2/+17
2020-03-08genirq/debugfs: Add missing sanity checks to interrupt injectionThomas Gleixner1-2/+9
2020-03-08irqdomain: Fix function documentation of __irq_domain_alloc_fwnode()luanshi1-2/+2
2020-03-07Merge tag 'block-5.6-2020-03-07' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-03-07Merge tag 'for-linus-2020-03-07' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2020-03-07sysctl/sysrq: Remove __sysrq_enabled copyDmitry Safonov1-19/+22
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...Ingo Molnar1-0/+11
2020-03-06sched/core: Remove rq.hrtick_csd_pendingPeter Xu2-8/+2
2020-03-06smp: Allow smp_call_function_single_async() to insert locked csdPeter Xu1-3/+11
2020-03-06sched/rt: Remove unnecessary push for unfit tasksQais Yousef1-5/+2
2020-03-06sched/rt: Allow pulling unfitting taskQais Yousef1-2/+1
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef3-8/+31
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef1-0/+9
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef1-56/+101