summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * hp-wmi: Add missing __init annotations to initialization codeMathias Krause2014-08-161-3/+3
| * hp_accel: Constify ACPI and DMI tablesMathias Krause2014-08-161-2/+2
| * fujitsu-tablet: Mark DMI callbacks as __init codeMathias Krause2014-08-161-3/+3
| * dell-laptop: Mark dell_quirks[] DMI table as __initconstMathias Krause2014-08-161-3/+3
| * eeepc-wmi: Constify asus_quirks[] DMI tableMathias Krause2014-08-161-1/+1
| * acer-wmi: Mark init data and code as suchMathias Krause2014-08-161-20/+21
| * asus-nb-wmi: Constify asus_quirks[] DMI tableMathias Krause2014-08-161-1/+1
| * alienware-wmi: Mark DMI table as __initconstMathias Krause2014-08-161-2/+2
| * acer-wmi: Hide acer_{suspend,resume} for !CONFIG_PM_SLEEPMathias Krause2014-08-161-0/+5
| * acer-wmi: Mark acer_wmi_keymap[] as __initconstMathias Krause2014-08-161-1/+1
| * MAINTAINERS: Update git URL for x86 platform driversMathias Krause2014-08-161-1/+1
| * WMI: Remove unnecessary null testHimangi Saraogi2014-08-161-4/+0
| * drivers/platform/x86/thinkpad_acpi.c: don't test unsigned int for negativityAndrey Utkin2014-08-161-1/+1
| * asus-nb-wmi: Add wapf4 quirk for the X550CLHans de Goede2014-08-161-0/+9
| * asus-nb-wmi: Add ASUSTeK COMPUTER INC. X200CAAceLan Kao2014-08-161-0/+13
| * asus-wmi: control wlan-led if wapf > 0AceLan Kao2014-08-161-2/+2
| * asus-wmi: backlight_init: Stop treating -ENODEV as if its not an errorHans de Goede2014-08-161-4/+1
| * asus-wmi: Disable acpi-video backlight on desktop machinesHans de Goede2014-08-161-0/+7
| * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handlingHans de Goede2014-08-161-14/+27
| * thinkpad_acpi: Update mapping for F12 hotkey on *40 models to KEY_FILEHans de Goede2014-08-161-1/+1
| * eeepc-laptop: rename _set and _get arguments in macroPaul Bolle2014-08-161-4/+4
| * fujitsu-laptop: Clear build warningsJean Delvare2014-08-161-5/+4
| * platform/x86/toshiba-apci.c possible bad if test?Nick2014-08-161-1/+1
| * sony-laptop: fix doesn't work lid resume settings on Vaio Promog4222014-08-161-1/+1
| * WAPF 4 for ASUSTeK COMPUTER INC. X75VBP WLAN ON.poma2014-08-161-0/+9
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-08-163-41/+119
|\ \
| * | tools/power turbostat: tweak whitespace in output formatLen Brown2014-08-151-40/+40
| * | intel_idle: Broadwell supportLen Brown2014-08-151-1/+69
| * | intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown2014-08-152-0/+10
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-161-0/+5
|\ \ \
| * | | module: Clean up ro/nx after early module load failuresAndy Lutomirski2014-08-161-0/+5
* | | | Merge branch 'rng-queue' of git://git.kernel.org/pub/scm/linux/kernel/git/ami...Linus Torvalds2014-08-161-0/+1
|\ \ \ \
| * | | | virtio: rng: add derating factor for use by hwrng coreAmit Shah2014-08-151-0/+1
| |/ / /
* | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2014-08-1617-305/+541
|\ \ \ \
| * | | | btrfs: disable strict file flushes for renames and truncatesChris Mason2014-08-158-267/+6
| * | | | Btrfs: fix csum tree corruption, duplicate and outdated checksumsFilipe Manana2014-08-151-1/+1
| * | | | Btrfs: Fix memory corruption by ulist_add_merge() on 32bit archTakashi Iwai2014-08-152-6/+20
| * | | | Btrfs: fix compressed write corruption on enospcLiu Bo2014-08-151-0/+12
| * | | | btrfs: correctly handle return from ulist_addMark Fasheh2014-08-151-4/+9
| * | | | btrfs: qgroup: account shared subtrees during snapshot deleteMark Fasheh2014-08-153-0/+426
| * | | | Btrfs: read lock extent buffer while walking backrefsFilipe Manana2014-08-151-0/+3
| * | | | Btrfs: __btrfs_mod_ref should always use no_quotaJosef Bacik2014-08-153-25/+23
| * | | | btrfs: adjust statfs calculations according to raid profilesDavid Sterba2014-08-151-6/+45
| | |/ / | |/| |
* | | | Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-08-162-30/+62
|\ \ \ \
| * | | | locks: update Locking documentation to clarify fl_release_private behaviorJeff Layton2014-08-141-1/+5
| * | | | locks: move locks_free_lock calls in do_fcntl_add_lease outside spinlockJeff Layton2014-08-141-9/+7
| * | | | locks: defer freeing locks in locks_delete_lock until after i_lock has been d...Jeff Layton2014-08-141-8/+30
| * | | | locks: don't reuse file_lock in __posix_lock_fileJeff Layton2014-08-141-11/+14
| * | | | locks: don't call locks_release_private from locks_copy_lockJeff Layton2014-08-111-1/+2
| * | | | locks: show delegations as "DELEG" in /proc/locksJeff Layton2014-08-111-1/+5
OpenPOWER on IntegriCloud