summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/fonts: Allow Sparc console 8x16 font for sparc64 early boot text consoleAndreas Larsson2024-03-081-1/+2
* sbus: uctrl: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-3/+2
* sbus: flash: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
* sbus: envctrl: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
* sbus: display7seg: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
* sbus: bbc_i2c: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
* sbus: Add prototype for bbc_envctrl_init and bbc_envctrl_cleanup to headerUwe Kleine-König2024-03-082-3/+3
* sparc32: Fix section mismatch in leon_pci_grpciSam Ravnborg2024-03-082-2/+2
* sparc32: Fix parport build with sparc32Sam Ravnborg2024-03-082-252/+263
* sparc32: Do not select GENERIC_ISA_DMASam Ravnborg2024-03-081-4/+0
* mtd: maps: sun_uflash: Declare uflash_devinit staticSam Ravnborg2024-03-081-1/+1
* sparc32: Fix build with trapbaseSam Ravnborg2024-03-085-14/+14
* sparc32: Use generic cmpdi2/ucmpdi2 variantsSam Ravnborg2024-03-084-50/+4
* sparc: select FRAME_POINTER instead of redefining itMasahiro Yamada2024-02-161-5/+2
* sparc: vDSO: fix return value of __setup handlerRandy Dunlap2024-02-161-4/+3
* sparc64: NMI watchdog: fix return value of __setup handlerRandy Dunlap2024-02-161-1/+1
* sparc: vio: make vio_bus_type constRicardo B. Marliere2024-02-161-1/+1
* sparc: Fix typosBjorn Helgaas2024-02-1620-27/+27
* sparc: Use shared font dataDr. David Alan Gilbert2024-02-162-356/+11
* sparc: remove obsolete config ARCH_ATULukas Bulwahn2024-02-151-4/+0
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\
| * bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48
| * bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4
| * bcachefs: remove redundant variable tmpColin Ian King2024-01-211-3/+1
| * bcachefs: Improve trace_trans_restart_relockKent Overstreet2024-01-215-24/+44
| * bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet2024-01-214-16/+35
| * bcachefs: extents_to_bp_stateKent Overstreet2024-01-211-48/+41
| * bcachefs: bkey_and_val_eq()Kent Overstreet2024-01-211-3/+8
| * bcachefs: Better journal tracepointsKent Overstreet2024-01-212-60/+79