summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-05-051-0/+7
* 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
* x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan2020-04-241-4/+1
* 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
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-241-1/+7
* 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
* workqueue: don't use wq_select_unbound_cpu() for bound worksHillf Danton2020-03-201-6/+8
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-201-0/+4
* audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-03-111-19/+21
* 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
* ftrace: fpid_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
* tracing: Fix tracing_stat return values in error handling pathsLuis Henriques2020-02-281-4/+8
* cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra2020-02-281-4/+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
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2020-01-291-0/+3
* 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
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-121-2/+2
* memcg: account security cred as well to kmemcgShakeel Butt2020-01-121-3/+3
* taskstats: fix data-raceChristian Brauner2020-01-121-11/+19
* PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft2020-01-121-1/+8
* hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+7
* kernel: sysctl: make drop_caches write-onlyJohannes Weiner2020-01-041-1/+1
* kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko2019-12-211-0/+2
* workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-12-211-0/+1
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-211-5/+6
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-211-3/+10
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-211-5/+19
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-211-14/+22
* audit_get_nd(): don't unlock parent too earlyAl Viro2019-12-211-1/+1