summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-04-14lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann1-1/+1
2021-04-14workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang1-1/+1
2021-04-14bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky1-2/+10
2021-04-14bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer1-1/+1
2021-04-14bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen1-0/+5
2021-04-14gcov: re-fix clang-11+ supportNick Desaulniers1-10/+19
2021-04-07Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe1-1/+1
2021-04-07tracing: Fix stack trace event sizeSteven Rostedt (VMware)1-1/+2
2021-04-07static_call: Align static_call_is_init() patching conditionPeter Zijlstra1-10/+4
2021-04-07locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handlingWaiman Long1-11/+14
2021-04-07kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezingJens Axboe1-1/+1
2021-04-07bpf: Fix fexit trampoline.Alexei Starovoitov3-53/+171
2021-03-30PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba1-1/+1
2021-03-30bpf: Fix umd memory leak in copy_process()Zqiang2-10/+30
2021-03-30ftrace: Fix modify_ftrace_direct.Alexei Starovoitov1-5/+38
2021-03-30bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos1-1/+1
2021-03-30gcov: fix clang-11+ supportNick Desaulniers1-0/+69
2021-03-30static_call: Fix static_call_set_init()Peter Zijlstra1-7/+10
2021-03-30static_call: Fix the module key fixupPeter Zijlstra1-3/+4
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-2/+53
2021-03-30mm/fork: clear PASID for new mmFenghua Yu1-0/+8
2021-03-25genirq: Disable interrupts for force threaded handlersThomas Gleixner1-0/+4
2021-03-25static_call: Fix static_call_update() sanity checkPeter Zijlstra2-1/+18
2021-03-25kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov4-5/+4
2021-03-25module: harden ELF info handlingFrank van der Linden3-21/+126
2021-03-25module: avoid *goto*s in module_sig_check()Sergey Shtylyov1-10/+10
2021-03-25module: merge repetitive strings in module_sig_check()Sergey Shtylyov1-4/+5
2021-03-20bpf: Add sanity check for upper ptr_limitPiotr Krysiuk1-3/+8
2021-03-20bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk1-5/+5
2021-03-20bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk1-2/+2
2021-03-20bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk1-6/+10
2021-03-17x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-0/+36
2021-03-17sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-17hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39
2021-03-17perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-4/+38
2021-03-17sysctl.c: fix underflow value setting risk in vm_tableLin Feng1-4/+4
2021-03-09ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)1-0/+11
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli2-5/+4
2021-03-07sched/core: Allow try_invoke_on_locked_down_task() with irqs disabledPeter Zijlstra1-5/+4
2021-03-04kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+11
2021-03-04kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTOREChris Wilson1-1/+1
2021-03-04printk: fix deadlock when kernel panicMuchun Song1-4/+12
2021-03-04module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song1-2/+19
2021-03-04kprobes: Fix to delay the kprobes jump optimizationMasami Hiramatsu1-10/+21
2021-03-04rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker3-3/+6
2021-03-04rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker1-1/+10
2021-03-04seccomp: Add missing return in non-void functionPaul Cercueil1-0/+2
2021-03-04printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18
2021-03-04tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)1-16/+64
2021-03-04smp: Process pending softirqs in flush_smp_call_function_from_idle()Sebastian Andrzej Siewior1-0/+4