aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-09MMU notifier: use the new mmap locking APIGravatar Michel Lespinasse 1-2/+3
2020-06-09mmap locking API: initial implementation as rwsem wrappersGravatar Michel Lespinasse 2-0/+55
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 3-0/+93
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 1-0/+24
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 5-4/+5
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 10-12/+13
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-3/+2
2020-06-09sysrq: use show_stack_loglvl()Gravatar Dmitry Safonov 1-0/+2
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Gravatar Dmitry Safonov 1-2/+2
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 2-5/+17
2020-06-08Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 6-6/+64
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Gravatar Linus Torvalds 1-0/+6
2020-06-08Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 3-0/+30
2020-06-08Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-162/+119
2020-06-08Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+23
2020-06-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 13-27/+68
2020-06-08asm-generic: add a flush_icache_user_range stubGravatar Christoph Hellwig 1-0/+4
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-3/+3
2020-06-08asm-generic: improve the flush_dcache_page stubGravatar Christoph Hellwig 1-3/+3
2020-06-08asm-generic: don't include <linux/mm.h> in cacheflush.hGravatar Christoph Hellwig 1-3/+0
2020-06-08asm-generic: fix the inclusion guards for cacheflush.hGravatar Christoph Hellwig 1-3/+3
2020-06-08mm/gup: introduce pin_user_pages_locked()Gravatar John Hubbard 1-0/+2
2020-06-08mm/gup.c: convert to use get_user_{page|pages}_fast_only()Gravatar Souptick Joarder 1-2/+8
2020-06-08panic: add sysctl to dump all CPUs backtraces on oops eventGravatar Guilherme G. Piccoli 1-0/+6
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Gravatar Guilherme G. Piccoli 1-0/+7
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineGravatar Vlastimil Babka 1-0/+4
2020-06-08xarray.h: correct return code documentation for xa_store_{bh,irq}()Gravatar Manfred Spraul 1-2/+2
2020-06-08kernel: add panic_on_taintGravatar Rafael Aquini 1-0/+3
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyGravatar Orson Zhai 6-11/+21
2020-06-08ipc/namespace.c: use a work queue to free_ipcGravatar Giuseppe Scrivano 1-0/+2
2020-06-08Merge https://gitlab.freedesktop.org/drm/msm into drm-next-msm-5.8Gravatar Dave Airlie 1-1/+23
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 4-23/+25
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 2-18/+639
2020-06-07Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-0/+1
2020-06-07Merge tag 'ntb-5.8' of git://github.com/jonmason/ntbGravatar Linus Torvalds 1-3/+3
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-197/+758
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-1/+3
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 13-105/+159
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 2-10/+12
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 8-69/+19
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+2
2020-06-06Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 3-3/+143
2020-06-06Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-3/+5
2020-06-06Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-51/+88
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-1/+1
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 1-0/+7
2020-06-06firmware/dmi: Report DMI Bios & EC firmware releaseGravatar Erwan Velu 1-0/+2
2020-06-05NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typosGravatar Wesley Sheng 1-2/+2