aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18
2021-02-12tracing: Make hash-ptr option defaultSteven Rostedt (VMware)1-1/+2
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-2/+2
2021-02-12PM: sleep: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2021-02-12PM: Kconfig: remove unneeded "default n" optionsLukasz Luba1-3/+0
2021-02-12PM: EM: update Kconfig description and drop "default n" optionLukasz Luba1-5/+4
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar37-262/+403
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar21-269/+1486
2021-02-12Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/coreIngo Molnar1-13/+13
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar44-297/+457
2021-02-11bpf: Fix subreg optimization for BPF_FETCHIlya Leoshkevich1-2/+21
2021-02-11bpf: Clear per_cpu pointers during bpf_prog_reallocAlexei Starovoitov1-0/+2
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+2
2021-02-11tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu2-0/+4
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu3-2/+83
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)1-1/+1
2021-02-11bpf: Allows per-cpu maps and map-in-map in sleepable programsAlexei Starovoitov2-3/+8
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov2-6/+26
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2-4/+27
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-14/+28
2021-02-11bpf: Run sleepable programs with migration disabledAlexei Starovoitov1-0/+2
2021-02-11bpf: Optimize program statsAlexei Starovoitov4-7/+7
2021-02-11locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long1-1/+0
2021-02-11kgdb: Remove kgdb_schedule_breakpoint()Daniel Thompson1-26/+0
2021-02-10bpf_lru_list: Read double-checked variable once without lockMarco Elver1-3/+4
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+2
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller14-76/+90
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian1-0/+5
2021-02-10seccomp: Improve performace by optimizing rmb()wanghongzhe1-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-21/+22
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei1-146/+511
2021-02-10module: potential uninitialized return in module_kallsyms_on_each_symbol()Dan Carpenter1-1/+1
2021-02-10locking/mutex: Kill mutex_trylock_recursive()Sebastian Andrzej Siewior1-10/+0
2021-02-10lockdep: Noinstr annotate warn_bogus_irq_restore()Peter Zijlstra1-1/+3
2021-02-10printk: fix deadlock when kernel panicMuchun Song1-4/+12
2021-02-10bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann1-15/+13
2021-02-10bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann1-1/+5
2021-02-10bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann1-2/+2
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi1-19/+74
2021-02-09tracing: Update synth command errorsTom Zanussi1-11/+19
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi1-102/+143
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu9-73/+120
2021-02-09kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu1-5/+8
2021-02-09tracepoints: Code clean upSteven Rostedt (VMware)1-56/+35
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig1-40/+0
2021-02-09irqdomain: Mark fwnodes when their irqdomain is added/removedSaravana Kannan1-0/+2
2021-02-08Merge tag 'trace-v5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+2
2021-02-08kdb: Make memory allocations more robustSumit Garg1-1/+1
2021-02-08module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig1-65/+6
2021-02-08module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig1-27/+2