index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://github.com/openrisc/linux
Linus Torvalds
2021-02-26
9
-141
/
+211
|
\
|
*
openrisc: Use devicetree to determine present cpus
Jan Henrik Weinstock
2021-02-09
1
-6
/
+17
|
*
Merge remote-tracking branch 'openrisc/or1k-5.11-fixes' into or1k-5.12-updates
Stafford Horne
2021-01-25
555
-3307
/
+5154
|
|
\
|
*
|
drivers/soc/litex: Add restart handler
Geert Uytterhoeven
2021-01-21
1
-1
/
+41
|
*
|
openrisc: add arch/openrisc/Kbuild
Masahiro Yamada
2021-01-18
2
-10
/
+4
|
*
|
drivers/soc/litex: make 'litex_[set|get]_reg()' methods private
Gabriel Somlo
2021-01-14
2
-16
/
+21
|
*
|
drivers/soc/litex: support 32-bit subregisters, 64-bit CPUs
Gabriel Somlo
2021-01-14
3
-84
/
+68
|
*
|
drivers/soc/litex: s/LITEX_REG_SIZE/LITEX_SUBREG_ALIGN/g
Gabriel Somlo
2021-01-14
1
-3
/
+5
|
*
|
drivers/soc/litex: separate MMIO from subregister offset calculation
Gabriel Somlo
2021-01-14
1
-2
/
+14
|
*
|
drivers/soc/litex: move generic accessors to litex.h
Gabriel Somlo
2021-01-14
2
-78
/
+69
|
*
|
openrisc: restart: Call common handlers before hanging
Joel Stanley
2021-01-01
1
-3
/
+10
|
*
|
openrisc: Add vmlinux.bin target
Joel Stanley
2021-01-01
3
-0
/
+24
*
|
|
Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2021-02-26
12
-81
/
+660
|
\
\
\
|
*
|
|
s390/cpumf: Add support for complete counter set extraction
Thomas Richter
2021-02-24
3
-23
/
+577
|
*
|
|
virtio/s390: implement virtio-ccw revision 2 correctly
Cornelia Huck
2021-02-24
1
-2
/
+2
|
*
|
|
s390/smp: implement arch_irq_work_raise()
Ilya Leoshkevich
2021-02-24
2
-0
/
+23
|
*
|
|
s390/topology: move cpumasks away from stack
Heiko Carstens
2021-02-24
1
-12
/
+13
|
*
|
|
s390/smp: smp_emergency_stop() - move cpumask away from stack
Heiko Carstens
2021-02-24
1
-1
/
+4
|
*
|
|
s390/smp: __smp_rescan_cpus() - move cpumask away from stack
Heiko Carstens
2021-02-24
1
-1
/
+1
|
*
|
|
s390/smp: consolidate locking for smp_rescan()
Heiko Carstens
2021-02-24
1
-6
/
+4
|
*
|
|
s390/mm: fix phys vs virt confusion in vmem_*() functions family
Alexander Gordeev
2021-02-24
1
-15
/
+15
|
*
|
|
s390/mm: fix phys vs virt confusion in pgtable allocation routines
Alexander Gordeev
2021-02-24
2
-12
/
+12
|
*
|
|
s390/mm: fix invalid __pa() usage in pfn_pXd() macros
Alexander Gordeev
2021-02-24
1
-2
/
+2
|
*
|
|
s390/mm: make pXd_deref() macros return a pointer
Alexander Gordeev
2021-02-24
1
-6
/
+6
|
*
|
|
s390/opcodes: rename selhhhr to selfhr
Heiko Carstens
2021-02-24
1
-1
/
+1
*
|
|
|
Merge tag '5.12-smb3-part1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2021-02-26
26
-414
/
+883
|
\
\
\
\
|
*
|
|
|
cifs: update internal version number
Steve French
2021-02-25
1
-1
/
+1
|
*
|
|
|
cifs: use discard iterator to discard unneeded network data more efficiently
David Howells
2021-02-25
3
-3
/
+22
|
*
|
|
|
cifs: introduce helper for finding referral server to improve DFS target reso...
Paulo Alcantara
2021-02-25
2
-17
/
+51
|
*
|
|
|
cifs: check all path components in resolved dfs target
Paulo Alcantara
2021-02-25
1
-60
/
+33
|
*
|
|
|
cifs: fix DFS failover
Paulo Alcantara
2021-02-25
1
-64
/
+59
|
*
|
|
|
cifs: fix nodfs mount option
Paulo Alcantara
2021-02-25
1
-4
/
+4
|
*
|
|
|
cifs: fix handling of escaped ',' in the password mount argument
Ronnie Sahlberg
2021-02-25
1
-13
/
+30
|
*
|
|
|
cifs: Add new parameter "acregmax" for distinct file and directory metadata t...
Steve French
2021-02-25
5
-13
/
+37
|
*
|
|
|
cifs: convert revalidate of directories to using directory metadata cache tim...
Steve French
2021-02-25
1
-6
/
+17
|
*
|
|
|
cifs: Add new mount parameter "acdirmax" to allow caching directory metadata
Steve French
2021-02-25
4
-2
/
+16
|
*
|
|
|
cifs: If a corrupted DACL is returned by the server, bail out.
Shyam Prasad N
2021-02-24
1
-2
/
+2
|
*
|
|
|
cifs: minor simplification to smb2_is_network_name_deleted
Steve French
2021-02-23
1
-14
/
+15
|
*
|
|
|
TCON Reconnect during STATUS_NETWORK_NAME_DELETED
Rohith Surabattula
2021-02-23
3
-0
/
+47
|
*
|
|
|
cifs: cleanup a few le16 vs. le32 uses in cifsacl.c
Steve French
2021-02-22
1
-3
/
+3
|
*
|
|
|
cifs: Change SIDs in ACEs while transferring file ownership.
Shyam Prasad N
2021-02-22
1
-47
/
+92
|
*
|
|
|
cifs: Retain old ACEs when converting between mode bits and ACL.
Shyam Prasad N
2021-02-22
1
-47
/
+223
|
*
|
|
|
cifs: Fix cifsacl ACE mask for group and others.
Shyam Prasad N
2021-02-22
1
-2
/
+2
|
*
|
|
|
cifs: clarify hostname vs ip address in /proc/fs/cifs/DebugData
Steve French
2021-02-22
1
-3
/
+3
|
*
|
|
|
cifs: change confusing field serverName (to ip_addr)
Steve French
2021-02-22
6
-10
/
+11
|
*
|
|
|
cifs: Fix inconsistent IS_ERR and PTR_ERR
YueHaibing
2021-02-19
1
-1
/
+1
|
*
|
|
|
cifs: Reformat DebugData and index connections by conn_id.
Shyam Prasad N
2021-02-16
1
-49
/
+68
|
*
|
|
|
cifs: Identify a connection by a conn_id.
Shyam Prasad N
2021-02-16
6
-44
/
+122
|
*
|
|
|
cifs: Fix in error types returned for out-of-credit situations.
Shyam Prasad N
2021-02-16
1
-3
/
+3
|
*
|
|
|
cifs: New optype for session operations.
Shyam Prasad N
2021-02-16
4
-5
/
+9
[next]