| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-06-18 | msm: msm_fb: Remove dead code | Stephen Boyd | 1 | -146/+0 |
| 2015-06-18 | Merge remote-tracking branches 'spi/topic/pxa', 'spi/topic/rb4xx', 'spi/topic... | Mark Brown | 1 | -1/+2 |
| 2015-06-17 | Merge remote-tracking branch 'clk/clk-next' into clk-next | Michael Turquette | 1 | -5/+9 |
| 2015-06-17 | vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB | Tejun Heo | 2 | -2/+4 |
| 2015-06-17 | Merge remote-tracking branches 'regmap/topic/defaults', 'regmap/topic/irq' an... | Mark Brown | 1 | -0/+14 |
| 2015-06-17 | crypto: akcipher - add PKE API | Tadeusz Struk | 2 | -0/+6 |
| 2015-06-17 | remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3 | Dave Gerlach | 1 | -0/+30 |
| 2015-06-17 | remoteproc: add a rproc ops for performing address translation | Suman Anna | 1 | -0/+2 |
| 2015-06-17 | wait: introduce wait_event_exclusive_cmd | Yuanhan Liu | 1 | -0/+13 |
| 2015-06-16 | remoteproc: introduce rproc_get_by_phandle API | Dave Gerlach | 1 | -3/+4 |
| 2015-06-16 | platform_device: better support builtin boilerplate avoidance | Paul Gortmaker | 2 | -0/+45 |
| 2015-06-16 | init: delete the __cpuinit related stubs | Paul Gortmaker | 1 | -11/+0 |
| 2015-06-16 | Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdma | Trond Myklebust | 4 | -6/+8 |
| 2015-06-16 | nfs: make nfs4_init_uniform_client_string use a dynamically allocated buffer | Jeff Layton | 1 | -6/+0 |
| 2015-06-16 | nfs: convert setclientid and exchange_id encoders to use clp->cl_owner_id | Jeff Layton | 1 | -1/+1 |
| 2015-06-16 | nfs: increase size of EXCHANGE_ID name string buffer | Jeff Layton | 1 | -1/+1 |
| 2015-06-16 | iommu/vt-d: Copy IR table from old kernel when in kdump mode | Joerg Roedel | 1 | -0/+1 |
| 2015-06-16 | iommu/vt-d: Detect pre enabled translation | Joerg Roedel | 1 | -0/+4 |
| 2015-06-16 | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu | 1 | -0/+9 |
| 2015-06-16 | MPILIB: add mpi_read_buf() and mpi_get_size() helpers | Tadeusz Struk | 1 | -0/+15 |
| 2015-06-16 | sock_diag: specify info_size per inet protocol | Craig Gallek | 1 | -0/+1 |
| 2015-06-16 | sock_diag: define destruction multicast groups | Craig Gallek | 1 | -0/+42 |
| 2015-06-16 | net/mlx4_en: Support ndo_get_vf_stats | Eran Ben Elisha | 1 | -0/+3 |
| 2015-06-16 | net/core: Add reading VF statistics through the PF netdevice | Eran Ben Elisha | 2 | -0/+13 |
| 2015-06-16 | net/mlx4_core: Add helper to query counters | Eran Ben Elisha | 2 | -0/+11 |
| 2015-06-16 | net/mlx4_core: Allocate default counter per port | Eran Ben Elisha | 1 | -0/+1 |
| 2015-06-16 | net/mlx4_core: Add sink counter | Eran Ben Elisha | 1 | -0/+1 |
| 2015-06-16 | Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | David S. Miller | 3 | -7/+76 |
| 2015-06-16 | net: make u64_stats_init() a function | Eric Dumazet | 1 | -3/+4 |
| 2015-06-16 | bpf: allow networking programs to use bpf_trace_printk() for debugging | Alexei Starovoitov | 1 | -0/+1 |
| 2015-06-16 | bpf: introduce current->pid, tgid, uid, gid, comm accessors | Alexei Starovoitov | 1 | -0/+3 |
| 2015-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 7 | -52/+115 |
| 2015-06-15 | jbd2: fix ocfs2 corrupt when updating journal superblock fails | Joseph Qi | 1 | -2/+2 |
| 2015-06-15 | netfilter: x_tables: remove XT_TABLE_INFO_SZ and a dereference. | Eric Dumazet | 1 | -4/+1 |
| 2015-06-15 | device property: Introduces device_dma_is_coherent() | Suthikulpanit, Suravee | 1 | -0/+2 |
| 2015-06-15 | ACPI / scan: Parse _CCA and setup device coherency | Suthikulpanit, Suravee | 1 | -0/+5 |
| 2015-06-15 | mfd: cros_ec: Support multiple EC in a system | Gwendal Grignou | 1 | -6/+38 |
| 2015-06-15 | mfd: cros_ec: add bus-specific proto v3 code | Stephen Barber | 1 | -0/+6 |
| 2015-06-15 | mfd: cros_ec: add proto v3 skeleton | Stephen Barber | 1 | -2/+26 |
| 2015-06-15 | mfd: cros_ec: rev cros_ec_commands.h | Stephen Barber | 1 | -22/+255 |
| 2015-06-15 | mfd: cros_ec: Use a zero-length array for command data | Javier Martinez Canillas | 1 | -4/+2 |
| 2015-06-15 | mfd: cros_ec: Remove parent field | Gwendal Grignou | 1 | -2/+0 |
| 2015-06-15 | crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.h | Dan Streetman | 1 | -24/+0 |
| 2015-06-15 | pci_ids: Add AMD KERNCZ device ID support | Vincent Wan | 1 | -0/+1 |
| 2015-06-15 | regulator: Add docbook for soft start | Stephen Boyd | 2 | -0/+2 |
| 2015-06-14 | netfilter: ipset: Fix coding styles reported by checkpatch.pl | Jozsef Kadlecsik | 1 | -3/+2 |
| 2015-06-14 | netfilter: ipset: Prepare the ipset core to use RCU at set level | Jozsef Kadlecsik | 3 | -28/+44 |
| 2015-06-14 | netfilter: ipset: Fix parallel resizing and listing of the same set | Jozsef Kadlecsik | 1 | -5/+8 |
| 2015-06-14 | netfilter: ipset: Fix cidr handling for hash:*net* types | Jozsef Kadlecsik | 1 | -2/+0 |
| 2015-06-14 | netfilter: ipset: Use MSEC_PER_SEC consistently | Jozsef Kadlecsik | 1 | -2/+2 |