summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh
2020-11-13bpf: Augment the set of sleepable LSM hooksKP Singh
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13bpf: Support for pointers beyond pkt_end.Alexei Starovoitov
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-11bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau
2020-11-11Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko
2020-11-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-10bpf, btf: Remove the duplicate btf_ids.h includeWang Qing
2020-11-08fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu
2020-11-08Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-08Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-08Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-08Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-11-07futex: Handle transient "ownerless" rtmutex state correctlylocking-urgent-2020-11-08Mike Galbraith
2020-11-07perf/core: Fix a memory leak in perf_event_parse_addr_filter()perf-urgent-2020-11-08kiyin(尹亮)
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-06bpf: Update verification logic for LSM programsKP Singh
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh
2020-11-06bpf: Implement task local storageKP Singh
2020-11-06bpf: Allow LSM programs to use bpf spin locksKP Singh
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-11-05bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap
2020-11-05Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-05Merge tag 'pm-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-04entry: Fix the incorrect ordering of lockdep and RCU checkcore-urgent-2020-11-08Thomas Gleixner
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)
2020-11-02kernel: make kcov_common_handle consider the current contextAleksandr Nogikh
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02kernel/hung_task.c: make type annotations consistentLukas Bulwahn
2020-11-02kthread_worker: prevent queuing delayed work from timer_fn when it is being c...Zqiang
2020-11-02ptrace: fix task_join_group_stop() for the case when current is tracedOleg Nesterov
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar