summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli4-0/+44
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli4-2/+50
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli3-35/+19
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka2-0/+55
2020-06-08tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=yVlastimil Babka1-1/+1
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka3-11/+2
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka2-16/+41
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka4-0/+122
2020-06-08xarray.h: correct return code documentation for xa_store_{bh,irq}()Manfred Spraul1-2/+2
2020-06-08kernel: add panic_on_taintRafael Aquini6-1/+75
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai10-14/+46
2020-06-08ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano2-2/+24
2020-06-08ipc/msg: add missing annotation for freeque()Jules Irenge1-0/+2
2020-06-08mm/page_idle.c: skip offline pagesSeongJae Park1-5/+2
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds290-2629/+98743
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds23-144/+303
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds355-8986/+13112
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds47-331/+619
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds298-2674/+7744
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds145-11610/+121
2020-06-06Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds11-86/+55
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds60-757/+883
2020-06-06Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-3/+143
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds11-141/+327
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-0/+40
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds97-2006/+3682
2020-06-06hpfs: fix warning due to superfluous semicolonZou Wei1-1/+1
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-99/+110
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-21/+55
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds13-87/+397
2020-06-06kbuild: add variables for compression toolsDenis Efremov10-24/+45
2020-06-06Makefile: install modules.builtin even if CONFIG_MODULES=nJonas Zeiger1-3/+11
2020-06-06mksysmap: Fix the mismatch of '.L' symbols in System.mapashimida1-1/+1
2020-06-06kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2020-06-06modpost: change elf_info->size to size_tMasahiro Yamada2-6/+5
2020-06-06modpost: remove is_vmlinux() helperMasahiro Yamada1-15/+1
2020-06-06modpost: strip .o from modname before calling new_module()Masahiro Yamada2-10/+12
2020-06-06modpost: set have_vmlinux in new_module()Masahiro Yamada1-5/+3
2020-06-06modpost: remove mod->skip struct memberMasahiro Yamada2-7/+3
2020-06-06modpost: add mod->is_vmlinux struct memberMasahiro Yamada2-9/+11
2020-06-06modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()Masahiro Yamada1-12/+8
2020-06-06modpost: remove mod->is_dot_o struct memberMasahiro Yamada2-13/+2
2020-06-06modpost: move -d option in scripts/Makefile.modpostMasahiro Yamada1-3/+1
2020-06-06modpost: remove -s optionMasahiro Yamada2-9/+3
2020-06-06modpost: remove get_next_text() and make {grab,release_}file staticMasahiro Yamada2-39/+2
2020-06-06modpost: use read_text_file() and get_line() for reading text filesMasahiro Yamada2-17/+14
2020-06-06modpost: avoid false-positive file open errorMasahiro Yamada1-4/+3
2020-06-06modpost: fix potential mmap'ed file overrun in get_src_version()Masahiro Yamada1-17/+11
2020-06-06modpost: add read_text_file() and get_line() helpersMasahiro Yamada2-0/+51
2020-06-06modpost: do not call get_modinfo() for vmlinux(.o)Masahiro Yamada1-21/+24