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-09-03
firewire: ohci: obsolete direct usage of printk_ratelimit()
Takashi Sakamoto
2024-09-03
firewire: ohci: deprecate debug parameter
Takashi Sakamoto
2024-08-20
firewire: core: update fw_device outside of device_find_child()
Takashi Sakamoto
2024-08-17
firewire: ohci: fix error path to detect initiated reset in TI TSB41BA3D phy
Takashi Sakamoto
2024-08-14
firewire: core/ohci: minor refactoring for computation of configuration ROM size
Takashi Sakamoto
2024-08-14
firewire: ohci: remove unused wrapper macro for dev_info()
Takashi Sakamoto
2024-08-14
firewire: ohci: use helper macro for compiler aligned attribute
Takashi Sakamoto
2024-08-13
firewire: core: use xarray instead of idr to maintain client resource
Takashi Sakamoto
2024-08-13
firewire: core: code refactoring to use idr_for_each_entry() macro instead of...
Takashi Sakamoto
2024-08-13
firewire: core: add helper function to detect data of iso resource structure
Takashi Sakamoto
2024-08-13
firewire: core: add helper functions to convert to parent resource structure
Takashi Sakamoto
2024-08-13
firewire: core: minor code refactoring to release client resource
Takashi Sakamoto
2024-08-12
firewire: core: use lock in Xarray instead of local R/W semaphore
Takashi Sakamoto
2024-08-12
firewire: core: replace IDR with XArray to maintain fw_device
Takashi Sakamoto
2024-08-10
firewire: core: correct range of block for case of switch statement
Takashi Sakamoto
2024-08-05
firewire: ohci: use guard macro to serialize operations for isochronous contexts
Takashi Sakamoto
2024-08-05
firewire: ohci: use guard macro to maintain image of configuration ROM
Takashi Sakamoto
2024-08-05
firewire: ohci: use guard macro to maintain bus time
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain properties of fw_card
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain list of asynchronous transaction
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain list of receivers for phy configu...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain isochronous context for userspace...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain IDR of isochronous resources for ...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain list of events for userspace clients
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to disable local IRQ
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain the list of address handler for t...
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to access to IDR for fw_device
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain RCU scope for transaction address...
Takashi Sakamoto
2024-08-05
firewire: ohci: use guard macro to serialize accesses to phy registers
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain the list of cdev clients
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain the list of card
Takashi Sakamoto
2024-08-05
firewire: core: use guard macro to maintain static packet data for phy config...
Takashi Sakamoto
2024-08-02
firewire: ohci: use static inline functions to serialize data of IT DMA
Takashi Sakamoto
2024-08-02
firewire: ohci: add static inline functions to serialize/deserialize data of ...
Takashi Sakamoto
2024-08-02
firewire: ohci: use static inline functions to serialize data of AT DMA
Takashi Sakamoto
2024-08-02
firewire: ohci: add static inline functions to serialize/deserialize data of ...
Takashi Sakamoto
2024-08-01
firewire: core: utilize kref to maintain fw_node with reference counting
Takashi Sakamoto
2024-07-29
firewire: core: use common helper function to serialize phy configuration packet
Takashi Sakamoto
2024-07-29
firewire: ohci: minor code refactoring to localize text table
Takashi Sakamoto
2024-07-29
firewire: ohci: use TCODE_LINK_INTERNAL consistently
Takashi Sakamoto
2024-08-04
Linux 6.11-rc2
v6.11-rc2
Linus Torvalds
2024-08-04
profiling: remove profile=sleep support
Tetsuo Handa
2024-08-04
Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-08-04
Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2024-08-04
Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-08-04
Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2024-08-04
Merge tag 'irq-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-08-04
Merge tag 'locking-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-08-04
arm: dts: arm: versatile-ab: Fix duplicate clock node name
Rob Herring (Arm)
2024-08-04
Merge tag '6.11-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
[next]