summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: fix off-by-one in access_ok()David Laight2024-11-251-2/+2
* futex: improve user space accessesLinus Torvalds2024-11-253-26/+63
* Merge tag 'fbdev-for-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-253-32/+1
|\
| * fbdev: omapfb: Remove some deadcodeDr. David Alan Gilbert2024-11-142-30/+0
| * fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem()Zhen Lei2024-11-141-2/+1
* | Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-25146-1843/+1511
|\ \
| * \ Merge branch 'next' into for-linusDmitry Torokhov2024-11-25145-1841/+1507
| |\ \
| | * | Input: mpr121 - use devm_regulator_get_enable_read_voltage()David Lechner2024-11-201-42/+3
| | * | Input: sun4i-lradc-keys - don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-201-1/+0
| | * | Input: spear-keyboard - don't include 'pm_wakeup.h' directlyWolfram Sang2024-11-201-1/+0
| | * | Input: cypress-sf - constify struct i2c_device_idChristophe JAILLET2024-11-191-1/+1
| | * | Input: ads7846 - increase xfer array size in 'struct ser_req'Nathan Chancellor2024-11-151-1/+1
| | * | Input: fix the input_event struct documentationMaud Spierings2024-11-151-1/+1
| | * | Input: i8042 - fix typo dublicate to duplicateShivam Chaudhary2024-11-081-1/+1
| | * | Input: ads7846 - add dummy command register clearing cycleMarek Vasut2024-11-081-1/+11
| | * | Input: introduce notion of passive observers for input handlersDmitry Torokhov2024-11-052-5/+15
| | * | Input: maple_keyb - use guard notation when acquiring mutexDmitry Torokhov2024-11-051-7/+2
| | * | Input: locomokbd - use guard notation when acquiring spinlockDmitry Torokhov2024-11-051-4/+1
| | * | Input: hilkbd - use guard notation when acquiring spinlockDmitry Torokhov2024-11-051-3/+1
| | * | Input: synaptics-rmi4 - switch to using cleanup functions in F34Dmitry Torokhov2024-11-051-23/+14
| | * | Input: synaptics - fix a typoChristophe JAILLET2024-11-051-1/+1
| | * | dt-bindings: input: rotary-encoder: Fix "rotary-encoder,rollover" typeRob Herring (Arm)2024-11-051-1/+1
| | * | Input: omap-keypad - use guard notation when acquiring mutexDmitry Torokhov2024-10-301-8/+8
| | * | Input: imagis - fix warning regarding 'imagis_3038_data' being unusedZeng Heng2024-10-251-1/+1
| | * | Input: userio - remove unneeded semicolonYang Li2024-10-221-1/+1
| | * | Input: sparcspkr - use cleanup facility for device_nodeJavier Carrasco2024-10-221-3/+1
| | * | Input: sparcspkr - use device managed memory for 'state'Javier Carrasco2024-10-221-27/+14
| | * | dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keysAngeloGioacchino Del Regno2024-10-211-0/+1
| | * | Input: serio_raw - fix uninitialized variable bugDmitry Torokhov2024-10-211-1/+1
| | * | Input: ts4800-ts - use cleanup facility for device_nodeJavier Carrasco2024-10-201-3/+2
| | * | Input: raspberrypi-ts - use cleanup facility for device_nodeJavier Carrasco2024-10-201-3/+1
| | * | Input: i8042 - use cleanup facility for device_nodeJavier Carrasco2024-10-201-11/+3
| | * | Input: 88pm860x - use cleanup facility for device_nodeJavier Carrasco2024-10-201-13/+7
| | * | Input: twl4030-vibra - use cleanup facility for device_nodeJavier Carrasco2024-10-201-8/+3
| | * | Input: twl6040-vibra - use cleanup facility for device_nodeJavier Carrasco2024-10-201-6/+2
| | * | Input: sun4i-lradc-keys - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-5/+2
| | * | Input: mtk-pmic-keys - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-12/+5
| | * | Input: cap11xx - switch to for_each_child_of_node_scopedJavier Carrasco2024-10-201-8/+4
| | * | Input: gscps2 - fix compilation error introduced with switch to guardsDmitry Torokhov2024-10-201-3/+1
| | * | Input: switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-1551-56/+56
| | * | Input: matrix_keypad - remove duplicated includeYang Li2024-10-041-1/+0
| | * | Input: xilinx_ps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-10/+5
| | * | Input: userio - switch to using cleanup functionsDmitry Torokhov2024-10-041-71/+70
| | * | Input: sun4i-ps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-6/+2
| | * | Input: serio-raw - fix potential serio port name truncationDmitry Torokhov2024-10-041-2/+2
| | * | Input: serio_raw - use guard notation for locks and other resourcesDmitry Torokhov2024-10-041-72/+49
| | * | Input: serio - use guard notation when acquiring mutexes and spinlocksDmitry Torokhov2024-10-041-99/+66
| | * | Input: serport - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-19/+8
| | * | Input: sa1111ps2 - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-5/+3
| | * | Input: q40kbd - use guard notation when acquiring spinlockDmitry Torokhov2024-10-041-8/+2