index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
/
joystick
/
warrior.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-07
firmware: xilinx: Update firmware call interface to support additional args
Jay Buddhabhatti
4
-153
/
+132
2023-12-07
eeprom: ee1004: Add support for multiple i2c busses
Heiner Kallweit
1
-31
/
+63
2023-12-07
parport: Save a few bytes of memory
Christophe JAILLET
1
-4
/
+4
2023-12-07
ipack: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2023-12-07
drivers/comedi: use standard array-copy-function
Philipp Stanner
1
-2
/
+2
2023-12-07
firmware: xilinx: Use proper indentation in kernel-doc
Michal Simek
1
-2
/
+2
2023-12-07
rootfs: Fix support for rootfstype= when root= is given
Stefan Berger
1
-3
/
+6
2023-12-06
android: binder: fix a kernel-doc enum warning
Randy Dunlap
1
-0
/
+4
2023-12-05
binder: switch alloc->mutex to spinlock_t
Carlos Llamas
2
-28
/
+28
2023-12-05
binder: reverse locking order in shrinker callback
Carlos Llamas
1
-24
/
+22
2023-12-05
binder: avoid user addresses in debug logs
Carlos Llamas
2
-11
/
+8
2023-12-05
binder: refactor binder_delete_free_buffer()
Carlos Llamas
1
-33
/
+11
2023-12-05
binder: collapse print_binder_buffer() into caller
Carlos Llamas
1
-13
/
+9
2023-12-05
binder: document the final page calculation
Carlos Llamas
1
-7
/
+11
2023-12-05
binder: rename lru shrinker utilities
Carlos Llamas
3
-25
/
+25
2023-12-05
binder: make oversized buffer code more readable
Carlos Llamas
1
-11
/
+10
2023-12-05
binder: remove redundant debug log
Carlos Llamas
1
-3
/
+0
2023-12-05
binder: perform page installation outside of locks
Carlos Llamas
1
-28
/
+73
2023-12-05
binder: initialize lru pages in mmap callback
Carlos Llamas
1
-5
/
+7
2023-12-05
binder: malloc new_buffer outside of locks
Carlos Llamas
1
-21
/
+23
2023-12-05
binder: refactor page range allocation
Carlos Llamas
1
-60
/
+47
2023-12-05
binder: relocate binder_alloc_clear_buf()
Carlos Llamas
1
-63
/
+61
2023-12-05
binder: relocate low space calculation
Carlos Llamas
1
-10
/
+11
2023-12-05
binder: separate the no-space debugging logic
Carlos Llamas
1
-31
/
+40
2023-12-05
binder: remove pid param in binder_alloc_new_buf()
Carlos Llamas
4
-17
/
+12
2023-12-05
binder: do unlocked work in binder_alloc_new_buf()
Carlos Llamas
1
-39
/
+56
2023-12-05
binder: split up binder_update_page_range()
Carlos Llamas
1
-39
/
+40
2023-12-05
binder: keep vma addresses type as unsigned long
Carlos Llamas
5
-69
/
+57
2023-12-05
binder: remove extern from function prototypes
Carlos Llamas
1
-19
/
+19
2023-12-05
binder: fix comment on binder_alloc_new_buf() return value
Carlos Llamas
1
-1
/
+1
2023-12-05
binder: fix trivial typo of binder_free_buf_locked()
Carlos Llamas
1
-1
/
+1
2023-12-05
binder: fix unused alloc->free_async_space
Carlos Llamas
1
-7
/
+4
2023-12-05
binder: fix async space check for 0-sized buffers
Carlos Llamas
1
-3
/
+4
2023-12-05
binder: fix race between mmput() and do_exit()
Carlos Llamas
1
-2
/
+2
2023-12-05
binder: fix use-after-free in shinker's callback
Carlos Llamas
1
-1
/
+5
2023-12-05
binder: use EPOLLERR from eventpoll.h
Carlos Llamas
1
-1
/
+1
2023-11-30
vmgenid: emit uevent when VMGENID updates
Babis Chalios
1
-0
/
+2
2023-11-28
misc: Add Nitro Secure Module driver
Alexander Graf
5
-0
/
+560
2023-11-28
vgacon: drop IA64 reference in VGA_CONSOLE dependency list
Lukas Bulwahn
1
-1
/
+1
2023-11-28
platform/goldfish: goldfish_pipe: Convert to platform remove callback returni...
Uwe Kleine-König
1
-3
/
+2
2023-11-27
misc: ocxl: main: Remove unnecessary ‘0’ values from rc
Li kunyu
1
-1
/
+1
2023-11-27
misc: ocxl: link: Remove unnecessary (void*) conversions
Li zeming
1
-7
/
+7
2023-11-27
misc: ocxl: afu_irq: Remove unnecessary (void*) conversions
Li zeming
1
-1
/
+1
2023-11-27
misc: ocxl: context: Remove unnecessary (void*) conversions
Li zeming
1
-1
/
+1
2023-11-27
Linux 6.7-rc3
v6.7-rc3
Linus Torvalds
1
-1
/
+1
2023-11-25
parisc: Reduce size of the bug_table on 64-bit kernel by half
Helge Deller
2
-19
/
+22
2023-11-25
parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codes
Helge Deller
3
-10
/
+0
2023-11-25
parisc: Use natural CPU alignment for bug_table
Helge Deller
1
-12
/
+18
2023-11-25
parisc: Ensure 32-bit alignment on parisc unwind section
Helge Deller
1
-0
/
+1
2023-11-25
parisc: Mark lock_aligned variables 16-byte aligned on SMP
Helge Deller
1
-1
/
+1
[next]