index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
memcpy_kunit.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
gpio: fix memory leak in gpiod_request_commit()
Xiaolei Wang
1
-6
/
+0
2024-02-17
gpio: constify opaque pointer "data" in gpio_device_find()
Krzysztof Kozlowski
2
-2
/
+2
2024-02-16
gpio: cdev: fix a NULL-pointer dereference with DEBUG enabled
Bartosz Golaszewski
1
-2
/
+2
2024-02-15
gpio: uapi: clarify default_values being logical
Kent Gibson
1
-5
/
+6
2024-02-15
gpio: sysfs: fix inverted pointer logic
Bartosz Golaszewski
1
-1
/
+1
2024-02-15
gpio: don't let lockdep complain about inherently dangerous RCU usage
Bartosz Golaszewski
1
-2
/
+3
2024-02-15
gpio: use srcu_dereference() with SRCU-protected pointers
Bartosz Golaszewski
3
-11
/
+13
2024-02-15
gpio: cdev: use correct pointer accessors with SRCU
Bartosz Golaszewski
1
-13
/
+12
2024-02-15
gpio: take the SRCU read lock in gpiod_hog()
Bartosz Golaszewski
1
-4
/
+7
2024-02-14
Documentation: gpio: consistently use logical line value terminology
Kent Gibson
1
-5
/
+5
2024-02-14
Documentation: gpio: clarify sysfs line values are logical
Kent Gibson
1
-2
/
+2
2024-02-14
gpio: initialize descriptor SRCU structure before adding OF-based chips
Bartosz Golaszewski
1
-9
/
+9
2024-02-12
gpio: mark unsafe gpio_chip manipulators as deprecated
Bartosz Golaszewski
1
-0
/
+6
2024-02-12
gpio: remove the RW semaphore from the GPIO device
Bartosz Golaszewski
2
-9
/
+0
2024-02-12
gpio: protect the pointer to gpio_chip in gpio_device with SRCU
Bartosz Golaszewski
4
-129
/
+271
2024-02-12
gpio: add SRCU infrastructure to struct gpio_device
Bartosz Golaszewski
2
-3
/
+12
2024-02-12
gpio: add the can_sleep flag to struct gpio_device
Bartosz Golaszewski
2
-5
/
+9
2024-02-12
gpio: remove unnecessary checks from gpiod_to_chip()
Bartosz Golaszewski
1
-2
/
+2
2024-02-12
gpio: reduce the functionality of validate_desc()
Bartosz Golaszewski
1
-15
/
+3
2024-02-12
gpio: don't dereference gdev->chip in gpiochip_setup_dev()
Bartosz Golaszewski
1
-1
/
+1
2024-02-12
gpio: sysfs: don't access gdev->chip if it's not needed
Bartosz Golaszewski
1
-3
/
+3
2024-02-12
gpio: cdev: don't access gdev->chip if it's not needed
Bartosz Golaszewski
1
-1
/
+1
2024-02-12
gpio: cdev: replace gpiochip_get_desc() with gpio_device_get_desc()
Bartosz Golaszewski
1
-5
/
+5
2024-02-12
gpio: sysfs: pass the GPIO device - not chip - to sysfs callbacks
Bartosz Golaszewski
1
-7
/
+7
2024-02-12
gpio: sysfs: extend the critical section for unregistering sysfs devices
Bartosz Golaszewski
1
-7
/
+8
2024-02-12
gpio: remove unneeded code from gpio_device_get_desc()
Bartosz Golaszewski
1
-10
/
+0
2024-02-12
gpio: reinforce desc->flags handling
Bartosz Golaszewski
1
-17
/
+25
2024-02-12
gpio: remove gpio_lock
Bartosz Golaszewski
4
-98
/
+47
2024-02-12
gpio: sysfs: use gpio_device_find() to iterate over existing devices
Bartosz Golaszewski
3
-25
/
+24
2024-02-12
gpio: protect the descriptor label with SRCU
Bartosz Golaszewski
3
-30
/
+61
2024-02-12
gpio: add SRCU infrastructure to struct gpio_desc
Bartosz Golaszewski
2
-2
/
+19
2024-02-12
gpio: don't set label from irq helpers
Bartosz Golaszewski
1
-13
/
+8
2024-02-12
gpio: provide and use gpiod_get_label()
Bartosz Golaszewski
3
-4
/
+10
2024-02-12
gpio: remove unused logging helpers
Bartosz Golaszewski
1
-13
/
+0
2024-02-12
gpio: of: assign and read the hog pointer atomically
Bartosz Golaszewski
2
-3
/
+3
2024-02-12
gpio: protect the list of GPIO devices with SRCU
Bartosz Golaszewski
1
-112
/
+135
2024-02-12
gpio: constify opaque pointer in gpio_device_find() match function
Krzysztof Kozlowski
4
-8
/
+10
2024-02-11
Linux 6.8-rc4
v6.8-rc4
Linus Torvalds
1
-1
/
+1
2024-02-10
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
35
-77
/
+96
2024-02-09
smb3: clarify mount warning
Steve French
1
-1
/
+1
2024-02-09
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
2
-1
/
+6
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
3
-1
/
+14
2024-02-09
x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6
Aleksander Mazur
1
-1
/
+1
2024-02-09
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
1
-38
/
+37
2024-02-09
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
1
-0
/
+10
2024-02-08
virtio-blk: Ensure no requests in virtqueues before deleting vqs.
Yi Sun
1
-3
/
+4
2024-02-08
blk-iocost: Fix an UBSAN shift-out-of-bounds warning
Tejun Heo
1
-0
/
+7
2024-02-08
smb: client: set correct d_type for reparse points under DFS mounts
Paulo Alcantara
2
-7
/
+14
2024-02-08
smb3: add missing null server pointer check
Steve French
1
-1
/
+1
2024-02-08
kprobes: Remove unnecessary initial values of variables
Li zeming
1
-2
/
+2
[next]