index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2024-02-08
tracing/probes: Fix to set arg size and fmt after setting type from BTF
Masami Hiramatsu (Google)
1
-12
/
+13
2024-02-08
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2
-3
/
+7
2024-02-08
netfilter: nft_set_pipapo: remove scratch_aligned pointer
Florian Westphal
3
-39
/
+10
2024-02-08
netfilter: nft_set_pipapo: add helper to release pcpu scratch area
Florian Westphal
1
-5
/
+23
2024-02-08
netfilter: nft_set_pipapo: store index in scratch maps
Florian Westphal
3
-26
/
+44
2024-02-08
netfilter: nft_set_rbtree: skip end interval element from gc
Pablo Neira Ayuso
1
-3
/
+3
2024-02-08
netfilter: nfnetlink_queue: un-break NF_REPEAT
Florian Westphal
1
-3
/
+10
2024-02-08
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
5
-15
/
+42
2024-02-08
netfilter: nft_ct: reject direction for ct id
Pablo Neira Ayuso
1
-0
/
+3
2024-02-08
netfilter: ctnetlink: fix filtering for zone 0
Felix Huettner
2
-5
/
+50
2024-02-08
s390/qeth: Fix potential loss of L3-IP@ in case of network issues
Alexandra Winter
1
-3
/
+6
2024-02-08
netfilter: ipset: Missing gc cancellations fixed
Jozsef Kadlecsik
2
-2
/
+4
2024-02-08
octeontx2-af: Initialize maps.
Ratheesh Kannoth
1
-16
/
+15
[next]