aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-31init: add an init_rmdir helperChristoph Hellwig4-8/+7
2020-07-31init: add an init_unlink helperChristoph Hellwig7-12/+12
2020-07-31init: add an init_umount helperChristoph Hellwig6-4/+19
2020-07-31init: add an init_mount helperChristoph Hellwig9-11/+46
2020-07-31init: mark create_dev as __initChristoph Hellwig1-1/+1
2020-07-31init: mark console_on_rootfs as __initChristoph Hellwig1-1/+1
2020-07-31init: initialize ramdisk_execute_command at compile timeChristoph Hellwig1-5/+1
2020-07-31devtmpfs: refactor devtmpfsd()Christoph Hellwig1-21/+31
2020-07-31fs: push the getname from do_rmdir into the callersChristoph Hellwig3-9/+7
2020-07-31fs: refactor ksys_umountChristoph Hellwig1-22/+18
2020-07-31fs: refactor do_mountChristoph Hellwig1-32/+35
2020-07-31initramfs: use vfs_utimes in do_copyChristoph Hellwig1-4/+6
2020-07-31fs: expose utimes_commonChristoph Hellwig2-3/+4
2020-07-31fs: move timespec validation into utimes_commonChristoph Hellwig1-10/+9
2020-07-31fs: refactor do_utimesChristoph Hellwig1-46/+54
2020-07-31fs: remove ksys_ioctlChristoph Hellwig2-7/+1
2020-07-31fs: remove ksys_fchmodChristoph Hellwig2-7/+1
2020-07-31fs: remove ksys_dupChristoph Hellwig2-7/+1
2020-07-31fs: remove ksys_openChristoph Hellwig2-14/+8
2020-07-31fs: remove ksys_getdents64Christoph Hellwig2-11/+2
2020-07-31init: open code setting up stdin/stdout/stderrChristoph Hellwig1-6/+10
2020-07-31initramfs: switch initramfs unpacking to struct file based APIsChristoph Hellwig1-20/+25
2020-07-319p: Remove unneeded cast from memory allocationLi Heng1-2/+1
2020-07-31Merge tag 'drm-intel-next-2020-07-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie115-2074/+2939
2020-07-30Merge tag 'drm-fixes-2020-07-31' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-15/+60
2020-07-31Merge tag 'amd-drm-fixes-5.8-2020-07-30' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie3-13/+35
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch1-6/+0
2020-07-30ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set trampolinesChengming Zhou1-0/+8
2020-07-31drm/nouveau: Accept 'legacy' format modifiersJames Jones1-2/+25
2020-07-31csky: Add arch_show_interrupts for IPI interruptsGuo Ren1-8/+41
2020-07-31csky: Add irq_work supportGuo Ren2-0/+23
2020-07-31csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren1-2/+0
2020-07-30net/mlx5e: fix bpf_prog reference count leaks in mlx5e_alloc_rqXin Xiong1-2/+2
2020-07-30net/mlx5e: E-Switch, Specify flow_source for rule with no in_portJianbo Liu1-7/+12
2020-07-30net/mlx5e: E-Switch, Add misc bit when misc fields changed for mirroringJianbo Liu5-3/+10
2020-07-30net/mlx5e: CT: Support restore ipv6 tunnelJianbo Liu1-9/+21
2020-07-31csky: Set CONFIG_NR_CPU 4 as defaultGuo Ren1-1/+1
2020-07-31csky: Use top-down mmap layoutGuo Ren1-0/+10
2020-07-31csky: Optimize the trap processing flowGuo Ren5-109/+157
2020-07-31csky: Add support for function error injectionGuo Ren4-0/+18
2020-07-31csky: Fixup kprobes handler couldn't change pcGuo Ren1-1/+3
2020-07-31csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACEGuo Ren1-3/+0
2020-07-31csky: Add cpu feature register hint for smpGuo Ren1-0/+3
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren6-4/+37
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser2-16/+0
2020-07-30scsi: scsi_transport_srp: Sanitize scsi_target_block/unblock sequencesHannes Reinecke1-7/+5
2020-07-30scsi: ufs-mediatek: Apply DELAY_AFTER_LPM quirk to Micron devicesStanley Chu1-0/+2
2020-07-30scsi: ufs: Introduce device quirk "DELAY_AFTER_LPM"Stanley Chu2-0/+18
2020-07-30scsi: virtio-scsi: Correctly handle the case where all LUNs are unpluggedMaxim Levitsky1-0/+8
2020-07-30Merge tag 'mac80211-for-davem-2020-07-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-9/+27