aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01io_uring: free allocated io_memory onceMark Rutland1-8/+7
2019-05-01io_uring: fix SQPOLL cpu validationMark Rutland1-7/+3
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long3-38/+27
2019-05-01stmmac: pci: Fix typo in IOT2000 commentJan Kiszka1-1/+1
2019-05-01Documentation: fix netdev-FAQ.rst markup warningRandy Dunlap1-1/+1
2019-05-01io_uring: have submission side sqe errors post a cqeJens Axboe1-28/+6
2019-04-30ipv6: fix races in ip6_dst_destroy()Eric Dumazet2-10/+3
2019-05-01KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson1-2/+2
2019-04-30KVM: selftests: make hyperv_cpuid test pass on AMDVitaly Kuznetsov1-1/+8
2019-04-30KVM: lapic: Check for in-kernel LAPIC before deferencing apic pointerSean Christopherson2-4/+2
2019-04-30KVM: fix KVM_CLEAR_DIRTY_LOG for memory slots of unaligned sizePaolo Bonzini3-8/+13
2019-04-30x86/kvm/mmu: reset MMU context when 32-bit guest switches PAEVitaly Kuznetsov2-0/+2
2019-04-30KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2-2/+20
2019-04-30Revert "ACPICA: Clear status of GPEs before enabling them"Rafael J. Wysocki1-5/+1
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2-0/+23
2019-04-30io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUPStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after incrementing dropped counterStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier before reading SQ tailStefan Bühler1-2/+0
2019-04-30io_uring: remove unnecessary barrier after updating SQ headStefan Bühler1-6/+0
2019-04-30io_uring: remove unnecessary barrier before reading cq headStefan Bühler1-2/+5
2019-04-30io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler1-7/+4
2019-04-30io_uring: fix notes on barriersStefan Bühler1-9/+110
2019-04-30io_uring: fix handling SQEs requesting NOWAITStefan Bühler1-7/+10
2019-04-30l2ip: fix possible use-after-freeEric Dumazet1-4/+4
2019-04-30appletalk: Set error code if register_snap_client failedYueHaibing1-0/+1
2019-04-30net: dsa: bcm_sf2: fix buffer overflow doing set_rxnfcDan Carpenter1-0/+6
2019-04-30rxrpc: Fix net namespace cleanupDavid Howells1-16/+16
2019-04-30ALSA: hda/realtek - Apply the fixup for ASUS Q325UARTakashi Iwai1-0/+4
2019-04-30Revert "drm/qxl: drop prime import/export callbacks"Gerd Hoffmann2-0/+16
2019-04-30x86/alternatives: Add comment about module removal racesNadav Amit1-0/+5
2019-04-30x86/kprobes: Use vmalloc special flagRick Edgecombe1-6/+1
2019-04-30x86/ftrace: Use vmalloc special flagRick Edgecombe1-8/+6
2019-04-30bpf: Use vmalloc special flagRick Edgecombe2-15/+3
2019-04-30modules: Use vmalloc special flagRick Edgecombe1-38/+39
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe2-19/+109
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe4-20/+14
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe5-3/+30
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2-9/+6
2019-04-30x86/jump-label: Remove support for custom text pokerNadav Amit1-16/+10
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit4-8/+28
2019-04-30x86/kprobes: Set instruction page as executableNadav Amit1-4/+20
2019-04-30x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-04-30x86/kgdb: Avoid redundant comparison of patched codeNadav Amit1-13/+1
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit3-26/+86
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit5-0/+48
2019-04-30fork: Provide a function for copying init_mmNadav Amit2-6/+19
2019-04-30uprobes: Initialize uprobes earlierNadav Amit3-5/+9
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit1-1/+6