aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18include/linux/mm.h: add new inline function vmf_error()Souptick Joarder1-0/+7
2018-05-18lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox1-6/+15
2018-05-17kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIMEMichael S. Tsirkin3-8/+8
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau3-4/+8
2018-05-17bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=nColy Li1-1/+3
2018-05-18powerpc/powernv: Fix NVRAM sleep in invalid context when crashingNicholas Piggin1-2/+12
2018-05-16usbip: usbip_host: fix bad unlock balance during stub_probe()Shuah Khan (Samsung OSG)1-1/+2
2018-05-16drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()Dan Carpenter1-3/+4
2018-05-16vsprintf: Replace memory barrier with static_key for random_ptr_key updateSteven Rostedt (VMware)1-11/+15
2018-05-16drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glkMichel Thierry2-0/+7
2018-05-16drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat1-0/+2
2018-05-15mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven1-5/+11
2018-05-15KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() callsAndre Przywara2-4/+4
2018-05-15KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lockAndre Przywara3-7/+40
2018-05-15KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinityAndre Przywara1-2/+3
2018-05-15KVM: arm/arm64: Properly protect VGIC locks from IRQsAndre Przywara3-14/+23
2018-05-15cxl: Report the tunneled operations statusPhilippe Bergheaud4-1/+25
2018-05-15cxl: Set the PBCQ Tunnel BAR register when enabling capi modePhilippe Bergheaud1-0/+7
2018-05-15drm/vc4: Fix leak of the file_priv that stored the perfmon.Eric Anholt1-0/+1
2018-05-15KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li1-1/+1
2018-05-15usbip: usbip_host: fix NULL-ptr deref and use-after-free errorsShuah Khan (Samsung OSG)3-15/+60
2018-05-15usbip: usbip_host: run rebind from exit when module is removedShuah Khan (Samsung OSG)2-14/+52
2018-05-15usbip: usbip_host: delete device from busid_table after rebindShuah Khan (Samsung OSG)1-0/+6
2018-05-15usbip: usbip_host: refine probe and disconnect debug msgs to be usefulShuah Khan1-2/+2
2018-05-15s390/qdio: don't release memory in qdio_setup_irq()Julian Wiedmann1-8/+2
2018-05-15s390/qdio: fix access to uninitialized qdio_q fieldsJulian Wiedmann1-1/+1
2018-05-15ALSA: usb-audio: Use Class Specific EP for UAC3 devices.Jorge Sanjuan1-1/+8
2018-05-15drm: set FMODE_UNSIGNED_OFFSET for drm filesDave Airlie1-0/+1
2018-05-14tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}Steven Rostedt (VMware)3-22/+2
2018-05-14cpufreq: armada-37xx: driver relies on cpufreq-dtMiquel Raynal1-1/+1
2018-05-14ACPICA: Add deferred package support for the Load and loadTable operatorsBob Moore3-20/+74
2018-05-14selinux: correctly handle sa_family cases in selinux_sctp_bind_connect()Alexey Kodanev1-1/+2
2018-05-14selinux: fix address family in bind() and connect() to match address/portAlexey Kodanev1-11/+7
2018-05-14selinux: add AF_UNSPEC and INADDR_ANY checks to selinux_socket_bind()Alexey Kodanev1-10/+19
2018-05-14usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-05-14afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-05-14afs: Fix CB.CallBack handlingDavid Howells1-28/+7
2018-05-14afs: Fix whole-volume callback handlingDavid Howells10-32/+63
2018-05-14afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-05-14afs: Fix the handling of an unfound server in CM operationsDavid Howells2-27/+12
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells2-3/+51
2018-05-14afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-05-14afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-05-14afs: Fix AFSFetchStatus decoder to provide OpenAFS compatibilityDavid Howells1-8/+21
2018-05-14mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2Boris Brezillon1-3/+5
2018-05-14mtd: Fix comparison in map_word_andequal()Ben Hutchings1-1/+1
2018-05-14afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-05-14afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-05-14afs: Fix giving up callbacks on server destructionDavid Howells3-4/+11
2018-05-14afs: Fix address list parsingDavid Howells1-10/+15