| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-01 | sctp: remove the typedef sctp_param_action_t | Xin Long | 1 | -2/+2 |
| 2017-07-01 | sctp: remove the typedef sctp_param_t | Xin Long | 2 | -10/+8 |
| 2017-07-01 | sctp: remove the typedef sctp_paramhdr_t | Xin Long | 3 | -25/+26 |
| 2017-07-01 | sctp: remove the typedef sctp_cid_action_t | Xin Long | 1 | -2/+2 |
| 2017-07-01 | sctp: remove the typedef sctp_cid_t | Xin Long | 4 | -7/+9 |
| 2017-07-01 | sctp: remove the typedef sctp_chunkhdr_t | Xin Long | 2 | -18/+18 |
| 2017-07-01 | sctp: remove the typedef sctp_sctphdr_t | Xin Long | 1 | -2/+2 |
| 2017-07-01 | net: switchdev: add SET_SWITCHDEV_OPS helper | Simon Horman | 1 | -0/+4 |
| 2017-07-01 | libnvdimm: New ACPI 6.2 DSM functions | Jerry Hoemann | 1 | -1/+39 |
| 2017-07-01 | libnvdimm, acpi, nfit: Add bus level dsm mask for pass thru. | Jerry Hoemann | 1 | -0/+1 |
| 2017-07-01 | acpi, nfit: Enable DSM pass thru for root functions. | Jerry Hoemann | 1 | -0/+1 |
| 2017-07-01 | net: convert netlbl_lsm_cache.refcount from atomic_t to refcount_t | Reshetova, Elena | 1 | -4/+4 |
| 2017-07-01 | net: convert net.passive from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
| 2017-07-01 | net: convert inet_frag_queue.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-07-01 | net: convert fib_rule.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+4 |
| 2017-07-01 | net: convert unix_address.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
| 2017-07-01 | net: convert netpoll_info.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
| 2017-07-01 | net: convert in_device.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -5/+6 |
| 2017-07-01 | net: convert ip_mc_list.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+2 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 3 | -14/+16 |
| 2017-07-01 | net: convert sock.sk_wmem_alloc from atomic_t to refcount_t | Reshetova, Elena | 2 | -5/+5 |
| 2017-07-01 | net: convert sk_buff_fclones.fclone_ref from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 1 | -5/+5 |
| 2017-07-01 | net: convert nf_bridge_info.use from atomic_t to refcount_t | Reshetova, Elena | 2 | -4/+4 |
| 2017-07-01 | net: convert neigh_params.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -3/+3 |
| 2017-07-01 | net: convert neighbour.refcnt from atomic_t to refcount_t | Reshetova, Elena | 3 | -6/+7 |
| 2017-07-01 | net: convert inet_peer.refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -2/+2 |
| 2017-06-30 | uapi/linux/a.out.h: don't use deprecated system-specific predefines. | Zack Weinberg | 1 | -25/+1 |
| 2017-06-30 | hashtable: remove repeated phrase from a comment | Jakub Kicinski | 1 | -1/+0 |
| 2017-06-30 | task_struct: Allow randomized layout | Kees Cook | 3 | -1/+31 |
| 2017-06-30 | randstruct: Mark various structs for randomization | Kees Cook | 32 | -46/+47 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -9/+10 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 6 | -18/+40 |
| 2017-06-30 | ASoC: dapm: Add new widget type for constructing DAPM graphs on DSPs. | Liam Girdwood | 2 | -1/+16 |
| 2017-06-30 | Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 6 | -10/+70 |
| 2017-06-30 | nanosleep: Use get_timespec64() and put_timespec64() | Deepa Dinamani | 1 | -1/+1 |
| 2017-06-30 | ieee80211: update public action codes | Peter Oh | 1 | -1/+34 |
| 2017-06-30 | nl80211: Don't verify owner_nlportid on NAN commands | Andrei Otcheretianski | 1 | -5/+4 |
| 2017-06-30 | iov_iter/hardening: move object size checks to inlined part | Al Viro | 1 | -5/+53 |
| 2017-06-30 | copy_{to,from}_user(): consolidate object size checks | Al Viro | 2 | -26/+29 |
| 2017-06-30 | copy_{from,to}_user(): move kasan checks and might_fault() out-of-line | Al Viro | 1 | -8/+8 |
| 2017-06-30 | fs: implement vfs_iter_write using do_iter_write | Christoph Hellwig | 1 | -1/+2 |
| 2017-06-30 | fs: implement vfs_iter_read using do_iter_read | Christoph Hellwig | 1 | -1/+2 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -5/+2 |
| 2017-06-29 | libnvdimm, btt: BTT updates for UEFI 2.7 format | Vishal Verma | 1 | -0/+1 |
| 2017-06-29 | bpf: Add syscall lookup support for fd array and htab | Martin KaFai Lau | 1 | -0/+3 |
| 2017-06-29 | drm/amdgpu: Fix the exported always on CU bitmap | Flora Cui | 1 | -0/+3 |
| 2017-06-29 | Merge tag 'mlx5-updates-2017-06-27' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 5 | -4/+334 |
| 2017-06-29 | libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region | Dan Williams | 1 | -0/+1 |
| 2017-06-29 | libnvdimm, pmem, dax: export a cache control attribute | Dan Williams | 1 | -0/+3 |