aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-30tasklet: Introduce new initialization APIRomain Perier1-1/+17
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook3-3/+3
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko1-3/+9
2020-07-29Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds3-9/+3
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-0/+8
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules present")Paul Moore3-9/+3
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef3-6/+121
2020-07-29sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko1-0/+2
2020-07-28dma-contiguous: cleanup dma_alloc_contiguousChristoph Hellwig1-17/+14
2020-07-28sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin1-6/+1
2020-07-28kprobes: Remove unnecessary module_mutex locking from kprobe_optimizer()Masami Hiramatsu1-3/+0
2020-07-28Merge tag 'v5.8-rc7' into perf/core, to pick up fixesIngo Molnar24-212/+482
2020-07-28bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King1-4/+4
2020-07-27genirq/debugfs: Add missing irqchip flagsMarc Zyngier1-0/+5
2020-07-27genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner1-1/+5
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org1-1/+7
2020-07-27Merge 5.8-rc7 into driver-core-nextGreg Kroah-Hartman2-11/+16
2020-07-27Merge back cpufreq material for v5.9.Rafael J. Wysocki1-5/+1
2020-07-27Merge 5.8-rc7 into char-misc-nextGreg Kroah-Hartman2-11/+16
2020-07-27genirq: Export irq_chip_retrigger_hierarchy and irq_chip_set_vcpu_affinity_parentJohn Stultz1-1/+2
2020-07-27irqdomain: Export irq_domain_update_bus_tokenJohn Stultz1-0/+1
2020-07-27genirq/irqdomain: Remove redundant NULL pointer check on fwnodeZenghui Yu1-1/+1
2020-07-26signal: fix typo in dequeue_synchronous_signal()Pavel Machek1-1/+1
2020-07-26entry: Correct 'noinstr' attributesIngo Molnar1-2/+2
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko1-0/+5
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu1-5/+4
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu1-2/+2
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu3-139/+156
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2-0/+21
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2-20/+168
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song2-2/+142
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song2-1/+217
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song2-17/+98
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song2-6/+98
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2-2/+2
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song4-14/+30
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov3-1/+123
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song2-12/+10
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-62/+193
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into masterLinus Torvalds1-1/+1
2020-07-25Merge tag 'v5.8-rc6' into locking/core, to pick up fixesIngo Molnar18-201/+450
2020-07-25sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao1-2/+0
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie1-1/+1
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix GDB regressionOleg Nesterov1-1/+1
2020-07-24entry: Provide infrastructure for work before transitioning to guest modeThomas Gleixner2-1/+53
2020-07-24entry: Provide generic interrupt entry/exit codeThomas Gleixner1-0/+117
2020-07-24entry: Provide generic syscall exit functionThomas Gleixner1-0/+169
2020-07-24entry: Provide generic syscall entry functionalityThomas Gleixner3-0/+101
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson1-0/+1