index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Input: gpio-keys - switch to bitmap_zalloc()
Andy Shevchenko
2018-08-02
1
-4
/
+4
|
*
Merge branch 'ib/4.17-bitmap' into next
Dmitry Torokhov
2018-08-02
12
-304
/
+316
|
|
\
|
|
*
bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()
Andy Shevchenko
2018-08-02
2
-0
/
+28
|
|
*
md: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-08-02
9
-294
/
+278
|
|
*
dm: Avoid namespace collision with bitmap API
Andy Shevchenko
2018-08-02
1
-10
/
+10
|
*
|
Input: pm8941-pwrkey - add resin entry
Vinod Koul
2018-07-31
2
-0
/
+9
|
*
|
Input: pm8941-pwrkey - abstract register offsets and event code
Vinod Koul
2018-07-31
2
-13
/
+58
|
*
|
Input: iforce - reorganize joystick configuration lists
Tim Schumacher
2018-07-28
1
-14
/
+5
|
*
|
Input: atmel_mxt_ts - move completion to after config crc is updated
Nick Dyer
2018-07-27
1
-2
/
+2
|
*
|
Input: atmel_mxt_ts - don't report zero pressure from T9
Nick Dyer
2018-07-27
1
-0
/
+4
|
*
|
Input: atmel_mxt_ts - zero terminate config firmware file
Nick Dyer
2018-07-27
1
-10
/
+24
|
*
|
Input: atmel_mxt_ts - refactor config update code to add context struct
Nick Dyer
2018-07-27
1
-52
/
+56
|
*
|
Input: atmel_mxt_ts - config CRC may start at T71
Nick Dyer
2018-07-27
1
-12
/
+22
|
*
|
Input: atmel_mxt_ts - remove unnecessary debug on ENOMEM
Nick Dyer
2018-07-27
1
-6
/
+2
|
*
|
Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURE
Nick Dyer
2018-07-27
1
-6
/
+0
|
*
|
Input: atmel_mxt_ts - use BIT() macro everywhere
Nick Dyer
2018-07-27
1
-18
/
+18
|
*
|
Input: atmel_mxt_ts - only use first T9 instance
Nick Dyer
2018-07-27
1
-3
/
+4
|
*
|
Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
|
*
|
Input: appletouch - replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2018-07-27
1
-3
/
+3
|
*
|
Input: yealink - replace GFP_ATOMIC with GFP_KERNEL in usb_probe()
Jia-Ju Bai
2018-07-27
1
-2
/
+2
|
*
|
Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...
Jia-Ju Bai
2018-07-27
1
-1
/
+1
|
*
|
Input: keyspan_remote - replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
|
*
|
Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()
Jia-Ju Bai
2018-07-27
1
-1
/
+1
|
*
|
Input: iforce - assign BTN_DEAD only for specific devices
Tim Schumacher
2018-07-27
1
-5
/
+6
|
*
|
Input: iforce - reformat the packet dump output
Tim Schumacher
2018-07-27
4
-11
/
+7
|
*
|
Input: stop telling users to snail-mail Vojtech
Dmitry Torokhov
2018-07-27
47
-188
/
+0
|
*
|
Input: pxrc - flatten probe code
Dmitry Torokhov
2018-07-25
1
-49
/
+35
|
*
|
Input: pxrc - do not store unneeded data in driver structure
Dmitry Torokhov
2018-07-25
1
-18
/
+17
|
*
|
Input: pxrc - move module device table closer to where it is used
Dmitry Torokhov
2018-07-25
1
-6
/
+6
|
*
|
Input: pxrc - fix freeing URB on device teardown
Dmitry Torokhov
2018-07-25
1
-36
/
+30
|
*
|
Input: pxrc - do not store USB device in private struct
Marcus Folkesson
2018-07-25
1
-7
/
+6
|
*
|
Input: gpio_keys - add missing include to gpio_keys.h
Matti Vaittinen
2018-07-18
1
-0
/
+2
|
*
|
Input: egalax_ts - switch to SPDX identifier
Fabio Estevam
2018-07-18
1
-4
/
+1
|
*
|
Input: iforce - use GFP_KERNEL in iforce_get_id_packet()
Sebastian Andrzej Siewior
2018-07-04
1
-1
/
+1
|
*
|
dt-bindings: input: add common keyboard document bindings
Chen Zhong
2018-07-04
1
-0
/
+8
|
*
|
Input: cros_ec_keyb - remove redundant variable num_cols
Colin Ian King
2018-07-04
1
-3
/
+0
|
*
|
Input: eeti - fix link to documentation and email address in header
Daniel Mack
2018-07-04
1
-3
/
+3
|
*
|
Input: eeti - drop module parameters, parse DT properties
Daniel Mack
2018-07-04
1
-17
/
+5
|
*
|
Input: eeti - add device tree matching table
Daniel Mack
2018-07-04
1
-0
/
+9
|
*
|
dt-bindings: input: touchscreen: add bindings for eeti touchscreen controller
Daniel Mack
2018-07-04
1
-0
/
+30
|
*
|
Input: add bu21029 touch driver
Zhu Yi
2018-06-25
4
-0
/
+532
|
*
|
Input: imx6ul_tsc - switch to SPDX identifier
Fabio Estevam
2018-06-22
1
-9
/
+5
|
*
|
Input: fsl-imx25-tcq - switch to SPDX identifier
Fabio Estevam
2018-06-22
1
-13
/
+8
|
*
|
Input: snvs_pwrkey - switch to SPDX identifier
Fabio Estevam
2018-06-22
1
-11
/
+4
|
*
|
Input: imx_keypad - switch to SPDX identifier
Fabio Estevam
2018-06-22
1
-8
/
+4
|
*
|
Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into next
Dmitry Torokhov
2018-06-13
397
-2038
/
+5104
|
|
\
\
|
|
*
|
Input: xen-kbdfront - allow better run-time configuration
Oleksandr Andrushchenko
2018-06-13
1
-71
/
+106
|
|
*
|
Input: xen-kbdfront - fix multi-touch XenStore node's locations
Oleksandr Andrushchenko
2018-06-13
1
-4
/
+4
|
|
*
|
xen: Sync up with the canonical protocol definitions in Xen
Oleksandr Andrushchenko
2018-06-13
3
-25
/
+71
|
|
|
/
|
|
*
Linux 4.17
v4.17
Linus Torvalds
2018-06-03
1
-1
/
+1
[prev]
[next]