summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-03hwmon: (pmbus) Export pmbus device debugfs directory entryEdward A. James2-0/+10
2018-01-03hwmon: (w83773g) Fix fault detection and reportingGuenter Roeck1-1/+1
2018-01-03hwmon: (hih6130) Fix documentation of struct hih6130Guenter Roeck1-1/+1
2018-01-03hwmon: (iio_hwmon) Fix documentation of struct iio_hwmon_stateGuenter Roeck1-1/+2
2018-01-03hwmon: (sht15) Fix parameter documentation of sht15_crc8()Guenter Roeck1-0/+1
2018-01-03hwmon: (sht21) Fix documentation of struct sht21Guenter Roeck1-1/+1
2018-01-03hwmon: Fix parameter documentationGuenter Roeck1-6/+6
2018-01-03hwmon: (max31785) Add OF device ID tableJavier Martinez Canillas1-0/+9
2018-01-03hwmon: (ina2xx) Make calibration register value fixedMaciej Purski1-37/+50
2018-01-03hwmon: (pmbus/max31785) Add dual tachometer supportAndrew Jeffery2-3/+152
2018-01-03hwmon: (pmbus) Add virtual page config bitAndrew Jeffery2-9/+20
2018-01-03hwmon: (pmbus/max31785) Add fan controlAndrew Jeffery2-1/+144
2018-01-03hwmon: (pmbus) Add fan control supportAndrew Jeffery2-18/+259
2018-01-03hwmon: (pmbus/lm25066) Drop support for LM25063Guenter Roeck2-84/+3
2018-01-03hwmon: (coretemp) deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-03hwmon: Drop unnecessary 'default n' from KconfigGuenter Roeck1-16/+0
2018-01-03hwmon: (w83773g) Add documentationLei YU1-0/+33
2018-01-03hwmon: Add W83773G driverLei YU3-0/+340
2018-01-01Linux 4.15-rc6v4.15-rc6Linus Torvalds1-1/+1
2018-01-01Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds14-39/+42
2018-01-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-16/+16
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-20/+52
2017-12-31Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-3/+9
2017-12-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-43/+190
2017-12-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-72/+196
2017-12-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-2/+6
2017-12-31Merge tag 'char-misc-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-17/+38
2017-12-31Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+25
2017-12-31Merge tag 'staging-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-20/+24
2017-12-31Merge tag 'tty-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2017-12-31Merge tag 'usb-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds23-104/+117
2017-12-31MAINTAINERS: mark arch/blackfin/ and its gubbins as orphanedAdam Borowski1-9/+7
2017-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-2/+2
2017-12-31x86/ldt: Make LDT pgtable free conditionalThomas Gleixner1-1/+2
2017-12-31x86/ldt: Plug memory leak in error pathThomas Gleixner1-1/+7
2017-12-31x86/mm: Remove preempt_disable/enable() from __native_flush_tlb()Thomas Gleixner1-6/+8
2017-12-31x86/smpboot: Remove stale TLB flush invocationsThomas Gleixner1-9/+0
2017-12-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+6
2017-12-31objtool: Fix seg fault with clang-compiled objectsSimon Ser1-0/+2
2017-12-31objtool: Fix seg fault caused by missing parameterSimon Ser1-1/+3
2017-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-7/+18
2017-12-30kbuild: add '-fno-stack-check' to kernel build optionsLinus Torvalds1-0/+3
2017-12-30Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds45-202/+1636
2017-12-30timerqueue: Document return values of timerqueue_add/del()Thomas Gleixner1-3/+5
2017-12-30timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2017-12-30nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2017-12-30timers: Reinitialize per cpu bases on hotplugThomas Gleixner4-4/+21
2017-12-30timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2017-12-29genirq/msi, x86/vector: Prevent reservation mode for non maskable MSIThomas Gleixner2-5/+44