summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-06clk: renesas: r8a779h0: Add I2C clocksCong Dang1-0/+4
2024-02-06clk: renesas: r8a779h0: Add watchdog clockCong Dang1-0/+1
2024-02-06clk: renesas: r8a779h0: Add PFC/GPIO clocksCong Dang1-0/+3
2024-01-31clk: renesas: r8a779g0: Fix PCIe clock nameGeert Uytterhoeven1-1/+1
2024-01-31clk: renesas: cpg-mssr: Add support for R-Car V4MCong Dang5-0/+254
2024-01-31clk: renesas: rcar-gen4: Add support for FRQCRC1Geert Uytterhoeven1-2/+8
2024-01-31Merge tag 'renesas-r8a779h0-dt-binding-defs-tag' into renesas-clk-for-v6.9Geert Uytterhoeven4-0/+147
2024-01-31clk: renesas: r9a07g043: Add clock and reset entries for CRUBiju Das1-0/+31
2024-01-31clk: renesas: r9a08g045: Add clock and reset support for watchdogClaudiu Beznea1-0/+3
2024-01-31dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock DefinitionsDuy Nguyen1-0/+96
2024-01-31dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M supportGeert Uytterhoeven1-0/+1
2024-01-30dt-bindings: power: Add r8a779h0 SYSC power domain definitionsDuy Nguyen1-0/+49
2024-01-30dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M supportDuy Nguyen1-0/+1
2024-01-23clk: renesas: mstp: Remove obsolete clkdev registrationGeert Uytterhoeven1-13/+3
2024-01-23clk: renesas: cpg-mssr: Ignore all clocks assigned to non-Linux systemKuninori Morimoto1-7/+104
2024-01-23of: Add for_each_reserved_child_of_node()Kuninori Morimoto2-0/+40
2024-01-23of: Add of_get_next_status_child() and makes more generic of_get_nextKuninori Morimoto1-11/+18
2024-01-23of: Add __of_device_is_status() and makes more generic status checkKuninori Morimoto1-21/+36
2024-01-22Linux 6.8-rc1Linus Torvalds1-2/+2
2024-01-22Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds78-1426/+1629
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-12/+41
2024-01-21Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: logged_ops_format.hKent Overstreet2-27/+31
2024-01-21bcachefs: reflink_format.hKent Overstreet3-47/+48
2024-01-21bcachefs; extents_format.hKent Overstreet2-279/+284
2024-01-21bcachefs: ec_format.hKent Overstreet2-16/+20
2024-01-21bcachefs: subvolume_format.hKent Overstreet2-32/+36
2024-01-21bcachefs: snapshot_format.hKent Overstreet2-33/+37
2024-01-21bcachefs: alloc_background_format.hKent Overstreet2-93/+94
2024-01-21bcachefs: xattr_format.hKent Overstreet2-15/+20
2024-01-21bcachefs: dirent_format.hKent Overstreet2-39/+43
2024-01-21bcachefs: inode_format.hKent Overstreet2-164/+167
2024-01-21bcachefs; quota_format.hKent Overstreet2-42/+48
2024-01-21bcachefs: sb-counters_format.hKent Overstreet2-95/+100
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet5-8/+7
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet1-0/+3
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet2-0/+3
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet1-1/+1
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet11-23/+24
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet18-97/+87
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue1-6/+5
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue1-1/+1
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet1-0/+4
2024-01-21bcachefs: remove redundant variable tmpColin Ian King1-3/+1
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet5-24/+44
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet4-16/+35
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet1-48/+41
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet1-3/+8
2024-01-21bcachefs: Better journal tracepointsKent Overstreet2-60/+79