summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-08-04Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek-4/+4
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-120/+210
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-204/+1108
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-277/+789
2020-08-03Merge tag 'perf-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+302
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-167/+1309
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-206/+1234
2020-08-03Merge tag 'irq-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+10
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-28/+14
2020-08-03Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...Linus Torvalds-1/+1
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan-1/+0
2020-08-03kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song-0/+7
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik-4/+6
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds-32/+55
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-141/+36
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang-2/+2
2020-08-03Merge tag 'irqchip-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-2/+4
2020-08-03Merge branches 'pm-sleep', 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki-6/+6
2020-08-03Merge branch 'pm-cpufreq'Rafael J. Wysocki-5/+1
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki-109/+203
2020-08-03Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar-1/+7
2020-08-02list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-14/+22
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko-1/+48
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-3/+14
2020-08-01Merge tag 'for-linus-2020-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2020-08-01modules: return licensing information from find_symbolChristoph Hellwig-5/+11
2020-08-01modules: rename the licence field in struct symsearch to licenseChristoph Hellwig-2/+2
2020-08-01modules: unexport __module_addressChristoph Hellwig-1/+0
2020-08-01modules: unexport __module_text_addressChristoph Hellwig-1/+0
2020-08-01modules: mark each_symbol_section staticChristoph Hellwig-2/+1
2020-08-01modules: mark find_symbol staticChristoph Hellwig-2/+1
2020-08-01modules: mark ref_module staticChristoph Hellwig-4/+2
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar-9/+1136
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider-0/+10
2020-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-3/+14
2020-07-31Merge branches 'for-next/misc', 'for-next/vmcoreinfo', 'for-next/cpufeature',...Catalin Marinas-28/+14
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar-20/+27
2020-07-31kcsan: Improve IRQ state trace reportingMarco Elver-0/+33
2020-07-31lockdep: Refactor IRQ trace events fields into structMarco Elver-39/+35
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch-6/+0
2020-07-30ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou-0/+8
2020-07-30ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou-4/+7
2020-07-30tracing/hwlat: Honor the tracing_cpumaskKevin Hao-2/+3
2020-07-30tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao-1/+0
2020-07-31bpf: Add missing newline characters in verifier error messagesYonghong Song-2/+2
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-206/+1234
2020-07-30tasklet: Introduce new initialization APIRomain Perier-1/+17
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-3/+3
2020-07-30bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko-3/+9