summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner2020-06-031-7/+19
* padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2020-05-271-20/+3
* padata: initialize pd->cpu with effective cpumaskDaniel Jordan2020-05-271-1/+1
* padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2020-05-271-77/+18
* padata: set cpu_index of unused CPUs to -1Mathias Krause2020-05-271-1/+7
* padata: ensure padata_do_serial() runs on the correct CPUMathias Krause2020-05-271-1/+19
* padata: ensure the reorder timer callback runs on the correct CPUMathias Krause2020-05-271-1/+42
* padata: get_next is never NULLJason A. Donenfeld2020-05-271-9/+4
* padata: Remove unused but set variablesTobias Klauser2020-05-271-4/+0
* Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-201-1/+0
* kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada2020-05-201-0/+1
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-05-201-18/+13
* blktrace: fix dereference after null checkCengiz Can2020-05-201-1/+4
* blktrace: Protect q->blk_trace with RCUJan Kara2020-05-201-30/+80
* blktrace: fix trace mutex deadlockJens Axboe2020-05-201-2/+2
* blktrace: fix unlocked access to init/start-stop/teardownJens Axboe2020-05-201-10/+48
* blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2020-05-201-6/+12
* sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2020-05-101-16/+11
* bpf: fix map not being uncharged during map creation failureDaniel Borkmann2020-05-101-1/+3
* bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov2020-05-101-0/+4
* perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
* audit: check the length of userspace generated audit recordsPaul Moore2020-05-021-0/+3
* kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin2020-05-021-1/+1
* locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney2020-04-241-4/+4
* tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-241-7/+3
* kmod: make request_module() return an error when autoloading is disabledEric Biggers2020-04-241-2/+2
* futex: futex_wake_op, do not fail on invalid opJiri Slaby2020-04-241-2/+10
* signal: Extend exec_id to 64bitsEric W. Biederman2020-04-241-1/+1
* locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()Boqun Feng2020-04-241-0/+4
* padata: always acquire cpu_hotplug_lock before pinst->lockDaniel Jordan2020-04-131-2/+2
* bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman2020-04-021-1/+2
* genirq: Fix reference leaks on irq affinity notifiersEdward Cree2020-04-021-2/+9
* futex: Unbreak futex hashingThomas Gleixner2020-04-021-2/+2
* futex: Fix inode life-time issuePeter Zijlstra2020-04-021-36/+53
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-04-021-1/+1
* signal: avoid double atomic counter increments for user accountingLinus Torvalds2020-03-201-9/+14
* audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-03-111-19/+21
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2020-03-111-1/+5
* audit: fix error handling in audit_data_to_entry()Paul Moore2020-03-111-32/+39
* trigger_next should increase position indexVasily Averin2020-02-281-2/+3
* tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)2020-02-281-10/+9
* padata: Remove broken queue flushingHerbert Xu2020-02-281-33/+12
* perf/core: Fix mlock accounting in perf_mmap()Song Liu2020-02-141-1/+9
* clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-141-2/+9
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-291-0/+5
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-291-1/+1
* 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
* locking/spinlock/debug: Fix various data racesMarco Elver2020-01-121-16/+16
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-121-3/+3