summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* acer-wmi: support Lenovo ideapad S205 10382JG wifi switchLee, Chun-Yi2013-02-241-0/+9
* asus-nb-wmi: add all video switch keysAceLan Kao2013-02-241-3/+19
* asus-wmi: add display toggle quirkAceLan Kao2013-02-243-4/+65
* asus-laptop: add all video switch keysAceLan Kao2013-02-241-3/+23
* asus-nb-wmi: correct a touchpad hotkey mappingAceLan Kao2013-02-241-1/+1
* asus-laptop: correct a touchpad hotkey mappingAceLan Kao2013-02-241-1/+1
* asus-{nb-wmi|laptop}.c: sync keymapsCorentin Chary2013-02-242-30/+30
* asus-laptop: map some new keysCorentin Chary2013-02-242-0/+4
* msi-wmi: Add MSI Wind supportMaxim Mikityanskiy2013-02-241-15/+50
* msi-wmi: Introduced quirk_last_pressedMaxim Mikityanskiy2013-02-241-26/+28
* msi-wmi: Make keys and backlight independentMaxim Mikityanskiy2013-02-241-37/+64
* msi-wmi: Use enums for scancodesMaxim Mikityanskiy2013-02-241-16/+18
* msi-wmi: Avoid repeating constantsMaxim Mikityanskiy2013-02-241-3/+3
* msi-wmi: Fix memory leakMaxim Mikityanskiy2013-02-241-1/+3
* msi-laptop: Disable brightness control for new ECMaxim Mikityanskiy2013-02-241-12/+27
* msi-laptop: Add missing ABI documentationMaxim Mikityanskiy2013-02-241-0/+83
* msi-laptop: Add MSI Wind U90/U100 supportMaxim Mikityanskiy2013-02-241-2/+121
* msi-laptop: merge quirk tables to oneLee, Chun-Yi2013-02-241-69/+127
* msi-laptop: Work around gcc warningMaxim Mikityanskiy2013-02-241-2/+2
* msi-laptop: Use proper return codes instead of -1Maxim Mikityanskiy2013-02-241-6/+6
* asus-wmi: update wlan LED through rfkill led triggerAceLan Kao2013-02-241-0/+76
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-23185-4825/+1363
|\
| * x86: convert to ksignalAl Viro2013-02-143-85/+74
| * sparc: convert to ksignalAl Viro2013-02-143-254/+164
| * arm: switch to struct ksignal * passingAl Viro2013-02-141-61/+47
| * alpha: pass k_sigaction and siginfo_t using ksignal pointerAl Viro2013-02-141-66/+45
| * burying unused conditionalsAl Viro2013-02-1456-159/+0
| * make do_sigaltstack() staticAl Viro2013-02-142-2/+1
| *-------------------------------------------------. Merge branches 'arch-alpha', 'arch-arm', 'arch-arm64', 'arch-avr32', 'arch-bl...Al Viro2013-02-14150-3930/+496
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | | | | | | * xtensa: switch to generic sigaltstackAl Viro2013-02-034-18/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic old sigactionAl Viro2013-02-0311-148/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat rt_sigaction()Al Viro2013-02-036-89/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat sched_rr_get_interval()Al Viro2013-02-033-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86,um: switch to generic old sigsuspend()Al Viro2013-02-038-31/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-035-18/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: switch to generic compat rt_sigpending()Al Viro2013-02-035-27/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: get rid of pt_regs argument in vm86/vm86oldAl Viro2013-02-035-32/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-039-55/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | * | x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-037-24/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | * | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-031-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | | | | * | unicore32: switch to generic sigaltstackAl Viro2013-02-033-15/+3
| | | | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic compat rt_sigaction()Al Viro2013-02-033-53/+1
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-033-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic compat rt_sig{procmask,pending}()Al Viro2013-02-032-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | * | tile: switch to generic sigaltstackAl Viro2013-02-035-63/+5
| | | | | | | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to generic old sigsuspendAl Viro2013-02-034-15/+1
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: COMPAT_SYSCALL_DEFINE does all sign-extension as well as SYSCALL_DEFINEAl Viro2013-02-032-18/+8
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: kill sign-extending wrappers for native syscallsAl Viro2013-02-033-150/+40
| | | | | | | | | | | | | | | | | | | | | | | * | kill sparc32_open()Al Viro2013-02-032-11/+1
| | | | | | | | | | | | | | | | | | | | | | | * | sparc: switch to use of generic old sigactionAl Viro2013-02-036-69/+13
OpenPOWER on IntegriCloud