aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mux (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust1-1/+1
2019-07-18SUNRPC: Optimise transport balancing codeTrond Myklebust1-29/+38
2019-07-18SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust3-2/+4
2019-07-18pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust1-1/+1
2019-07-18NFSv4: Don't use the zero stateid with layoutgetTrond Myklebust2-5/+12
2019-07-18MAINTAINERS: mark floppy.c orphanedJiri Kosina1-3/+2
2019-07-18riscv: fix build break after macro-to-function conversion in generic cacheflush.hPaul Walmsley1-4/+59
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust11-21/+55
2019-07-18SUNRPC: Fix initialisation of struct rpc_xprt_switchTrond Myklebust1-1/+3
2019-07-17floppy: fix out-of-bounds read in copy_bufferDenis Efremov1-2/+4
2019-07-17floppy: fix invalid pointer dereference in drive_nameDenis Efremov1-3/+8
2019-07-17floppy: fix out-of-bounds read in next_valid_formatDenis Efremov1-0/+18
2019-07-17floppy: fix div-by-zero in setup_format_paramsDenis Efremov1-0/+5
2019-07-17parisc: Wire up clone3 syscallHelge Deller3-1/+3
2019-07-17parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller1-0/+3
2019-07-17parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller1-1/+2
2019-07-17parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller1-10/+18
2019-07-17dm: use printk ratelimiting functionsMike Snitzer1-13/+4
2019-07-17platform/x86: asus: Rename "fan mode" to "fan boost mode"Daniel Drake3-60/+66
2019-07-17dm kcopyd: Increase default sub-job size to 512KBNikos Tsironis1-6/+28
2019-07-17dm snapshot: fix oversights in optional discard supportMike Snitzer1-0/+10
2019-07-17dm zoned: fix zone state management raceDamien Le Moal2-28/+24
2019-07-16virtio_pmem: fix sparse warningPankaj Gupta2-4/+4
2019-07-16dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)1-20/+33
2019-07-16fs/select.c: use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+3
2019-07-16mm: add account_locked_vm utility functionDaniel Jordan7-190/+98
2019-07-16arm64: mm: implement pte_devmap supportRobin Murphy3-0/+23
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy9-14/+11
2019-07-16mm: clean up is_device_*_page() definitionsRobin Murphy1-22/+9
2019-07-16mm/mmap: move common defines to mman-common.hAneesh Kumar K.V4-17/+10
2019-07-16mm: move MAP_SYNC to asm-generic/mman-common.hAneesh Kumar K.V2-2/+2
2019-07-16device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2-4/+39
2019-07-16mm/hotplug: make remove_memory() interface usablePavel Tatashin2-23/+49
2019-07-16device-dax: fix memory and resource leak if hotplug failsPavel Tatashin1-1/+4
2019-07-16include/linux/lz4.h: fix spelling and copy-paste errors in documentationTom Levy1-9/+9
2019-07-16ipc/mqueue.c: only perform resource calculation if user validKees Cook1-9/+10
2019-07-16include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT architecturesDrew Davenport1-2/+4
2019-07-16scripts/gdb: add helpers to find and list devicesLeonard Crestez2-0/+183
2019-07-16scripts/gdb: add lx-genpd-summary commandLeonard Crestez2-0/+84
2019-07-16drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctlMiroslav Lichvar1-0/+8
2019-07-16kernel/pid.c: convert struct pid count to refcount_tJoel Fernandes (Google)2-7/+7
2019-07-16drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some stringsDan Carpenter1-0/+2
2019-07-16select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()Oleg Nesterov1-33/+13
2019-07-16select: change do_poll() to return -ERESTARTNOHAND rather than -EINTROleg Nesterov1-23/+7
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov8-108/+57
2019-07-16signal: reorder struct sighand_structAlexey Dobriyan1-2/+2
2019-07-16selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin3-1/+273
2019-07-16ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova4-8/+150
2019-07-16powerpc: define syscall_get_error()Dmitry V. Levin1-0/+10
2019-07-16parisc: define syscall_get_error()Dmitry V. Levin1-0/+7