summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-32/+10
* openrisc: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-25/+6
* m68knommu: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-17/+2
* microblaze: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-27/+2
* ia64: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-25/+3
* hexagon: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-14/+5
* c6x: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-18/+1
* arm64: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-41/+5
* alpha: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-22/+6
* asm-generic: improve the flush_dcache_page stubChristoph Hellwig2020-06-081-3/+3
* asm-generic: don't include <linux/mm.h> in cacheflush.hChristoph Hellwig2020-06-085-5/+7
* asm-generic: fix the inclusion guards for cacheflush.hChristoph Hellwig2020-06-081-3/+3
* unicore32: remove flush_cache_user_rangeChristoph Hellwig2020-06-081-8/+0
* powerpc: unexport flush_icache_user_rangeChristoph Hellwig2020-06-081-1/+0
* nds32: unexport flush_icache_pageChristoph Hellwig2020-06-081-1/+0
* arm: fix the flush_icache_range arguments in set_fiq_handlerChristoph Hellwig2020-06-081-2/+2
* vhost: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-081-3/+2
* docs: mm/gup: pin_user_pages.rst: add a "case 5"John Hubbard2020-06-081-0/+18
* mm/gup: documentation fix for pin_user_pages*() APIsJohn Hubbard2020-06-081-9/+0
* mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-081-4/+3
* mm/gup: introduce pin_user_pages_locked()John Hubbard2020-06-082-0/+37
* mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)John Hubbard2020-06-081-14/+19
* mm/gup.c: convert to use get_user_{page|pages}_fast_only()Souptick Joarder2020-06-087-27/+32
* kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.taintedRafael Aquini2020-06-081-3/+2
* panic: add sysctl to dump all CPUs backtraces on oops eventGuilherme G. Piccoli2020-06-084-0/+44
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-084-2/+50
* kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-083-35/+19
* lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka2020-06-082-0/+55
* tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=yVlastimil Babka2020-06-081-1/+1
* kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka2020-06-083-11/+2
* kernel/sysctl: support handling command line aliasesVlastimil Babka2020-06-082-16/+41
* kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka2020-06-084-0/+122
* xarray.h: correct return code documentation for xa_store_{bh,irq}()Manfred Spraul2020-06-081-2/+2
* kernel: add panic_on_taintRafael Aquini2020-06-086-1/+75
* dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai2020-06-0810-14/+46
* ipc/namespace.c: use a work queue to free_ipcGiuseppe Scrivano2020-06-082-2/+24
* ipc/msg: add missing annotation for freeque()Jules Irenge2020-06-081-0/+2
* mm/page_idle.c: skip offline pagesSeongJae Park2020-06-081-5/+2
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-07290-2629/+98743
|\
| * habanalabs: correctly cast u64 to void*Oded Gabbay2020-06-011-1/+1
| * habanalabs: initialize variable to default valueTomer Tayar2020-06-011-1/+1
| * Merge tag 'gnss-5.8-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2020-05-292-3/+7
| |\
| | * gnss: replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| | * gnss: sirf: fix error return code in sirf_probe()Wei Yongjun2020-05-131-2/+6
| * | Merge tag 'extcon-next-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-05-294-11/+21
| |\ \
| | * | extcon: arizona: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-8/+9
| | * | extcon: max14577: Add proper dt-compatible stringsMarek Szyprowski2020-05-291-0/+10
| | * | extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()'Christophe JAILLET2020-05-291-2/+1
| | * | extcon: remove redundant assignment to variable idxColin Ian King2020-05-291-1/+1
| | |/
| * | w1: omap-hdq: print dev_err if irq flags are not clearedH. Nikolaus Schaller2020-05-271-0/+8