index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
afs: Dispatch vlserver probes in priority order
David Howells
4
-2
/
+55
2024-01-01
afs: Dispatch fileserver probes in priority order
David Howells
2
-2
/
+56
2024-01-01
afs: Mark address lists with configured priorities
David Howells
3
-4
/
+91
2024-01-01
afs: Provide a way to configure address priorities
David Howells
5
-1
/
+534
2024-01-01
afs: Remove the unimplemented afs_cmp_addr_list()
David Howells
1
-13
/
+0
2024-01-01
afs: Add some more info to /proc/net/afs/servers
David Howells
5
-10
/
+22
2023-12-24
rxrpc: Create a procfile to display outstanding client conn bundles
David Howells
4
-0
/
+94
2023-12-24
afs: Fold the afs_addr_cursor struct in
David Howells
12
-214
/
+243
2023-12-24
afs: Use peer + service_id as call address
David Howells
9
-32
/
+48
2023-12-24
afs: Rename some fields
David Howells
3
-38
/
+38
2023-12-24
afs: Add a tracepoint for struct afs_addr_list
David Howells
10
-35
/
+100
2023-12-24
afs: Simplify error handling
David Howells
15
-143
/
+174
2023-12-24
afs: Don't put afs_call in afs_wait_for_call_to_complete()
David Howells
5
-76
/
+75
2023-12-24
afs: Wrap most op->error accesses with inline funcs
David Howells
9
-67
/
+87
2023-12-24
afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
David Howells
3
-7
/
+8
2023-12-24
afs: Handle the VIO and UAEIO aborts explicitly
David Howells
1
-0
/
+7
2023-12-24
afs: Rename addr_list::failed to probe_failed
David Howells
7
-10
/
+10
2023-12-24
afs: Don't skip server addresses for which we didn't get an RTT reading
David Howells
2
-2
/
+2
2023-12-24
rxrpc, afs: Allow afs to pin rxrpc_peer objects
David Howells
20
-238
/
+273
2023-12-24
afs: Turn the afs_addr_list address array into an array of structs
David Howells
10
-22
/
+26
2023-12-24
afs: Add comments on abort handling
David Howells
1
-11
/
+90
2023-12-24
rxrpc_find_service_conn_rcu: fix the usage of read_seqbegin_or_lock()
Oleg Nesterov
1
-1
/
+2
2023-12-24
afs: use read_seqbegin() in afs_check_validity() and afs_getattr()
Oleg Nesterov
1
-9
/
+6
2023-12-24
afs: fix the usage of read_seqbegin_or_lock() in afs_find_server*()
Oleg Nesterov
1
-3
/
+4
2023-12-24
afs: fix the usage of read_seqbegin_or_lock() in afs_lookup_volume_rcu()
Oleg Nesterov
1
-1
/
+2
2023-12-24
afs: Automatically generate trace tag enums
David Howells
1
-206
/
+27
2023-12-24
afs: Remove whitespace before most ')' from the trace header
David Howells
1
-121
/
+121
2023-12-24
Linux 6.7-rc7
v6.7-rc7
Linus Torvalds
1
-1
/
+1
2023-12-23
Merge tag 'x86-urgent-2023-12-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+29
2023-12-23
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-9
/
+11
2023-12-23
Merge tag 'usb-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
9
-19
/
+49
2023-12-23
Merge tag 'char-misc-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
19
-218
/
+254
2023-12-23
Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
7
-7
/
+62
2023-12-23
Input: soc_button_array - add mapping for airplane mode button
Christoffer Sandberg
1
-0
/
+5
2023-12-23
Merge tag 'block-6.7-2023-12-22' of git://git.kernel.dk/linux
Linus Torvalds
2
-17
/
+7
2023-12-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-40
/
+97
2023-12-23
Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...
Paolo Bonzini
386
-2073
/
+3906
2023-12-23
Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
6
-31
/
+52
2023-12-23
Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+8
2023-12-22
Merge tag 'sound-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
17
-96
/
+478
2023-12-22
Merge tag 'i2c-for-6.7-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-19
/
+50
2023-12-22
Merge tag 'gpio-fixes-for-v6.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-8
/
+20
2023-12-22
Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2023-12-22
Merge tag 'drm-fixes-2023-12-22' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-33
/
+112
2023-12-22
Merge tag '9p-for-6.7-rc7' of https://github.com/martinetd/linux
Linus Torvalds
2
-8
/
+20
2023-12-22
Merge tag 'usb-serial-6.7-rc6' of https://git.kernel.org/pub/scm/linux/kernel...
Greg Kroah-Hartman
3
-6
/
+11
2023-12-22
debugfs: initialize cancellations earlier
Johannes Berg
1
-2
/
+4
2023-12-22
Merge tag 'drm-intel-fixes-2023-12-21' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
4
-6
/
+57
2023-12-22
Merge tag 'amd-drm-fixes-6.7-2023-12-20' of https://gitlab.freedesktop.org/ag...
Dave Airlie
7
-27
/
+55
2023-12-22
Merge tag 'pinctrl-v6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
6
-5
/
+39
[next]