summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-29sched,tracing: Convert to sched_set_fifo()Peter Zijlstra
2020-07-28PM, libnvdimm: Add runtime firmware activation supportDan Williams
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-27fsnotify: create method handle_inode_event() in fsnotify_operationsAmir Goldstein
2020-07-27audit: do not set FS_EVENT_ON_CHILD in audit marks maskAmir Goldstein
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-27regset: kill ->get()Al Viro
2020-07-27regset: new method and helpers for itAl Viro
2020-07-27copy_regset_to_user(): do all copyout at once.Al Viro
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro
2020-07-27fsnotify: pass dir argument to handle_event() callbackAmir Goldstein
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
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar
2020-07-25locking/lockdep: Fix overflow in presentation of average lock-timeChris Wilson
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov
2020-07-24entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner
2020-07-24entry: Provide generic interrupt entry/exit codeThomas Gleixner