summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-171-0/+2
* bpf: Unbreak BPF_PROG_TYPE_KPROBE when kprobe is called via do_int3Alexei Starovoitov2021-02-171-3/+0
* cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou2021-02-171-0/+3
* 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 verifier jsgt branch analysis on max boundDaniel Borkmann2021-02-131-2/+2
* bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann2021-02-131-15/+13
* bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann2021-02-131-1/+5
* genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier2021-02-101-24/+20
* tracing: Use pause-on-trace with the latency tracersViktor Rosendahl2021-02-101-0/+4
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-02-101-0/+4
* tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu2021-02-102-13/+31
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-101-2/+0
* bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-02-101-1/+4
* bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-02-101-1/+5
* 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
* locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEPPeter Zijlstra2021-02-071-1/+6
* 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
* printk: fix string termination for record_print_text()John Ogness2021-01-301-1/+1
* printk: fix buffer overflow potential for print_text()John Ogness2021-01-301-9/+27
* kernel/io_uring: cancel io_uring before task worksPavel Begunkov2021-01-301-0/+2
* futex: Handle faults correctly for PI futexesThomas Gleixner2021-01-301-37/+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-15/+16
* bpf: Local storage helpers should check nullness of owner ptr passedKP Singh2021-01-271-1/+4
* locking/lockdep: Cure noinstr failPeter Zijlstra2021-01-271-1/+1
* printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness2021-01-271-2/+2
* printk: ringbuffer: fix line countingJohn Ogness2021-01-271-1/+1
* bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attachJiri Olsa2021-01-271-2/+4
* bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callbackMircea Cirjaliu2021-01-231-1/+1
* bpf: Support PTR_TO_MEM{,_OR_NULL} register spillingGilad Reti2021-01-231-0/+2
* bpf: Don't leak memory in bpf getsockopt when optlen == 0Stanislav Fomichev2021-01-231-2/+3
* bpf: Fix signed_{sub,add32}_overflows type handlingDaniel Borkmann2021-01-231-3/+3
* bpf: Save correct stopping point in file seq iterationJonathan Lemon2021-01-191-1/+2
* bpf: Simplify task_file_seq_get_next()Song Liu2021-01-191-37/+17
* rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2021-01-191-4/+21
* tracing/kprobes: Do the notrace functions check without kprobes on ftraceMasami Hiramatsu2021-01-192-2/+2
* workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2021-01-121-3/+10
* exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2021-01-094-26/+26
* rwsem: Implement down_read_interruptibleEric W. Biederman2021-01-091-0/+26
* rwsem: Implement down_read_killable_nestedEric W. Biederman2021-01-091-0/+14