index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm thin: bump thin and thin-pool target versions
Mike Snitzer
2016-01-07
1
-2
/
+2
*
dm thin: fix race condition when destroying thin pool workqueue
Nikolay Borisov
2015-12-17
1
-2
/
+2
*
dm space map metadata: remove unused variable in brb_pop()
Mike Snitzer
2015-12-14
1
-3
/
+0
*
dm verity: add ignore_zero_blocks feature
Sami Tolvanen
2015-12-10
4
-10
/
+93
*
dm verity: add support for forward error correction
Sami Tolvanen
2015-12-10
7
-9
/
+1071
*
dm verity: factor out verity_for_bv_block()
Sami Tolvanen
2015-12-10
2
-23
/
+55
*
dm verity: factor out structures and functions useful to separate object
Sami Tolvanen
2015-12-10
2
-100
/
+128
*
dm verity: move dm-verity.c to dm-verity-target.c
Sami Tolvanen
2015-12-10
2
-0
/
+1
*
dm verity: separate function for parsing opt args
Sami Tolvanen
2015-12-10
1
-28
/
+43
*
dm verity: clean up duplicate hashing code
Sami Tolvanen
2015-12-10
1
-115
/
+147
*
dm btree: factor out need_insert() helper
Mike Snitzer
2015-12-10
1
-7
/
+10
*
dm bufio: use BUG_ON instead of conditional call to BUG
Anup Limbu
2015-12-10
1
-2
/
+1
*
dm bufio: store stacktrace in buffers to help find buffer leaks
Mikulas Patocka
2015-12-10
3
-10
/
+47
*
dm bufio: return NULL to improve code clarity
Mikulas Patocka
2015-12-10
1
-1
/
+1
*
dm block manager: cleanup code that prints stacktrace
Mikulas Patocka
2015-12-10
1
-10
/
+1
*
dm: don't save and restore bi_private
Mikulas Patocka
2015-12-10
3
-12
/
+2
*
dm thin metadata: make dm_thin_find_mapped_range() atomic
Joe Thornber
2015-12-10
1
-21
/
+43
*
dm thin metadata: speed up discard of partially mapped volumes
Joe Thornber
2015-12-10
1
-25
/
+41
*
dm btree: fix bufio buffer leaks in dm_btree_del() error path
Joe Thornber
2015-12-10
1
-1
/
+15
*
dm space map metadata: fix ref counting bug when bootstrapping a new space map
Joe Thornber
2015-12-09
1
-10
/
+22
*
dm thin metadata: fix bug when taking a metadata snapshot
Joe Thornber
2015-12-09
1
-0
/
+6
*
dm thin metadata: fix bug in dm_thin_remove_range()
Joe Thornber
2015-12-02
3
-8
/
+115
*
dm btree: fix leak of bufio-backed block in btree_split_sibling error path
Mike Snitzer
2015-12-02
1
-1
/
+3
*
Linux 4.4-rc3
v4.4-rc3
Linus Torvalds
2015-11-30
1
-1
/
+1
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-11-30
27
-993
/
+1093
|
\
|
*
Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...
Dave Airlie
2015-11-27
16
-917
/
+948
|
|
\
|
|
*
drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not be...
Martin Peres
2015-11-25
1
-1
/
+1
|
|
*
drm/nouveau/nvif: allow userspace access to its own client object
Ben Skeggs
2015-11-25
2
-2
/
+7
|
|
*
drm/nouveau/gr/gf100-: fix oops when calling zbc methods
Ben Skeggs
2015-11-25
1
-2
/
+2
|
|
*
drm/nouveau/gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK ...
Ben Skeggs
2015-11-25
3
-0
/
+5
|
|
*
drm/nouveau/gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct...
Ben Skeggs
2015-11-25
6
-897
/
+897
|
|
*
drm/nouveau/gr/gf100-: split out per-gpc address calculation macro
Ben Skeggs
2015-11-25
2
-47
/
+49
|
|
*
drm/nouveau/bios: return actual size of the buffer retrieved via _ROM
Ben Skeggs
2015-11-25
1
-0
/
+1
|
|
*
drm/nouveau/instmem: protect instobj list with a spinlock
Ben Skeggs
2015-11-25
2
-0
/
+6
|
|
*
drm/nouveau/pci: enable c800 magic for some unknown Samsung laptop
Ben Skeggs
2015-11-25
1
-1
/
+7
|
|
*
drm/nouveau/pci: enable c800 magic for Clevo P157SM
Karol Herbst
2015-11-25
1
-1
/
+7
|
*
|
Merge branch 'drm-fixes-4.4' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2015-11-26
11
-76
/
+145
|
|
\
\
|
|
*
|
drm/radeon: make some dpm errors debug only
Alex Deucher
2015-11-25
2
-3
/
+3
|
|
*
|
drm/radeon: make rv770_set_sw_state failures non-fatal
Alex Deucher
2015-11-24
1
-1
/
+1
|
|
*
|
drm/amdgpu: move dependency handling out of atomic section v2
Christian König
2015-11-23
1
-27
/
+44
|
|
*
|
drm/amdgpu: optimize scheduler fence handling
Christian König
2015-11-23
3
-14
/
+55
|
|
*
|
drm/amdgpu: remove vm->mutex
Chunming Zhou
2015-11-21
4
-20
/
+2
|
|
*
|
drm/amdgpu: add mutex for ba_va->valids/invalids
Chunming Zhou
2015-11-21
2
-6
/
+12
|
|
*
|
drm/amdgpu: adapt vce session create interface changes
Leo Liu
2015-11-21
1
-1
/
+10
|
|
*
|
drm/amdgpu: vce use multiple cache surface starting from stoney
Leo Liu
2015-11-21
1
-5
/
+14
|
|
*
|
drm/amdgpu: reset vce trap interrupt flag
Leo Liu
2015-11-21
1
-0
/
+5
*
|
|
|
Merge tag 'rtc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...
Linus Torvalds
2015-11-30
2
-36
/
+9
|
\
\
\
\
|
*
|
|
|
rtc: ds1307: fix alarm reading at probe time
Simon Guinot
2015-11-26
1
-5
/
+7
|
*
|
|
|
rtc: ds1307: fix kernel splat due to wakeup irq handling
Felipe Balbi
2015-11-25
2
-33
/
+4
*
|
|
|
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-11-30
3
-5
/
+9
|
\
\
\
\
\
[next]