index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-01
ice: Remove newlines in NL_SET_ERR_MSG_MOD
Thorsten Blum
2024-04-01
ice: Add switch recipe reusing feature
Steven Zou
2024-04-01
ice: fold ice_ptp_read_time into ice_ptp_gettimex64
Michal Schmidt
2024-04-01
ice: avoid the PTP hardware semaphore in gettimex64 path
Michal Schmidt
2024-04-01
ice: add ice_adapter for shared data across PFs on the same NIC
Michal Schmidt
2024-04-01
Merge branch 'net-rps-misc'
David S. Miller
2024-04-01
net: rps: move received_rps field to a better location
Eric Dumazet
2024-04-01
net: rps: add rps_input_queue_head_add() helper
Eric Dumazet
2024-04-01
net: rps: change input_queue_tail_incr_save()
Eric Dumazet
2024-04-01
net: enqueue_to_backlog() cleanup
Eric Dumazet
2024-04-01
net: make softnet_data.dropped an atomic_t
Eric Dumazet
2024-04-01
net: enqueue_to_backlog() change vs not running device
Eric Dumazet
2024-04-01
net: move dev_xmit_recursion() helpers to net/core/dev.h
Eric Dumazet
2024-04-01
net: move kick_defer_list_purge() to net/core/dev.h
Eric Dumazet
2024-04-01
Merge branch 'ice-pfcp-filter'
David S. Miller
2024-04-01
ice: Add support for PFCP hardware offload in switchdev
Marcin Szycik
2024-04-01
ice: refactor ICE_TC_FLWR_FIELD_ENC_OPTS
Marcin Szycik
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
2024-04-01
pfcp: add PFCP module
Wojciech Drewek
2024-04-01
net: net_test: add tests for IP tunnel flags conversion helpers
Alexander Lobakin
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2024-04-01
lib/bitmap: add compile-time test for __assign_bit() optimization
Alexander Lobakin
2024-04-01
bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
Alexander Lobakin
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
2024-04-01
tools: move alignment-related macros to new <linux/align.h>
Alexander Lobakin
2024-04-01
btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
Alexander Lobakin
2024-04-01
fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
Alexander Lobakin
2024-04-01
s390/cio: rename bitmap_size() -> idset_bitmap_size()
Alexander Lobakin
2024-04-01
linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
Alexander Lobakin
2024-04-01
bitops: let the compiler optimize {__,}assign_bit()
Alexander Lobakin
2024-04-01
bitops: make BYTES_TO_BITS() treewide-available
Alexander Lobakin
2024-04-01
bitops: add missing prototype check
Alexander Lobakin
2024-04-01
lib/test_bitmap: use pr_info() for non-error messages
Alexander Potapenko
2024-04-01
lib/test_bitmap: add tests for bitmap_{read,write}()
Alexander Potapenko
2024-04-01
lib/bitmap: add bitmap_{read,write}()
Syed Nayyar Waris
2024-04-01
KVM: arm64: Rationalise KVM banner output
Marc Zyngier
2024-04-01
arm64: Fix early handling of FEAT_E2H0 not being implemented
Marc Zyngier
2024-04-01
KVM: arm64: Ensure target address is granule-aligned for range TLBI
Will Deacon
2024-04-01
KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()
Will Deacon
2024-04-01
KVM: arm64: Don't pass a TLBI level hint when zapping table entries
Will Deacon
2024-04-01
KVM: arm64: Don't defer TLB invalidation when zapping table entries
Will Deacon
2024-04-01
bcachefs: On emergency shutdown, print out current journal sequence number
Kent Overstreet
2024-04-01
bcachefs: Fix overlapping extent repair
Kent Overstreet
2024-04-01
bcachefs: Fix remove_dirent()
Kent Overstreet
2024-04-01
bcachefs: Logged op errors should be ignored
Kent Overstreet
2024-03-31
bcachefs: Improve -o norecovery; opts.recovery_pass_limit
Kent Overstreet
2024-03-31
bcachefs: bch2_run_explicit_recovery_pass_persistent()
Kent Overstreet
2024-03-31
bcachefs: Ensure bch_sb_field_ext always exists
Kent Overstreet
2024-03-31
bcachefs: Flush journal immediately after replay if we did early repair
Kent Overstreet
[prev]
[next]