summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* audit: print empty EXECVE argsRichard Guy Briggs2019-11-281-1/+1
* sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2019-11-281-2/+11
* printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky2019-11-281-1/+1
* printk: Give error on attempt to set log buffer length to over 2GHe Zhe2019-11-251-6/+12
* cpu/SMT: State SMT is disabled even with nosmt and without "=force"Borislav Petkov2019-11-251-0/+1
* kprobes: Don't call BUG_ON() if there is a kprobe in use on free listMasami Hiramatsu2019-11-251-1/+7
* signal: Properly deliver SIGILL from uprobesEric W. Biederman2019-11-251-2/+2
* signal: Always ignore SIGKILL and SIGSTOP sent to the global initEric W. Biederman2019-11-251-0/+4
* cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-161-1/+26
* alarmtimer: Change remaining ENOTSUPP to EOPNOTSUPPPetr Vorel2019-11-101-2/+2
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1