aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-18mtd: spi-nor: intel: provide a range for poll_timoutGravatar Nicholas Mc Guire 1-2/+2
2018-05-18mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_readGravatar Yogesh Gaur 1-2/+2
2018-05-18mtd: spi-nor: intel-spi: Explicitly mark the driver as dangerous in KconfigGravatar Mika Westerberg 1-2/+2
2018-05-18mtd: spi-nor: intel-spi: Fix atomic sequence handlingGravatar Mika Westerberg 1-9/+67
2018-04-21mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.Gravatar NeilBrown 2-0/+16
2018-04-20mtd: spi-nor: Add support for XM25QH64A and XM25QH128AGravatar Hauke Mehrtens 1-0/+4
2018-04-20mtd: spi-nor: hisi: Avoid generic function namesGravatar Ezequiel Garcia 1-6/+6
2018-04-20mtd: spi-nor: cadence-quadspi: Add DMA support for direct mode readsGravatar Vignesh R 1-2/+94
2018-04-20mtd: spi-nor: add support for ISSI is25lp256Gravatar Marek Vasut 1-0/+2
2018-04-20mtd: spi-nor: Add Micron MT25QU02 supportGravatar Thor Thayer 1-0/+1
2018-04-15Linux 4.17-rc1v4.17-rc1Gravatar Linus Torvalds 1-2/+2
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 94-1234/+277
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 13-71/+240
2018-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 18-82/+109
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 41-5164/+316
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 33-802/+1150
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 22-105/+329
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-14/+22
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 33-187/+629
2018-04-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-56/+106
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-2/+0
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 10-40/+63
2018-04-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 29-654/+681
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codeGravatar Philipp Rudo 5-4/+28
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressGravatar Philipp Rudo 4-32/+31
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadGravatar Philipp Rudo 2-34/+13
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsGravatar Philipp Rudo 1-22/+12
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsGravatar Philipp Rudo 1-46/+30
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryGravatar Philipp Rudo 1-97/+103
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Gravatar Philipp Rudo 3-61/+71
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryGravatar Philipp Rudo 1-16/+22
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constGravatar Philipp Rudo 2-8/+13
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadGravatar Philipp Rudo 1-14/+0
2018-04-13include/linux/kexec.h: silence compile warningsGravatar Philipp Rudo 1-0/+2
2018-04-13kexec_file, x86: move re-factored code to generic sideGravatar AKASHI Takahiro 3-188/+201
2018-04-13x86: kexec_file: clean up prepare_elf64_headers()Gravatar AKASHI Takahiro 1-11/+7
2018-04-13x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem bufferGravatar AKASHI Takahiro 1-51/+31
2018-04-13x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()Gravatar AKASHI Takahiro 1-12/+12
2018-04-13x86: kexec_file: purge system-ram walking from prepare_elf64_headers()Gravatar AKASHI Takahiro 1-63/+58
2018-04-13kexec_file,x86,powerpc: factor out kexec_file_ops functionsGravatar AKASHI Takahiro 8-94/+71
2018-04-13kexec_file: make use of purgatory optionalGravatar AKASHI Takahiro 3-0/+11
2018-04-13proc: revalidate misc dentriesGravatar Alexey Dobriyan 1-1/+22
2018-04-13mm, slab: reschedule cache_reap() on the same CPUGravatar Vlastimil Babka 1-1/+2
2018-04-13kexec: export PG_swapbacked to VMCOREINFOGravatar Petr Tesarik 1-0/+1
2018-04-13ipc/shm: fix use-after-free of shm file via remap_file_pages()Gravatar Eric Biggers 1-3/+20
2018-04-13mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMUGravatar Arnd Bergmann 1-1/+5
2018-04-13mm/gup.c: document return valueGravatar Michael S. Tsirkin 6-3/+17
2018-04-13get_user_pages_fast(): return -EFAULT on access_ok failureGravatar Michael S. Tsirkin 1-1/+4
2018-04-13mm/gup_benchmark: handle gup failuresGravatar Michael S. Tsirkin 1-1/+3