summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-045-20/+2
* nvme: fix deadlock caused by ANA update wrong lockingSagi Grimberg2020-04-041-2/+2
* nvmet-rdma: fix bonding failover possible NULL derefSagi Grimberg2020-04-041-56/+119
* nvmet: fix NULL dereference when removing a referralSagi Grimberg2020-04-021-1/+9
* nvme: inherit stable pages constraint in the mpath stack deviceSagi Grimberg2020-04-021-0/+7
* nvme-tcp: fix possible crash in recv error flowSagi Grimberg2020-04-011-1/+1
* nvme-tcp: don't poll a non-live queueSagi Grimberg2020-03-311-0/+3
* nvme-tcp: fix possible crash in write_zeroes processingSagi Grimberg2020-03-311-6/+7
* nvmet-fc: fix typo in commentJames Smart2020-03-311-1/+1
* nvme-rdma: Replace comma with a semicolonIsrael Rukshin2020-03-311-1/+1
* nvme-fcloop: fix deallocation of working contextJames Smart2020-03-311-24/+52
* nvme: fix compat address handling in several ioctlsNick Bowler2020-03-311-7/+20
* Merge tag 'x86-timers-2020-03-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-16/+112
|\
| * x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede2020-03-111-11/+86
| * x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede2020-03-111-2/+15
| * x86/tsc_msr: Use named struct initializersHans de Goede2020-03-111-10/+18
* | Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-319-3/+258
|\ \
| * | x86/split_lock: Avoid runtime reads of the TEST_CTRL MSRXiaoyao Li2020-03-271-5/+4
| * | x86/split_lock: Rework the initialization flow of split lock detectionXiaoyao Li2020-03-271-33/+42
| * | x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)2020-02-209-3/+250
* | | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-3149-1304/+1209
|\ \ \
| * | | x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERSBrian Gerst2020-03-251-1/+1
| * | | lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra2020-03-214-17/+17
| * | | lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra2020-03-213-10/+10
| * | | lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner2020-03-214-13/+14
| * | | x86/entry: Rename ___preempt_schedulePeter Zijlstra2020-03-213-12/+12
| * | | x86: Remove unneeded includesBrian Gerst2020-03-217-12/+0
| * | | x86/entry: Drop asmlinkage from syscallsBrian Gerst2020-03-215-22/+19
| * | | x86/entry/32: Enable pt_regs based syscallsBrian Gerst2020-03-216-114/+64
| * | | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-215-75/+79
| * | | x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2020-03-212-30/+30
| * | | x86/entry/32: Clean up syscall_32.tblBrian Gerst2020-03-211-289/+289
| * | | x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst2020-03-216-799/+791
| * | | x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-214-20/+9
| * | | x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-216-22/+14
| * | | x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst2020-03-211-10/+10
| * | | x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-2112-72/+24
| * | | x86/entry/64: Split X32 syscall table into its own fileBrian Gerst2020-03-213-25/+29
| * | | x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst2020-03-213-7/+10
| * | | x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst2020-03-213-7/+2
| * | | x86/entry: Refactor SYS_NI macrosBrian Gerst2020-03-211-9/+23
| * | | x86/entry: Refactor COND_SYSCALL macrosBrian Gerst2020-03-211-18/+26
| * | | x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst2020-03-211-41/+32
| * | | x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst2020-03-211-25/+24
| * | | x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner2020-03-102-3/+3
| * | | x86/entry/32: Remove unused label restore_nocheckThomas Gleixner2020-03-101-1/+1
| * | | x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner2020-02-291-3/+3
| * | | x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski2020-02-271-6/+15
| * | | x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner2020-02-271-8/+2
| * | | x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner2020-02-272-3/+2