summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann2021-06-031-7/+11
* bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-06-031-10/+17
* bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-06-031-26/+44
* bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-06-031-5/+10
* bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-06-031-17/+37
* bpf: Improve verifier error messages for usersDaniel Borkmann2021-06-031-22/+62
* bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-06-031-8/+13
* bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-06-031-9/+9
* bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-06-031-4/+5
* bpf: extend is_branch_taken to registersAlexei Starovoitov2021-06-031-14/+18
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-264-11/+17
* ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov2021-05-261-1/+17
* kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai2021-05-221-1/+3
* sched/fair: Fix unfairness caused by missing load decayOdin Ugedal2021-05-221-3/+9
* smp: Fix smp_call_function_single_async prototypeArnd Bergmann2021-05-222-6/+6
* sched/debug: Fix cgroup_path[] serializationWaiman Long2021-05-221-13/+29
* modules: inherit TAINT_PROPRIETARY_MODULEChristoph Hellwig2021-05-221-0/+27
* modules: return licensing information from find_symbolChristoph Hellwig2021-05-221-5/+11
* modules: rename the licence field in struct symsearch to licenseChristoph Hellwig2021-05-221-2/+2
* modules: unexport __module_addressChristoph Hellwig2021-05-221-1/+0
* modules: unexport __module_text_addressChristoph Hellwig2021-05-221-1/+0
* modules: mark each_symbol_section staticChristoph Hellwig2021-05-221-2/+1
* modules: mark find_symbol staticChristoph Hellwig2021-05-221-2/+1
* modules: mark ref_module staticChristoph Hellwig2021-05-221-4/+2
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-05-221-14/+30
* tracing: Map all PIDs to command linesSteven Rostedt (VMware)2021-05-221-26/+15
* posix-timers: Preserve return value in clock_adjtime32()Chen Jun2021-05-221-2/+2
* Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner2021-05-221-2/+1
* genirq/matrix: Prevent allocation counter corruptionVitaly Kuznetsov2021-05-221-1/+3
* ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)2021-05-221-1/+4
* bpf: Fix masking negation logic upon negative dst registerDaniel Borkmann2021-05-071-8/+4
* locking/qrwlock: Fix ordering in queued_write_lock_slowpath()Ali Saidi2021-04-281-3/+4
* lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-04-281-1/+2
* workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-141-1/+1
* tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-071-1/+2
* locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long2021-04-071-11/+14
* genirq: Disable interrupts for force threaded handlersThomas Gleixner2021-03-241-0/+4
* kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-244-5/+4
* bpf: Add sanity check for upper ptr_limitPiotr Krysiuk2021-03-201-3/+8
* bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk2021-03-201-5/+5
* bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk2021-03-201-2/+2
* bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk2021-03-201-6/+10
* hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-171-21/+39
* printk: fix deadlock when kernel panicMuchun Song2021-03-041-4/+12
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-041-2/+19
* seccomp: Add missing return in non-void functionPaul Cercueil2021-03-041-0/+2
* tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-03-041-16/+64
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-041-0/+5
* bpf_lru_list: Read double-checked variable once without lockMarco Elver2021-03-041-3/+4
* kdb: Make memory allocations more robustSumit Garg2021-03-041-1/+1