summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* taskstats: fix data-raceChristian Brauner2020-01-121-11/+19
* 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/core: Allow putting thread_info into task_structAndy Lutomirski2019-12-211-0/+4
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-211-14/+22
* 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
* 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
* 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
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* kernel/sysctl.c: do not override max_threads provided by userspaceMichal Hocko2019-10-171-2/+2
* panic: ensure preemption is disabled during panic()Will Deacon2019-10-171-0/+1
* kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-10-171-0/+1