| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-27 | efi: Document #define FOO_PROTOCOL_GUID layout | Peter Jones | 1 | -1/+16 |
| 2016-06-27 | sched/fair: Fix PELT integrity for new tasks | Peter Zijlstra | 1 | -2/+3 |
| 2016-06-27 | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar | 16 | -28/+71 |
| 2016-06-27 | Merge tag 'v4.7-rc5' into perf/core, to pick up fixes | Ingo Molnar | 16 | -28/+71 |
| 2016-06-27 | rtc: ds2404: move rtc-ds2404.h to platform_data | Alexandre Belloni | 1 | -0/+0 |
| 2016-06-27 | rtc: ds17287: remove unused header | Alexandre Belloni | 1 | -66/+0 |
| 2016-06-27 | net/mlx5e: Report correct auto negotiation and allow toggling | Gal Pressman | 1 | -2/+13 |
| 2016-06-27 | net/mlx5e: Toggle link only after modifying port parameters | Gal Pressman | 1 | -0/+1 |
| 2016-06-27 | net/mlx5: Rate limit tables support | Yevgeny Petrilin | 2 | -0/+31 |
| 2016-06-27 | leds: Add no-op gpio_led_register_device when LED subsystem is disabled | Andrew F. Davis | 1 | -0/+8 |
| 2016-06-27 | staging: fsl-mc: add support for device table matching | Stuart Yoder | 1 | -0/+16 |
| 2016-06-26 | Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke... | David S. Miller | 1 | -1/+2 |
| 2016-06-26 | xhci: get rid of platform data | Heikki Krogerus | 1 | -27/+0 |
| 2016-06-26 | device property: Add function to search for named child of device | Adam Thomson | 3 | -7/+16 |
| 2016-06-26 | rtc: move mc146818 helper functions out-of-line | Arnd Bergmann | 1 | -191/+2 |
| 2016-06-26 | earlycon: mark earlycon code as __used iif the caller is built-in | Masahiro Yamada | 1 | -1/+7 |
| 2016-06-26 | tty/serial/8250: use mctrl_gpio helpers | Yegor Yefremov | 1 | -0/+1 |
| 2016-06-26 | dmaengine: hsu: Export hsu_dma_get_status() | Chuah, Kim Tatt | 1 | -3/+11 |
| 2016-06-25 | tty: vt, remove unused vc_deccolm | Jiri Slaby | 1 | -1/+0 |
| 2016-06-25 | tty: vt, ignore PIO_UNIMAPCLR param | Jiri Slaby | 1 | -3/+2 |
| 2016-06-25 | tty: vt, convert more macros to functions | Jiri Slaby | 1 | -1/+4 |
| 2016-06-25 | tty: vt, remove consw->con_bmove | Jiri Slaby | 1 | -1/+0 |
| 2016-06-25 | tty: vt, consw->con_set_palette cleanup | Jiri Slaby | 1 | -1/+3 |
| 2016-06-25 | tty: vt, consw->con_scrolldelta cleanup | Jiri Slaby | 1 | -1/+7 |
| 2016-06-25 | vt: document vc_data by example | Jiri Slaby | 1 | -0/+32 |
| 2016-06-25 | vt: remove lines parameter from scrollback | Jiri Slaby | 1 | -1/+1 |
| 2016-06-25 | nvmem: Declare nvmem_cell_read() consistently | Guenter Roeck | 1 | -1/+1 |
| 2016-06-25 | tpm/st33zp24: Extend Copyright headers | Christophe RICARD | 1 | -1/+1 |
| 2016-06-25 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -3/+13 |
| 2016-06-25 | firmware: qcom: scm: Peripheral Authentication Service | Bjorn Andersson | 1 | -0/+8 |
| 2016-06-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -5/+8 |
| 2016-06-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+1 |
| 2016-06-25 | Revert "mm: make faultaround produce old ptes" | Kirill A. Shutemov | 1 | -1/+1 |
| 2016-06-25 | mm: mempool: kasan: don't poot mempool objects in quarantine | Andrey Ryabinin | 1 | -4/+7 |
| 2016-06-25 | fix up initial thread stack pointer vs thread_info confusion | Linus Torvalds | 1 | -1/+1 |
| 2016-06-25 | USB: EHCI: declare hostpc register as zero-length array | Alan Stern | 1 | -2/+2 |
| 2016-06-25 | Clarify naming of thread info/stack allocators | Linus Torvalds | 1 | -1/+1 |
| 2016-06-24 | libnvdimm, pmem: allow nfit_test to override pmem_direct_access() | Dan Williams | 1 | -1/+4 |
| 2016-06-24 | soc: qcom: wcnss_ctrl: Make wcnss_ctrl parent the other components | Bjorn Andersson | 1 | -0/+8 |
| 2016-06-24 | fs: Treat foreign mounts as nosuid | Andy Lutomirski | 1 | -0/+1 |
| 2016-06-24 | fs: Limit file caps to the user namespace of the super block | Seth Forshee | 1 | -0/+6 |
| 2016-06-24 | locking/static_key: Fix concurrent static_key_slow_inc() | Paolo Bonzini | 1 | -3/+13 |
| 2016-06-23 | userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flag | Eric W. Biederman | 1 | -1/+0 |
| 2016-06-23 | vfs: Generalize filesystem nodev handling. | Eric W. Biederman | 1 | -0/+2 |
| 2016-06-23 | fs: Add user namespace member to struct super_block | Eric W. Biederman | 1 | -0/+12 |
| 2016-06-23 | vfs: Pass data, ns, and ns->userns to mount_ns | Eric W. Biederman | 1 | -2/+3 |
| 2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing | Eric W. Biederman | 1 | -1/+3 |
| 2016-06-23 | of: iommu: make of_iommu_init() postcore_initcall_sync | Kefeng Wang | 1 | -2/+0 |
| 2016-06-23 | qed: Add support for coalescing config read/update. | Sudarsana Reddy Kalluru | 1 | -0/+24 |
| 2016-06-23 | net/mlx4_en: Add DCB PFC support through CEE netlink commands | Rana Shahout | 1 | -0/+2 |