summaryrefslogtreecommitdiffstats
path: root/kernel/sys.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-08scsi: ncr5380: Suppress unhelpful "interrupt without IRQ bit" messageFinn Thain1-1/+1
2016-11-08scsi: ncr5380: Use correct types for DMA routinesFinn Thain10-114/+176
2016-11-08scsi: ncr5380: Expedite register pollingFinn Thain3-3/+10
2016-11-08scsi: ncr5380: Pass hostdata pointer to register polling routinesFinn Thain3-25/+24
2016-11-08scsi: ncr5380: Use correct types for device register accessorsFinn Thain9-78/+49
2016-11-08scsi: ncr5380: Store IO ports and addresses in host private dataFinn Thain9-97/+118
2016-11-08scsi: ncr5380: Improve hostdata struct member alignment and cache-abilityFinn Thain1-20/+20
2016-11-08scsi: ncr5380: Increase register polling limitFinn Thain1-1/+1
2016-11-08scsi: ncr5380: Simplify register polling limitFinn Thain2-7/+8
2016-11-08scsi: atari_scsi: Make device register accessors re-entrantFinn Thain1-3/+15
2016-11-08scsi: cumana_1: Remove unused cumanascsi_setup() functionFinn Thain1-4/+0
2016-11-08scsi: g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio driversOndrej Zary6-195/+134
2016-11-08scsi: ufshcd: Fix possible unclocked register accessSubhash Jadavani3-16/+19
2016-11-08scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis1-3/+32
2016-11-08scsi: libfc: don't advance state machine for incoming FLOGIHannes Reinecke1-6/+14
2016-11-08scsi: libfc: Do not login if the port is already startedHannes Reinecke1-0/+6
2016-11-08scsi: libfc: Do not drop down to FLOGI for fc_rport_login()Hannes Reinecke1-1/+5
2016-11-08scsi: libfc: Do not take rdata->rp_mutex when processing a -FC_EX_CLOSED ELS ...Chad Dupuis1-8/+24
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke4-23/+63
2016-11-08scsi: libfc: Revisit kref handlingHannes Reinecke1-30/+101
2016-11-08scsi: hisi_sas: Add v2 hw support for different refclkJohn Garry3-1/+12
2016-11-08scsi: hisi_sas: Add device tree support for hip07John Garry1-0/+1
2016-11-08scsi: devicetree: bindings: hisi_sas: add hip07 supportJohn Garry1-0/+1
2016-11-08scsi: fnic: Use time64_t to represent trace timestampsDeepa Dinamani2-3/+3
2016-11-08scsi: ipr: Use pci_irq_allocate_vectorsChristoph Hellwig2-128/+52
2016-11-08scsi: arcmsr: Use pci_alloc_irq_vectorsChristoph Hellwig2-54/+33
2016-11-08iommu/vt-d: Fix dead-locks in disable_dmar_iommu() pathJoerg Roedel1-2/+12
2016-11-08iommu/arm-smmu: Fix out-of-bounds dereferenceRobin Murphy1-1/+3
2016-11-08iommu/arm-smmu: Check that iommu_fwspecs are oursRobin Murphy1-1/+1
2016-11-08iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3sRobin Murphy1-8/+17
2016-11-08iommu/arm-smmu: Work around ARM DMA configurationRobin Murphy1-0/+10
2016-11-06openrisc: Define __ro_after_init to avoid crashGuenter Roeck1-0/+2
2016-11-06Linux 4.9-rc4v4.9-rc4Linus Torvalds1-1/+1
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas4-21/+42
2016-11-05HID: sensor: fix attributes in HID sensor interfaceOoi, Joyce1-3/+3
2016-11-05HID: intel-ish-hid: request_irq failureSrinivas Pandruvada1-1/+1
2016-11-05HID: intel-ish-hid: Fix driver reinit failureEven Xu1-0/+15
2016-11-05HID: intel-ish-hid: Move DMA disable code to new functionEven Xu1-10/+32
2016-11-05HID: intel-ish-hid: consolidate ish wake up operationEven Xu1-19/+26
2016-11-04PCI: designware: Check for iATU unroll support after initializing hostNiklas Cassel1-2/+5
2016-11-04i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy1-1/+1
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan1-0/+13
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki1-64/+39
2016-11-04MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki2-117/+131
2016-11-04MIPS: Remove FIR from ISA I FP signal contextMaciej W. Rozycki1-5/+1
2016-11-04MIPS: Fix ISA I FP sigcontext access violation handlingMaciej W. Rozycki1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueMaciej W. Rozycki5-42/+78
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesMaciej W. Rozycki1-0/+1
2016-11-04MIPS: dump_tlb: Fix printk continuationsJames Hogan2-31/+31
2016-11-04MIPS: Fix __show_regs() outputPaul Burton1-21/+21