summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Prohibit alu ops for pointer types not defining ptr_limitPiotr Krysiuk2021-03-241-6/+10
* bpf: Add sanity check for upper ptr_limitPiotr Krysiuk2021-03-241-3/+8
* bpf: Simplify alu_limit masking for pointer arithmeticPiotr Krysiuk2021-03-241-5/+5
* bpf: Fix off-by-one for area size in creating mask to leftPiotr Krysiuk2021-03-241-2/+2
* printk: fix deadlock when kernel panicMuchun Song2021-03-031-4/+12
* module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbolsFangrui Song2021-03-031-2/+19
* seccomp: Add missing return in non-void functionPaul Cercueil2021-03-031-0/+2
* tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)2021-03-031-16/+64
* ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian2021-03-031-0/+5
* bpf_lru_list: Read double-checked variable once without lockMarco Elver2021-03-031-3/+4
* kdb: Make memory allocations more robustSumit Garg2021-03-031-1/+1
* bpf: Check for integer overflow when using roundup_pow_of_two()Bui Quang Minh2021-02-231-0/+2
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-231-1/+1
* tracing: Do not count ftrace events in top level enable outputSteven Rostedt (VMware)2021-02-231-1/+2
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-02-231-2/+0
* kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo2021-02-101-0/+4
* elfcore: fix building with clangArnd Bergmann2021-02-102-27/+0
* kthread: Extract KTHREAD_IS_PER_CPUPeter Zijlstra2021-02-072-1/+27
* 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
* futex: futex_wake_op, fix sign_extend32 sign bitsJiri Slaby2021-01-301-2/+2
* workqueue: Kick a worker based on the actual activation of delayed worksYunfeng Ye2021-01-121-3/+10
* module: delay kobject uevent until after module init callJessica Yu2021-01-091-2/+3
* module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2021-01-091-0/+1
* genirq/irqdomain: Don't try to free an interrupt that has no mappingMarc Zyngier2020-12-291-2/+9
* sched: Reenable interrupts in do_sched_yield()Thomas Gleixner2020-12-291-5/+1
* sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-12-292-26/+21
* kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handlingNicholas Piggin2020-12-291-1/+5
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-112-5/+8
* ftrace: Fix updating FTRACE_FL_TRAMPNaveen N. Rao2020-12-111-1/+21
* reboot: fix overflow parsing reboot cpu numberMatteo Croce2020-11-181-0/+7
* Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"Matteo Croce2020-11-181-14/+7
* perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-11-181-3/+4
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-181-7/+5
* perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2020-11-181-0/+4
* perf/core: Fix bad use of igrab()Song Liu2020-11-181-12/+9
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* don't dump the threads that had been already exiting when zapped.Al Viro2020-11-181-1/+4
* futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2020-11-181-2/+3
* perf: Fix get_recursion_context()Peter Zijlstra2020-11-181-1/+1
* genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHYMarc Zyngier2020-11-181-0/+1
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-11-181-4/+0
* ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)2020-11-181-10/+44
* fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parentEddy Wu2020-11-101-5/+5