summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: uprobes: Fix typo in pr_fmt stringAndreas Ziegler2019-02-151-1/+1
* signal: Better detection of synchronous signalsEric W. Biederman2019-02-151-1/+51
* signal: Always notice exiting tasksEric W. Biederman2019-02-151-0/+6
* perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-121-0/+3
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-123-31/+5Star
* futex: Handle early deadlock return correctlyThomas Gleixner2019-02-122-15/+50
* kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-02-121-1/+1
* kernel/hung_task.c: force console verbose before panicLiu, Chuansheng2019-02-121-7/+5Star
* proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin2019-02-121-0/+2
* kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-02-121-4/+4
* kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2019-02-123-8/+14
* cgroup: fix parsing empty mount option stringOndrej Mosnacek2019-02-121-1/+1
* kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2019-02-121-2/+4
* timekeeping: Use proper seqcount initializerBart Van Assche2019-02-121-1/+3
* genirq/affinity: Spread IRQs to all available NUMA nodesLong Li2019-02-121-3/+2Star
* kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin2019-02-061-2/+10
* bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-311-2/+15
* bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann2019-01-311-13/+48
* bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-311-7/+179
* bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-311-1/+5
* bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-311-1/+7
* bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-311-22/+41
* bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-311-0/+11
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-311-0/+20
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-311-17/+17
* bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-311-37/+38
* bpf: add per-insn complexity limitAlexei Starovoitov2019-01-311-1/+6
* bpf: improve verifier branch analysisAlexei Starovoitov2019-01-311-13/+80
* posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-311-0/+1
* bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2019-01-261-4/+12
* bpf: Allow narrow loads with offset > 0Andrey Ignatov2019-01-261-5/+16
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2019-01-131-34/+9Star
* Fix failure path in alloc_pid()Matthew Wilcox2019-01-131-2/+4
* srcu: Lock srcu_data structure in srcu_gp_start()Dennis Krein2019-01-131-0/+2
* dma-direct: do not include SME mask in the DMA supported checkLendacky, Thomas2019-01-131-2/+11
* mm, devm_memremap_pages: add MEMORY_DEVICE_PRIVATE supportDan Williams2019-01-131-12/+41
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2019-01-131-16/+15Star
* mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams2019-01-131-6/+3Star
* mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2019-01-131-1/+1
* fork: record start_time lateDavid Herrmann2019-01-131-2/+11
* cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2019-01-091-12/+17
* panic: avoid deadlocks in re-entrant console driversSergey Senozhatsky2018-12-291-1/+5
* futex: Cure exit raceThomas Gleixner2018-12-291-6/+63
* posix-timers: Fix division by zero bugThomas Gleixner2018-12-291-4/+1Star
* bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-211-0/+3
* locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2018-12-211-1/+16
* locking/qspinlock: Re-order codePeter Zijlstra2018-12-211-29/+27Star
* tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)2018-12-191-0/+1
* tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)2018-12-191-2/+4
* tracing: Fix memory leak in create_filter()Steven Rostedt (VMware)2018-12-191-1/+4