summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* platform/x86: intel_mid_thermal: Fix suspend handlers unused warningBorislav Petkov2016-12-131-0/+2
* platform/x86: intel-vbtn: Switch to use devm_input_allocate_deviceAxel Lin2016-12-131-28/+5
* platform/x86: Use ACPI_FAILURE at appropriate placesAxel Lin2016-12-135-7/+7
* platform/x86: dell-wmi: Add events created by Dell Rugged 2-in-1sMario Limonciello2016-12-131-0/+10
* platform/x86: dell-wmi: Adjust wifi catcher to emit KEY_WLANMario Limonciello2016-12-131-1/+1
* platform/x86: intel_pmc_core: Add KBL CPUID supportRajneesh Bhardwaj2016-12-131-0/+4
* platform/x86: intel_pmc_core: Add LTR IGNORE debug featureRajneesh Bhardwaj2016-12-132-1/+58
* platform/x86: intel_pmc_core: Add MPHY PLL clock gating statusRajneesh Bhardwaj2016-12-132-1/+69
* platform/x86: intel_pmc_core: ModPhy core lanes pg statusRajneesh Bhardwaj2016-12-132-1/+175
* platform/x86: intel_pmc_core: Add PCH IP Power Gating StatusRajneesh Bhardwaj2016-12-132-5/+184
* platform/x86: intel_pmc_core: Fix PWRMBASE mask and mmio reg lenRajneesh Bhardwaj2016-12-132-1/+3
* platform/x86: acer-wmi: Only supports AMW0_GUID1 on acer familyLee, Chun-Yi2016-12-131-0/+56
* platform/x86: Introduce support for Mellanox hotplug driverVadim Pasternak2016-10-235-0/+633
* Merge tag 'platform-drivers-x86-v4.9-2' of git://git.infradead.org/users/dvha...Linus Torvalds2016-10-192-0/+8
|\
| * platform/x86: asus-wmi: add SERIO_I8042 dependencyArnd Bergmann2016-10-121-0/+1
| * platform/x86: ideapad-laptop: Add Lenovo Yoga 910-13IKB to no_hw_rfkill dmi listBrian Masney2016-10-121-0/+7
* | Merge tag 'sh-for-4.9' of git://git.libc.org/linux-shLinus Torvalds2016-10-193-1/+13
|\ \
| * | sh: add earlycon support to j2_defconfigRich Felker2016-10-181-0/+1
| * | sh: add Kconfig option for J-Core SoC core driversRich Felker2016-10-182-0/+11
| * | sh: support CPU_J2 when compiler lacks -mj2Rich Felker2016-10-131-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-191-1/+8
|\ \ \
| * | | sched/fair: Fix incorrect task group ->load_avgVincent Guittot2016-10-191-1/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-194-62/+48
|\ \ \ \
| * | | | HID: add quirk for Akai MIDImix.Steinar H. Gunderson2016-10-102-0/+4
| * | | | Revert "HID: dragonrise: fix HID Descriptor for 0x0006 PID"Ioan-Adrian Ratiu2016-10-101-58/+0
| * | | | HID: hid-dr: add input mapping for axis selectionIoan-Adrian Ratiu2016-10-101-0/+25
| * | | | HID: hid-led: fix issue with transfer buffer not being dma capableHeiner Kallweit2016-10-101-4/+19
* | | | | Merge tag 'pinctrl-v4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2016-10-195-24/+120
|\ \ \ \ \
| * | | | | pinctrl: intel: Only restore pins that are used by the driverMika Westerberg2016-10-181-2/+23
| * | | | | pinctrl: baytrail: Fix lockdepVille Syrjälä2016-10-181-1/+2
| * | | | | pinctrl: aspeed-g5: Fix pin association of SPI1 functionAndrew Jeffery2016-10-182-9/+81
| * | | | | pinctrl: aspeed-g5: Fix GPIOE1 typoAndrew Jeffery2016-10-181-1/+1
| * | | | | pinctrl: aspeed-g5: Fix names of GPID2 pinsAndrew Jeffery2016-10-181-6/+6
| * | | | | pinctrl: aspeed: "Not enabled" is a significant mux stateAndrew Jeffery2016-10-181-5/+7
* | | | | | printk: suppress empty continuation linesLinus Torvalds2016-10-191-0/+4
* | | | | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-1961-189/+273
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-1917-54/+84
| * | | | | mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-194-19/+20
| * | | | | mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-192-11/+21
| * | | | | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-199-27/+40
| * | | | | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-1922-54/+49
| * | | | | mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-195-15/+11
| * | | | | mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-194-12/+15
| * | | | | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-1814-36/+27
| * | | | | mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2016-10-186-19/+34
| * | | | | mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes2016-10-181-14/+33
| * | | | | mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-182-2/+13
* | | | | | Merge tag 'for-f2fs-4.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-181-5/+5
|\ \ \ \ \ \
| * | | | | | f2fs: fix wrong sum_page pointer in f2fs_gcJaegeuk Kim2016-10-121-5/+5
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-187-3/+8
|\ \ \ \ \ \ \