| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-03-31 | posix_acl: Unexport acl_by_type and make it static | Andreas Gruenbacher | 1 | -1/+0 |
| 2016-03-31 | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 1 | -0/+12 |
| 2016-03-31 | soc: qcom: smd: Support opening additional channels | Bjorn Andersson | 1 | -0/+4 |
| 2016-03-31 | soc: qcom: smd: Introduce callback setter | Bjorn Andersson | 1 | -1/+3 |
| 2016-03-31 | soc: qcom: smem_state: Add stubs for disabled smem_state | Bjorn Andersson | 1 | -0/+35 |
| 2016-03-30 | regulator: Deprecate regulator_can_change_voltage() | Mark Brown | 1 | -2/+2 |
| 2016-03-30 | vgacon: dummy implementation for vgacon_text_force | Daniel Vetter | 1 | -0/+2 |
| 2016-03-30 | reset: Add support for shared reset controls | Hans de Goede | 1 | -15/+81 |
| 2016-03-30 | reset: Share struct reset_control between reset_control_get calls | Hans de Goede | 1 | -0/+2 |
| 2016-03-30 | reset: Make [of_]reset_control_get[_foo] functions wrappers | Hans de Goede | 1 | -36/+90 |
| 2016-03-29 | kbuild: add fine grained build dependencies for exported symbols | Nicolas Pitre | 1 | -1/+12 |
| 2016-03-29 | export.h: allow for per-symbol configurable EXPORT_SYMBOL() | Nicolas Pitre | 1 | -2/+20 |
| 2016-03-29 | base: isa: Remove X86_32 dependency | William Breathitt Gray | 1 | -1/+1 |
| 2016-03-29 | chrdev: emit a warning when we go below dynamic major range | Linus Walleij | 1 | -0/+2 |
| 2016-03-29 | locking/atomic, sched: Unexport fetch_or() | Frederic Weisbecker | 1 | -21/+0 |
| 2016-03-29 | timers/nohz: Convert tick dependency mask to atomic_t | Frederic Weisbecker | 1 | -2/+2 |
| 2016-03-29 | locking/atomic: Introduce atomic_fetch_or() | Frederic Weisbecker | 1 | -0/+21 |
| 2016-03-29 | x86, pmem: use memcpy_mcsafe() for memcpy_from_pmem() | Dan Williams | 1 | -6/+16 |
| 2016-03-28 | regulator: act8865: Pass of_node via act8865_regulator_data | Maarten ter Huurne | 1 | -0/+2 |
| 2016-03-28 | [net] drop 'size' argument of sock_recvmsg() | Al Viro | 1 | -2/+1 |
| 2016-03-28 | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai | 1 | -0/+4 |
| 2016-03-28 | regulator: s2mps11: Fix invalid selector mask and voltages for buck9 | Krzysztof Kozlowski | 1 | -0/+2 |
| 2016-03-28 | constify security_sb_pivotroot() | Al Viro | 2 | -4/+4 |
| 2016-03-28 | constify security_path_chroot() | Al Viro | 2 | -3/+3 |
| 2016-03-28 | constify security_path_{link,rename} | Al Viro | 2 | -9/+9 |
| 2016-03-28 | constify security_path_{mkdir,mknod,symlink} | Al Viro | 2 | -9/+9 |
| 2016-03-28 | constify security_path_{unlink,rmdir} | Al Viro | 2 | -6/+6 |
| 2016-03-28 | constify chmod_common/security_path_chmod | Al Viro | 2 | -3/+3 |
| 2016-03-28 | constify security_sb_mount() | Al Viro | 2 | -3/+3 |
| 2016-03-28 | constify chown_common/security_path_chown | Al Viro | 2 | -3/+3 |
| 2016-03-28 | constify vfs_truncate() | Al Viro | 1 | -1/+1 |
| 2016-03-28 | constify security_path_truncate() | Al Viro | 2 | -3/+3 |
| 2016-03-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 5 | -18/+45 |
| 2016-03-26 | fs: add file_dentry() | Miklos Szeredi | 2 | -0/+20 |
| 2016-03-26 | Merge tag 'ntb-4.6' of git://github.com/jonmason/ntb | Linus Torvalds | 1 | -2/+8 |
| 2016-03-26 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 1 | -0/+32 |
| 2016-03-26 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections | Alexander Potapenko | 2 | -11/+20 |
| 2016-03-26 | mm, kasan: add GFP flags to KASAN API | Alexander Potapenko | 2 | -10/+13 |
| 2016-03-26 | mm, kasan: SLAB support | Alexander Potapenko | 4 | -0/+43 |
| 2016-03-26 | include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill() | Tetsuo Handa | 1 | -2/+0 |
| 2016-03-26 | oom, oom_reaper: protect oom_reaper_list using simpler way | Tetsuo Handa | 1 | -2/+0 |
| 2016-03-26 | oom: make oom_reaper_list single linked | Vladimir Davydov | 1 | -1/+1 |
| 2016-03-26 | oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task | Michal Hocko | 1 | -0/+2 |
| 2016-03-26 | mm, oom_reaper: implement OOM victims queuing | Michal Hocko | 1 | -0/+3 |
| 2016-03-26 | oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space | Michal Hocko | 1 | -1/+1 |
| 2016-03-26 | mm, oom: introduce oom reaper | Michal Hocko | 1 | -0/+2 |
| 2016-03-26 | sched: add schedule_timeout_idle() | Andrew Morton | 1 | -0/+1 |
| 2016-03-25 | configfs: fix CONFIGFS_BIN_ATTR_[RW]O definitions | Octavian Purdila | 1 | -2/+2 |
| 2016-03-25 | ceph: fix security xattr deadlock | Yan, Zheng | 1 | -1/+2 |
| 2016-03-25 | libceph: add helper that duplicates last extent operation | Yan, Zheng | 1 | -0/+2 |