summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-05-31clockevents: Use DEVICE_ATTR_[RO|WO] macrosYueHaibing-8/+8
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver-0/+2
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker-2/+4
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot-1/+1
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot-6/+5
2021-05-29Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+16
2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon-14/+16
2021-05-28bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu-5/+2
2021-05-28cred: add missing return error code when set_cred_ucounts() failedYang Yingliang-1/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-239/+467
2021-05-27perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpointHaocheng Xie-0/+2
2021-05-27perf/core: Fix DocBook warningsHaocheng Xie-0/+4
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie-4/+4
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-72/+216
2021-05-27kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada-3/+1
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest-1/+0
2021-05-26module: correctly exit module_kallsyms_on_each_symbol when fn() != 0Jon Mediero-1/+2
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu-3/+183
2021-05-26bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer-51/+76
2021-05-26sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...Frederic Weisbecker-1/+1
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann-1/+5
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann-10/+12
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann-7/+11
2021-05-25bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann-0/+2
2021-05-25futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov-5/+2
2021-05-25cpu/hotplug: Simplify access to percpu cpuhp_stateYuan ZhaoXiong-2/+2
2021-05-24bpf: Fix spelling mistakesZhen Lei-16/+16
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek-4/+128
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+13
2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo-24/+60
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+10
2021-05-24cgroup: fix spelling mistakesZhen Lei-8/+8
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei-5/+5
2021-05-24block_dump: remove block_dump featurezhangyi (F)-8/+0
2021-05-24Merge tag 'irq-export-set-affinity' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon-1/+32
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+19
2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy-2/+12
2021-05-22watchdog: reliable handling of timestampsPetr Mladek-14/+20
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-34/+36
2021-05-21Merge tag 'modules-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+11
2021-05-20Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2021-05-20bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang-6/+6
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest-2/+3
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest-4/+5
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann-0/+1
2021-05-20wq: handle VM suspension in stall detectionSergey Senozhatsky-2/+10
2021-05-20cgroup: disable controllers at parse timeShakeel Butt-8/+5
2021-05-19bpf: Make some symbols staticPu Lehui-2/+2
2021-05-19sched: Fix a stale comment in pick_next_task()Masahiro Yamada-1/+1
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner-1/+32