summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-231-5/+9
* bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-232-5/+17
* locking/lockdep: Fix buffer overrun problem in stack_trace[]Waiman Long2020-01-231-4/+3
* locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWNWaiman Long2020-01-231-2/+2
* cpu/SMT: Fix x86 link error without CONFIG_SYSFSArnd Bergmann2020-01-231-71/+72
* ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner2020-01-231-5/+10
* perf: Correctly handle failed perf_get_aux_event()Mark Rutland2020-01-231-1/+3
* keys: Fix request_key() cacheDavid Howells2020-01-171-2/+2
* bpf: Make use of probe_user_write in probe write helperDaniel Borkmann2020-01-171-4/+2
* bpf: cgroup: prevent out-of-order release of cgroup bpfRoman Gushchin2020-01-171-2/+9
* clone3: ensure copy_thread_tls is implementedAmanieu d'Antras2020-01-141-0/+10
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-01-141-0/+5
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-01-141-1/+3
* tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)2020-01-122-0/+23
* psi: Fix a division error in psi poll()Johannes Weiner2020-01-121-1/+1
* sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner2020-01-121-1/+2
* locking/spinlock/debug: Fix various data racesMarco Elver2020-01-121-16/+16
* bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-121-2/+7
* kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2020-01-091-0/+2
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-091-3/+3
* exit: panic before exit_mm() on global init exitchenqiwu2020-01-091-4/+8
* tracing: Fix endianness bug in histogram triggerSven Schnelle2020-01-091-1/+20
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-091-2/+2
* tracing: Avoid memory leak in process_system_preds()Keita Suzuki2020-01-091-1/+1
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-092-4/+12
* bpf: Fix precision tracking for unbounded scalarsDaniel Borkmann2020-01-091-21/+22
* seccomp: Check that seccomp_notif is zeroed out by the userSargun Dhillon2020-01-091-0/+7
* memcg: account security cred as well to kmemcgShakeel Butt2020-01-091-3/+3
* taskstats: fix data-raceChristian Brauner2020-01-091-11/+19
* PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft2020-01-091-1/+8
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-01-041-18/+13
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+7
* kernel: sysctl: make drop_caches write-onlyJohannes Weiner2020-01-041-1/+1
* dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2020-01-041-7/+9
* dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2020-01-041-0/+1
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-312-5/+21
* bpf: Provide better register bounds after jmp32 instructionsYonghong Song2019-12-311-0/+19
* perf/core: Fix the mlock accounting, againAlexander Shishkin2019-12-311-4/+2
* sched/uclamp: Fix overzealous type replacementValentin Schneider2019-12-312-4/+4
* tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu2019-12-311-3/+24
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-12-311-1/+1
* cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang2019-12-311-0/+9
* bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu2019-12-311-3/+4
* workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-12-171-0/+1
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-171-5/+6
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-171-3/+10
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-171-5/+19
* time: Zero the upper 32-bits in __kernel_timespec on 32-bitDmitry Safonov2019-12-131-1/+2
* futex: Prevent exit livelockThomas Gleixner2019-11-291-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2019-11-291-7/+9