index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
platform
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-01
platform/x86: wmi: Fix misuse of vsprintf extension %pULL
Joe Perches
1
-3
/
+3
2018-03-01
platform/x86: intel-hid: Reset wakeup capable flag on removal
Rafael J. Wysocki
1
-0
/
+1
2018-03-01
platform/x86: intel-vbtn: Reset wakeup capable flag on removal
Rafael J. Wysocki
1
-0
/
+1
2018-02-25
platform/x86: intel-vbtn: Only activate tablet mode switch on 2-in-1's
Mario Limonciello
1
-17
/
+29
2018-02-15
platform/x86: dell-laptop: Removed duplicates in DMI whitelist
Alexander Abrosimov
1
-18
/
+0
2018-02-15
platform/x86: dell-laptop: fix kbd_get_state's request value
Laszlo Toth
1
-1
/
+1
2018-02-15
platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
Aaron Ma
1
-1
/
+1
2018-02-15
platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
Andrey Ryabinin
1
-1
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-02-10
platform/x86: mlx-platform: Add support for new 200G IB and Ethernet systems
Vadim Pasternak
1
-0
/
+142
2018-02-10
platform/x86: mlx-platform: Add support for new msn201x system type
Vadim Pasternak
1
-0
/
+59
2018-02-10
platform/x86: mlx-platform: Add support for new msn274x system type
Vadim Pasternak
1
-0
/
+124
2018-02-09
platform/x86: mlx-platform: Fix power cable setting for msn21xx family
Vadim Pasternak
1
-2
/
+21
2018-02-09
platform/x86: mlx-platform: Add define for the negative bus
Vadim Pasternak
1
-0
/
+1
2018-02-09
platform/x86: mlx-platform: Use defines for bus assignment
Vadim Pasternak
1
-8
/
+15
2018-02-07
platform/x86: samsung-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-15
/
+3
2018-02-07
platform/x86: ideapad-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-26
/
+2
2018-02-07
platform/x86: dell-laptop: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-13
/
+1
2018-02-07
seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macro
Andy Shevchenko
1
-14
/
+0
2018-02-07
Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-pla...
Linus Torvalds
24
-980
/
+1458
2018-02-06
platform/x86: mlx-platform: Fix an ERR_PTR vs NULL issue
Dan Carpenter
1
-2
/
+2
2018-02-04
platform/x86: intel_pmc_core: Special case for Coffeelake
Rajneesh Bhardwaj
2
-0
/
+16
2018-02-04
platform/x86: intel_pmc_core: Add CannonLake PCH support
Rajneesh Bhardwaj
2
-0
/
+96
2018-02-04
platform/x86: intel_pmc_core: Read base address from LPIT
Srinivas Pandruvada
1
-1
/
+8
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+6
2018-02-01
platform/x86: intel-vbtn: Replace License by SDPX identifier
Andy Shevchenko
1
-11
/
+1
2018-02-01
platform/x86: intel-vbtn: Remove redundant inclusions
Andy Shevchenko
1
-5
/
+3
2018-02-01
platform/x86: intel-vbtn: Support tablet mode switch
Marco Martin
1
-0
/
+21
2018-02-01
platform/x86: dell-laptop: Allocate buffer on heap rather than globally
Mario Limonciello
1
-85
/
+103
2018-02-01
platform/x86: intel_pmc_core: Remove unused header file
Rajneesh Bhardwaj
1
-1
/
+0
2018-01-31
platform/x86: mlx-platform: Add hotplug device unregister to error path
Vadim Pasternak
1
-1
/
+3
2018-01-31
platform/x86: mlx-platform: fix module aliases
Ivan Vecera
1
-5
/
+2
2018-01-31
platform/x86: mlx-platform: Add IO access verification callbacks
Vadim Pasternak
1
-0
/
+77
2018-01-31
platform/x86: mlx-platform: Document pdev_hotplug field
Vadim Pasternak
1
-0
/
+1
2018-01-31
platform/x86: mlx-platform: Allow compilation for 32 bit arch
Vadim Pasternak
1
-1
/
+0
2018-01-31
platform/mellanox: mlxreg-hotplug: Modify to use a regmap interface
Vadim Pasternak
1
-49
/
+182
2018-01-31
platform/mellanox: Rename i2c bus to nr
Vadim Pasternak
1
-8
/
+8
2018-01-31
platform/x86: Move Mellanox platform hotplug driver to platform/mellanox
Vadim Pasternak
4
-533
/
+9
2018-01-31
Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
Lukas Wunner
1
-47
/
+1
2018-01-31
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2018-01-29
platform/x86: GPD pocket fan: Stop work on suspend
Hans de Goede
1
-0
/
+1
2018-01-29
platform/x86: GPD pocket fan: Use a min-speed of 2 while charging
Hans de Goede
1
-4
/
+24
2018-01-29
platform/x86: GPD pocket fan: Set speed to max on get_temp failure
Hans de Goede
1
-4
/
+6
2018-01-29
platform/x86: intel_pmc_core: Convert to ICPU macro
Rajneesh Bhardwaj
1
-8
/
+7
2018-01-29
platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
Srinivas Pandruvada
2
-60
/
+32
2018-01-29
platform/x86: intel_pmc_core: Refactor debugfs entries
Rajneesh Bhardwaj
1
-24
/
+14
2018-01-29
platform/x86: dell-smbios: Correct notation for filtering
Mario Limonciello
1
-4
/
+4
2018-01-27
platform/x86: dell-laptop: Add 2-in-1 devices to the DMI whitelist
Alexander Abrosimov
1
-0
/
+36
2018-01-26
platform/x86: silead_dmi: Add Teclast X3 Plus tablet support
Alberto Ponces
1
-0
/
+23
2018-01-24
platform/x86: thinkpad_acpi: suppress warning about palm detection
David Herrmann
1
-0
/
+10
[next]