aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman1-41/+39
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman3-2/+52
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman3-9/+44
2021-01-14bpf: Move BPF_STX reserved field check into BPF_STX verifier codeBrendan Jackman1-7/+6
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman3-21/+40
2021-01-14locking/lockdep: Exclude local_lock_t from IRQ inversionsBoqun Feng1-4/+53
2021-01-14locking/lockdep: Clean up check_redundant() a bitPeter Zijlstra1-42/+49
2021-01-14locking/lockdep: Add a skip() function to __bfs()Boqun Feng1-10/+19
2021-01-14locking/lockdep: Mark local_lock_tPeter Zijlstra1-7/+9
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su4-6/+6
2021-01-14sched/fair: Reduce cases for active balanceVincent Guittot1-22/+23
2021-01-14sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot1-2/+5
2021-01-14sched/fair: Skip idle cfs_rqVincent Guittot1-1/+4
2021-01-14sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan1-15/+28
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen2-3/+11
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar4-11/+17
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar3-117/+109
2021-01-13bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti1-0/+2
2021-01-13genirq: Export irq_check_status_bit()Thomas Gleixner1-0/+1
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko3-30/+178
2021-01-12bpf: Fix a verifier message for alloc size helper argBrendan Jackman1-1/+1
2021-01-12Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentThomas Gleixner1-1/+1
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven1-2/+2
2021-01-12timekeeping: Remove unused get_seconds()Chunguang Xu1-2/+1
2021-01-12bpf: Allow empty module BTFsAndrii Nakryiko1-1/+1
2021-01-12locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra1-1/+6
2021-01-12locking/lockdep: Cure noinstr failPeter Zijlstra1-1/+1
2021-01-12bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev1-2/+3
2021-01-12bpf: Fix typo in bpf_inode_storage.cKP Singh1-2/+2
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2-2/+8
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter1-1/+97
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa1-2/+4
2021-01-11Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+2
2021-01-11tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2-2/+2
2021-01-11seccomp: Add missing return in non-void functionPaul Cercueil1-0/+2
2021-01-11kthread: remove comments about old _do_fork() helperYanfei Xu1-1/+1
2021-01-11Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsAlexander Guril1-4/+2
2021-01-11signal: Add missing __user annotation to copy_siginfo_from_user_anyJann Horn1-1/+2
2021-01-10Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+0
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen1-0/+16
2021-01-08bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen1-1/+1
2021-01-08task_work: unconditionally run task_work from get_signal()Jens Axboe1-0/+3
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+1
2021-01-06torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney2-2/+18
2021-01-06torture: Clean up after torture-test CPU hotpluggingPaul E. McKenney1-14/+22
2021-01-06rcutorture: Make object_debug also double call_rcu() heap objectPaul E. McKenney1-0/+5
2021-01-06torture: Throttle VERBOSE_TOROUT_*() outputPaul E. McKenney1-0/+20
2021-01-06torture: Make refscale throttle high-rate printk()sPaul E. McKenney1-1/+3
2021-01-06rcutorture: Use hrtimers for reader and writer delaysPaul E. McKenney1-4/+3
2021-01-06torture: Make stutter use torture_hrtimeout_*() functionsPaul E. McKenney1-15/+5