summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra-5/+5
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra-7/+14
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner-8/+27
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner-1/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner-1/+3
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner-6/+8
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-3/+2
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-19/+6
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-599/+1
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-1814/+2157
2020-06-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-176/+215
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov-4/+12
2020-06-09maccess: always use strict semantics for probe_kernel_readChristoph Hellwig-3/+3
2020-06-09tracing/kprobes: handle mixed kernel/userspace probes betterChristoph Hellwig-29/+43
2020-06-09bpf: rework the compat kernel probe handlingChristoph Hellwig-42/+67
2020-06-09bpf:bpf_seq_printf(): handle potentially unsafe format string betterAndrew Morton-3/+5
2020-06-09bpf: handle the compat string in bpf_trace_copy_string betterChristoph Hellwig-2/+5
2020-06-09bpf: factor out a bpf_trace_copy_string helperChristoph Hellwig-18/+24
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultChristoph Hellwig-1/+1
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultChristoph Hellwig-2/+2
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig-3/+3
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-12/+12
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse-12/+5
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-39/+39
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-3/+3
2020-06-09kernel: use show_stack_loglvl()Dmitry Safonov-1/+1
2020-06-09sched: print stack trace with KERN_INFODmitry Safonov-1/+1
2020-06-09kdb: don't play with console_loglevelDmitry Safonov-7/+8
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov-10/+8
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig-8/+0
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig-1/+1
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder-2/+2
2020-06-08kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini-3/+2
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli-0/+22
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli-2/+29
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli-28/+9
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka-10/+0
2020-06-08kernel: add panic_on_taintRafael Aquini-1/+44
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig-3/+2
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+5
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+3
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+1
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-136/+318
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-98/+109
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-17/+53
2020-06-06kbuild: add variables for compression toolsDenis Efremov-1/+1