aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2021-02-269-141/+211
|\
| * openrisc: Use devicetree to determine present cpusJan Henrik Weinstock2021-02-091-6/+17
| * Merge remote-tracking branch 'openrisc/or1k-5.11-fixes' into or1k-5.12-updatesStafford Horne2021-01-25555-3307/+5154
| |\
| * | drivers/soc/litex: Add restart handlerGeert Uytterhoeven2021-01-211-1/+41
| * | openrisc: add arch/openrisc/KbuildMasahiro Yamada2021-01-182-10/+4
| * | drivers/soc/litex: make 'litex_[set|get]_reg()' methods privateGabriel Somlo2021-01-142-16/+21
| * | drivers/soc/litex: support 32-bit subregisters, 64-bit CPUsGabriel Somlo2021-01-143-84/+68
| * | drivers/soc/litex: s/LITEX_REG_SIZE/LITEX_SUBREG_ALIGN/gGabriel Somlo2021-01-141-3/+5
| * | drivers/soc/litex: separate MMIO from subregister offset calculationGabriel Somlo2021-01-141-2/+14
| * | drivers/soc/litex: move generic accessors to litex.hGabriel Somlo2021-01-142-78/+69
| * | openrisc: restart: Call common handlers before hangingJoel Stanley2021-01-011-3/+10
| * | openrisc: Add vmlinux.bin targetJoel Stanley2021-01-013-0/+24
* | | Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-2612-81/+660
|\ \ \
| * | | s390/cpumf: Add support for complete counter set extractionThomas Richter2021-02-243-23/+577
| * | | virtio/s390: implement virtio-ccw revision 2 correctlyCornelia Huck2021-02-241-2/+2
| * | | s390/smp: implement arch_irq_work_raise()Ilya Leoshkevich2021-02-242-0/+23
| * | | s390/topology: move cpumasks away from stackHeiko Carstens2021-02-241-12/+13
| * | | s390/smp: smp_emergency_stop() - move cpumask away from stackHeiko Carstens2021-02-241-1/+4
| * | | s390/smp: __smp_rescan_cpus() - move cpumask away from stackHeiko Carstens2021-02-241-1/+1
| * | | s390/smp: consolidate locking for smp_rescan()Heiko Carstens2021-02-241-6/+4
| * | | s390/mm: fix phys vs virt confusion in vmem_*() functions familyAlexander Gordeev2021-02-241-15/+15
| * | | s390/mm: fix phys vs virt confusion in pgtable allocation routinesAlexander Gordeev2021-02-242-12/+12
| * | | s390/mm: fix invalid __pa() usage in pfn_pXd() macrosAlexander Gordeev2021-02-241-2/+2
| * | | s390/mm: make pXd_deref() macros return a pointerAlexander Gordeev2021-02-241-6/+6
| * | | s390/opcodes: rename selhhhr to selfhrHeiko Carstens2021-02-241-1/+1
* | | | Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-02-2626-414/+883
|\ \ \ \
| * | | | cifs: update internal version numberSteve French2021-02-251-1/+1
| * | | | cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-253-3/+22
| * | | | cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-252-17/+51
| * | | | cifs: check all path components in resolved dfs targetPaulo Alcantara2021-02-251-60/+33
| * | | | cifs: fix DFS failoverPaulo Alcantara2021-02-251-64/+59
| * | | | cifs: fix nodfs mount optionPaulo Alcantara2021-02-251-4/+4
| * | | | cifs: fix handling of escaped ',' in the password mount argumentRonnie Sahlberg2021-02-251-13/+30
| * | | | cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-255-13/+37
| * | | | cifs: convert revalidate of directories to using directory metadata cache tim...Steve French2021-02-251-6/+17
| * | | | cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-254-2/+16
| * | | | cifs: If a corrupted DACL is returned by the server, bail out.Shyam Prasad N2021-02-241-2/+2
| * | | | cifs: minor simplification to smb2_is_network_name_deletedSteve French2021-02-231-14/+15
| * | | | TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-233-0/+47
| * | | | cifs: cleanup a few le16 vs. le32 uses in cifsacl.cSteve French2021-02-221-3/+3
| * | | | cifs: Change SIDs in ACEs while transferring file ownership.Shyam Prasad N2021-02-221-47/+92
| * | | | cifs: Retain old ACEs when converting between mode bits and ACL.Shyam Prasad N2021-02-221-47/+223
| * | | | cifs: Fix cifsacl ACE mask for group and others.Shyam Prasad N2021-02-221-2/+2
| * | | | cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugDataSteve French2021-02-221-3/+3
| * | | | cifs: change confusing field serverName (to ip_addr)Steve French2021-02-226-10/+11
| * | | | cifs: Fix inconsistent IS_ERR and PTR_ERRYueHaibing2021-02-191-1/+1
| * | | | cifs: Reformat DebugData and index connections by conn_id.Shyam Prasad N2021-02-161-49/+68
| * | | | cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-166-44/+122
| * | | | cifs: Fix in error types returned for out-of-credit situations.Shyam Prasad N2021-02-161-3/+3
| * | | | cifs: New optype for session operations.Shyam Prasad N2021-02-164-5/+9