summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: add mmap_read_trylock_non_owner()Michel Lespinasse
2020-06-09mmap locking API: convert nested write lock sitesMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09kernel: use show_stack_loglvl()Dmitry Safonov
2020-06-09sched: print stack trace with KERN_INFODmitry Safonov
2020-06-09kdb: don't play with console_loglevelDmitry Safonov
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-06-09clocksource: Remove obsolete ifdefThomas Gleixner
2020-06-08module: move the set_fs hack for flush_icache_range to m68kChristoph Hellwig
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder
2020-06-08kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka
2020-06-08kernel: add panic_on_taintRafael Aquini
2020-06-08trace: fix an incorrect __user annotation on stack_trace_sysctlChristoph Hellwig
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2020-06-06kbuild: add variables for compression toolsDenis Efremov
2020-06-05tracing: Remove obsolete PREEMPTIRQ_EVENTS kconfig optionMel Gorman
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-05Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-05PM: hibernate: Add __init annotation to swsusp_header_init()Christophe JAILLET
2020-06-04blktrace: fix endianness for blk_log_remap()Chaitanya Kulkarni
2020-06-04blktrace: fix endianness in get_pdu_int()Chaitanya Kulkarni
2020-06-04blktrace: use errno instead of bi_statusChaitanya Kulkarni
2020-06-04block: remove the error argument to the block_bio_complete tracepointChristoph Hellwig
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens
2020-06-04kernel/kprobes.c: convert to use DEFINE_SEQ_ATTRIBUTE macroKefeng Wang
2020-06-04user.c: make uidhash_table staticJason Yan
2020-06-04kexec_file: don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGEDDavid Hildenbrand
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov
2020-06-04kcov: use t->kcov_mode as enabled indicatorAndrey Konovalov
2020-06-04kcov: move t->kcov_sequence assignmentAndrey Konovalov
2020-06-04kcov: move t->kcov assignments into kcov_start/stopAndrey Konovalov