summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel-hid: add a DMI quirk to support Wacom MobileStudio ProAlex Hung2017-12-111-3/+38
* platform/x86: dell-wmi: check for kmalloc() errorsDan Carpenter2017-12-111-0/+2
* platform/x86: asus-wireless: send an EV_SYN/SYN_REPORT between state changesPeter Hutterer2017-12-111-0/+1
* platform/x86: ideapad-laptop: add lenovo RESCUER R720-15IKBN to no_hw_rfkill_...Jiaxun Yang2017-12-111-0/+7
* platform/x86: ideapad-laptop: Use __func__ instead of write_ec_cmd in pr_errJiaxun Yang2017-12-111-1/+1
* platform/x86: ideapad-laptop: Remove unnecessary elseJiaxun Yang2017-12-111-6/+6
* platform/x86: intel-vbtn: Simplify autorelease logicDarren Hart (VMware)2017-12-111-12/+13
* platform/x86: intel-vbtn: support panel front buttonStefan Brüns2017-12-081-0/+2
* platform/x86: intel-vbtn: support KEY_ROTATE_LOCK_TOGGLEStefan Brüns2017-12-081-0/+2
* platform/x86: intel-vbtn: Support separate press/release eventsStefan Brüns2017-12-081-2/+15
* platform/x86: intel-vbtn: support SW_TABLET_MODEStefan Brüns2017-12-081-0/+2
* platform/x86: dell-laptop: Use bool in struct quirk_entry for true/false fieldsPali Rohár2017-12-081-6/+6
* platform/x86: dell-laptop: Fix keyboard max lighting for Dell Latitude E6410Pali Rohár2017-12-081-0/+17
* platform/x86: intel_telemetry: Remove redundanciesChakravarty, Souvik K2017-11-271-10/+3
* platform/x86: intel_telemetry: Improve S0ix logsChakravarty, Souvik K2017-11-271-38/+7
* platform/x86: intel_telemetry: Fix suspend statsChakravarty, Souvik K2017-11-271-0/+25
* platform/x86: intel_pmc_ipc: Add read64 APIChakravarty, Souvik K2017-11-271-2/+31
* platform/x86: intel_int0002_vgpio: Remove IRQF_NO_THREAD irq flagHans de Goede2017-11-271-1/+1
* platform/x86: Add support for Dollar Cove TI power buttonTakashi Iwai2017-11-273-0/+105
* platform/x86: Add Acer Wireless Radio Control driverChris Chiu2017-11-273-0/+86
* platform/x86: asus-nb-wmi: Support ALS on the Zenbook UX430UQKiernan Hager2017-11-271-2/+11
* platform/x86: alienware-wmi: lightbar LED support for Dell Inspiron 5675Chang Liu2017-11-271-0/+17
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-268-12/+28
|\
| * irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych2017-11-231-1/+1
| * irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-11-231-1/+1
| * irqchip/exiu: Fix return value check in exiu_init()Wei Yongjun2017-11-141-2/+2
| * Merge tag 'irqchip-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-145-8/+24
| |\
| | * irqchip/gic-v3-its: Remove artificial dependency on PCIMarc Zyngier2017-11-132-1/+9
| | * irqchip/gic-v3: pr_err() strings should end with newlinesArvind Yadav2017-11-131-1/+1
| | * irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav2017-11-131-2/+2
| | * irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-121-3/+6
| | * irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier2017-11-101-1/+6
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-264-147/+4
|\ \ \
| * | | x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2017-11-233-147/+0
| * | | x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-161-0/+4
| |/ /
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-25262-1018/+890
|\ \ \
| * \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-236279-143343/+364300
| |\ \ \
| | * | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2128-58/+58
| | * | | treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-2112-53/+53
| | * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21181-730/+643
| | * | | treewide: init_timer() -> setup_timer()Kees Cook2017-11-2126-97/+47
| | * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-2126-56/+56
| | * | | lightnvm: Convert timers to use timer_setup()Kees Cook2017-11-216-13/+13
| | * | | drivers/net: cris: Convert timers to use timer_setup()Kees Cook2017-11-211-19/+17
| | * | | drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-212-12/+7
| | * | | drm/i915/selftests: Convert timers to use timer_setup()Kees Cook2017-11-211-3/+3
| | * | | usb: usbatm: Convert timers to use timer_setup()Kees Cook2017-11-213-20/+29
| | * | | drivers/firmware: psci: Convert timers to use timer_setup()Kees Cook2017-11-211-2/+2
| * | | | clocksource/timer_of: Rename timer_of_exit to timer_of_cleanupBenjamin Gaignard2017-11-142-2/+9
| | |/ / | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-2421-239/+385
|\ \ \ \