index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
bus: mhi: host: Add mhi_power_down_keep_dev() API to support system suspend/h...
Baochen Qiang
1
-1
/
+17
2024-04-01
power: supply: bq27xxx: Move health reading out of update loop
Andrew Davis
1
-1
/
+0
2024-04-01
power: supply: bq27xxx: Move cycle count reading out of update loop
Andrew Davis
1
-1
/
+0
2024-04-01
power: supply: bq27xxx: Move energy reading out of update loop
Andrew Davis
1
-1
/
+0
2024-04-01
power: supply: bq27xxx: Move charge reading out of update loop
Andrew Davis
1
-1
/
+0
2024-04-01
power: supply: bq27xxx: Move time reading out of update loop
Andrew Davis
1
-3
/
+0
2024-04-01
power: supply: bq27xxx: Move temperature reading out of update loop
Andrew Davis
1
-1
/
+0
2024-04-01
net: rps: move received_rps field to a better location
Eric Dumazet
1
-1
/
+1
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
1
-2
/
+7
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
2
-15
/
+23
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
1
-1
/
+2
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
1
-17
/
+0
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
1
-1
/
+0
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
4
-0
/
+93
2024-04-01
pfcp: add PFCP module
Wojciech Drewek
1
-0
/
+17
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
7
-65
/
+177
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2
-8
/
+24
2024-04-01
bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
Alexander Lobakin
1
-33
/
+5
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
2
-4
/
+6
2024-04-01
linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
Alexander Lobakin
1
-23
/
+4
2024-04-01
bitops: let the compiler optimize {__,}assign_bit()
Alexander Lobakin
1
-16
/
+4
2024-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
1
-0
/
+2
2024-04-01
bitops: add missing prototype check
Alexander Lobakin
1
-0
/
+1
2024-04-01
lib/bitmap: add bitmap_{read,write}()
Syed Nayyar Waris
1
-0
/
+77
2024-04-01
timers: Fix kernel-doc format and add Return values
Randy Dunlap
1
-2
/
+10
2024-04-01
time/timekeeping: Fix kernel-doc warnings and typos
Randy Dunlap
1
-7
/
+42
2024-04-01
time/timecounter: Fix inline documentation
Randy Dunlap
1
-2
/
+9
2024-04-01
Merge tag 'v6.9-rc2' into media_stage
Hans Verkuil
19
-27
/
+76
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-11
/
+0
2024-03-31
Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2024-03-31
fpga: bridge: add owner module and take its refcount
Marco Pagani
1
-3
/
+7
2024-03-31
fpga: manager: add owner module and take its refcount
Marco Pagani
1
-6
/
+20
2024-03-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
5
-1
/
+5
2024-03-30
x86/mce: Clean up TP_printk() output line of the 'mce_record' tracepoint
Ingo Molnar
1
-3
/
+6
2024-03-29
Merge tag 'drm-fixes-2024-03-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-3
/
+14
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
1
-0
/
+27
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-0
/
+6
2024-03-29
net: udp: add IP/port data to the tracepoint udp/udp_fail_queue_rcv_skb
Balazs Scheidler
1
-5
/
+24
2024-03-29
net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independent
Balazs Scheidler
2
-43
/
+42
2024-03-29
Merge tag 'gpio-fixes-for-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+15
2024-03-29
af_unix: Replace garbage collection algorithm.
Kuniyuki Iwashima
1
-8
/
+0
2024-03-29
af_unix: Assign a unique index to SCC.
Kuniyuki Iwashima
1
-1
/
+1
2024-03-29
af_unix: Save O(n) setup of Tarjan's algo.
Kuniyuki Iwashima
1
-1
/
+0
2024-03-29
af_unix: Fix up unix_edge.successor for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2024-03-29
af_unix: Save listener for embryo socket.
Kuniyuki Iwashima
1
-0
/
+1
2024-03-29
af_unix: Detect Strongly Connected Components.
Kuniyuki Iwashima
1
-0
/
+3
2024-03-29
af_unix: Iterate all vertices by DFS.
Kuniyuki Iwashima
1
-0
/
+2
2024-03-29
af_unix: Link struct unix_edge when queuing skb.
Kuniyuki Iwashima
2
-0
/
+3
2024-03-29
af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+11
2024-03-29
af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.
Kuniyuki Iwashima
2
-0
/
+12
[prev]
[next]