summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-11signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-05-22clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov1-2/+9
2020-05-22tracing: Fix tracing_stat return values in error handling pathsLuis Henriques1-4/+8
2020-05-22tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)1-10/+9
2020-05-22padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan1-2/+2
2020-05-22padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan1-20/+3
2020-05-22padata: Remove broken queue flushingHerbert Xu1-31/+12
2020-05-22padata: initialize pd->cpu with effective cpumaskDaniel Jordan1-1/+1
2020-05-22padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu1-79/+18
2020-05-22padata: ensure padata_do_serial() runs on the correct CPUMathias Krause1-1/+19
2020-05-22padata: ensure the reorder timer callback runs on the correct CPUMathias Krause1-1/+42
2020-05-22padata: set cpu_index of unused CPUs to -1Mathias Krause1-1/+7
2020-05-22padata: get_next is never NULLJason A. Donenfeld1-9/+4
2020-05-22padata: avoid race in reorderingJason A. Donenfeld1-2/+3
2020-05-22padata: Remove unused but set variablesTobias Klauser1-4/+0
2020-04-28futex: Unbreak futex hashingThomas Gleixner1-2/+2
2020-04-28futex: Fix inode life-time issuePeter Zijlstra1-36/+53
2020-04-28ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-04-28blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-04-28blktrace: Protect q->blk_trace with RCUJan Kara1-30/+80
2020-04-28blktrace: re-write setting q->blk_traceDavidlohr Bueso1-11/+5
2020-04-28namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca1-0/+18
2020-04-28kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-04-28ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-04-28tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-04-28taskstats: fix data-raceChristian Brauner1-11/+19
2020-02-11hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner2-21/+13
2020-02-11futex: Prevent robust futex exit raceYang Tao2-7/+47
2020-02-11workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-8/+20
2020-01-11Revert "sched/fair: Fix bandwidth timer clock drift condition"Ben Hutchings2-10/+6
2020-01-11PM / Hibernate: Call flush_icache_range() on pages restored in-placeJames Morse1-0/+18
2020-01-11suspend: simplify block I/O handlingChristoph Hellwig4-153/+121
2020-01-11tracing/uprobes: Fix output for multiple string argumentsAndreas Ziegler1-1/+8
2019-12-19tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-12-19sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-19panic: ensure preemption is disabled during panic()Will Deacon1-0/+1
2019-12-19tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan1-31/+30
2019-12-19tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...Andreas Sandberg1-3/+7
2019-12-19tick: broadcast-hrtimer: Remove overly clever return value abuseThomas Gleixner1-3/+5
2019-12-19hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar1-0/+1
2019-11-22alarmtimer: Use EOPNOTSUPP instead of ENOTSUPPThadeu Lima de Souza Cascardo1-4/+4
2019-11-22genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye1-0/+2
2019-11-22sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+7
2019-11-22sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2-8/+24
2019-10-31padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan1-0/+12
2019-10-31signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman1-1/+1
2019-10-05tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-10-05cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-10-05perf/ioctl: Add check for the sample_period valueRavi Bangoria1-0/+3
2019-10-05perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1