summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-271-1/+1
* perf/core: Fix the address filtering fixAlexander Shishkin2020-01-271-16/+21
* bpf: Add missed newline in verifier verbose logAndrey Ignatov2020-01-271-1/+1
* perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2020-01-271-34/+47
* perf: Copy parent's address filter offsets on cloneAlexander Shishkin2020-01-271-0/+15
* fork, memcg: fix cached_stacks caseShakeel Butt2020-01-271-0/+1
* fork,memcg: fix crash in free_thread_stack on memcg charge failRik van Riel2020-01-271-2/+7
* genirq/debugfs: Reinstate full OF path for domain nameMarc Zyngier2020-01-271-1/+1
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-231-5/+9
* bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-232-5/+17
* ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()Christian Brauner2020-01-231-5/+10
* LSM: generalize flag passing to security_capableMicah Morton2020-01-232-11/+15
* 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
* bpf: Fix passing modified ctx to ld/abs/ind instructionDaniel Borkmann2020-01-121-2/+7
* 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: Fix endianness bug in histogram triggerSven Schnelle2020-01-091-1/+20
* tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)2020-01-091-2/+2
* tracing: Avoid memory leak in process_system_preds()Keita Suzuki2020-01-091-1/+1
* 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
* dma-debug: add a schedule point in debug_dma_dump_mappings()Eric Dumazet2020-01-041-0/+1
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-312-5/+21
* tracing/kprobe: Check whether the non-suffixed symbol is notraceMasami Hiramatsu2019-12-311-3/+24
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-12-311-1/+1
* bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu2019-12-311-3/+4
* 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-131-14/+22
* bpf: btf: check name validity for various typesYonghong Song2019-12-131-0/+57
* bpf: btf: implement btf_name_valid_identifier()Yonghong Song2019-12-131-0/+25
* audit: Embed key into chunkJan Kara2019-12-131-19/+8
* perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-12-131-1/+1
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-12-131-1/+2
* audit_get_nd(): don't unlock parent too earlyAl Viro2019-12-131-1/+1
* xdp: fix cpumap redirect SKB creation bugJesper Dangaard Brouer2019-12-051-3/+10
* 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
* bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer2019-12-051-1/+1