summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-26arm64: dts: add description for solidrun am642 som and evaluation boardJosua Mayer3-0/+887
2024-02-26dt-bindings: arm: ti: Add bindings for SolidRun AM642 HummingBoard-TJosua Mayer1-0/+7
2024-02-26arm64: dts: imx8mm-kontron-bl-osm-s: Fix Ethernet PHY compatibleFabio Estevam1-2/+1
2024-02-26arm64: dts: imx8-apalis-v1.1: Remove reset-names from ethernet-phyFabio Estevam1-1/+0
2024-02-26ARM: dts: nxp: imx: fix weim node nameSebastian Reichel9-9/+9
2024-02-26ARM: dts: nxp: imx6ul: fix touchscreen node nameSebastian Reichel1-1/+1
2024-02-26ARM: dts: nxp: imx6ul: xnur-gpio -> xnur-gpiosSebastian Reichel4-4/+4
2024-02-26ARM: dts: imx6ul: Remove fsl,anatop from usbotg1Sebastian Reichel1-1/+0
2024-02-26ARM: dts: imx6ull: fix pinctrl node nameSebastian Reichel1-1/+1
2024-02-26ARM: dts: imx1-apf9328: Fix Ethernet node nameFabio Estevam1-1/+1
2024-02-26ARM: dts: imx28-evk: Use 'eeprom' as the node nameFabio Estevam1-1/+1
2024-02-26ARM: dts: ls1021a: Enable usb3-lpm-capable for usb3 nodeLi Yang1-0/+1
2024-02-25Linux 6.8-rc6Linus Torvalds1-1/+1
2024-02-25Merge tag 'bcachefs-2024-02-25' of https://evilpiepirate.org/git/bcachefsLinus Torvalds7-22/+25
2024-02-25bcachefs: fix bch2_save_backtrace()Kent Overstreet1-1/+1
2024-02-25Merge tag 'docs-6.8-fixes3' of git://git.lwn.net/linuxLinus Torvalds2-6/+10
2024-02-25Merge tag 'usb-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-26/+75
2024-02-25Merge tag 'tty-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-34/+38
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-46/+112
2024-02-25Merge tag 'irq_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+10
2024-02-25Merge tag 'erofs-for-6.8-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+14
2024-02-25Merge tag 'pull-fixes.pathwalk-rcu-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds22-63/+88
2024-02-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+9
2024-02-25dt-bindings: arm: add UNI-T UTi260BSebastian Reichel1-0/+1
2024-02-25dt-bindings: vendor-prefixes: add UNI-TSebastian Reichel1-0/+2
2024-02-25arm64: dts: imx8mp-evk: Fix hdmi@3d nodeLiu Ying1-12/+21
2024-02-25arm64: dts: imx93-var-som: Remove phy-supply from eqosFabio Estevam1-1/+0
2024-02-25arm64: dts: imx8mp-phyboard-pollux: Disable pull-up for CD GPIODominik Haller1-1/+1
2024-02-25arm64: dts: imx8mp-phyboard-pollux: Reduce drive strength for eqos tx linesTeresa Remmet1-6/+6
2024-02-25arm64: dts: imx8mp-phyboard-pollux: Set debug uart muxing to 0x140Yannic Moog1-2/+2
2024-02-25arm64: dts: imx8mp-phyboard-pollux: Add and update rtc devicetree nodeYashwanth Varakala2-1/+15
2024-02-25arm64: dts: imx8mm-evk: Add spdif sound card supportShengjiu Wang1-0/+33
2024-02-25arm64: dts: mba8xx: Add missing #interrupt-cellsAlexander Stein1-0/+1
2024-02-25arm64: dts: imx8mp: Set SPI NOR to max 40 MHz on Data Modul i.MX8M Plus eDM SBCMarek Vasut1-1/+1
2024-02-25ARM: dts: imx6dl-yapp4: Move the internal switch PHYs under the switch nodeMichal Vokáč1-8/+15
2024-02-25ARM: dts: imx6dl-yapp4: Fix typo in the QCA switch register addressMichal Vokáč1-1/+1
2024-02-25arm64: dts: imx8mn: tqma8mqnl-mba8mx: Add USB DR overlayAlexander Stein4-4/+69
2024-02-25arm64: dts: imx8mq: tqma8mq-mba8mx: Add missing USB vbus supplyAlexander Stein1-0/+1
2024-02-25arm64: dts: freescale: imx8mm/imx8mq: mba8mx: Use PCIe clock generatorAlexander Stein3-27/+29
2024-02-25ext4_get_link(): fix breakage in RCU modeAl Viro1-3/+5
2024-02-25cifs_get_link(): bail out in unsafe caseAl Viro1-0/+3
2024-02-25fuse: fix UAF in rcu pathwalksAl Viro3-6/+13
2024-02-25procfs: make freeing proc_fs_info rcu-delayedAl Viro2-1/+2
2024-02-25procfs: move dropping pde and pid from ->evict_inode() to ->free_inode()Al Viro2-13/+8
2024-02-25nfs: fix UAF on pathwalk running into umountAl Viro2-3/+12
2024-02-25nfs: make nfs_set_verifier() safe for use in RCU pathwalkAl Viro1-2/+2
2024-02-25afs: fix __afs_break_callback() / afs_drop_open_mmap() raceAl Viro1-2/+6
2024-02-25hfsplus: switch to rcu-delayed unloading of nls and freeing ->s_fs_infoAl Viro2-3/+10
2024-02-25exfat: move freeing sbi, upcase table and dropping nls into rcu-delayed helperAl Viro3-19/+16
2024-02-25affs: free affs_sb_info with kfree_rcu()Al Viro2-1/+2