Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ee5644ce4b391e3e46064756da0d68b07fecc12d
ee5644c
Merge branch 'topic/mpc512x' into for-linus
by Vinod Koul
· 9 years ago
8dfc27a
Merge branch 'topic/hsu' into for-linus
by Vinod Koul
· 9 years ago
5621488
Merge branch 'topic/dw' into for-linus
by Vinod Koul
· 9 years ago
95c4dc7
Merge branch 'topic/bcm' into for-linus
by Vinod Koul
· 9 years ago
a365c96
Merge branch 'topic/core' into for-linus
by Vinod Koul
· 9 years ago
511deae
dmaengine: ioatdma: disable relaxed ordering for ioatdma
by Dave Jiang
· 9 years ago
20ea6be
dmaengine: of_dma: approximate an average distribution
by Niklas Söderlund
· 9 years ago
d57d3a4
dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module
by Javier Martinez Canillas
· 9 years ago
3b2bc8a
dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error event
by Peter Ujfalusi
· 9 years ago
dd4e91d
dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC
by Andy Shevchenko
· 9 years ago
4376455
dmaengine: fsldma: Use dma_pool_zalloc
by Julia Lawall
· 9 years ago
305697f
dmaengine: ioatdma: Use dma_pool_zalloc
by Julia Lawall
· 9 years ago
1c85a84
dmaengine: mmp_pdma: Use dma_pool_zalloc
by Julia Lawall
· 9 years ago
3a14c66
dmaengine: dw: pass platform data via struct dw_dma_chip
by Andy Shevchenko
· 9 years ago
161c3d0
dmaengine: dw: keep entire platform data in struct dw_dma
by Andy Shevchenko
· 9 years ago
2e65060
dmaengine: dw: revisit data_width property
by Andy Shevchenko
· 9 years ago
969f750
dmaengine: dw: platform: check nr_masters to be non-zero
by Andy Shevchenko
· 9 years ago
0eef727
dmaengine: bcm2835: fix typo/added newline in legacy-mode warning message
by Martin Sperl
· 9 years ago
ab703f8
dmaengine: dw: lazy allocation of dma descriptors
by Christian Lamparter
· 9 years ago
9bc0fa5
ARM: bcm2835: add interrupt-names and apply correct mapping
by Martin Sperl
· 9 years ago
e2eca63
dmaengine: bcm2835: use platform_get_irq_byname
by Martin Sperl
· 9 years ago
e7679db
dt/bindings: bcm2835: add interrupt-names property
by Martin Sperl
· 9 years ago
d9f094a
dmaengine: bcm2835: add dma_memcopy support to bcm2835-dma
by Martin Sperl
· 9 years ago
388cc7a
dmaengine: bcm2835: add slave_sg support to bcm2835-dma
by Martin Sperl
· 9 years ago
4087412
dmaengine: bcm2835: limit max length based on channel type
by Martin Sperl
· 9 years ago
92153bb
dmaengine: bcm2835: move controlblock chain generation into separate method
by Martin Sperl
· 9 years ago
a4dcdd8
dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_desc
by Martin Sperl
· 9 years ago
e42685d
dmaengine: bcm2835: add additional defines for DMA-registers
by Martin Sperl
· 9 years ago
a1d71ba
dmaengine: bcm2835: remove unnecessary masking of dma channels
by Martin Sperl
· 9 years ago
0fa5867
dmaengine: bcm2835: set residue_granularity field
by Martin Sperl
· 9 years ago
925a7d0
dmaengine: dw: set cdesc to NULL when free cyclic transfers
by Andy Shevchenko
· 9 years ago
b68fd09
dmaengine: dw: move residue to a descriptor
by Andy Shevchenko
· 9 years ago
423f9cb
dmaengine: dw: move dwc->initialized to dwc->flags
by Andy Shevchenko
· 9 years ago
5e09f98
dmaengine: dw: move dwc->paused to dwc->flags
by Andy Shevchenko
· 9 years ago
7794e5b
dmaengine: dw: define counter variables as unsigned int
by Andy Shevchenko
· 9 years ago
897e40d
dmaengine: dw: substitute dma_read_byaddr by dma_readl_native
by Andy Shevchenko
· 9 years ago
a3e5579
dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain
by Mans Rullgard
· 9 years ago
2a0fae0
dmaengine: dw: set LMS field in descriptors
by Mans Rullgard
· 9 years ago
df1f3a2
dmaengine: dw: fix byte order of hw descriptor fields
by Mans Rullgard
· 9 years ago
bb3450a
dmaengine: dw: set src and dst master select according to xfer direction
by Mans Rullgard
· 9 years ago
c422025
dmaengine: dw: rename masters to reflect actual topology
by Andy Shevchenko
· 9 years ago
3fe6409
dmaengine: dw: fix master selection
by Andy Shevchenko
· 9 years ago
4c4d7f87
dmaengine: core: Revert back to pr_debug in __dma_request_channel()
by Jarkko Nikula
· 9 years ago
757d12e
dmaengine: ensure dmaengine helpers check valid callback
by Vinod Koul
· 9 years ago
b2d8984
dmaengine: add DMA_CYCLIC to dma_get_slave_caps
by Vinod Koul
· 9 years ago
77fc397
dmaengine: mpc512x: Fix code style
by Mario Six
· 9 years ago
899ed9d
dmaengine: mpc512x: Implement additional chunk sizes for DMA transfers
by Mario Six
· 9 years ago
237ec70
dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308
by Mario Six
· 9 years ago
17b3cf4
dmaengine: hsu: set maximum allowed segment size for DMA
by Andy Shevchenko
· 9 years ago
c36a017
dmaengine: hsu: don't check direction of timeouted channel
by Andy Shevchenko
· 9 years ago
2d4d689
dmaengine: hsu: allow more than 3 descriptors
by Andy Shevchenko
· 9 years ago
ef85931
dmaengine: core: Use dev_ functions for debug and error prints
by Jarkko Nikula
· 9 years ago
f55532a
Linux 4.6-rc1
by Linus Torvalds
· 9 years ago
d5a38f6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 9 years ago
698f415
Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 9 years ago
b4cec5f
Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb
by Linus Torvalds
· 9 years ago
895a106
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
02fc59a
f2fs/crypto: fix xts_tweak initialization
by Linus Torvalds
· 9 years ago
4f1b50c
NTB: Remove _addr functions from ntb_hw_amd
by Allen Hubbe
· 9 years ago
4599649
orangefs: fix orangefs_superblock locking
by Al Viro
· 9 years ago
6d4c1a3
orangefs: fix do_readv_writev() handling of error halfway through
by Al Viro
· 9 years ago
524b1d3
orangefs: have ->kill_sb() evict the VFS side of things first
by Al Viro
· 9 years ago
177f8fc
orangefs: sanitize ->llseek()
by Al Viro
· 9 years ago
7df240d771
orangefs-bufmap.h: trim unused junk
by Al Viro
· 9 years ago
b8a99a8
orangefs: saner calling conventions for getting a slot
by Al Viro
· 9 years ago
bf6bf60
orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer
by Al Viro
· 9 years ago
9f5e2f7
orangefs: get rid of readdir_handle_s
by Al Viro
· 9 years ago
606c61a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
15dbc13
Merge tag 'pm+acpi-4.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
dad44de
Merge tag 'please-pull-preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 9 years ago
c155c74
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 9 years ago
0fda278
thp: fix typo in khugepaged_scan_pmd()
by Kirill A. Shutemov
· 9 years ago
0ba1d91
MAINTAINERS: fill entries for KASAN
by Andrey Ryabinin
· 9 years ago
e7080a4
mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
by Nicolai Stange
· 9 years ago
9dcadd3
kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2
by Alexander Potapenko
· 9 years ago
cd11016
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
by Alexander Potapenko
· 9 years ago
be7635e
arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections
by Alexander Potapenko
· 9 years ago
505f5dc
mm, kasan: add GFP flags to KASAN API
by Alexander Potapenko
· 9 years ago
7ed2f9e
mm, kasan: SLAB support
by Alexander Potapenko
· 9 years ago
e6e8379
kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
by Alexander Potapenko
· 9 years ago
aaf4fb7
include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()
by Tetsuo Handa
· 9 years ago
d9dddbf
mm/page_alloc: prevent merging between isolated and other pageblocks
by Vlastimil Babka
· 9 years ago
f419a08f
drivers/memstick/host/r592.c: avoid gcc-6 warning
by Arnd Bergmann
· 9 years ago
102c259
ocfs2: extend enough credits for freeing one truncate record while replaying truncate records
by Xue jiufei
· 9 years ago
1721598
ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_edge_lengths() before to avoid inconsistency between inode and et
by Xue jiufei
· 9 years ago
e5054c9
ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert
by xuejiufei
· 9 years ago
584dca3
ocfs2: solve a problem of crossing the boundary in updating backups
by jiangyiwen
· 9 years ago
35ddf78
ocfs2: fix occurring deadlock by changing ocfs2_wq from global to local
by jiangyiwen
· 9 years ago
be12b29
ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
by Joseph Qi
· 9 years ago
ac7cf24
ocfs2/dlm: fix race between convert and recovery
by Joseph Qi
· 9 years ago
2888868
ocfs2: fix a deadlock issue in ocfs2_dio_end_io_write()
by Ryan Ding
· 9 years ago
ce17082
ocfs2: fix disk file size and memory file size mismatch
by Ryan Ding
· 9 years ago
a86a72a
ocfs2: take ip_alloc_sem in ocfs2_dio_get_block & ocfs2_dio_end_io_write
by Ryan Ding
· 9 years ago
e63890f
ocfs2: fix ip_unaligned_aio deadlock with dio work queue
by Ryan Ding
· 9 years ago
f1f973f
ocfs2: code clean up for direct io
by Ryan Ding
· 9 years ago
c15471f
ocfs2: fix sparse file & data ordering issue in direct io
by Ryan Ding
· 9 years ago
4506cfb
ocfs2: record UNWRITTEN extents when populate write desc
by Ryan Ding
· 9 years ago
2de6a3c
ocfs2: return the physical address in ocfs2_write_cluster
by Ryan Ding
· 9 years ago
46e6255
ocfs2: do not change i_size in write_end for direct io
by Ryan Ding
· 9 years ago
65c4db8
ocfs2: test target page before change it
by Ryan Ding
· 9 years ago
Next »