]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/history - kernel
kfifo: fix ternary sign extension bugs
[mirror_ubuntu-hirsute-kernel.git] / kernel /
2021-05-24 Daniel Borkmannbpf: Fix propagation of 32 bit unsigned bounds from...
2021-05-24 Peter Zijlstrakthread: Fix PF_KTHREAD vs to_kthread() race
2021-05-24 Waiman Longsched/debug: Fix cgroup_path[] serialization
2021-05-24 Zhouyi Zhourcu: Remove spurious instrumentation_end() in rcu_nmi_e...
2021-05-24 John Ognessprintk: limit second loop of syslog_print_all
2021-05-24 Valentin Schneidersched/fair: Fix shift-out-of-bounds in load_balance()
2021-05-19 Steven Rostedt ... tracing: Restructure trace_clock_global() to never...
2021-05-19 Steven Rostedt ... tracing: Map all PIDs to command lines
2021-05-19 Masahiro Yamadakbuild: update config_data.gz only when the content...
2021-05-19 Thomas Gleixnerfutex: Do not apply time namespace adjustment on FUTEX_...
2021-05-19 Thomas GleixnerRevert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME...
2021-05-19 Frederic Weisbeckerrcu/nocb: Fix missed nocb_timer requeue
2021-05-19 Marco Elverkcsan, debugfs: Move debugfs file creation out of early...
2021-05-19 Charan Teja Reddysched,psi: Handle potential task count underflow bugs...
2021-05-19 Peter Zijlstrasched,fair: Alternative sched_slice()
2021-05-19 Peter Zijlstraperf: Rework perf_event_exit_event()
2021-05-19 Lingutla Chandrasekharsched/fair: Ignore percpu threads for imbalance pulls
2021-05-19 Uladzislau Rezki... kvfree_rcu: Use same set of GFP flags as does single...
2021-05-19 Barry Songsched/topology: fix the issue groups don't span domain...
2021-05-19 Vincent Donnefortsched/pelt: Fix task util_est update filtering
2021-05-19 Vitaly Kuznetsovgenirq/matrix: Prevent allocation counter corruption
2021-05-19 Chen Junposix-timers: Preserve return value in clock_adjtime32()
2021-05-19 Steven Rostedt ... ftrace: Handle commands when closing set_ftrace_filter...
2021-05-19 Ondrej Mosnacekperf/core: Fix unconditional security_locked_down(...
2021-05-19 Jianxiong Gaoswiotlb: respect min_align_mask
2021-05-19 Jianxiong Gaoswiotlb: don't modify orig_addr in swiotlb_tbl_sync_single
2021-05-19 Jianxiong Gaoswiotlb: refactor swiotlb_tbl_map_single
2021-05-19 Jianxiong Gaoswiotlb: clean up swiotlb_tbl_unmap_single
2021-05-19 Jianxiong Gaoswiotlb: factor out a nr_slots helper
2021-05-19 Jianxiong Gaoswiotlb: factor out an io_tlb_offset helper
2021-05-19 Jianxiong Gaoswiotlb: add a IO_TLB_SIZE define
2021-05-19 Serge E. Hallyncapabilities: require CAP_SETFCAP to map uid 0
2021-05-19 Daniel Borkmannbpf: Fix leakage of uninitialized bpf stack under specu...
2021-05-19 Daniel Borkmannbpf: Fix masking negation logic upon negative dst register
2021-05-07 Daniel Borkmannbpf: Tighten speculative pointer arithmetic mask
2021-05-07 Daniel Borkmannbpf: Refactor and streamline bounds check into helper
2021-05-07 Andrei Mateibpf: Allow variable-offset stack access
2021-05-07 Ali Saidilocking/qrwlock: Fix ordering in queued_write_lock_slow...
2021-05-07 Daniel Borkmannbpf: Move sanitize_val_alu out of op switch
2021-05-07 Daniel Borkmannbpf: Improve verifier error messages for users
2021-05-07 Daniel Borkmannbpf: Rework ptr_limit into alu_limit and add common...
2021-05-07 Daniel Borkmannbpf: Move off_reg into sanitize_ptr_alu
2021-05-07 Daniel Borkmannbpf: Ensure off_reg has no mixed signed bounds for...
2021-05-07 Daniel Borkmannbpf: Use correct permission flag for mixed signed bound...
2021-05-07 Jiri Olsabpf: Take module reference for trampoline in module
2021-05-07 Tetsuo Handalockdep: Add a missing initialization hint to the ...
2021-05-07 Steven Rostedt ... ftrace: Check if pages were allocated before calling...
2021-05-07 Arnd Bergmannlockdep: Address clang -Wformat warning printing for %hd
2021-05-07 Zqiangworkqueue: Move the position of debug_work_activate...
2021-05-07 Dave Marchevskybpf: Refcount task stack in bpf_get_task_stack
2021-05-07 Lorenz Bauerbpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
2021-05-07 Toke Høiland-Jørgensenbpf: Enforce that struct_ops programs be GPL-only
2021-05-07 Nick Desaulniersgcov: re-fix clang-11+ support
2021-05-06 Thadeu Lima de Sou... UBUNTU: SAUCE: bpf: verifier: fix ALU32 bounds tracking...
2021-05-06 Andrii NakryikoUBUNTU: SAUCE: bpf: prevent writable memory-mapping...
2021-05-06 Thadeu Lima de Sou... UBUNTU: SAUCE: bpf: ringbuf: deny reserve of buffers...
2021-04-08 Jens AxboeRevert "kernel: freezer should treat PF_IO_WORKER like...
2021-04-08 Steven Rostedt ... tracing: Fix stack trace event size
2021-04-08 Peter Zijlstrastatic_call: Align static_call_is_init() patching condition
2021-04-08 Josef BacikRevert "PM: ACPI: reboot: Use S5 for reboot"
2021-04-08 Waiman Longlocking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
2021-04-08 Jens Axboekernel: freezer should treat PF_IO_WORKER like PF_KTHRE...
2021-04-08 Alexei Starovoitovbpf: Fix fexit trampoline.
2021-04-08 Lukasz LubaPM: EM: postpone creating the debugfs dir till fs_initcall
2021-04-08 Zqiangbpf: Fix umd memory leak in copy_process()
2021-04-08 Alexei Starovoitovftrace: Fix modify_ftrace_direct.
2021-04-08 Tal Lossosbpf: Change inode_storage's lookup_elem return value...
2021-04-08 Alexei Starovoitovbpf: Dont allow vmlinux BTF to be used in map_create...
2021-04-08 Nick Desaulniersgcov: fix clang-11+ support
2021-04-08 Peter Zijlstrastatic_call: Fix static_call_set_init()
2021-04-08 Peter Zijlstrastatic_call: Fix the module key fixup
2021-04-08 Josh Poimboeufstatic_call: Allow module use without exposing static_c...
2021-04-08 Fenghua Yumm/fork: clear PASID for new mm
2021-04-08 Thomas Gleixnergenirq: Disable interrupts for force threaded handlers
2021-04-08 Peter Zijlstrastatic_call: Fix static_call_update() sanity check
2021-04-08 Oleg Nesterovkernel, fs: Introduce and use set_restart_fn() and...
2021-04-08 Piotr Krysiukbpf: Add sanity check for upper ptr_limit
2021-04-08 Piotr Krysiukbpf: Simplify alu_limit masking for pointer arithmetic
2021-03-19 Piotr Krysiukbpf: Fix off-by-one for area size in creating mask...
2021-03-19 Piotr Krysiukbpf: Prohibit alu ops for pointer types not defining...
2021-03-17 Peter Zijlstrasched: Simplify set_affinity_pending refcounts
2021-03-17 Peter Zijlstrasched: Fix affine_move_task() self-concurrency
2021-03-17 Peter Zijlstrasched: Optimize migration_cpu_stop()
2021-03-17 Peter Zijlstrasched: Simplify migration_cpu_stop()
2021-03-17 Peter Zijlstrasched: Collate affine_move_task() stoppers
2021-03-17 Mathieu Desnoyerssched/membarrier: fix missing local execution of ipi_sy...
2021-03-17 Peter Zijlstrasched: Fix migration_cpu_stop() requeueing
2021-03-17 Anna-Maria Behnsenhrtimer: Update softirq_expires_next correctly after...
2021-03-17 Kan Liangperf/core: Flush PMU internal buffers for per-CPU events
2021-03-17 Lin Fengsysctl.c: fix underflow value setting risk in vm_table
2021-03-15 Steven Rostedt ... ring-buffer: Force before_stamp and write_stamp to...
2021-03-15 Juri Lellisched/features: Fix hrtick reprogramming
2021-03-15 Peter Zijlstrasched/core: Allow try_invoke_on_locked_down_task()...
2021-03-15 Sumit Gargkgdb: fix to kill breakpoints on initmem after boot
2021-03-15 Chris Wilsonkcmp: Support selection of SYS_kcmp without CHECKPOINT_...
2021-03-15 Muchun Songprintk: fix deadlock when kernel panic
2021-03-15 Fangrui Songmodule: Ignore _GLOBAL_OFFSET_TABLE_ when warning for...
2021-03-15 Masami Hiramatsukprobes: Fix to delay the kprobes jump optimization
2021-03-15 Frederic Weisbeckerentry/kvm: Explicitly flush pending rcuog wakeup before...
2021-03-15 Frederic Weisbeckerentry: Explicitly flush pending rcuog wakeup before...
next