summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-01-19module: harden ELF info handlingFrank van der Linden
2021-01-18module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-15cpuset: fix typos in commentsAubrey Li
2021-01-15cgroup: cgroup.{procs,threads} factor out common partsMichal Koutný
2021-01-15cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou
2021-01-15audit: Remove leftover reference to the audit_taskletDavidlohr Bueso
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness
2021-01-15printk: ringbuffer: fix line countingJohn Ogness
2021-01-14perf: Add build id data in mmap2 eventJiri Olsa
2021-01-14bpf: Add size arg to build_id_parse functionJiri Olsa
2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa
2021-01-14bpf: Add bitwise atomic instructionsBrendan Jackman
2021-01-14bpf: Pull out a macro for interpreting atomic ALU operationsBrendan Jackman
2021-01-14bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman
2021-01-14bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman
2021-01-14bpf: Move BPF_STX reserved field check into BPF_STX verifier codeBrendan Jackman
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2021-01-14locking/lockdep: Exclude local_lock_t from IRQ inversionsBoqun Feng
2021-01-14locking/lockdep: Clean up check_redundant() a bitPeter Zijlstra
2021-01-14locking/lockdep: Add a skip() function to __bfs()Boqun Feng
2021-01-14locking/lockdep: Mark local_lock_tPeter Zijlstra
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su
2021-01-14sched/fair: Reduce cases for active balanceVincent Guittot
2021-01-14sched/fair: Don't set LBF_ALL_PINNED unnecessarilyVincent Guittot
2021-01-14sched/fair: Skip idle cfs_rqVincent Guittot
2021-01-14sched/fair: Avoid stale CPU util_est value for schedutil in task dequeueXuewen Yan
2021-01-14sched: Prevent raising SCHED_SOFTIRQ when CPU is !activeAnna-Maria Behnsen
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar
2021-01-13bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti
2021-01-13genirq: Export irq_check_status_bit()Thomas Gleixner
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko
2021-01-12bpf: Fix a verifier message for alloc size helper argBrendan Jackman
2021-01-12Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2021-01-12ntp: Fix RTC synchronization on 32-bit platformsGeert Uytterhoeven
2021-01-12timekeeping: Remove unused get_seconds()Chunguang Xu
2021-01-12bpf: Allow empty module BTFsAndrii Nakryiko
2021-01-12locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra
2021-01-12locking/lockdep: Cure noinstr failPeter Zijlstra
2021-01-12bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev
2021-01-12bpf: Fix typo in bpf_inode_storage.cKP Singh
2021-01-12bpf: Local storage helpers should check nullness of owner ptr passedKP Singh
2021-01-12resource: Move devmem revoke code to resource frameworkDaniel Vetter
2021-01-12bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa
2021-01-11Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-01-11tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu
2021-01-11seccomp: Add missing return in non-void functionPaul Cercueil
2021-01-11kthread: remove comments about old _do_fork() helperYanfei Xu