summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-05-221-2/+9
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-05-221-4/+8
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-05-221-10/+9
* padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2020-05-221-2/+2
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2020-05-221-20/+3
* padata: Remove broken queue flushingHerbert Xu2020-05-221-31/+12
* padata: initialize pd->cpu with effective cpumaskDaniel Jordan2020-05-221-1/+1
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2020-05-221-79/+18
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2020-05-221-1/+19
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2020-05-221-1/+42
* padata: set cpu_index of unused CPUs to -1Mathias Krause2020-05-221-1/+7
* padata: get_next is never NULLJason A. Donenfeld2020-05-221-9/+4
* padata: avoid race in reorderingJason A. Donenfeld2020-05-221-2/+3
* padata: Remove unused but set variablesTobias Klauser2020-05-221-4/+0
* futex: Unbreak futex hashingThomas Gleixner2020-04-281-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-04-281-36/+53
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-04-281-18/+13
* blktrace: fix dereference after null checkCengiz Can2020-04-281-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-04-281-30/+80
* blktrace: re-write setting q->blk_traceDavidlohr Bueso2020-04-281-11/+5
* namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2020-04-281-0/+18
* kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng2020-04-281-1/+3
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-04-281-3/+3
* tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)2020-04-281-0/+5
* taskstats: fix data-raceChristian Brauner2020-04-281-11/+19
* hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2020-02-112-21/+13
* futex: Prevent robust futex exit raceYang Tao2020-02-112-7/+47
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2020-02-111-8/+20
* Revert "sched/fair: Fix bandwidth timer clock drift condition"Ben Hutchings2020-01-112-10/+6
* PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse2020-01-111-0/+18
* suspend: simplify block I/O handlingChristoph Hellwig2020-01-114-153/+121
* tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler2020-01-111-1/+8
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-12-191-2/+15
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-191-14/+22
* panic: ensure preemption is disabled during panic()Will Deacon2019-12-191-0/+1
* tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-12-191-31/+30
* tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg2019-12-191-3/+7
* tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner2019-12-191-3/+5
* hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar2019-12-191-0/+1
* alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo2019-11-221-4/+4
* genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye2019-11-221-0/+2
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-11-221-0/+7
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-11-222-8/+24
* padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-10-311-0/+12
* signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman2019-10-311-1/+1
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-10-051-4/+6
* cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven2019-10-051-0/+3
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2019-10-051-0/+3
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-10-051-1/+1
* ptrace: restore smp_rmb() in __ptrace_may_access()Jann Horn2019-10-052-0/+19