aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-28cred: add missing return error code when set_cred_ucounts() failedYang Yingliang1-1/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-239/+467
2021-05-27perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpointHaocheng Xie1-0/+2
2021-05-27perf/core: Fix DocBook warningsHaocheng Xie1-0/+4
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie1-4/+4
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-72/+216
2021-05-27kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada1-3/+1
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest1-1/+0
2021-05-26module: correctly exit module_kallsyms_on_each_symbol when fn() != 0Jon Mediero1-1/+2
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2-3/+183
2021-05-26bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer1-51/+76
2021-05-26sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...Frederic Weisbecker1-1/+1
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann1-1/+5
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann1-10/+12
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann1-7/+11
2021-05-25bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann1-0/+2
2021-05-25futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov1-5/+2
2021-05-25cpu/hotplug: Simplify access to percpu cpuhp_stateYuan ZhaoXiong1-2/+2
2021-05-24bpf: Fix spelling mistakesZhen Lei7-16/+16
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2-4/+128
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-16/+13
2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo10-24/+60
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+10
2021-05-24cgroup: fix spelling mistakesZhen Lei5-8/+8
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei2-5/+5
2021-05-24block_dump: remove block_dump featurezhangyi (F)1-8/+0
2021-05-24Merge tag 'irq-export-set-affinity' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon1-1/+32
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-13/+19
2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy1-2/+12
2021-05-22watchdog: reliable handling of timestampsPetr Mladek1-14/+20
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-34/+36
2021-05-21Merge tag 'modules-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+11
2021-05-20Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2021-05-20bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang1-6/+6
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest1-2/+3
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest1-4/+5
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann1-0/+1
2021-05-20wq: handle VM suspension in stall detectionSergey Senozhatsky1-2/+10
2021-05-20cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2021-05-19bpf: Make some symbols staticPu Lehui1-2/+2
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada1-1/+1
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner1-1/+32
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner1-1/+32
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov1-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2-0/+64
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov2-11/+38
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov2-7/+8
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov3-61/+99