Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2f089cb89d2f47702c31bd584c12badc88bbe17c
2f089cb
block: xen-blkfront: Fix possible NULL ptr dereference
by Felipe Pena
· 11 years ago
427bfe0
xen-blkfront: Silence pfn maybe-uninitialized warning
by Tim Gardner
· 11 years ago
f7cb20f
floppy: Correct documentation of driver options when used as a module.
by Ben Harris
· 11 years ago
49c2856
pktcdvd: debugfs functions return NULL on error
by Dan Carpenter
· 11 years ago
bfe11d6
xen-blkfront: restore the non-persistent data path
by Roger Pau Monne
· 11 years ago
f1a3c61
skd: fix formatting in skd_s1120.h
by Bartlomiej Zolnierkiewicz
· 11 years ago
542d7b0
skd: reorder construct/destruct code
by Bartlomiej Zolnierkiewicz
· 11 years ago
fec23f6
skd: cleanup skd_do_inq_page_da()
by Bartlomiej Zolnierkiewicz
· 11 years ago
7f74e5e
skd: remove SKD_OMIT_FROM_SRC_DIST ifdefs
by Bartlomiej Zolnierkiewicz
· 11 years ago
ebedd16
skd: remove redundant skdev->pdev assignment from skd_pci_probe()
by Bartlomiej Zolnierkiewicz
· 11 years ago
4ca90b5
skd: use <asm/unaligned.h>
by Bartlomiej Zolnierkiewicz
· 11 years ago
4350463
skd: remove SCSI subsystem specific includes
by Bartlomiej Zolnierkiewicz
· 11 years ago
b8df664
skd: register block device only if some devices are present
by Bartlomiej Zolnierkiewicz
· 11 years ago
fbed149
skd: fix error messages in skd_init()
by Bartlomiej Zolnierkiewicz
· 11 years ago
2b91c55
skd: fix error paths in skd_init()
by Bartlomiej Zolnierkiewicz
· 11 years ago
a073ae9
skd: fix unregister_blkdev() placement
by Bartlomiej Zolnierkiewicz
· 11 years ago
38d4a1b
skd: more removal of bio-based code
by Mike Snitzer
· 11 years ago
6a5ec65b
skd: cleanup the skd_*() function block wrapping
by Jens Axboe
· 11 years ago
fcd37eb
skd: rip out bio path
by Jens Axboe
· 11 years ago
1762b57
skd: fix error return code in skd_pci_probe()
by Wei Yongjun
· 11 years ago
ef08994
s390/dasd: hold request queue sysfs lock when calling elevator_init()
by Heiko Carstens
· 11 years ago
b88fac6
cciss: return 0 from driver probe function on success, not 1
by Stephen M. Cameron
· 11 years ago
2e44b42
skd: Replaced custom debug PRINTKs with pr_debug
by rchinthekindi
· 11 years ago
f721bb0
skd: Fix checkpatch ERRORS and removed unused functions
by Akhil Bhansali
· 11 years ago
8c49a77
rsxx: Fix possible kernel panic with invalid config.
by Philip J Kelleher
· 11 years ago
e35f38b
rsxx: Disallow discards from being unmapped.
by Philip J Kelleher
· 11 years ago
35f47ef
drbd: avoid to shrink max_bio_size due to peer re-configuration
by Lars Ellenberg
· 11 years ago
d2da5b0
drbd: fix decoding of bitmap vli rle for device sizes > 64 TB
by Lars Ellenberg
· 11 years ago
57737ad
drbd: Fix adding of new minors with freshly created meta data
by Philipp Reisner
· 11 years ago
b874d23
drbd: Fix an connection drop issue after enabling allow-two-primaries
by Philipp Reisner
· 11 years ago
69babf0
drbd: fix NULL pointer deref in module init error path
by Lars Ellenberg
· 11 years ago
7badfb1
block: disable cpqarray in Kconfig
by Jens Axboe
· 11 years ago
e67f86b
Add support for sTec's pci-e flash card Kronos
by Akhil Bhansali
· 11 years ago
0317cd6
rsxx: Kernel Panic caused by mapping Discards
by Philip J Kelleher
· 11 years ago
c8afd0d
mtip32xx: dynamically allocate buffer in debugfs functions
by David Milburn
· 11 years ago
8f8b899
mtip32xx: Add SRSI support
by Asai Thambi S P
· 11 years ago
1b21f5b2
rsxx: Moving pci_map_page to prevent overflow.
by Philip J Kelleher
· 11 years ago
e5feab2
rsxx: Handling failed pci_map_page on PowerPC and double free.
by Philip J Kelleher
· 11 years ago
ef7e7c8
loop: fix crash when using unassigned loop device
by Mikulas Patocka
· 11 years ago
ea5ec76
xen/blkback: fix reference counting
by Vegard Nossum
· 11 years ago
c47206e
xen-blkfront: improve aproximation of required grants per request
by Roger Pau Monne
· 11 years ago
fbe363c
xen-blkfront: revoke foreign access for grants not mapped by the backend
by Roger Pau Monne
· 11 years ago
370d668
mg_disk: remove deprecated IRQF_DISABLED
by Michael Opdenacker
· 11 years ago
c7d1ba4
block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Duan Jiong
· 11 years ago
8616ebb
block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
by Duan Jiong
· 11 years ago
97597dc
block: Do not call sector_div() with a 64-bit divisor
by Geert Uytterhoeven
· 11 years ago
f8c5e94
kernel: trace: blktrace: remove redundent memcpy() in compat_blk_trace_setup()
by Chen Gang
· 11 years ago
6678d83
block: Consolidate duplicated bio_trim() implementations
by Kent Overstreet
· 11 years ago
e0ce0ea
block: Use rw_copy_check_uvector()
by Kent Overstreet
· 11 years ago
23779fb
block: Enable sysfs nomerge control for I/O requests in the plug list
by Alireza Haghdoost
· 11 years ago
d82ae52
block: properly stack underlying max_segment_size to DM device
by Mike Snitzer
· 11 years ago
7c8a367
elevator: acquire q->sysfs_lock in elevator_change()
by Tomoki Sekiyama
· 11 years ago
eb1c160
elevator: Fix a race in elevator switching and md device initialization
by Tomoki Sekiyama
· 11 years ago
170d800
block: Replace __get_cpu_var uses
by Christoph Lameter
· 11 years ago
8077c0d
bdi: test bdi_init failure
by Mikulas Patocka
· 11 years ago
a207f59
block: fix a probe argument to blk_register_region
by Mikulas Patocka
· 11 years ago
3ec981e
loop: fix crash if blk_alloc_queue fails
by Mikulas Patocka
· 11 years ago
fff4996
blk-core: Fix memory corruption if blkcg_init_queue fails
by Mikulas Patocka
· 11 years ago
4912aa6
block: fix race between request completion and timeout handling
by Jeff Moyer
· 11 years ago
a404d55
blktrace: Send BLK_TN_PROCESS events to all running traces
by Jan Kara
· 11 years ago
5e01dc7
Linux 3.12
by Linus Torvalds
· 11 years ago
17f6ee4
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 11 years ago
9bf76ca
ipc, msg: forbid negative values for "msg{max,mnb,mni}"
by Mathias Krause
· 11 years ago
9dc8c89
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
9c41f4e
ARC: Incorrect mm reference used in vmalloc fault handler
by Vineet Gupta
· 11 years ago
f6537f2
scripts/kallsyms: filter symbols not in kernel address space
by Ming Lei
· 11 years ago
9581b7d
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
9119e33
Merge tag 'usb-3.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 11 years ago
f9adfbf
Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 11 years ago
68e952d
Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux
by Linus Torvalds
· 11 years ago
6920a1b
memcg: remove incorrect underflow check
by Greg Thelen
· 11 years ago
e1466ad
USB: serial: ftdi_sio: add id for Z3X Box device
by Алексей Крамаренко
· 11 years ago
f896b79
USB: Maintainers change for usb serial drivers
by Greg KH
· 11 years ago
54dc579
Revert "USB: pl2303: restrict the divisor based baud rate encoding method to the "HX" chip type"
by Greg Kroah-Hartman
· 11 years ago
1796a228
Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"
by Greg Kroah-Hartman
· 11 years ago
7e12a6fc
Revert "usb: pl2303: do not round to the next nearest standard baud rate for the divisor based baud rate encoding method"
by Greg Kroah-Hartman
· 11 years ago
336b9da
Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"
by Greg Kroah-Hartman
· 11 years ago
692ed4d
Revert "usb: pl2303: move the two baud rate encoding methods to separate functions"
by Greg Kroah-Hartman
· 11 years ago
92dfe41
Revert "usb: pl2303: increase the allowed baud rate range for the divisor based encoding method"
by Greg Kroah-Hartman
· 11 years ago
e2afb1d
Revert "usb: pl2303: also use the divisor based baud rate encoding method for baud rates < 115200 with HX chips"
by Greg Kroah-Hartman
· 11 years ago
233c3dd
Revert "usb: pl2303: add two comments concerning the supported baud rates with HX chips"
by Greg Kroah-Hartman
· 11 years ago
281393a
Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()"
by Greg Kroah-Hartman
· 11 years ago
b52e111
Revert "pl2303: improve the chip type information output on startup"
by Greg Kroah-Hartman
· 11 years ago
e8bbd5c
Revert "pl2303: improve the chip type detection/distinction"
by Greg Kroah-Hartman
· 11 years ago
0916919
Revert "USB: pl2303: distinguish between original and cloned HX chips"
by Greg Kroah-Hartman
· 11 years ago
4f794ee
Merge branch 'akpm' (fixes from Andrew Morton)
by Linus Torvalds
· 11 years ago
3d77b50
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
by Ming Lei
· 11 years ago
696ac17
mm: memcg: fix test for child groups
by Johannes Weiner
· 11 years ago
0056f4e
mm: memcg: lockdep annotation for memcg OOM lock
by Johannes Weiner
· 11 years ago
3168ecb
mm: memcg: use proper memcg in limit bypass
by Johannes Weiner
· 11 years ago
358eec1
vfs: decrapify dput(), fix cache behavior under normal load
by Linus Torvalds
· 11 years ago
0baab4f
i915: fix compiler warning
by Linus Torvalds
· 11 years ago
52469b4
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
026f8f6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 11 years ago
e764702
Merge tag 'pm+acpi-3.12-late' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
a4461f4
ALSA: fix oops in snd_pcm_info() caused by ASoC DPCM
by Russell King
· 11 years ago
cd5d581
MIPS: ralink: fix return value check in rt_timer_probe()
by Wei Yongjun
· 11 years ago
5beea88
Input: ALPS - add support for model found on Dell XT2
by Yunkang Tang
· 11 years ago
74c85e1
Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 11 years ago
12aee27
Merge branch 'akpm' (fixes from Andrew Morton)
by Linus Torvalds
· 11 years ago
Next »