summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-12-07bpf: verifier remove the rejection on BPF_ALU | BPF_ARSHJiong Wang
2018-12-07bpf: interpreter support BPF_ALU | BPF_ARSHJiong Wang
2018-12-07Merge tag 'gcc-plugins-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-06Merge tag 'trace-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-06kexec_file: kexec_walk_memblock() only walks a dedicated region at kdumpAKASHI Takahiro
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro
2018-12-06kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro
2018-12-05Uprobes: Fix kernel oops with delayed_uprobe_remove()Ravi Bangoria
2018-12-05stackleak: Mark stackleak_track_stack() as notraceAnders Roxell
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-12-05bpf: add __weak hook for allocating executable memoryArd Biesheuvel
2018-12-05timekeeping: Use proper seqcount initializerBart Van Assche
2018-12-04bpf: add per-insn complexity limitAlexei Starovoitov
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov
2018-12-04bpf: check pending signals while verifying programsAlexei Starovoitov
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2018-12-03audit: shorten PATH cap values when zeroRichard Guy Briggs
2018-12-03sched: Fix various typos in commentsIngo Molnar
2018-12-03Merge tag 'v4.20-rc5' into irq/core, to pick up fixesIngo Molnar
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar
2018-12-03perf: Fix typos in commentsIngo Molnar
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau
2018-12-01rcutorture: Don't do busted forward-progress testingPaul E. McKenney
2018-12-01rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney
2018-12-01rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney
2018-12-01rcutorture: Print forward-progress test age upon failurePaul E. McKenney
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney
2018-12-01rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney
2018-12-01rcutorture: Print GP age upon forward-progress failurePaul E. McKenney
2018-12-01rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney
2018-12-01rcutorture: Prepare for asynchronous access to rcu_fwd_startatPaul E. McKenney
2018-12-01torture: Remove unnecessary "ret" variablesPierce Griffiths
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney
2018-12-01rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney
2018-12-01rcutorture: Remove cbflood facilityPaul E. McKenney
2018-12-01torture: Bring any extra CPUs online during kernel startupPaul E. McKenney
2018-12-01rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a...Paul E. McKenney
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-11-30Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-11-30kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell