Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
17fa53da1239b8712c5cebbd72a74c713b6c2db9
17fa53d
Merge by hand (conflicts in sd.c)
by James Bottomley
· 19 years ago
3173d8c
[SCSI] quieten messages on scsi_execute commands
by James Bottomley
· 19 years ago
fe1b2d5
[SCSI] unexport scsi_add_timer/scsi_delete_timer
by Christoph Hellwig
· 19 years ago
c5478de
[SCSI] switch EH thread startup to the kthread API
by Christoph Hellwig
· 19 years ago
3299352
[SCSI] fix SCSI_IOCTL_PROBE_HOST
by Christoph Hellwig
· 19 years ago
4869040
[SCSI] Universal Xport no attach blacklist
by Anton Blanchard
· 19 years ago
4451e47
[SCSI] sd: pause in sd_spinup_disk for slow USB devices
by Alan Stern
· 19 years ago
e47373e
[SCSI] return success after retries in scsi_eh_tur
by Alan Stern
· 20 years ago
4dddbc2
[SCSI] ibmvscsi: handle large scatter/gather lists
by James Bottomley
· 19 years ago
1aab60c
[SCSI] qla2xxx: Update version number to 8.01.00-k.
by Andrew Vasquez
· 19 years ago
f6ef3b1
[SCSI] qla2xxx: Stop firmware execution at unintialization time.
by Andrew Vasquez
· 19 years ago
fe74c71
[SCSI] qla2xxx: Replace schedule_timeout().
by Andrew Vasquez
· 19 years ago
86cd6ba
[SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.
by Andrew Vasquez
· 19 years ago
afb046e
[SCSI] qla2xxx: Add host attributes.
by Andrew Vasquez
· 19 years ago
ce7e4af
[SCSI] qla2xxx: Add change_queue_depth/type() API support.
by Andrew Vasquez
· 19 years ago
131736d
[SCSI] qla2xxx: Remove redundant call to pci_unmap_sg().
by Andrew Vasquez
· 19 years ago
c32c4cb
[SCSI] qla2xxx: Remove RISC pause/release barriers during flash manipulation.
by Andrew Vasquez
· 19 years ago
06c22bd
[SCSI] qla2xxx: Correct LED scheme definition.
by Andrew Vasquez
· 19 years ago
c00c72a
[SCSI] qla2xxx: Simplify redundant target/device reset logic.
by Andrew Vasquez
· 19 years ago
f7d289f
[SCSI] qla2xxx: Correct domain/area exclusion logic.
by Andrew Vasquez
· 19 years ago
cca5335
[SCSI] qla2xxx: Add FDMI support.
by Andrew Vasquez
· 19 years ago
ad3e0ed
[SCSI] qla2xxx: Export class-of-service (COS) information.
by Andrew Vasquez
· 19 years ago
7524f9b
[SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask.
by Andrew Vasquez
· 19 years ago
c6678e0
[SCSI] fusion: whitespace fixes
by Christoph Hellwig
· 19 years ago
637fa99
[SCSI] fusion: endianess fixes
by Christoph Hellwig
· 19 years ago
ccf3b7b
[SCSI] fusion: update LSI headers
by Christoph Hellwig
· 19 years ago
69218ee
[SCSI] fusion: extended config header support
by Christoph Hellwig
· 19 years ago
1ff9273
[SCSI] aic7xxx: remove aiclib.c
by Christoph Hellwig
· 19 years ago
77d71d2
[SCSI] aacraid: bad BUG_ON fix
by Mark Haverkamp
· 19 years ago
deb92b7
[SCSI] sg direct io/mmap oops, st sync
by Douglas Gilbert
· 19 years ago
07542b8
This patch fixes in st.c the bug in the signed/unsigned int comparison
by James Bottomley
· 19 years ago
61a7afa
[SCSI] embryonic RAID class
by James Bottomley
· 19 years ago
2b7d6a8
[SCSI] attribute container final klist fixes
by James Bottomley
· 19 years ago
53c165e
[SCSI] correct attribute_container list usage
by James Bottomley
· 19 years ago
ba482ef
Merge by hand (conflicts in sr.c)
by James Bottomley
· 19 years ago
e514385
[SCSI] fix sense buffer length handling problem
by James Bottomley
· 19 years ago
c9d297c
[SCSI] fix 3ware raid emulated commands
by James Bottomley
· 20 years ago
f189c5c
[SCSI] comment cleanup for spi_execute
by Christoph Hellwig
· 20 years ago
1ccb48b
[SCSI] fix C syntax problem in scsi_lib.c
by akpm@osdl.org
· 20 years ago
84743bb
[SCSI] convert ch to use scsi_execute_req
by James Bottomley
· 20 years ago
820732b
[SCSI] convert sr to scsi_execute_req
by James Bottomley
· 20 years ago
ea73a9f
[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)
by James Bottomley
· 19 years ago
33aa687
[SCSI] convert SPI transport class to scsi_execute
by James Bottomley
· 19 years ago
1cf7269
[SCSI] convert the remaining mid-layer pieces to scsi_execute_req
by James Bottomley
· 19 years ago
7a93aef
Merge HEAD from ../scsi-misc-2.6-tmp
by James Bottomley
· 19 years ago
51490c8
[SCSI] sr.c: Fix getting wrong size
by Pete Zaitcev
· 19 years ago
8224bfa
[SCSI] ibmvscsi timeout fix
by Dave C Boutcher
· 19 years ago
de540a5
[SCSI] drivers/scsi/constants.c should include scsi_dbg.h
by Adrian Bunk
· 19 years ago
caca177
[SCSI] add missing attribute container function prototype
by James Bottomley
· 19 years ago
be042f2
[SCSI] ibmvscsi eh locking
by Dave C Boutcher
· 19 years ago
3b2946c
[SCSI] aacraid: Fix aacraid probe breakage (updated)
by Mark Haverkamp
· 19 years ago
ebd8bb7
[SCSI] fix transport class corner case after rework
by James Bottomley
· 19 years ago
3921603
[SCSI] use scatter lists for all block pc requests and simplify hw handlers
by James Bottomley
· 20 years ago
8e64011
update scsi_wait_req to new format for blk_rq_map_kern()
by James Bottomley
· 20 years ago
e537a36
[SCSI] use scatter lists for all block pc requests and simplify hw handlers
by James Bottomley
· 20 years ago
31151ba
fix mismerge in ll_rw_blk.c
by James Bottomley
· 19 years ago
3d52acb
Merge refs/heads/upstream-fixes from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 19 years ago
f786648
[PATCH] Remove race between con_open and con_close
by Paul Mackerras
· 19 years ago
3859f6a
[PATCH] zfcp: add rports to enable scsi_add_device to work again
by Andreas Herrmann
· 19 years ago
729d70f
[PATCH] sg.c: fix a memory leak in devices seq_file implementation
by Jan Blunck
· 19 years ago
8126fdb
[PATCH] fix for race problem in DVB USB drivers (dibusb)
by Patrick Boettcher
· 19 years ago
820d220
[PATCH] Fix capifs bug in initialization error path.
by James Morris
· 19 years ago
8dbddf1
[PATCH] acpi_shutdown: Only prepare for power off on power_off
by Eric W. Biederman
· 19 years ago
6a029a9
[PATCH] mmaper_kern.c fixes [buffer overruns]
by Al Viro
· 19 years ago
214838a
[PATCH] Fix 6pack setting of MAC address
by Ralf Baechle
· 19 years ago
84a2ea1
[PATCH] 6pack Timer initialization
by Ralf Baechle
· 19 years ago
36676bc
[PATCH] Fix oops in sysfs_hash_and_remove_file()
by James Bottomley
· 19 years ago
657390d
[PATCH] md: clear the 'recovery' flags when starting an md array.
by NeilBrown
· 19 years ago
7200865
[PATCH] md: create a MODULE_ALIAS for md corresponding to its block major number.
by NeilBrown
· 19 years ago
e1bcfcaa
[PATCH] IB: fix use-after-free in user verbs cleanup
by Roland Dreier
· 19 years ago
1c9cf6f
[PATCH] arm: fix IXP4xx flash resource range
by Deepak Saxena
· 19 years ago
485761b
[PATCH] x86_64: Tell VM about holes in nodes
by Andi Kleen
· 19 years ago
bebf468
[PATCH] I2C hwmon: kfree fixes
by Mark M. Hoffman
· 19 years ago
32818c2
[PATCH] ppc64: Fix issue with gcc 4.0 compiled kernels
by Anton Blanchard
· 19 years ago
212d6d2
[PATCH] completely disable cpu_exclusive sched domain
by Paul Jackson
· 19 years ago
ca2f3da
[PATCH] undo partial cpu_exclusive sched domain disabling
by Paul Jackson
· 19 years ago
1314234
Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
by Linus Torvalds
· 19 years ago
3fd1bb9
[PATCH] hwmon: Off-by-one error in fscpos driver
by Jean Delvare
· 19 years ago
566ecb9
[PATCH] ppc32 8xx: fix m8xx_ide_init() #ifdef
by Marcelo Tosatti
· 19 years ago
3515d01
[PATCH] late spinlock initialization in ieee1394/ohci
by Al Viro
· 19 years ago
a46206e
[PATCH] bogus function type in qdio
by Al Viro
· 19 years ago
b6a9ad7
[PATCH] bogus iounmap() in emac
by Al Viro
· 19 years ago
1f57ff8
[PATCH] drivers/hwmon/*: kfree() correct pointers
by Alexey Dobriyan
· 19 years ago
d634cc1
[PATCH] Fix oops in fs/locks.c on close of file with pending locks
by Steve French
· 19 years ago
fd589e0
[PATCH] hppfs: fix symlink error path
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
d7a60d5
[PATCH] Fixup symlink function pointers for hppfs [for 2.6.13]
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
7c657f2
[PATCH] Document idr_get_new_above() semantics, update inotify
by John McCutchan
· 19 years ago
755528c
Ignore disabled ROM resources at setup
by Linus Torvalds
· 19 years ago
26aad69
Only pre-allocate 256 bytes of cardbio IO range
by Linus Torvalds
· 19 years ago
d4ef160
[TG3]: Fix ethtool loopback test lockup
by Michael Chan
· 19 years ago
9c2c38a
[PATCH] cfq-iosched.c: minor fixes
by Jens Axboe
· 19 years ago
41290c1
[PATCH] Export pcibios_bus_to_resource
by Keith Owens
· 19 years ago
b756152
[PATCH] x86_64: update defconfig - reenable fusion
by Andi Kleen
· 19 years ago
5477d30
[PATCH] ppc64: Export machine_power_off for therm_pm72 module
by Benjamin Herrenschmidt
· 19 years ago
3725822
[PATCH] cpu_exclusive sched domains build fix
by Paul Jackson
· 19 years ago
40bb0c3
[PATCH] m68k: fix broken macros causing compile errors
by Andreas Schwab
· 19 years ago
06c7427
[FIB_TRIE]: Don't ignore negative results from fib_semantic_match
by Patrick McHardy
· 19 years ago
0572e3d
Linux v2.6.13-rc7
by Linus Torvalds
· 19 years ago
9138dcc
[PATCH] Fix IXP4xx CLOCK_TICK_RATE
by Deepak Saxena
· 19 years ago
d10689b
[PATCH] cpu_exclusive sched domains on partial nodes temp fix
by Paul Jackson
· 19 years ago
Next »