summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-01-27irqdomain: Add the missing assignment of domain->fwnode for named fwnodeDexuan Cui1-0/+1
2020-01-27signal: Allow cifs and drbd to receive their terminating signalsEric W. Biederman1-0/+5
2020-01-27perf/ioctl: Add check for the sample_period valueRavi Bangoria1-0/+3
2020-01-27kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter1-1/+1
2020-01-23tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet1-5/+9
2020-01-23ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner1-5/+10
2020-01-14tracing: Have stack tracer compile when MCOUNT_INSN_SIZE is not definedSteven Rostedt (VMware)1-0/+5
2020-01-14kernel/trace: Fix do not unregister tracepoints when register sched_migrate_t...Kaitao Cheng1-1/+3
2020-01-12bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann1-2/+7
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann1-15/+30
2020-01-12locking/spinlock/debug: Fix various data racesMarco Elver1-16/+16
2020-01-09ftrace: Avoid potential division by zero in function profilerWen Yang1-3/+3
2020-01-09exit: panic before exit_mm() on global init exitchenqiwu1-4/+8
2020-01-09tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)1-2/+2
2020-01-09tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12
2020-01-09memcg: account security cred as well to kmemcgShakeel Butt1-3/+3
2020-01-09taskstats: fix data-raceChristian Brauner1-11/+19
2020-01-09PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2020-01-04ptp: fix the race between the release of ptp_clock and cdevVladis Dronov1-18/+13
2020-01-04hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+7
2020-01-04kernel: sysctl: make drop_caches write-onlyJohannes Weiner1-1/+1
2019-12-17kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko1-0/+2
2019-12-17workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo1-0/+1
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-12-17workqueue: Fix pwq ref leak in rescuer_thread()Tejun Heo1-3/+10
2019-12-17workqueue: Fix spurious sanity check failures in destroy_workqueue()Tejun Heo1-5/+19
2019-12-17sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-17sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-12-17audit_get_nd(): don't unlock parent too earlyAl Viro1-1/+1
2019-12-05futex: Prevent exit livelockThomas Gleixner1-15/+91
2019-12-05futex: Provide distinct return value when owner is exitingThomas Gleixner1-7/+9
2019-12-05futex: Add mutex around futex exitThomas Gleixner1-0/+16
2019-12-05futex: Provide state handling for exec() as wellThomas Gleixner1-4/+34
2019-12-05futex: Sanitize exit state handlingThomas Gleixner1-7/+10
2019-12-05futex: Mark the begin of futex exit explicitlyThomas Gleixner2-13/+37
2019-12-05futex: Set task::futex_state to DEAD right after handling futex exitThomas Gleixner2-1/+1
2019-12-05futex: Split futex_mm_release() for exit/execThomas Gleixner2-4/+8
2019-12-05exit/exec: Seperate mm_release()Thomas Gleixner2-2/+12
2019-12-05futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2-28/+15
2019-12-05futex: Move futex exit handling into futex codeThomas Gleixner2-26/+32
2019-12-05futex: Prevent robust futex exit raceYang Tao1-7/+51
2019-12-05y2038: futex: Move compat implementation into futex.cArnd Bergmann3-208/+192
2019-12-05bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-12-05bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-12-05fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2019-12-01audit: print empty EXECVE argsRichard Guy Briggs1-1/+1
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2019-12-01bpf: devmap: fix wrong interface selection in notifier_callTaehee Yoo1-2/+1
2019-12-01printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky1-1/+1