summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-06-01sched/fair: Fix ascii art by relpacing tabsOdin Ugedal
2021-06-01sched,init: Fix DEBUG_PREEMPT vs early bootPeter Zijlstra
2021-06-01sched: Add CONFIG_SCHED_CORE help textPeter Zijlstra
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-06-01uprobes: Update uprobe_write_opcode() kernel-doc commentQiujun Huang
2021-06-01bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan
2021-06-01kgdb: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-01kgdb: Fix spelling mistakesZhen Lei
2021-05-31timer_list: Print name of per-cpu wakeup deviceWill Deacon
2021-05-31tick/broadcast: Program wakeup timer when entering idle if requiredWill Deacon
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastWill Deacon
2021-05-31tick/broadcast: Split __tick_broadcast_oneshot_control() into a helperWill Deacon
2021-05-31tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guardWill Deacon
2021-05-31clockevents: Use DEVICE_ATTR_[RO|WO] macrosYueHaibing
2021-05-31perf: Fix data race between pin_count increment/decrementMarco Elver
2021-05-31tick/nohz: Only check for RCU deferred wakeup on user/guest entry when neededFrederic Weisbecker
2021-05-31sched/fair: Make sure to update tg contrib for blocked loadVincent Guittot
2021-05-31sched/fair: Keep load_avg and load_sum syncedVincent Guittot
2021-05-29Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon
2021-05-28bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu
2021-05-28cred: add missing return error code when set_cred_ucounts() failedYang Yingliang
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-27perf/hw_breakpoint: Fix DocBook warnings in perf hw_breakpointHaocheng Xie
2021-05-27perf/core: Fix DocBook warningsHaocheng Xie
2021-05-27perf/core: Make local function perf_pmu_snapshot_aux() staticHaocheng Xie
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-27kbuild: clean up ${quiet} checks in shell scriptsMasahiro Yamada
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest
2021-05-26module: correctly exit module_kallsyms_on_each_symbol when fn() != 0Jon Mediero
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-05-26bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer
2021-05-26sched: Stop PF_NO_SETAFFINITY from being inherited by various init system thr...Frederic Weisbecker
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann
2021-05-25bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann
2021-05-25futex: Deduplicate cond_resched() invocation in futex_wake_op()Pavel Begunkov
2021-05-25cpu/hotplug: Simplify access to percpu cpuhp_stateYuan ZhaoXiong
2021-05-24bpf: Fix spelling mistakesZhen Lei
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-05-24cgroup: fix spelling mistakesZhen Lei
2021-05-24PM: hibernate: fix spelling mistakesZhen Lei
2021-05-24block_dump: remove block_dump featurezhangyi (F)
2021-05-24Merge tag 'irq-export-set-affinity' of git://git.kernel.org/pub/scm/linux/ker...Will Deacon
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-05-23kprobes: Allow architectures to override optinsn page allocationChristophe Leroy