| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-03-17 | 1 | -22/+0 |
|\ |
|
| * | Merge 4.5-rc6 into char-misc-next | Greg Kroah-Hartman | 2016-03-02 | 44 | -242/+565 |
| |\ |
|
| * \ | Merge 4.5-rc4 into char-misc-next | Greg Kroah-Hartman | 2016-02-14 | 34 | -294/+453 |
| |\ \ |
|
| * | | | fs/compat: remove useless compat ioctl for parport device | Bamvor Jian Zhang | 2016-02-09 | 1 | -22/+0 |
* | | | | Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-03-17 | 1 | -5/+14 |
|\ \ \ \ |
|
| * \ \ \ | Merge 4.5-rc4 into driver-core-next | Greg Kroah-Hartman | 2016-02-14 | 10 | -73/+153 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | kernfs: make kernfs_walk_ns() use kernfs_pr_cont_buf[] | Tejun Heo | 2016-02-08 | 1 | -5/+14 |
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2016-03-17 | 1 | -0/+92 |
|\ \ \ \ \ |
|
| * | | | | | vfs: define kernel_copy_file_from_fd() | Mimi Zohar | 2016-02-21 | 1 | -0/+16 |
| * | | | | | security: define kernel_read_file hook | Mimi Zohar | 2016-02-21 | 1 | -0/+4 |
| * | | | | | vfs: define kernel_read_file_from_path | Mimi Zohar | 2016-02-21 | 1 | -0/+19 |
| * | | | | | vfs: define kernel_read_file_id enumeration | Mimi Zohar | 2016-02-18 | 1 | -2/+2 |
| * | | | | | vfs: define a generic function to read a file from the kernel | Mimi Zohar | 2016-02-18 | 1 | -0/+53 |
| |/ / / / |
|
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-03-17 | 18 | -296/+329 |
|\ \ \ \ \ |
|
| * | | | | | eCryptfs: Use skcipher and shash | Herbert Xu | 2016-01-27 | 7 | -161/+180 |
| * | | | | | nfsd: Use shash | Herbert Xu | 2016-01-27 | 1 | -11/+17 |
| * | | | | | f2fs: Use skcipher | Herbert Xu | 2016-01-27 | 4 | -53/+45 |
| * | | | | | ext4: Use skcipher | Herbert Xu | 2016-01-27 | 4 | -53/+47 |
| * | | | | | cifs: Use skcipher | Herbert Xu | 2016-01-27 | 2 | -18/+40 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-16 | 18 | -298/+501 |
|\ \ \ \ \ |
|
| * | | | | | autofs4: use pr_xxx() macros directly for logging | Ian Kent | 2016-03-16 | 6 | -75/+68 |
| * | | | | | autofs4: change log print macros to not insert newline | Ian Kent | 2016-03-16 | 6 | -49/+49 |
| * | | | | | autofs4: make autofs log prints consistent | Ian Kent | 2016-03-16 | 4 | -12/+12 |
| * | | | | | autofs4: fix some white space errors | Ian Kent | 2016-03-16 | 4 | -8/+6 |
| * | | | | | autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked() | Ian Kent | 2016-03-16 | 1 | -1/+1 |
| * | | | | | autofs4: fix coding style line length in autofs4_wait() | Ian Kent | 2016-03-16 | 1 | -2/+4 |
| * | | | | | autofs4: fix coding style problem in autofs4_get_set_timeout() | Ian Kent | 2016-03-16 | 1 | -8/+20 |
| * | | | | | autofs4: coding style fixes | Ian Kent | 2016-03-16 | 8 | -158/+175 |
| * | | | | | autofs: show pipe inode in mount options | Stanislav Kinsburskiy | 2016-03-16 | 1 | -1/+6 |
| * | | | | | mm: simplify lock_page_memcg() | Johannes Weiner | 2016-03-16 | 2 | -14/+11 |
| * | | | | | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 2016-03-16 | 2 | -11/+11 |
| * | | | | | fs/mpage.c:mpage_readpages(): use lru_to_page() helper | Andrew Morton | 2016-03-16 | 1 | -1/+2 |
| * | | | | | ocfs2/dlm: fix a variable overflow problem in dlmdomain.c | Jun Piao | 2016-03-16 | 1 | -1/+1 |
| * | | | | | ocfs2: fix a tiny race that leads file system read-only | Jiufei Xue | 2016-03-16 | 4 | -4/+18 |
| * | | | | | ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_... | xuejiufei | 2016-03-16 | 1 | -1/+13 |
| * | | | | | ocfs2/dlm: clear DROPPING_REF flag when the master goes down | xuejiufei | 2016-03-16 | 1 | -8/+10 |
| * | | | | | ocfs2/dlm: return in progress if master can not clear the refmap bit right now | xuejiufei | 2016-03-16 | 3 | -3/+17 |
| * | | | | | ocfs2/dlm: add DEREF_DONE message | xuejiufei | 2016-03-16 | 3 | -1/+138 |
| * | | | | | ocfs2/dlm: fix a typo in dlmcommon.h | Joseph Qi | 2016-03-16 | 1 | -2/+2 |
| * | | | | | ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump() | jiangyiwen | 2016-03-16 | 1 | -2/+3 |
| * | | | | | ocfs2/cluster: replace the interrupt safe spinlocks with common ones | jiangyiwen | 2016-03-16 | 1 | -6/+4 |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-03-15 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar | 2016-03-07 | 59 | -314/+686 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar | 2016-02-18 | 38 | -312/+554 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86/cpufeature: Replace the old static_cpu_has() with safe variant | Borislav Petkov | 2016-01-30 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-11 | 1 | -103/+168 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | xfs: only run torn log write detection on dirty logs | Brian Foster | 2016-03-06 | 1 | -11/+31 |
| * | | | | | | | xfs: refactor in-core log state update to helper | Brian Foster | 2016-03-06 | 1 | -19/+33 |
| * | | | | | | | xfs: refactor unmount record detection into helper | Brian Foster | 2016-03-06 | 1 | -60/+93 |
| * | | | | | | | xfs: separate log head record discovery from verification | Brian Foster | 2016-03-06 | 1 | -22/+20 |