index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
drm/radeon: make VM size a module parameter (v2)
Christian König
3
-4
/
+29
2014-06-09
drm/radeon: rename alt_domain to allowed_domains
Christian König
4
-14
/
+15
2014-06-09
drm/radeon: use the SDMA on for buffer moves on CIK again
Christian König
1
-2
/
+2
2014-06-09
drm/radeon: remove range check from *_gart_set_page
Christian König
6
-27
/
+16
2014-06-09
drm/radeon: stop poisoning the GART TLB
Christian König
1
-1
/
+4
2014-06-09
drm/radeon: hdmi deep color modes must obey clock limit of sink.
Mario Kleiner
3
-0
/
+35
2014-06-09
drm/edid: Store all supported hdmi deep color modes in drm_display_info
Mario Kleiner
2
-0
/
+6
2014-06-09
drm/radeon: add missing vce init case for hawaii
Alex Deucher
1
-0
/
+1
2014-06-09
drm/radeon: use lower_32_bits where appropriate
Christian König
7
-27
/
+27
2014-06-09
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
117
-2708
/
+4634
2014-06-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
68
-1139
/
+2517
2014-06-09
Merge tag 'fbdev-omap-dt-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
Linus Torvalds
21
-5
/
+1138
2014-06-09
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
256
-7883
/
+8540
2014-06-09
Merge tag 'arc-v3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
Linus Torvalds
16
-248
/
+157
2014-06-10
raid5: speedup sync_request processing
Eivind Sarto
1
-1
/
+1
2014-06-09
Btrfs: fix scrub_print_warning to handle skinny metadata extents
Liu Bo
3
-15
/
+24
2014-06-09
Btrfs: make fsync work after cloning into a file
Filipe Manana
4
-38
/
+155
2014-06-09
Btrfs: use right type to get real comparison
Liu Bo
1
-1
/
+1
2014-06-09
Btrfs: don't check nodes for extent items
Josef Bacik
1
-2
/
+3
2014-06-09
Btrfs: don't release invalid page in btrfs_page_exists_in_range()
Filipe Manana
1
-0
/
+1
2014-06-09
Btrfs: make sure we retry if page is a retriable exception
Filipe Manana
1
-1
/
+3
2014-06-09
Btrfs: make sure we retry if we couldn't get the page
Filipe Manana
1
-1
/
+3
2014-06-09
btrfs: replace EINVAL with EOPNOTSUPP for dev_replace raid56
Gui Hecheng
1
-1
/
+1
2014-06-09
trivial: fs/btrfs/ioctl.c: fix typo s/substract/subtract/
Antonio Ospite
1
-2
/
+2
2014-06-09
Btrfs: fix leaf corruption after __btrfs_drop_extents
Liu Bo
1
-0
/
+18
2014-06-09
Btrfs: ensure btrfs_prev_leaf doesn't miss 1 item
Filipe Manana
1
-1
/
+11
2014-06-09
Btrfs: fix clone to deal with holes when NO_HOLES feature is enabled
Filipe Manana
1
-25
/
+83
2014-06-09
btrfs: free delayed node outside of root->inode_lock
Jeff Mahoney
1
-2
/
+5
2014-06-09
btrfs: replace EINVAL with ERANGE for resize when ULLONG_MAX
Gui Hecheng
1
-1
/
+1
2014-06-09
Btrfs: fix transaction leak during fsync call
Filipe Manana
1
-1
/
+3
2014-06-09
btrfs: Avoid trucating page or punching hole in a already existed hole.
Qu Wenruo
1
-14
/
+98
2014-06-09
Btrfs: update commit root on snapshot creation after orphan cleanup
Filipe Manana
1
-0
/
+29
2014-06-09
Btrfs: ioctl, don't re-lock extent range when not necessary
Filipe Manana
1
-2
/
+7
2014-06-09
Btrfs: avoid visiting all extent items when cloning a range
Filipe Manana
1
-4
/
+22
2014-06-09
Btrfs: set dead flag on the right root when destroying snapshot
Filipe Manana
1
-6
/
+6
2014-06-09
Btrfs: ensure readers see new data after a clone operation
Filipe Manana
1
-5
/
+31
2014-06-09
fs: btrfs: volumes.c: Fix for possible null pointer dereference
Rickard Strandqvist
1
-2
/
+3
2014-06-09
btrfs: allocate raid type kobjects dynamically
Jeff Mahoney
3
-16
/
+36
2014-06-09
Btrfs: send, use the right limits for xattr names and values
Filipe Manana
1
-7
/
+23
2014-06-09
Btrfs: send, don't error in the presence of subvols/snapshots
Filipe Manana
1
-0
/
+4
2014-06-09
Btrfs: async delayed refs
Chris Mason
5
-3
/
+107
2014-06-09
Btrfs: split up __extent_writepage to lower stack usage
Chris Mason
2
-138
/
+194
2014-06-09
btrfs: Drop EXTENT_UPTODATE check in hole punching and direct locking
Alex Gartrell
3
-7
/
+71
2014-06-09
Btrfs: cut down stack usage in btree_write_cache_pages
Chris Mason
1
-4
/
+5
2014-06-09
Btrfs: break up __btrfs_write_out_cache to cut down stack usage
Chris Mason
1
-117
/
+191
2014-06-09
Btrfs: free tmp ulist for qgroup rescan
Josef Bacik
1
-0
/
+1
2014-06-09
btrfs: usage error should not be logged into system log
Anand Jain
1
-4
/
+1
2014-06-09
btrfs: remove newline from inode cache kthread name
David Sterba
1
-1
/
+1
2014-06-09
btrfs: remove stale newlines from log messages
David Sterba
7
-14
/
+14
2014-06-09
Btrfs: fix double free in find_lock_delalloc_range
Chris Mason
1
-0
/
+1
[prev]
[next]