summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-121-2/+0
|\
| * clocksource: Remove obsolete ifdefThomas Gleixner2020-06-091-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-112-8/+79
|\ \
| * | kernel: set USER_DS in kthread_use_mmChristoph Hellwig2020-06-111-0/+6
| * | kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-111-17/+16
| * | kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-111-0/+56
| * | kcov: check kcov_softirq in kcov_remote_stop()Andrey Konovalov2020-06-111-8/+18
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-111-1/+1
|\ \ \
| * | | scs: Report SCS usage in bytes rather than number of entriesWill Deacon2020-06-041-1/+1
* | | | Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-06-111-0/+17
|\ \ \ \
| * \ \ \ Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-2114-109/+190
| |\ \ \ \
| * | | | | kthread: save thread functionJ. Bruce Fields2020-05-091-0/+17
* | | | | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-111-3/+2
|\ \ \ \ \ \
| * | | | | | trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig2020-06-081-3/+2
* | | | | | | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-111-19/+6
|\ \ \ \ \ \ \
| * | | | | | | bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro2020-06-031-19/+6
* | | | | | | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-103-599/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | gcov: Remove old GCC 3.4 supportWill Deacon2020-04-163-599/+1
* | | | | | | | | Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-06-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | PM: hibernate: Add __init annotation to swsusp_header_init()Christophe JAILLET2020-06-051-1/+1
* | | | | | | | | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-0910-1814/+2157
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman2020-06-061-9/+0
| * | | | | | | | | tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)2020-06-011-1/+4
| * | | | | | | | | tracing: Move synthetic events to a separate fileTom Zanussi2020-06-015-1786/+1847
| * | | | | | | | | tracing: Add hist_debug trace event files for histogram debuggingTom Zanussi2020-06-014-0/+301
| * | | | | | | | | tracing: Check state.disabled in synth event trace functionsTom Zanussi2020-06-011-16/+3
| * | | | | | | | | tracing/probe: reverse arguments to list_addJulia Lawall2020-05-201-1/+1
| * | | | | | | | | ftrace: show debugging information when panic_on_warn setCheng Jian2020-05-201-4/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0921-176/+215
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | maccess: always use strict semantics for probe_kernel_readChristoph Hellwig2020-06-092-3/+3
| * | | | | | | | | tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig2020-06-091-29/+43
| * | | | | | | | | bpf: rework the compat kernel probe handlingChristoph Hellwig2020-06-091-42/+67
| * | | | | | | | | bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton2020-06-091-3/+5
| * | | | | | | | | bpf: handle the compat string in bpf_trace_copy_string betterChristoph Hellwig2020-06-091-2/+5
| * | | | | | | | | bpf: factor out a bpf_trace_copy_string helperChristoph Hellwig2020-06-091-18/+24
| * | | | | | | | | maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig2020-06-091-1/+1
| * | | | | | | | | maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig2020-06-091-2/+2
| * | | | | | | | | maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig2020-06-092-3/+3
| * | | | | | | | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-097-12/+12
| * | | | | | | | | mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse2020-06-091-12/+5
| * | | | | | | | | mmap locking API: convert nested write lock sitesMichel Lespinasse2020-06-091-1/+1
| * | | | | | | | | mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-0910-39/+39
| * | | | | | | | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
| * | | | | | | | | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
| * | | | | | | | | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-093-3/+3
| * | | | | | | | | kernel: use show_stack_loglvl()Dmitry Safonov2020-06-091-1/+1
| * | | | | | | | | sched: print stack trace with KERN_INFODmitry Safonov2020-06-091-1/+1
| * | | | | | | | | kdb: don't play with console_loglevelDmitry Safonov2020-06-091-7/+8
| * | | | | | | | | kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-093-10/+8
* | | | | | | | | | uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-091-4/+12
|/ / / / / / / / /