summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-08-01Merge tag 'for-linus-2020-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver
2020-07-31bpf: Add missing newline characters in verifier error messagesYonghong Song
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-30tasklet: Introduce new initialization APIRomain Perier
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko
2020-07-29Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef
2020-07-29sched,tracing: Convert to sched_set_fifo()Peter Zijlstra
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko
2020-07-28dma-contiguous: cleanup dma_alloc_contiguousChristoph Hellwig
2020-07-28sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin
2020-07-28kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()Masami Hiramatsu
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar
2020-07-28bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King
2020-07-27genirq/debugfs: Add missing irqchip flagsMarc Zyngier
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman
2020-07-27Merge back cpufreq material for v5.9.Rafael J. Wysocki
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman
2020-07-27genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_pa...John Stultz
2020-07-27irqdomain: Export irq_domain_update_bus_tokenJohn Stultz
2020-07-27genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu
2020-07-26signal: fix typo in dequeue_synchronous_signal()Pavel Machek
2020-07-26entry: Correct 'noinstr' attributesIngo Molnar
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song