summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (ibmpowernv) Add attributes to enable/disable sensor groupsShilpasri G Bhat2018-07-311-32/+206
* powernv/cpuidle: Use parsed device tree values for cpuidle_initAkshay Adiga2018-07-311-132/+26
* macintosh/via-pmu: Disambiguate interrupt statisticsFinn Thain2018-07-311-8/+12
* macintosh/via-pmu: Clean up interrupt statisticsFinn Thain2018-07-311-17/+22
* macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain2018-07-314-860/+2
* macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain2018-07-311-4/+0
* macintosh/via-pmu: Explicitly specify CONFIG_PPC_PMAC dependenciesFinn Thain2018-07-311-2/+2
* macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain2018-07-312-12/+91
* macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain2018-07-311-73/+69
* macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain2018-07-311-22/+22
* macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain2018-07-311-1/+0
* macintosh/via-pmu: Add missing mmio accessorsFinn Thain2018-07-311-4/+5
* macintosh/via-pmu: Fix section mismatch warningFinn Thain2018-07-311-1/+1
* tty: hvc: remove unexplained "just in case" spin delayNicholas Piggin2018-07-241-7/+1
* powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2018-07-241-5/+13
* powerpc/powernv: move opal console flushing to udbgNicholas Piggin2018-07-241-0/+5
* powerpc/ps3: Set driver coherent_dma_maskGeoff Levand2018-07-202-4/+8
* cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain2018-07-191-1/+1
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-194-93/+25
|\
| * powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy2018-07-161-1/+1
| * powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy2018-07-161-46/+0
| * KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-161-10/+9
| * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-163-37/+16
* | cpufreq: powernv: Remove global pstate ramp-down timer in POWER9Shilpasri G Bhat2018-07-091-4/+16
* | ocxl: Fix page fault handler in case of fault on dying processFrederic Barrat2018-07-021-9/+15
* | cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupFrederic Barrat2018-07-024-87/+7
* | Revert "cxl: Allow a default context to be associated with an external pci_dev"Frederic Barrat2018-07-026-91/+28
* | Revert "cxl: Add cxl_slot_is_supported API"Frederic Barrat2018-07-021-37/+0
* | Revert "cxl: Add support for using the kernel API with a real PHB"Alastair D'Silva2018-07-022-17/+2
* | Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"Alastair D'Silva2018-07-022-226/+18
* | Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva2018-07-021-27/+0
* | Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva2018-07-025-44/+0
* | Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva2018-07-024-108/+0
* | Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva2018-07-024-24/+2
* | ocxl: Change return type for fault handlerSouptick Joarder2018-07-022-14/+13
* | Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-016-6/+9
|\ \
| * \ Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-06-264-4/+7
| |\ \
| | * | iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machinesHans de Goede2018-06-241-0/+2
| | * | iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez2018-06-241-1/+1
| | * | iio: tsl2x7x/tsl2772: avoid potential division by zeroColin Ian King2018-06-241-0/+2
| | * | iio: pressure: bmp280: fix relative humidity unitTomasz Duszynski2018-06-241-3/+2
| | |/
| * | staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott2018-06-251-1/+1
| * | staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()Dan Carpenter2018-06-251-1/+1
* | | Merge tag 'tty-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-014-27/+35
|\ \ \
| * | | vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko2018-06-281-2/+2
| * | | serdev: fix memleak on module unloadJohan Hovold2018-06-281-0/+1
| * | | serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko2018-06-281-2/+0
| * | | n_tty: Access echo_* variables carefully.Tetsuo Handa2018-06-281-18/+24
| * | | n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa2018-06-281-5/+8
| |/ /
* | | Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-0126-65/+369
|\ \ \