summary refs log tree commit diff
path: root/kernel
AgeCommit message (Expand)Author
2021-01-24Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-01-24Merge tag 'for-linus-2021-01-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-01-22bpf, inode_storage: Put file handler if no storage was foundPan Bian
2021-01-22bpf, cgroup: Fix problematic bounds checkLoris Reiff
2021-01-22bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff
2021-01-22sched: Relax the set_cpus_allowed_ptr() semanticsPeter Zijlstra
2021-01-22sched: Fix CPU hotplug / tighten is_per_cpu_kthread()Peter Zijlstra
2021-01-22sched: Prepare to use balance_push in ttwu()Peter Zijlstra
2021-01-22workqueue: Restrict affinity change to rescuerPeter Zijlstra
2021-01-22workqueue: Tag bound workers with KTHREAD_IS_PER_CPUPeter Zijlstra
2021-01-22kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra
2021-01-22sched: Don't run cpu-online with balance_push() enabledPeter Zijlstra
2021-01-22workqueue: Use cpu_possible_mask instead of cpu_active_mask to break affinityLai Jiangshan
2021-01-22sched/core: Print out straggler tasks in sched_cpu_dying()Valentin Schneider
2021-01-21Merge tag 'printk-for-5.11-printk-rework-fixup' of git://git.kernel.org/pub/s...Linus Torvalds
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-20bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann
2021-01-19Merge tag 'task_work-2021-01-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-19bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu
2021-01-19printk: fix buffer overflow potential for print_text()John Ogness
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-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-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-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