index
:
kernel/git/snitzer/linux.git
4.21-jens-mq-conv
bip
blk-merge-dm-4.11
block-4.16
block-4.16_NULL_disk_queue
block-4.16_dm-4.16
block-5.15
block-5.19
block-late-bio-splitting
devel
devel.bart
devel2
devel3
dm-4.10
dm-4.10-on-block-4.10
dm-4.11
dm-4.11-hch
dm-4.12
dm-4.12-blk-deadlock-fix
dm-4.12-merge-with-block
dm-4.12-new-dm-cache-change-history
dm-4.13
dm-4.14
dm-4.15
dm-4.16
dm-4.16-nvme_bio
dm-4.16_nvme-4.16
dm-4.17
dm-4.18
dm-4.18-writecache-splitout
dm-4.19
dm-4.2
dm-4.3
dm-4.4
dm-4.5
dm-4.7
dm-4.7-async-discard
dm-4.7-async-discard-longer-chains
dm-4.8
dm-4.9
dm-5.1
dm-5.10
dm-5.15
dm-5.19
dm-5.4
dm-5.9-wip
dm-6.3
dm-6.4-dev
dm-6.4-dev2
dm-6.4-dev3
dm-6.4-dev4
dm-6.5-dev
dm-6.5-provision-support
dm-cache-for-3.13
dm-dedup
dm-for-3.20
dm-for-4.0
dm-next
dm-thinp-write-zeroes-support
dm-verity-fec
dm-zoned
ejt-pulling-all-the-cache-work-together
enospc
for-3.15-insitu-comp
for-4.12/dm
jens-block-4.16
master
nvme-error-handling-fixes-5.9
thin-blocks-per-allocation
wip
wip2
writecache
Mike Snitzer: dev tree
Mike Snitzer
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-29
dm snapshot: disallow the COW and origin devices from being identical
devel3
DingXiang
3
-12
/
+35
2016-02-29
dm cache: make the 'mq' policy an alias for 'smq'
Joe Thornber
5
-1529
/
+87
2016-02-24
dm: drop unnecessary assignment of md->queue
Bob Liu
1
-6
/
+1
2016-02-22
dm: reorder 'struct mapped_device' members to fix alignment and holes
Mike Snitzer
1
-16
/
+18
2016-02-22
dm: remove dummy definition of 'struct dm_table'
Mike Snitzer
1
-11
/
+3
2016-02-22
dm: add 'dm_numa_node' module parameter
Mike Snitzer
1
-8
/
+44
2016-02-22
dm thin metadata: remove needless newline from subtree_dec() DMERR message
Mike Snitzer
1
-1
/
+1
2016-02-22
dm mpath: cleanup reinstate_path() et al based on code review
Mike Snitzer
1
-6
/
+2
2016-02-22
dm mpath: use rcu_access_pointer() where appropriate
Mike Snitzer
1
-8
/
+10
2016-02-22
dm mpath: convert from spinlock to RCU for most locking
Mike Snitzer
1
-86
/
+176
2016-02-22
dm mpath: move 'struct multipath' members to 'struct multipath_paths'
Mike Snitzer
1
-159
/
+241
2016-02-22
dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy
Mike Snitzer
1
-4
/
+2
2016-02-22
dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate
Mike Snitzer
1
-50
/
+51
2016-02-22
dm round robin: use percpu 'repeat_count' and 'current_path'
Mike Snitzer
1
-12
/
+48
2016-02-22
dm path selector: remove 'repeat_count' return from .select_path hook
Mike Snitzer
5
-18
/
+4
2016-02-22
dm mpath: push path selector locking down to path selectors
Mike Snitzer
3
-11
/
+59
2016-02-22
dm mpath: remove repeat_count support from multipath core
Mike Snitzer
4
-10
/
+24
2016-02-22
dm mpath: remove unnecessary casts in front of ti->private
Mike Snitzer
1
-5
/
+5
2016-02-22
dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly
Mike Snitzer
1
-3
/
+4
2016-02-22
dm mpath: cleanup 'struct dm_mpath_io' management code
Mike Snitzer
1
-12
/
+17
2016-02-22
dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'
Mike Snitzer
1
-10
/
+29
2016-02-22
dm: allow immutable request-based targets to use blk-mq pdu
Mike Snitzer
3
-9
/
+28
2016-02-22
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
13
-25
/
+25
2016-02-22
dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM
Mike Snitzer
2
-50
/
+58
2016-02-22
dm: remove support for stacking dm-mq on .request_fn device(s)
Mike Snitzer
2
-40
/
+20
2016-02-22
dm: fix a couple locking issues with use of block interfaces
Mike Snitzer
1
-7
/
+21
2016-02-22
dm: allocate blk_mq_tag_set rather than embed in mapped_device
Mike Snitzer
1
-18
/
+27
2016-02-22
dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module params
Mike Snitzer
1
-2
/
+25
2016-02-22
dm: optimize dm_request_fn()
Mike Snitzer
1
-30
/
+17
2016-02-22
dm: optimize dm_mq_queue_rq()
Mike Snitzer
4
-23
/
+31
2016-02-22
dm: set DM_TARGET_WILDCARD feature on "error" target
Mike Snitzer
5
-2
/
+26
2016-02-22
dm: cleanup dm_any_congested()
Mike Snitzer
1
-9
/
+8
2016-02-22
dm: remove unused dm_get_rq_mapinfo()
Mike Snitzer
1
-8
/
+0
2016-02-22
dm: fix excessive dm-mq context switching
Mike Snitzer
2
-8
/
+7
2016-02-21
dm: fix sparse "unexpected unlock" warnings in ioctl code
Mike Snitzer
1
-27
/
+29
2016-02-21
dm: do not return target from dm_get_live_table_for_ioctl()
Mike Snitzer
1
-20
/
+13
2016-02-21
dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
dm-4.5-fix
Mike Snitzer
1
-0
/
+2
2016-02-20
Linux 4.5-rc5
v4.5-rc5
Linus Torvalds
1
-1
/
+1
2016-02-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-134
/
+500
2016-02-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+3
2016-02-20
Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
14
-7
/
+91
2016-02-20
Merge tag 'dmaengine-fix-4.5-rc5' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
4
-18
/
+76
2016-02-20
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
26
-142
/
+138
2016-02-20
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
16
-124
/
+184
2016-02-20
kernel/resource.c: fix muxed resource handling in __request_region()
Simon Guinot
1
-2
/
+3
2016-02-19
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
13
-39
/
+176
2016-02-19
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+2
2016-02-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-66
/
+150
2016-02-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
12
-45
/
+75
2016-02-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
7
-29
/
+73
2016-02-19
Merge tag 'pinctrl-v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
6
-18
/
+48
2016-02-19
Merge tag 'sound-4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
4
-13
/
+33
2016-02-19
arm64: mm: allow the kernel to handle alignment faults on user accesses
EunTaik Lee
1
-1
/
+8
2016-02-19
arm64: kbuild: make "make install" not depend on vmlinux
Masahiro Yamada
3
-3
/
+17
2016-02-19
ext4: fix crashes in dioread_nolock mode
Jan Kara
1
-20
/
+20
2016-02-19
ext4: fix bh->b_state corruption
Jan Kara
1
-2
/
+30
2016-02-19
drm/nouveau: use post-decrement in error handling
Rasmus Villemoes
1
-1
/
+1
2016-02-19
drm/atomic: Allow for holes in connector state, v2.
Maarten Lankhorst
4
-55
/
+48
2016-02-18
clk: gpio: Really allow an optional clock= DT property
Stephen Boyd
1
-1
/
+1
2016-02-19
Merge tag 'drm-vc4-fixes-2016-02-17' of github.com:anholt/linux into drm-fixes
Dave Airlie
7
-52
/
+118
2016-02-19
Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2
-2
/
+2
2016-02-19
Merge tag 'drm-intel-fixes-2016-02-18' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2
-14
/
+15
2016-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-39
/
+11
2016-02-18
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-2
/
+5
2016-02-18
mm: slab: free kmem_cache_node after destroy sysfs file
Dmitry Safonov
5
-27
/
+29
2016-02-18
ipc/shm: handle removed segments gracefully in shm_mmap()
Kirill A. Shutemov
1
-10
/
+43
2016-02-18
MAINTAINERS: update Kselftest Framework mailing list
Shuah Khan
1
-1
/
+1
2016-02-18
devm_memremap_release(): fix memremap'd addr handling
Toshi Kani
1
-1
/
+1
2016-02-18
mm/hugetlb.c: fix incorrect proc nr_hugepages value
Vaishali Thakkar
1
-2
/
+4
2016-02-18
mm, x86: fix pte_page() crash in gup_pte_range()
Hugh Dickins
1
-1
/
+1
2016-02-18
fsnotify: turn fsnotify reaper thread into a workqueue job
Jeff Layton
1
-31
/
+18
2016-02-18
Revert "fsnotify: destroy marks with call_srcu instead of dedicated thread"
Jeff Layton
2
-18
/
+53
2016-02-18
mm: fix regression in remap_file_pages() emulation
Kirill A. Shutemov
1
-5
/
+29
2016-02-18
thp, dax: do not try to withdraw pgtable from non-anon VMA
Kirill A. Shutemov
1
-1
/
+2
2016-02-18
ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream
Takashi Iwai
1
-2
/
+14
2016-02-18
x86/mm: Fix vmalloc_fault() to handle large pages properly
Toshi Kani
1
-4
/
+11
2016-02-17
ftrace/module: remove ftrace module notifier
Jessica Yu
3
-37
/
+9
2016-02-17
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
21
-106
/
+175
2016-02-17
Merge tag 'devicetree-fixes-for-4.5-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-5
/
+17
2016-02-17
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
18
-93
/
+178
2016-02-17
Merge tag 'trace-fixes-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+6
2016-02-17
blk: fix overflow in queue_discard_max_hw_show
Alan
1
-3
/
+2
2016-02-17
powerpc/ioda: Set "read" permission when "write" is set
Alexey Kardashevskiy
1
-0
/
+6
2016-02-17
arm64: dma-mapping: fix handling of devices registered before arch_initcall
Marek Szyprowski
1
-0
/
+4
2016-02-17
drm/i915: Fix hpd live status bits for g4x
Ville Syrjälä
2
-14
/
+15
2016-02-17
perf/core: Plug potential memory leak in CPU_UP_PREPARE
Thomas Gleixner
1
-1
/
+1
2016-02-17
perf/core: Remove the bogus and dangerous CPU_DOWN_FAILED hotplug state
Thomas Gleixner
1
-1
/
+0
2016-02-17
perf/core: Remove bogus UP_CANCELED hotplug state
Thomas Gleixner
1
-1
/
+0
2016-02-17
hpet: Drop stale URLs
Michael S. Tsirkin
3
-6
/
+4
2016-02-17
s390/dasd: fix performance drop
Stefan Haberland
1
-0
/
+1
2016-02-17
x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...
Toshi Kani
1
-4
/
+32
2016-02-17
x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable
Toshi Kani
1
-41
/
+73
2016-02-17
s390/maccess: reduce stnsm instructions
Heiko Carstens
1
-4
/
+6
2016-02-17
perf/x86/amd/uncore: Plug reference leak
Thomas Gleixner
1
-0
/
+2
2016-02-17
drm/qxl: fix erroneous return value
Anton Protopopov
1
-1
/
+1
2016-02-17
drm/nouveau/display: Enable vblank irqs after display engine is on again.
Mario Kleiner
1
-4
/
+4
2016-02-17
drm/radeon/pm: Handle failure of drm_vblank_get.
Mario Kleiner
1
-2
/
+6
2016-02-17
drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
Mario Kleiner
1
-2
/
+1
2016-02-17
drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
Mario Kleiner
1
-0
/
+16
2016-02-17
drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
Mario Kleiner
1
-0
/
+43
2016-02-17
drm: No-Op redundant calls to drm_vblank_off() (v2)
Mario Kleiner
1
-1
/
+10
2016-02-17
drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
Gerd Hoffmann
1
-1
/
+2
2016-02-17
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Dave Airlie
12
-63
/
+77
2016-02-17
Revert "drm/dp/mst: change MST detection scheme"
Dave Airlie
1
-19
/
+18
2016-02-16
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
1
-0
/
+2
2016-02-16
writeback: initialize inode members that track writeback history
Tahsin Erdogan
1
-0
/
+6
2016-02-16
drm/vc4: Use runtime PM to power cycle the device when the GPU hangs.
Eric Anholt
3
-18
/
+26
2016-02-16
drm/vc4: Enable runtime PM.
Eric Anholt
3
-0
/
+47
2016-02-16
drm/vc4: Fix spurious GPU resets due to BO reuse.
Eric Anholt
2
-6
/
+19
2016-02-16
drm/vc4: Drop error message on seqno wait timeouts.
Eric Anholt
1
-3
/
+0
2016-02-16
drm/vc4: Fix -ERESTARTSYS error return from BO waits.
Eric Anholt
1
-4
/
+2
2016-02-16
drm/vc4: Return an ERR_PTR from BO creation instead of NULL.
Eric Anholt
5
-15
/
+15
2016-02-16
drm/vc4: Fix the clear color for the first tile rendered.
Eric Anholt
1
-9
/
+9
2016-02-16
drm/vc4: Validate that WAIT_BO padding is cleared.
Eric Anholt
1
-0
/
+3
2016-02-16
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-4
/
+3
2016-02-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-10
/
+13
2016-02-16
writeback: keep superblock pinned during cgroup writeback association switches
Tejun Heo
1
-4
/
+11
2016-02-16
Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
3
-10
/
+13
2016-02-16
Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu
Linus Torvalds
4
-8
/
+36
2016-02-16
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
2
-7
/
+8
2016-02-16
Merge tag 'spi-fix-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-7
/
+14
2016-02-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
15
-1
/
+111
2016-02-16
drm/radeon: use post-decrement in error handling
Rasmus Villemoes
1
-1
/
+1
2016-02-16
drm/amdgpu: use post-decrement in error handling
Rasmus Villemoes
1
-1
/
+1
2016-02-16
ALSA: seq: Fix double port list deletion
Takashi Iwai
1
-5
/
+8
2016-02-16
lib/ucs2_string: Correct ucs2 -> utf8 conversion
Jason Andryuk
1
-7
/
+7
2016-02-16
efi: Add pstore variables to the deletion whitelist
Matt Fleming
1
-0
/
+1
2016-02-16
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Ingo Molnar
12
-83
/
+383
2016-02-16
arm64/efi: Make strnlen() available to the EFI namespace
Thierry Reding
2
-1
/
+2
2016-02-16
ext4: fix memleak in ext4_readdir()
Kirill Tkhai
1
-2
/
+5
2016-02-16
Btrfs: fix direct IO requests not reporting IO error to user space
Filipe Manana
1
-0
/
+2
2016-02-15
pinctrl: samsung: fix SMP race condition
Youngmin Nam
1
-13
/
+35
2016-02-15
tracing: Fix freak link error caused by branch tracer
Arnd Bergmann
1
-1
/
+1
2016-02-15
tracepoints: Do not trace when cpu is offline
Steven Rostedt (Red Hat)
1
-0
/
+5
2016-02-15
dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
Andy Shevchenko
1
-5
/
+10
2016-02-15
arm/arm64: crypto: assure that ECB modes don't require an IV
Jeremy Linton
2
-4
/
+4
2016-02-15
ALSA: hda - Cancel probe work instead of flush at remove
Takashi Iwai
1
-2
/
+2
2016-02-15
ALSA: seq: Fix leak of pool buffer at concurrent writes
Takashi Iwai
1
-4
/
+9
2016-02-15
drm/exynos/decon: fix disable clocks order
Andrzej Hajda
1
-2
/
+2
2016-02-15
drm/exynos: fix incorrect cpu address for dma_mmap_attrs()
Marek Szyprowski
2
-2
/
+2
2016-02-15
drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enable
Marek Szyprowski
1
-1
/
+1
2016-02-15
drm/exynos: exynos5433_decon: fix wrong state assignment in decon_enable
Marek Szyprowski
1
-2
/
+0
2016-02-15
drm/exynos: dsi: restore support for drm bridge
Marek Szyprowski
1
-0
/
+1
2016-02-15
drm/exynos: mic: make all functions static
Marek Szyprowski
1
-5
/
+5
2016-02-15
drm/exynos: mic: convert to component framework
Marek Szyprowski
1
-20
/
+36
2016-02-15
drm/exynos: mic: use devm_clk interface
Marek Szyprowski
1
-5
/
+1
2016-02-15
drm/exynos: fix types for compilation on 64bit architectures
Marek Szyprowski
3
-6
/
+9
2016-02-15
drm/exynos: ipp: fix incorrect format specifiers in debug messages
Marek Szyprowski
4
-19
/
+19
2016-02-15
drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOS
Joonyoung Shim
1
-1
/
+1
2016-02-15
iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts
David Woodhouse
2
-0
/
+7
2016-02-15
powerpc/mm: Fix Multi hit ERAT cause by recent THP update
Aneesh Kumar K.V
4
-0
/
+45
2016-02-15
powerpc/powernv: Fix stale PE primary bus
Gavin Shan
3
-0
/
+22
2016-02-15
powerpc/eeh: Fix stale cached primary bus
Gavin Shan
4
-2
/
+9
2016-02-15
powerpc/pseries: Don't trace hcalls on offline CPUs
Denis Kirjanov
1
-2
/
+6
2016-02-14
MAINTAINERS: Update mailing list for Renesas ARM64 SoC Development
Simon Horman
1
-2
/
+2
2016-02-14
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
10
-26
/
+75
2016-02-14
Linux 4.5-rc4
v4.5-rc4
Linus Torvalds
1
-1
/
+1
2016-02-15
Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
10
-26
/
+75
2016-02-14
Merge tag 'char-misc-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-1
/
+12
2016-02-14
Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+3
2016-02-14
Merge tag 'tty-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
7
-7
/
+79
2016-02-14
Merge tag 'usb-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-12
/
+19
2016-02-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-26
/
+63
2016-02-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+10
2016-02-14
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+3
2016-02-14
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-14
/
+18
2016-02-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+2
2016-02-14
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
21
-71
/
+46
2016-02-14
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+7
2016-02-14
Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-21
/
+28
2016-02-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
4
-16
/
+27
2016-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
18
-290
/
+567
2016-02-13
pinctrl: mvebu: fix num_settings in mpp group assignment
Sebastian Hesselbarth
1
-3
/
+6
2016-02-13
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
7
-35
/
+94
2016-02-13
Merge tag 'sound-fix-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2016-02-13
Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...
Linus Torvalds
11
-61
/
+119
2016-02-13
ALSA: usb-audio: avoid freeing umidi object twice
Andrey Konovalov
1
-1
/
+0
2016-02-12
Merge tag 'pci-v4.5-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-24
/
+14
2016-02-12
Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835aux', 'spi/fi...
Mark Brown
6
-7
/
+14
2016-02-12
spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit
Tony Lindgren
1
-0
/
+3
2016-02-12
Revert "clk: qcom: Specify LE device endianness"
Stephen Boyd
11
-13
/
+0
2016-02-12
rtc: s3c: Document required clocks in the DT binding
Javier Martinez Canillas
1
-0
/
+6
2016-02-12
serial: fsl-imx-uart: Fix typo in fsl,dte-mode description
Fabio Estevam
1
-1
/
+1
2016-02-12
dt-bindings: arm, gic-v3: require that reserved cells are always 0
Will Deacon
1
-3
/
+2
2016-02-12
Merge branch 'akpm'(patches from Andrew)
Linus Torvalds
13
-57
/
+62
2016-02-12
IB/mlx5: Fix RC transport send queue overhead computation
Leon Romanovsky
1
-5
/
+7
2016-02-12
IB/ipoib: fix for rare multicast join race condition
Alex Estrin
1
-7
/
+17
2016-02-12
Merge tag 'mmc-v4.5-rc2' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
9
-36
/
+93
2016-02-12
Merge tag 'sound-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
42
-209
/
+292
2016-02-12
Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-33
/
+41
2016-02-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
8
-20
/
+31
2016-02-12
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
25
-257
/
+373
2016-02-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-1
/
+2
2016-02-12
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-71
/
+131
2016-02-12
Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2016-02-12
arm64: make irq_stack_ptr more robust
Yang Shi
2
-8
/
+16
2016-02-12
bio: return EINTR if copying to user space got interrupted
Hannes Reinecke
1
-2
/
+5
2016-02-12
NVMe: Rate limit nvme IO warnings
Keith Busch
1
-1
/
+1
2016-02-12
NVMe: Poll device while still active during remove
Keith Busch
1
-5
/
+1
2016-02-12
NVMe: Requeue requests on suspended queues
Keith Busch
1
-0
/
+5
[next]