index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
cifs: replace a 4 with server->vals->header_preamble_size
Ronnie Sahlberg
2018-04-13
1
-1
/
+1
|
*
|
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
2018-04-13
4
-6
/
+9
|
*
|
SMB311: Improve checking of negotiate security contexts
Steve French
2018-04-12
3
-0
/
+106
|
*
|
SMB3: Fix length checking of SMB3.11 negotiate request
Steve French
2018-04-12
2
-0
/
+46
|
*
|
CIFS: add ONCE flag for cifs_dbg type
Aurelien Aptel
2018-04-11
2
-29
/
+22
|
*
|
cifs: Use ULL suffix for 64-bit constant
Geert Uytterhoeven
2018-04-11
1
-1
/
+1
|
*
|
SMB3: Log at least once if tree connect fails during reconnect
Steve French
2018-04-11
2
-2
/
+7
|
*
|
cifs: smb2pdu: Fix potential NULL pointer dereference
Gustavo A. R. Silva
2018-04-11
1
-1
/
+3
*
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2018-04-16
18
-82
/
+109
|
\
\
\
|
*
|
|
scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklist
Ross Lagerwall
2018-04-10
1
-1
/
+1
|
*
|
|
scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()
Dan Carpenter
2018-04-10
1
-4
/
+4
|
*
|
|
scsi: dpt_i2o: Use after free in I2ORESETCMD ioctl
Dan Carpenter
2018-04-10
1
-5
/
+8
|
*
|
|
scsi: core: Make scsi_result_to_blk_status() recognize CONDITION MET
Bart Van Assche
2018-04-10
1
-0
/
+9
|
*
|
|
scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...
Bart Van Assche
2018-04-10
1
-9
/
+9
|
*
|
|
Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...
Bart Van Assche
2018-04-10
1
-2
/
+0
|
*
|
|
scsi: aacraid: Insure command thread is not recursively stopped
Dave Carroll
2018-04-10
2
-1
/
+4
|
*
|
|
scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITION
Johannes Thumshirn
2018-04-10
1
-3
/
+3
|
*
|
|
scsi: qla2xxx: correctly shift host byte
Johannes Thumshirn
2018-04-10
1
-1
/
+1
|
*
|
|
scsi: qla2xxx: Fix race condition between iocb timeout and initialisation
Ben Hutchings
2018-04-10
8
-31
/
+45
|
*
|
|
scsi: qla2xxx: Avoid double completion of abort command
Ben Hutchings
2018-04-10
1
-2
/
+2
|
*
|
|
scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
Bill Kuzeja
2018-04-09
1
-23
/
+21
|
*
|
|
scsi: scsi_dh: Don't look for NULL devices handlers by name
Johannes Thumshirn
2018-04-09
1
-0
/
+3
|
*
|
|
scsi: core: remove redundant assignment to shost->use_blk_mq
Colin Ian King
2018-04-09
1
-1
/
+0
*
|
|
|
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-04-16
41
-5164
/
+316
|
\
\
\
\
|
*
|
|
|
kconfig: extend output of 'listnewconfig'
Don Zickus
2018-04-13
1
-2
/
+12
|
*
|
|
|
kbuild: rpm-pkg: use kernel-install as a fallback for new-kernel-pkg
Javier Martinez Canillas
2018-04-13
1
-0
/
+2
|
*
|
|
|
Kbuild: fix # escaping in .cmd files for future Make
Rasmus Villemoes
2018-04-10
4
-5
/
+9
|
*
|
|
|
kbuild: deb-pkg: split generating packaging and build
Riku Voipio
2018-04-07
3
-244
/
+200
|
*
|
|
|
kbuild: use -fmacro-prefix-map to make __FILE__ a relative path
Masahiro Yamada
2018-04-07
1
-0
/
+3
|
*
|
|
|
kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers
Masahiro Yamada
2018-04-07
8
-20
/
+11
|
*
|
|
|
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Masahiro Yamada
2018-04-07
12
-31
/
+31
|
*
|
|
|
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
Masahiro Yamada
2018-04-07
4
-10
/
+1
|
*
|
|
|
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
2018-04-07
4
-7
/
+1
|
*
|
|
|
kbuild: add %.dtb.S and %.dtb to 'targets' automatically
Masahiro Yamada
2018-04-07
3
-5
/
+5
|
*
|
|
|
kbuild: add %.lex.c and %.tab.[ch] to 'targets' automatically
Masahiro Yamada
2018-04-07
4
-6
/
+12
|
*
|
|
|
genksyms: generate lexer and parser during build instead of shipping
Masahiro Yamada
2018-04-07
5
-4825
/
+30
|
*
|
|
|
kbuild: clean up *.lex.c and *.tab.[ch] patterns from top-level Makefile
Masahiro Yamada
2018-04-07
4
-7
/
+4
|
*
|
|
|
.gitignore: move *.lex.c *.tab.[ch] patterns to the top-level .gitignore
Masahiro Yamada
2018-04-07
4
-9
/
+2
|
*
|
|
|
kbuild: use HOSTLDFLAGS for single .c executables
Robin Jarry
2018-04-07
1
-1
/
+1
*
|
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-16
33
-802
/
+1150
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready
Ingo Molnar
2018-04-12
5001
-520290
/
+188666
|
|
\
\
\
\
\
|
|
*
|
|
|
|
syscalls/x86: Adapt syscall_wrapper.h to the new syscall stub naming convention
Dominik Brodowski
2018-04-09
1
-9
/
+9
|
|
*
|
|
|
|
syscalls/core, syscalls/x86: Rename struct pt_regs-based sys_*() to __x64_sys...
Dominik Brodowski
2018-04-09
5
-362
/
+405
|
|
*
|
|
|
|
syscalls/core, syscalls/x86: Clean up compat syscall stub naming convention
Dominik Brodowski
2018-04-09
7
-200
/
+205
|
|
*
|
|
|
|
syscalls/core, syscalls/x86: Clean up syscall stub naming convention
Dominik Brodowski
2018-04-09
4
-236
/
+242
|
|
*
|
|
|
|
syscalls/x86: Extend register clearing on syscall entry to lower registers
Dominik Brodowski
2018-04-05
2
-0
/
+8
|
|
*
|
|
|
|
syscalls/x86: Unconditionally enable 'struct pt_regs' based syscalls on x86_64
Dominik Brodowski
2018-04-05
7
-57
/
+12
|
|
*
|
|
|
|
syscalls/x86: Use 'struct pt_regs' based syscall calling for IA32_EMULATION a...
Dominik Brodowski
2018-04-05
6
-380
/
+509
|
|
*
|
|
|
|
syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls
Dominik Brodowski
2018-04-05
4
-3
/
+48
|
|
*
|
|
|
|
syscalls/x86: Use 'struct pt_regs' based syscall calling convention for 64-bi...
Dominik Brodowski
2018-04-05
8
-3
/
+120
[prev]
[next]