| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: remove unnecessary "obj- := dummy.o" trick | Masahiro Yamada | 2014-10-02 | 3 | -7/+0 |
* | kbuild: handle C=... and M=... after entering into build directory | Masahiro Yamada | 2014-10-01 | 1 | -31/+29 |
* | kbuild: use $(Q) for sub-make target | Masahiro Yamada | 2014-10-01 | 1 | -2/+1 |
* | kbuild: fake the "Entering directory ..." message more simply | Masahiro Yamada | 2014-10-01 | 1 | -11/+8 |
* | kconfig/lxdialog: get ncurses CFLAGS with pkg-config | Bjørn Forsman | 2014-09-23 | 1 | -1/+5 |
* | kconfig: nconfig: fix multi-byte UTF handling | Brian Norris | 2014-08-22 | 1 | -1/+2 |
* | kconfig: lxdialog: fix spelling | Brian Norris | 2014-08-22 | 1 | -1/+1 |
* | kbuild: Make scripts executable | Michal Marek | 2014-08-20 | 23 | -0/+0 |
* | kbuild: remove redundant clean-files from scripts/kconfig/Makefile | Masahiro Yamada | 2014-08-19 | 1 | -1/+0 |
* | kbuild: refactor script/kconfig/Makefile | Masahiro Yamada | 2014-08-19 | 1 | -31/+3 |
* | kbuild: handle the dependency of multi-objs hostprogs appropriately | Masahiro Yamada | 2014-08-19 | 1 | -2/+4 |
* | kbuild: handle multi-objs dependency appropriately | Masahiro Yamada | 2014-08-19 | 2 | -6/+13 |
* | Linux 3.17-rc1v3.17-rc1 | Linus Torvalds | 2014-08-16 | 1 | -2/+2 |
* | Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 | Linus Torvalds | 2014-08-16 | 24 | -108/+608 |
|\ |
|
| * | platform/x86: Enable build support for toshiba_haps | Azael Avalos | 2014-08-16 | 2 | -0/+20 |
| * | Documentation: Add file about toshiba_haps module | Azael Avalos | 2014-08-16 | 2 | -0/+78 |
| * | platform/x86: Toshiba HDD Active Protection Sensor | Azael Avalos | 2014-08-16 | 1 | -0/+265 |
| * | asus-nb-wmi: Add wapf4 quirk for the U32U | Hans de Goede | 2014-08-16 | 1 | -0/+14 |
| * | alienware-wmi: make hdmi_mux enabled on case-by-case basis | Mario Limonciello | 2014-08-16 | 1 | -2/+20 |
| * | ideapad-laptop: Constify DMI table and other r/o variables | Mathias Krause | 2014-08-16 | 1 | -2/+2 |
| * | asus-nb-wmi.c: Rename x401u quirk to wapf4 | Hans de Goede | 2014-08-16 | 1 | -13/+13 |
| * | compal-laptop: correct invalid hwmon name | Roald Frederickx | 2014-08-16 | 1 | -1/+1 |
| * | toshiba_acpi: Add Qosmio X75-A to the alt keymap dmi list | Azael Avalos | 2014-08-16 | 1 | -0/+7 |
| * | toshiba_acpi: Add extra check to backlight code | Azael Avalos | 2014-08-16 | 1 | -4/+17 |
| * | Fix log message about future removal of interface | Martin Kepplinger | 2014-08-16 | 1 | -3/+3 |
| * | ideapad-laptop: Disable touchpad interface on Yoga models | Hans de Goede | 2014-08-16 | 1 | -0/+27 |
| * | asus-nb-wmi: Add wapf4 quirk for the X550CC | Hans de Goede | 2014-08-16 | 1 | -0/+9 |
| * | intel_ips: Make ips_mcp_limits variables static | Mathias Krause | 2014-08-16 | 1 | -3/+3 |
| * | thinkpad_acpi: Mark volume_alsa_control_{vol,mute} as __initdata | Mathias Krause | 2014-08-16 | 1 | -2/+2 |
| * | fujitsu-laptop: Mark fujitsu_dmi_table[] DMI table as __initconst | Mathias Krause | 2014-08-16 | 1 | -5/+5 |
| * | hp-wmi: Add missing __init annotations to initialization code | Mathias Krause | 2014-08-16 | 1 | -3/+3 |
| * | hp_accel: Constify ACPI and DMI tables | Mathias Krause | 2014-08-16 | 1 | -2/+2 |
| * | fujitsu-tablet: Mark DMI callbacks as __init code | Mathias Krause | 2014-08-16 | 1 | -3/+3 |
| * | dell-laptop: Mark dell_quirks[] DMI table as __initconst | Mathias Krause | 2014-08-16 | 1 | -3/+3 |
| * | eeepc-wmi: Constify asus_quirks[] DMI table | Mathias Krause | 2014-08-16 | 1 | -1/+1 |
| * | acer-wmi: Mark init data and code as such | Mathias Krause | 2014-08-16 | 1 | -20/+21 |
| * | asus-nb-wmi: Constify asus_quirks[] DMI table | Mathias Krause | 2014-08-16 | 1 | -1/+1 |
| * | alienware-wmi: Mark DMI table as __initconst | Mathias Krause | 2014-08-16 | 1 | -2/+2 |
| * | acer-wmi: Hide acer_{suspend,resume} for !CONFIG_PM_SLEEP | Mathias Krause | 2014-08-16 | 1 | -0/+5 |
| * | acer-wmi: Mark acer_wmi_keymap[] as __initconst | Mathias Krause | 2014-08-16 | 1 | -1/+1 |
| * | MAINTAINERS: Update git URL for x86 platform drivers | Mathias Krause | 2014-08-16 | 1 | -1/+1 |
| * | WMI: Remove unnecessary null test | Himangi Saraogi | 2014-08-16 | 1 | -4/+0 |
| * | drivers/platform/x86/thinkpad_acpi.c: don't test unsigned int for negativity | Andrey Utkin | 2014-08-16 | 1 | -1/+1 |
| * | asus-nb-wmi: Add wapf4 quirk for the X550CL | Hans de Goede | 2014-08-16 | 1 | -0/+9 |
| * | asus-nb-wmi: Add ASUSTeK COMPUTER INC. X200CA | AceLan Kao | 2014-08-16 | 1 | -0/+13 |
| * | asus-wmi: control wlan-led if wapf > 0 | AceLan Kao | 2014-08-16 | 1 | -2/+2 |
| * | asus-wmi: backlight_init: Stop treating -ENODEV as if its not an error | Hans de Goede | 2014-08-16 | 1 | -4/+1 |
| * | asus-wmi: Disable acpi-video backlight on desktop machines | Hans de Goede | 2014-08-16 | 1 | -0/+7 |
| * | ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling | Hans de Goede | 2014-08-16 | 1 | -14/+27 |
| * | thinkpad_acpi: Update mapping for F12 hotkey on *40 models to KEY_FILE | Hans de Goede | 2014-08-16 | 1 | -1/+1 |