| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | drm: fix division-by-zero on dumb_create() | David Herrmann | 2014-08-28 | 1 | -1/+2 |
| * | | | | | ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATH | Rob Clark | 2014-08-28 | 1 | -0/+4 |
| * | | | | | Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in... | Dave Airlie | 2014-08-28 | 6 | -44/+63 |
| |\ \ \ \ \ |
|
| | * | | | | | radeon: Test for PCI root bus before assuming bus->self | Alex Williamson | 2014-08-27 | 2 | -2/+10 |
| | * | | | | | drm/radeon: handle broken disabled rb mask gracefully (6xx/7xx) (v2) | Alex Deucher | 2014-08-26 | 2 | -33/+16 |
| | * | | | | | drm/radeon: save/restore the PD addr on suspend/resume | Christian König | 2014-08-26 | 4 | -9/+37 |
| | |/ / / / |
|
* | | | | | | Merge branch 'sec-v3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-28 | 1 | -2/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | tomoyo: Fix pathname calculation breakage. | Tetsuo Handa | 2014-08-27 | 1 | -2/+3 |
| |/ / / / / |
|
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-08-27 | 4 | -18/+42 |
|\ \ \ \ \ \ |
|
| * | | | | | | HID: picolcd: sanity check report size in raw_event() callback | Jiri Kosina | 2014-08-27 | 1 | -0/+6 |
| * | | | | | | HID: magicmouse: sanity check report size in raw_event() callback | Jiri Kosina | 2014-08-27 | 1 | -0/+10 |
| * | | | | | | HID: logitech-dj: prevent false errors to be shown | Benjamin Tissoires | 2014-08-25 | 2 | -18/+26 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2014-08-27 | 17 | -135/+312 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Btrfs: fix task hang under heavy compressed write | Liu Bo | 2014-08-24 | 12 | -61/+141 |
| * | | | | | | | Btrfs: fix filemap_flush call in btrfs_file_release | Chris Mason | 2014-08-21 | 1 | -1/+9 |
| * | | | | | | | Btrfs: fix crash on endio of reading corrupted block | Liu Bo | 2014-08-21 | 1 | -0/+1 |
| * | | | | | | | btrfs: fix leak in qgroup_subtree_accounting() error path | Eric Sandeen | 2014-08-21 | 1 | -1/+1 |
| * | | | | | | | btrfs: Use right extent length when inserting overlap extent map. | Qu Wenruo | 2014-08-21 | 2 | -6/+5 |
| * | | | | | | | Btrfs: clone, don't create invalid hole extent map | Filipe Manana | 2014-08-21 | 1 | -1/+2 |
| * | | | | | | | Btrfs: don't monopolize a core when evicting inode | Filipe Manana | 2014-08-21 | 1 | -0/+6 |
| * | | | | | | | Btrfs: fix hole detection during file fsync | Filipe Manana | 2014-08-21 | 1 | -4/+13 |
| * | | | | | | | Btrfs: ensure tmpfile inode is always persisted with link count of 0 | Filipe Manana | 2014-08-21 | 1 | -0/+15 |
| * | | | | | | | Btrfs: race free update of commit root for ro snapshots | Filipe Manana | 2014-08-21 | 2 | -33/+36 |
| * | | | | | | | Btrfs: fix regression of btrfs device replace | Liu Bo | 2014-08-21 | 1 | -1/+1 |
| * | | | | | | | Btrfs: don't consider the missing device when allocating new chunks | Miao Xie | 2014-08-19 | 1 | -14/+2 |
| * | | | | | | | Btrfs: Fix wrong device size when we are resizing the device | Miao Xie | 2014-08-19 | 2 | -2/+3 |
| * | | | | | | | Btrfs: don't write any data into a readonly device when scrub | Miao Xie | 2014-08-19 | 1 | -0/+11 |
| * | | | | | | | Btrfs: Fix the problem that the replace destroys the seed filesystem | Miao Xie | 2014-08-19 | 1 | -2/+6 |
| * | | | | | | | btrfs: Return right extent when fiemap gives unaligned offset and len. | Qu Wenruo | 2014-08-19 | 1 | -2/+2 |
| * | | | | | | | Btrfs: fix wrong extent mapping for DirectIO | Wang Shilong | 2014-08-19 | 1 | -0/+2 |
| * | | | | | | | Btrfs: fix wrong write range for filemap_fdatawrite_range() | Wang Shilong | 2014-08-19 | 1 | -1/+2 |
| * | | | | | | | Btrfs: fix wrong missing device counter decrease | Miao Xie | 2014-08-19 | 1 | -1/+1 |
| * | | | | | | | Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fs | Miao Xie | 2014-08-19 | 1 | -0/+3 |
| * | | | | | | | btrfs: check generation as replace duplicates devid+uuid | Anand Jain | 2014-08-19 | 1 | -1/+21 |
| * | | | | | | | Btrfs: device_list_add() should not update list when mounted | Anand Jain | 2014-08-19 | 1 | -0/+27 |
| * | | | | | | | Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call. | chandan | 2014-08-19 | 1 | -2/+1 |
| * | | | | | | | Btrfs: fix put dio bio twice when we submit dio bio fail | Miao Xie | 2014-08-19 | 1 | -3/+2 |
* | | | | | | | | Merge tag 'trace-fixes-v3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-08-27 | 1 | -1/+15 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | trace: Fix epoll hang when we race with new entries | Josef Bacik | 2014-08-26 | 1 | -1/+15 |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2014-08-26 | 7 | -5/+54 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | s390/sclp: remove unnecessary XTABS flag | Martin Schwidefsky | 2014-08-15 | 1 | -1/+1 |
| * | | | | | | | | | s390/3215: fix tty output containing tabs | Martin Schwidefsky | 2014-08-15 | 1 | -3/+17 |
| * | | | | | | | | | s390: wire up memfd_create syscall | Heiko Carstens | 2014-08-12 | 3 | -1/+4 |
| * | | | | | | | | | s390: add system information as device randomness | Martin Schwidefsky | 2014-08-12 | 1 | -0/+19 |
| * | | | | | | | | | s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL | Michael Holzheu | 2014-08-12 | 1 | -0/+7 |
| * | | | | | | | | | s390: wire up seccomp and getrandom syscalls | Heiko Carstens | 2014-08-12 | 3 | -1/+7 |
* | | | | | | | | | | Documentation: this_cpu_ops.txt: Update description of this_cpu_ops | Pranith Kumar | 2014-08-26 | 1 | -42/+171 |
* | | | | | | | | | | scripts/kernel-doc: recognize __meminit | Randy Dunlap | 2014-08-26 | 1 | -0/+1 |
| |_|_|_|/ / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Linux 3.17-rc2v3.17-rc2 | Linus Torvalds | 2014-08-26 | 1 | -1/+1 |
* | | | | | | | | | Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2014-08-26 | 3 | -29/+77 |
|\ \ \ \ \ \ \ \ \ |
|