index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-27
misc: hpilo: Exclude unsupported device via blacklist
Matt Hsiao
1
-3
/
+9
2019-02-27
virt: vbox: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-27
misc: mic/scif: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-27
habanalabs: make functions static or declare them
Oded Gabbay
6
-45
/
+54
2019-02-27
habanalabs: allow memory allocations larger than 4GB
Oded Gabbay
3
-11
/
+7
2019-02-27
staging: rtl8723bs: Remove duplicated include from drv_types.h
YueHaibing
1
-1
/
+0
2019-02-27
usb: chipidea: Refactor USB PHY selection and keep a single PHY
Paul Kocialkowski
1
-17
/
+32
2019-02-27
usb: chipidea: Grab the (legacy) USB PHY by phandle first
Paul Kocialkowski
1
-1
/
+8
2019-02-27
usb: chipidea: imx: set power polarity
Philipp Puschmann
3
-2
/
+10
2019-02-27
dt-bindings: usb: ci-hdrc-usb2: add property power-active-high
Philipp Puschmann
1
-0
/
+1
2019-02-27
usb: chipidea: imx: remove unused header files
Jun Li
1
-2
/
+0
2019-02-27
Staging: vt6655: Alignment should match open parenthesis
Madhumitha Prabakaran
1
-1
/
+1
2019-02-27
scsi: cxgb4i: validate tcp sequence number only if chip version <= T5
Varun Prakash
1
-1
/
+2
2019-02-27
staging: erofs: fix mis-acted TAIL merging behavior
Gao Xiang
1
-25
/
+45
2019-02-27
staging: erofs: fix illegal address access under memory pressure
Gao Xiang
1
-1
/
+6
2019-02-27
staging: erofs: compressed_pages should not be accessed again after freed
Gao Xiang
3
-31
/
+29
2019-02-27
scsi: cxgb4i: get pf number from lldi->pf
Varun Prakash
1
-2
/
+1
2019-02-27
scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.c
Benjamin Block
1
-3
/
+3
2019-02-27
scsi: mpt3sas: Add missing breaks in switch statements
Gustavo A. R. Silva
1
-0
/
+4
2019-02-27
scsi: aacraid: Fix missing break in switch statement
Gustavo A. R. Silva
1
-2
/
+3
2019-02-27
scsi: kill command serial number
Hannes Reinecke
4
-35
/
+0
2019-02-27
scsi: csiostor: drop serial_number usage
Hannes Reinecke
1
-4
/
+4
2019-02-27
scsi: mvumi: use request tag instead of serial_number
Hannes Reinecke
1
-3
/
+2
2019-02-27
scsi: dpt_i2o: remove serial number usage
Hannes Reinecke
1
-55
/
+18
2019-02-27
scsi: st: osst: Remove negative constant left-shifts
Iustin Pop
2
-2
/
+2
2019-02-27
mmc: cqhci: Fix a tiny potential memory leak on error condition
Alamy Liu
1
-1
/
+10
2019-02-27
mmc: cqhci: fix space allocated for transfer descriptor
Alamy Liu
1
-1
/
+1
2019-02-27
scsi: ufs-bsg: Allow reading descriptors
Avri Altman
2
-9
/
+18
2019-02-27
scsi: ufs: Allow reading descriptor via raw upiu
Avri Altman
1
-6
/
+14
2019-02-27
scsi: ufs-bsg: Change the calling convention for write descriptor
Avri Altman
2
-21
/
+32
2019-02-27
scsi: ufs: Remove unused device quirks
Marc Gonzalez
2
-33
/
+0
2019-02-27
Revert "scsi: ufs: disable vccq if it's not needed by UFS device"
Marc Gonzalez
2
-56
/
+4
2019-02-27
scsi: core: Avoid that system resume triggers a kernel warning
Bart Van Assche
1
-1
/
+0
2019-02-27
kbuild: move ".config not found!" message from Kconfig to Makefile
Masahiro Yamada
2
-15
/
+8
2019-02-27
kbuild: invoke syncconfig if include/config/auto.conf.cmd is missing
Masahiro Yamada
1
-2
/
+5
2019-02-27
block: optimize blk_bio_segment_split for single-page bvec
Ming Lei
1
-3
/
+9
2019-02-27
block: optimize __blk_segment_map_sg() for single-page bvec
Ming Lei
1
-2
/
+7
2019-02-27
block: introduce bvec_nth_page()
Ming Lei
2
-4
/
+9
2019-02-27
btrfs: move ulist allocation out of transaction in quota enable
David Sterba
1
-7
/
+6
2019-02-27
btrfs: save drop_progress if we drop refs at all
Josef Bacik
1
-5
/
+19
2019-02-27
btrfs: check for refs on snapshot delete resume
Josef Bacik
3
-3
/
+55
2019-02-27
kbuild: simplify single target rules
Masahiro Yamada
1
-28
/
+17
2019-02-27
kbuild: remove empty rules for makefiles
Masahiro Yamada
1
-8
/
+5
2019-02-27
kbuild: make -r/-R effective in top Makefile for old Make versions
Masahiro Yamada
1
-22
/
+26
2019-02-27
kbuild: move tools_silent to a more relevant place
Masahiro Yamada
1
-1
/
+5
2019-02-27
kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig
Masahiro Yamada
3
-7
/
+21
2019-02-27
kbuild: refactor cc-cross-prefix implementation
Masahiro Yamada
1
-8
/
+4
2019-02-27
kbuild: hardcode genksyms path and remove GENKSYMS variable
Masahiro Yamada
2
-4
/
+3
2019-02-27
scripts/gdb: refactor rules for symlink creation
Masahiro Yamada
1
-7
/
+11
2019-02-27
kbuild: create symlink to vmlinux-gdb.py in scripts_gdb target
Masahiro Yamada
1
-3
/
+1
[prev]
[next]