summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-17keys: Fix request_key() cacheDavid Howells1-2/+2
2020-01-17bpf: Make use of probe_user_write in probe write helperDaniel Borkmann1-4/+2
2020-01-17bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin1-2/+9
2020-01-14clone3: ensure copy_thread_tls is implementedAmanieu d'Antras1-0/+10
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-12tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)2-0/+23
2020-01-12psi: Fix a division error in psi poll()Johannes Weiner1-1/+1
2020-01-12sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner1-1/+2
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver1-16/+16
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2020-01-09kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko1-0/+2
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu1-4/+8
2020-01-09tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Avoid memory leak in process_system_preds()Keita Suzuki1-1/+1
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
2020-01-09bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann1-21/+22
2020-01-09seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon1-0/+7
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt1-3/+3
2020-01-09taskstats: fix data-raceChristian Brauner1-11/+19
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner1-1/+1
2020-01-04dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin1-7/+9
2020-01-04dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet1-0/+1
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-31bpf: Provide better register bounds after jmp32 instructionsYonghong Song1-0/+19
2019-12-31perf/core: Fix the mlock accounting, againAlexander Shishkin1-4/+2
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider2-4/+4
2019-12-31tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu1-3/+24
2019-12-31tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-12-31cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang1-0/+9
2019-12-31bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19
2019-12-13time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov1-1/+2
2019-11-29futex: Prevent exit livelockThomas Gleixner1-15/+91
2019-11-29futex: Provide distinct return value when owner is exitingThomas Gleixner1-7/+9
2019-11-29futex: Add mutex around futex exitThomas Gleixner1-0/+16
2019-11-29futex: Provide state handling for exec() as wellThomas Gleixner1-4/+34
2019-11-29futex: Sanitize exit state handlingThomas Gleixner1-7/+10
2019-11-29futex: Mark the begin of futex exit explicitlyThomas Gleixner2-13/+37
2019-11-29futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2-1/+1
2019-11-29futex: Split futex_mm_release() for exit/execThomas Gleixner2-4/+8
2019-11-29exit/exec: Seperate mm_release()Thomas Gleixner2-2/+12