summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-06-11signal: Extend exec_id to 64bitsEric W. Biederman
2020-05-22clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov
2020-05-22tracing: Fix tracing_stat return values in error handling pathsLuis Henriques
2020-05-22tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)
2020-05-22padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan
2020-05-22padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan
2020-05-22padata: Remove broken queue flushingHerbert Xu
2020-05-22padata: initialize pd->cpu with effective cpumaskDaniel Jordan
2020-05-22padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu
2020-05-22padata: ensure padata_do_serial() runs on the correct CPUMathias Krause
2020-05-22padata: ensure the reorder timer callback runs on the correct CPUMathias Krause
2020-05-22padata: set cpu_index of unused CPUs to -1Mathias Krause
2020-05-22padata: get_next is never NULLJason A. Donenfeld
2020-05-22padata: avoid race in reorderingJason A. Donenfeld
2020-05-22padata: Remove unused but set variablesTobias Klauser
2020-04-28futex: Unbreak futex hashingThomas Gleixner
2020-04-28futex: Fix inode life-time issuePeter Zijlstra
2020-04-28ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-04-28blktrace: fix dereference after null checkCengiz Can
2020-04-28blktrace: Protect q->blk_trace with RCUJan Kara
2020-04-28blktrace: re-write setting q->blk_traceDavidlohr Bueso
2020-04-28namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca
2020-04-28kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng
2020-04-28ftrace: Avoid potential division by zero in function profilerWen Yang
2020-04-28tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)
2020-04-28taskstats: fix data-raceChristian Brauner
2020-02-11hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner
2020-02-11futex: Prevent robust futex exit raceYang Tao
2020-02-11workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo
2020-01-11Revert "sched/fair: Fix bandwidth timer clock drift condition"Ben Hutchings
2020-01-11PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse
2020-01-11suspend: simplify block I/O handlingChristoph Hellwig
2020-01-11tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler
2019-12-19tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-12-19sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-12-19panic: ensure preemption is disabled during panic()Will Deacon
2019-12-19tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan
2019-12-19tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg
2019-12-19tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner
2019-12-19hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar
2019-11-22alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo
2019-11-22genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye
2019-11-22sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-11-22sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-10-31padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan
2019-10-31signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman
2019-10-05tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-10-05cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven
2019-10-05perf/ioctl: Add check for the sample_period valueRavi Bangoria
2019-10-05perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra