summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firewire: core/ohci: minor refactoring for computation of configuration ROM sizeTakashi Sakamoto2024-08-142-2/+3
* firewire: ohci: remove unused wrapper macro for dev_info()Takashi Sakamoto2024-08-141-1/+0
* firewire: ohci: use helper macro for compiler aligned attributeTakashi Sakamoto2024-08-141-1/+1
* firewire: core: use xarray instead of idr to maintain client resourceTakashi Sakamoto2024-08-132-32/+35
* firewire: core: code refactoring to use idr_for_each_entry() macro instead of...Takashi Sakamoto2024-08-131-34/+30
* firewire: core: add helper function to detect data of iso resource structureTakashi Sakamoto2024-08-131-1/+6
* firewire: core: add helper functions to convert to parent resource structureTakashi Sakamoto2024-08-131-12/+26
* firewire: core: minor code refactoring to release client resourceTakashi Sakamoto2024-08-131-8/+7
* firewire: core: use lock in Xarray instead of local R/W semaphoreTakashi Sakamoto2024-08-121-13/+6
* firewire: core: replace IDR with XArray to maintain fw_deviceTakashi Sakamoto2024-08-123-13/+14
* firewire: core: correct range of block for case of switch statementTakashi Sakamoto2024-08-101-1/+1
* firewire: ohci: use guard macro to serialize operations for isochronous contextsTakashi Sakamoto2024-08-051-105/+77
* firewire: ohci: use guard macro to maintain image of configuration ROMTakashi Sakamoto2024-08-051-67/+49
* firewire: ohci: use guard macro to maintain bus timeTakashi Sakamoto2024-08-051-18/+12
* firewire: core: use guard macro to maintain properties of fw_cardTakashi Sakamoto2024-08-056-33/+19
* firewire: core: use guard macro to maintain list of asynchronous transactionTakashi Sakamoto2024-08-051-51/+34
* firewire: core: use guard macro to maintain list of receivers for phy configu...Takashi Sakamoto2024-08-051-12/+5
* firewire: core: use guard macro to maintain isochronous context for userspace...Takashi Sakamoto2024-08-051-14/+11
* firewire: core: use guard macro to maintain IDR of isochronous resources for ...Takashi Sakamoto2024-08-051-72/+59
* firewire: core: use guard macro to maintain list of events for userspace clientsTakashi Sakamoto2024-08-051-15/+12
* firewire: core: use guard macro to disable local IRQTakashi Sakamoto2024-08-051-7/+5
* firewire: core: use guard macro to maintain the list of address handler for t...Takashi Sakamoto2024-08-051-6/+4
* firewire: core: use guard macro to access to IDR for fw_deviceTakashi Sakamoto2024-08-052-56/+42
* firewire: core: use guard macro to maintain RCU scope for transaction address...Takashi Sakamoto2024-08-051-20/+15
* firewire: ohci: use guard macro to serialize accesses to phy registersTakashi Sakamoto2024-08-051-35/+36
* firewire: core: use guard macro to maintain the list of cdev clientsTakashi Sakamoto2024-08-051-8/+5
* firewire: core: use guard macro to maintain the list of cardTakashi Sakamoto2024-08-051-26/+18
* firewire: core: use guard macro to maintain static packet data for phy config...Takashi Sakamoto2024-08-051-3/+1
* firewire: ohci: use static inline functions to serialize data of IT DMATakashi Sakamoto2024-08-021-18/+16
* firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto2024-08-022-0/+116
* firewire: ohci: use static inline functions to serialize data of AT DMATakashi Sakamoto2024-08-021-14/+18
* firewire: ohci: add static inline functions to serialize/deserialize data of ...Takashi Sakamoto2024-08-022-0/+149
* firewire: core: utilize kref to maintain fw_node with reference countingTakashi Sakamoto2024-08-012-5/+12
* firewire: core: use common helper function to serialize phy configuration packetTakashi Sakamoto2024-07-292-2/+4
* firewire: ohci: minor code refactoring to localize text tableTakashi Sakamoto2024-07-291-10/+18
* firewire: ohci: use TCODE_LINK_INTERNAL consistentlyTakashi Sakamoto2024-07-292-6/+4
* Linux 6.11-rc2v6.11-rc2Linus Torvalds2024-08-041-1/+1
* profiling: remove profile=sleep supportTetsuo Handa2024-08-044-24/+2
* Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-048-17/+36
|\
| * x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow2024-08-011-1/+3
| * x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra2024-08-011-1/+1
| * x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra2024-08-011-3/+3
| * x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)2024-07-313-8/+23
| * x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan2024-07-301-1/+1
| * x86/sev: Fix __reserved field in sev_configPavan Kumar Paluri2024-07-301-1/+1
| * x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron2024-07-291-2/+4
* | Merge tag 'timers-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-042-2/+3
|\ \
| * | clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()Paul E. McKenney2024-08-021-1/+1
| * | tick/broadcast: Move per CPU pointer access into the atomic sectionThomas Gleixner2024-07-311-1/+2
| |/
* | Merge tag 'sched-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-08-042-21/+53
|\ \