index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
bin
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
HID: nintendo: check the return value of alloc_workqueue()
Jia-Ju Bai
1
-0
/
+4
2022-03-01
Input: docs: add more details on the use of BTN_TOOL
Benjamin Tissoires
1
-1
/
+5
2022-03-01
HID: input: accommodate priorities for slotted devices
Benjamin Tissoires
2
-8
/
+96
2022-03-01
HID: input: remove the need for HID_QUIRK_INVERT
Benjamin Tissoires
2
-9
/
+95
2022-03-01
HID: input: enforce Invert usage to be processed before InRange
Benjamin Tissoires
2
-3
/
+35
2022-03-01
HID: core: for input reports, process the usages by priority list
Benjamin Tissoires
1
-7
/
+38
2022-03-01
HID: compute an ordered list of input fields to process
Benjamin Tissoires
2
-1
/
+114
2022-03-01
HID: input: move up out-of-range processing of input values
Benjamin Tissoires
1
-24
/
+24
2022-03-01
HID: input: rework spaghetti code with switch statements
Benjamin Tissoires
1
-37
/
+43
2022-03-01
HID: input: tag touchscreens as such if the physical is not there
Benjamin Tissoires
1
-4
/
+25
2022-03-01
HID: core: split data fetching from processing in hid_input_field()
Benjamin Tissoires
2
-20
/
+79
2022-03-01
HID: core: de-duplicate some code in hid_input_field()
Benjamin Tissoires
1
-15
/
+39
2022-03-01
HID: core: statically allocate read buffers
Benjamin Tissoires
2
-7
/
+6
2022-03-01
HID: vivaldi: fix sysfs attributes leak
Dmitry Torokhov
1
-1
/
+1
2022-02-21
HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts
Pavel Skripkin
1
-0
/
+6
2022-02-17
HID: elo: Revert USB reference counting
Jiri Kosina
1
-6
/
+1
2022-02-17
HID: apple: properly reflect LEDS dependency
Jiri Kosina
1
-0
/
+2
2022-02-16
HID: Add support for open wheel and no attachment to T300
Michael Hübner
1
-0
/
+2
2022-02-16
HID: apple: Add fn mapping for MacBook Pros with Touch Bar
Aditya Garg
1
-0
/
+58
2022-02-16
HID: apple: Add necessary IDs and configuration for T2 Macs.
Aun-Ali Zaidi
3
-0
/
+40
2022-02-16
HID: apple: Add support for keyboard backlight on certain T2 Macs.
Paul Pawlowski
1
-0
/
+125
2022-02-16
HID: apple: Report Magic Keyboard 2021 with fingerprint reader battery over USB
José Expósito
1
-2
/
+2
2022-02-16
HID: apple: Report Magic Keyboard 2021 battery over USB
José Expósito
1
-1
/
+1
2022-02-16
HID: apple: Magic Keyboard 2015 FN key mapping
José Expósito
1
-0
/
+24
2022-02-16
HID: apple: Magic Keyboard first generation FN key mapping
José Expósito
1
-3
/
+35
2022-02-16
HID: apple: Refactor key translation setup
José Expósito
1
-21
/
+17
2022-02-16
HID: logitech-dj: add new lightspeed receiver id
Lucas Zampieri
1
-0
/
+1
2022-02-14
serial: parisc: GSC: fix build when IOSAPIC is not set
Randy Dunlap
1
-1
/
+1
2022-02-14
HID: amd_sfh: Add interrupt handler to process interrupts
Basavaraj Natikar
2
-0
/
+41
2022-02-14
HID: amd_sfh: Add functionality to clear interrupts
Basavaraj Natikar
2
-1
/
+25
2022-02-14
HID: amd_sfh: Disable the interrupt for all command
Basavaraj Natikar
1
-0
/
+3
2022-02-14
HID: amd_sfh: Correct the structure field name
Basavaraj Natikar
1
-1
/
+1
2022-02-14
HID: amd_sfh: Handle amd_sfh work buffer in PM ops
Basavaraj Natikar
1
-0
/
+4
2022-02-14
parisc: Fix some apparent put_user() failures
Helge Deller
1
-14
/
+15
2022-02-13
parisc: Show error if wrong 32/64-bit compiler is being used
Helge Deller
1
-0
/
+8
2022-02-13
Linux 5.17-rc4
v5.17-rc4
Linus Torvalds
1
-2
/
+2
2022-02-12
kconfig: fix failing to generate auto.conf
Jing Leng
1
-4
/
+9
2022-02-12
Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured"
Greg Kroah-Hartman
1
-4
/
+2
2022-02-11
kfence: make test case compatible with run time set sample interval
Peng Liu
3
-5
/
+8
2022-02-11
mm: memcg: synchronize objcg lists with a dedicated spinlock
Roman Gushchin
2
-7
/
+8
2022-02-11
mm: vmscan: remove deadlock due to throttling failing to make progress
Mel Gorman
1
-1
/
+3
2022-02-11
fs/proc: task_mmu.c: don't read mapcount for migration entry
Yang Shi
1
-9
/
+31
2022-02-11
fs/binfmt_elf: fix PT_LOAD p_align values for loaders
Mike Rapoport
1
-1
/
+1
2022-02-11
Revert "PCI/portdrv: Do not setup up IRQs if there are no users"
Bjorn Helgaas
1
-30
/
+17
2022-02-11
gfs2: Fix gfs2_release for non-writers regression
Bob Peterson
1
-3
/
+4
2022-02-11
Revert "gfs2: check context in gfs2_glock_put"
Andreas Gruenbacher
1
-3
/
+0
2022-02-11
loop: revert "make autoclear operation asynchronous"
Tetsuo Handa
2
-37
/
+29
2022-02-11
iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
Mathias Krause
1
-3
/
+11
2022-02-11
usb: dwc2: drd: fix soft connect when gadget is unconfigured
Fabrice Gasnier
1
-2
/
+4
2022-02-11
usb: gadget: rndis: check size of RNDIS_MSG_SET command
Greg Kroah-Hartman
1
-3
/
+6
[next]