summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui2020-01-271-0/+1
* signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman2020-01-271-0/+5
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2020-01-271-0/+3
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-271-1/+1
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-231-5/+9
* ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner2020-01-231-5/+10
* 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
* bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-121-2/+7
* bpf: reject passing modified ctx to helper functionsDaniel Borkmann2020-01-121-15/+30
* locking/spinlock/debug: Fix various data racesMarco Elver2020-01-121-16/+16
* ftrace: Avoid potential division by zero in function profilerWen Yang2020-01-091-3/+3
* exit: panic before exit_mm() on global init exitchenqiwu2020-01-091-4/+8
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-091-2/+2
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-092-4/+12
* memcg: account security cred as well to kmemcgShakeel Butt2020-01-091-3/+3
* taskstats: fix data-raceChristian Brauner2020-01-091-11/+19
* PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft2020-01-091-1/+8
* ptp: fix the race between the release of ptp_clock and cdevVladis Dronov2020-01-041-18/+13
* 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-171-0/+2
* workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo2019-12-171-0/+1
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-171-5/+6
* workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo2019-12-171-3/+10
* workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo2019-12-171-5/+19
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-171-14/+22
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-12-171-1/+2
* audit_get_nd(): don't unlock parent too earlyAl Viro2019-12-171-1/+1
* futex: Prevent exit livelockThomas Gleixner2019-12-051-15/+91
* futex: Provide distinct return value when owner is exitingThomas Gleixner2019-12-051-7/+9
* futex: Add mutex around futex exitThomas Gleixner2019-12-051-0/+16
* futex: Provide state handling for exec() as wellThomas Gleixner2019-12-051-4/+34
* futex: Sanitize exit state handlingThomas Gleixner2019-12-051-7/+10
* futex: Mark the begin of futex exit explicitlyThomas Gleixner2019-12-052-13/+37
* futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2019-12-052-1/+1
* futex: Split futex_mm_release() for exit/execThomas Gleixner2019-12-052-4/+8
* exit/exec: Seperate mm_release()Thomas Gleixner2019-12-052-2/+12
* futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2019-12-052-28/+15
* futex: Move futex exit handling into futex codeThomas Gleixner2019-12-052-26/+32
* futex: Prevent robust futex exit raceYang Tao2019-12-051-7/+51
* y2038: futex: Move compat implementation into futex.cArnd Bergmann2019-12-053-208/+192
* bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-12-051-2/+2
* bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-12-051-1/+1
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-12-051-5/+0
* audit: print empty EXECVE argsRichard Guy Briggs2019-12-011-1/+1
* sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2019-12-011-2/+11
* sched/topology: Fix off by one bugPeter Zijlstra2019-12-011-1/+1
* bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo2019-12-011-2/+1
* printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky2019-12-011-1/+1