summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | rtc: ds1511: fix function definitionAlexandre Belloni2024-02-291-16/+8
| * | | | | | | | | | | | | | | | | rtc: ds1511: drop useless enumAlexandre Belloni2024-02-291-71/+49
| * | | | | | | | | | | | | | | | | rtc: ds1511: drop dead codeAlexandre Belloni2024-02-291-44/+0
| * | | | | | | | | | | | | | | | | rtc: ds1511: drop useless computationAlexandre Belloni2024-02-291-12/+1
| * | | | | | | | | | | | | | | | | rtc: ds1511: drop useless checksAlexandre Belloni2024-02-291-12/+0
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge tag 'siox/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-213-42/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | siox: bus-gpio: Simplify using devm_siox_* functionsUwe Kleine-König2024-03-081-44/+20
| * | | | | | | | | | | | | | | | | siox: Provide a devm variant of siox_master_register()Uwe Kleine-König2024-03-082-0/+21
| * | | | | | | | | | | | | | | | | siox: Provide a devm variant of siox_master_alloc()Uwe Kleine-König2024-03-082-0/+27
| * | | | | | | | | | | | | | | | | siox: Don't pass the reference on a master in siox_master_register()Uwe Kleine-König2024-03-082-0/+4
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2111-146/+503
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | mtd: ubi: fix NVMEM over UBI volumes on 32-bit systemsDaniel Golle2024-03-101-1/+4
| * | | | | | | | | | | | | | | | | mtd: ubi: provide NVMEM layer over UBI volumesDaniel Golle2024-02-253-0/+202
| * | | | | | | | | | | | | | | | | mtd: ubi: populate ubi volume fwnodeDaniel Golle2024-02-251-0/+27
| * | | | | | | | | | | | | | | | | mtd: ubi: introduce pre-removal notification for UBI volumesDaniel Golle2024-02-254-8/+32
| * | | | | | | | | | | | | | | | | mtd: ubi: attach from device treeDaniel Golle2024-02-251-39/+96
| * | | | | | | | | | | | | | | | | mtd: ubi: block: use notifier to create ubiblock from parameterDaniel Golle2024-02-253-85/+106
| * | | | | | | | | | | | | | | | | ubi: Correct the number of PEBs after a volume resize failureZhaoLong Wang2024-02-251-5/+4
| * | | | | | | | | | | | | | | | | ubi: fix slab-out-of-bounds in ubi_eba_get_ldesc+0xfb/0x130Guo Xuenan2024-02-252-7/+24
| * | | | | | | | | | | | | | | | | ubi: correct the calculation of fastmap sizeZhang Yi2024-02-251-3/+4
| * | | | | | | | | | | | | | | | | ubi: Check for too small LEB size in VTBL codeRichard Weinberger2024-02-251-0/+6
* | | | | | | | | | | | | | | | | | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2126-177/+345
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'linux-can-fixes-for-6.9-20240319' of git://git.kernel.org/pub/scm/...Paolo Abeni2024-03-211-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | can: kvaser_pciefd: Add additional Xilinx interruptsMartin Jocić2024-03-191-2/+2
| * | | | | | | | | | | | | | | | | | | net: dsa: mt7530: fix handling of all link-local framesArınç ÜNAL2024-03-212-4/+46
| * | | | | | | | | | | | | | | | | | | net: dsa: mt7530: fix link-local frames that ingress vlan filtering portsArınç ÜNAL2024-03-212-9/+23
| * | | | | | | | | | | | | | | | | | | octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep2024-03-201-3/+14
| * | | | | | | | | | | | | | | | | | | octeontx2-pf: Send UP messages to VF only when VF is up.Subbaraya Sundeep2024-03-201-0/+3
| * | | | | | | | | | | | | | | | | | | octeontx2-pf: Use default max_active works instead of oneSubbaraya Sundeep2024-03-201-3/+4
| * | | | | | | | | | | | | | | | | | | octeontx2-pf: Wait till detach_resources msg is completeSubbaraya Sundeep2024-03-202-2/+2
| * | | | | | | | | | | | | | | | | | | octeontx2: Detect the mbox up or down message via registerSubbaraya Sundeep2024-03-209-83/+205
| * | | | | | | | | | | | | | | | | | | net/bnx2x: Prevent access to a freed page in page_poolThinh Tran2024-03-191-3/+3
| * | | | | | | | | | | | | | | | | | | net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin2024-03-191-2/+2
| * | | | | | | | | | | | | | | | | | | wireguard: netlink: access device through ctx instead of peerJason A. Donenfeld2024-03-191-2/+2
| * | | | | | | | | | | | | | | | | | | wireguard: netlink: check for dangling peer via is_dead instead of empty listJason A. Donenfeld2024-03-191-3/+3
| * | | | | | | | | | | | | | | | | | | wireguard: device: remove generic .ndo_get_stats64Breno Leitao2024-03-191-1/+0
| * | | | | | | | | | | | | | | | | | | wireguard: device: leverage core stats allocatorBreno Leitao2024-03-191-8/+2
| * | | | | | | | | | | | | | | | | | | wireguard: receive: annotate data-race around receiving_counter.counterNikita Zhandarovich2024-03-191-3/+3
| * | | | | | | | | | | | | | | | | | | net: dsa: mt7530: prevent possible incorrect XTAL frequency selectionArınç ÜNAL2024-03-181-10/+4
| * | | | | | | | | | | | | | | | | | | net: veth: do not manipulate GRO when using XDPIgnat Korchagin2024-03-181-18/+0
| * | | | | | | | | | | | | | | | | | | net: wan: fsl_qmc_hdlc: Fix module compilationHerve Codina2024-03-181-1/+1
| * | | | | | | | | | | | | | | | | | | net: ethernet: mtk_eth_soc: fix PPE hanging issueDaniel Golle2024-03-151-7/+11
| * | | | | | | | | | | | | | | | | | | net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is upDaniel Golle2024-03-151-4/+3
| |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | net: txgbe: fix clk_name exceed MAX_DEV_ID limitsDuanqiang Wen2024-03-141-1/+1
| * | | | | | | | | | | | | | | | | | vmxnet3: Fix missing reserved tailroomWilliam Tu2024-03-141-3/+3
| * | | | | | | | | | | | | | | | | | octeontx2-af: Use matching wake_up API variant in CGX command interfaceLinu Cherian2024-03-131-1/+1
| * | | | | | | | | | | | | | | | | | soc: fsl: qbman: Use raw spinlock for cgr_lockSean Anderson2024-03-131-11/+14
| * | | | | | | | | | | | | | | | | | soc: fsl: qbman: Always disable interrupts when taking cgr_lockSean Anderson2024-03-131-5/+5
* | | | | | | | | | | | | | | | | | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-213-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-203-3/+1
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |