summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM: EM: postpone creating the debugfs dir till fs_initcallLukasz Luba2021-03-301-1/+1
* gcov: fix clang-11+ supportNick Desaulniers2021-03-301-0/+69
* 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
* sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers2021-03-171-3/+1
* hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-171-21/+39
* sysctl.c: fix underflow value setting risk in vm_tableLin Feng2021-03-171-4/+4
* sched/features: Fix hrtick reprogrammingJuri Lelli2021-03-072-5/+4
* 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
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-03-043-3/+6
* rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker2021-03-041-1/+10
* 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
* sched/eas: Don't update misfit status if the task is pinnedQais Yousef2021-03-041-1/+1
* 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
* bpf: Fix truncation handling for mod32 dst reg wrt zeroDaniel Borkmann2021-02-261-4/+6
* bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-171-0/+2
* cgroup: fix psi monitor for root cgroupOdin Ugedal2021-02-171-1/+3
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-171-1/+1
* tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-171-1/+2
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-02-131-15/+13
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-132-13/+31
* genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-02-101-24/+20
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-02-101-0/+4
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-101-2/+0
* bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-02-101-1/+1
* bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-02-101-0/+5
* workqueue: Restrict affinity change to rescuerPeter Zijlstra2021-02-071-6/+3
* kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-02-072-1/+27
* PM: hibernate: flush swap writer after markingLaurent Badel2021-02-031-1/+1
* kernel: kexec: remove the lock operation of system_transition_mutexBaoquan He2021-02-031-2/+0
* tracing: Fix race in trace_open and buffer resize callGaurav Kohli2021-01-301-0/+4
* futex: Handle faults correctly for PI futexesThomas Gleixner2021-01-301-36/+20
* futex: Simplify fixup_pi_state_owner()Thomas Gleixner2021-01-301-27/+26
* futex: Use pi_state_update_owner() in put_pi_state()Thomas Gleixner2021-01-301-7/+1
* rtmutex: Remove unused argument from rt_mutex_proxy_unlock()Thomas Gleixner2021-01-303-5/+3
* futex: Provide and use pi_state_update_owner()Thomas Gleixner2021-01-301-33/+33
* futex: Replace pointless printk in fixup_owner()Thomas Gleixner2021-01-301-7/+3
* futex: Ensure the correct return value from futex_lock_pi()Thomas Gleixner2021-01-301-16/+16
* bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-231-1/+1
* bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-231-2/+3
* elfcore: fix building with clangArnd Bergmann2021-01-232-27/+0
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-192-2/+2