Age | Commit message (Expand) | Author | Files | Lines |
2014-10-06 | toshiba_acpi: Adapt kbd_bl_timeout_store to the new kbd type | Azael Avalos | 1 | -9/+29 |
2014-09-30 | toshiba_acpi: Change HCI/SCI functions return code type | Azael Avalos | 1 | -67/+62 |
2014-09-30 | toshiba_acpi: Unify return codes prefix from HCI/SCI to TOS | Azael Avalos | 1 | -71/+72 |
2014-09-30 | toshiba_acpi: Rename hci_raw to tci_raw | Azael Avalos | 1 | -59/+60 |
2014-09-29 | dell-wmi: Fix access out of memory | Pali Rohár | 1 | -3/+9 |
2014-09-22 | eeepc-laptop: clean up control flow in *_rfkill_notifier | Frans Klaver | 1 | -29/+28 |
2014-09-19 | eeepc-laptop: store_cpufv: return error if set_acpi fails | Frans Klaver | 1 | -1/+3 |
2014-09-19 | eeepc-laptop: check proper return values in get_cpufv | Frans Klaver | 1 | -1/+4 |
2014-09-19 | eeepc-laptop: make fan1_input really read-only | Frans Klaver | 1 | -9/+13 |
2014-09-19 | eeepc-laptop: pull out SENSOR_STORE_FUNC and SENSOR_SHOW_FUNC macros | Frans Klaver | 1 | -3/+9 |
2014-09-19 | eeepc-laptop: tell sysfs that the disp attribute is write-only | Frans Klaver | 1 | -5/+9 |
2014-09-19 | eeepc-laptop: pull out ACPI_STORE_FUNC and ACPI_SHOW_FUNC macros | Frans Klaver | 1 | -3/+9 |
2014-09-19 | eeepc-laptop: use DEVICE_ATTR* to instantiate device_attributes | Frans Klaver | 1 | -30/+4 |
2014-09-19 | eeepc-laptop: change sysfs function names to API expectations | Frans Klaver | 1 | -14/+14 |
2014-09-19 | eeepc-laptop: clean up coding style | Frans Klaver | 1 | -3/+5 |
2014-09-18 | eeepc-laptop: simplify parse_arg() | Paul Bolle | 1 | -18/+18 |
2014-09-17 | intel-rst: Clean up ACPI add function | Peter Ujfalusi | 1 | -10/+5 |
2014-09-17 | intel-rst: Use ACPI_FAILURE() macro instead !ACPI_SUCCESS() for error checking | Peter Ujfalusi | 1 | -4/+4 |
2014-09-17 | x86: thinkpad_acpi.c: fixed spacing coding style issue | Jan van den Berg | 1 | -22/+22 |
2014-09-17 | toshiba_acpi: Support new keyboard backlight type | Azael Avalos | 1 | -32/+156 |
2014-09-17 | toshiba_acpi: Change touchpad store to check for invalid values | Azael Avalos | 1 | -4/+10 |
2014-09-17 | toshiba_acpi: Fix illumination not available on certain models | Azael Avalos | 1 | -1/+1 |
2014-09-17 | toshiba_acpi: Additional hotkey scancodes | Azael Avalos | 1 | -1/+6 |
2014-09-14 | Linux 3.17-rc5v3.17-rc5 | Linus Torvalds | 1 | -1/+1 |
2014-09-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -23/+39 |
2014-09-14 | vfs: avoid non-forwarding large load after small store in path lookup | Linus Torvalds | 2 | -9/+11 |
2014-09-14 | Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -8/+280 |
2014-09-14 | be careful with nd->inode in path_init() and follow_dotdot_rcu() | Al Viro | 1 | -2/+13 |
2014-09-14 | don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu() | Al Viro | 1 | -16/+17 |
2014-09-14 | Merge tag 'ntb-3.17' of git://github.com/jonmason/ntb | Linus Torvalds | 2 | -3/+17 |
2014-09-14 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -22/+23 |
2014-09-14 | Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu... | Thomas Gleixner | 4 | -22/+23 |
2014-09-14 | ntb: Add alignment check to meet hardware requirement | Dave Jiang | 1 | -0/+13 |
2014-09-14 | MAINTAINERS: update NTB info | Jon Mason | 1 | -1/+2 |
2014-09-14 | NTB: correct the spread of queues over mw's | Jon Mason | 1 | -2/+2 |
2014-09-13 | fix bogus read_seqretry() checks introduced in b37199e | Al Viro | 1 | -2/+2 |
2014-09-13 | move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon) | Al Viro | 1 | -2/+6 |
2014-09-13 | [fix] lustre: d_make_root() does iput() on dentry allocation failure | Al Viro | 1 | -1/+1 |
2014-09-13 | Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi... | Linus Torvalds | 4 | -48/+55 |
2014-09-13 | parisc: Implement new LWS CAS supporting 64 bit operations. | Guy Martin | 1 | -4/+229 |
2014-09-13 | vfs: fix bad hashing of dentries | Linus Torvalds | 2 | -4/+3 |
2014-09-13 | Make hash_64() use a 64-bit multiply when appropriate | Linus Torvalds | 1 | -0/+4 |
2014-09-13 | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 5 | -6/+8 |
2014-09-13 | Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | 1 | -2/+2 |
2014-09-13 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 7 | -47/+123 |
2014-09-12 | Merge tag 'stable/for-linus-3.17-b-rc4-arm-tag' of git://git.kernel.org/pub/s... | Linus Torvalds | 7 | -93/+220 |
2014-09-12 | alarmtimer: Lock k_itimer during timer callback | Richard Larocque | 1 | -2/+8 |
2014-09-12 | alarmtimer: Do not signal SIGEV_NONE timers | Richard Larocque | 1 | -2/+4 |
2014-09-12 | alarmtimer: Return relative times in timer_gettime | Richard Larocque | 1 | -7/+11 |
2014-09-12 | jiffies: Fix timeval conversion to jiffies | Andrew Hunter | 2 | -37/+31 |