| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-06-02 | net/mlx5: Use flow counter pointer as input to the query function |  Or Gerlitz | 3 | -12/+9 |
| 2018-06-02 | Merge branch 'bpf-sockmap-test-fixes' |  Daniel Borkmann | 1 | -20/+67 |
| 2018-06-02 | selftests/bpf: test_sockmap, print additional test options |  Prashant Bhole | 1 | -9/+19 |
| 2018-06-02 | selftests/bpf: test_sockmap, fix data verification |  Prashant Bhole | 1 | -1/+13 |
| 2018-06-02 | selftests/bpf: test_sockmap, timing improvements |  Prashant Bhole | 1 | -4/+9 |
| 2018-06-02 | selftests/bpf: test_sockmap, join cgroup in selftest mode |  Prashant Bhole | 1 | -0/+5 |
| 2018-06-02 | selftests/bpf: test_sockmap, check test failure |  Prashant Bhole | 1 | -6/+21 |
| 2018-06-01 | bpf: fix uapi hole for 32 bit compat applications |  Daniel Borkmann | 2 | -0/+4 |
| 2018-06-01 | tools/power turbostat: update version number |  Len Brown | 1 | -1/+1 |
| 2018-06-01 | tools/power turbostat: Add Node in output |  Prarit Bhargava | 1 | -0/+16 |
| 2018-06-01 | tools/power turbostat: add node information into turbostat calculations |  Prarit Bhargava | 1 | -48/+75 |
| 2018-06-01 | tools/power turbostat: remove num_ from cpu_topology struct |  Prarit Bhargava | 1 | -25/+23 |
| 2018-06-01 | tools/power turbostat: rename num_cores_per_pkg to num_cores_per_node |  Prarit Bhargava | 1 | -12/+14 |
| 2018-06-01 | tools/power turbostat: track thread ID in cpu_topology |  Prarit Bhargava | 1 | -66/+39 |
| 2018-06-01 | tools/power turbostat: Calculate additional node information for a package |  Prarit Bhargava | 1 | -4/+61 |
| 2018-06-01 | tools/power turbostat: Fix node and siblings lookup data |  Len Brown | 1 | -35/+82 |
| 2018-06-01 | tools/power turbostat: set max_num_cpus equal to the cpumask length |  Prarit Bhargava | 1 | -5/+16 |
| 2018-06-01 | tools/power turbostat: if --num_iterations, print for specific number of iterations |  Chen Yu | 2 | -1/+21 |
| 2018-06-01 | tools/power turbostat: Add Cannon Lake support |  Srinivas Pandruvada | 1 | -3/+24 |
| 2018-06-01 | tools/power turbostat: delete duplicate #defines |  Len Brown | 1 | -3/+0 |
| 2018-06-01 | x86: msr-index.h: Correct SNB_C1/C3_AUTO_UNDEMOTE defines |  Matt Turner | 1 | -2/+2 |
| 2018-06-01 | tools/power turbostat: Correct SNB_C1/C3_AUTO_UNDEMOTE defines |  Matt Turner | 1 | -2/+2 |
| 2018-06-01 | tools/power turbostat: add POLL and POLL% column |  Len Brown | 1 | -5/+6 |
| 2018-06-01 | tools/power turbostat: Fix --hide Pk%pc10 |  Len Brown | 1 | -1/+1 |
| 2018-06-01 | tools/power turbostat: Build-in "Low Power Idle" counters support |  Len Brown | 1 | -0/+95 |
| 2018-06-01 | clk: remove clk_debugfs_add_file() |  Greg Kroah-Hartman | 2 | -18/+0 |
| 2018-06-01 | clk: tegra: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -31/+11 |
| 2018-06-01 | clk: davinci: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -6/+1 |
| 2018-06-01 | clk: bcm2835: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -4/+2 |
| 2018-06-01 | clk: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -99/+30 |
| 2018-06-01 | clk: imx6: add EPIT clock support |  Colin Didier | 2 | -1/+5 |
| 2018-06-01 | fs: use ->is_partially_uptodate in page_cache_seek_hole_data |  Christoph Hellwig | 1 | -43/+40 |
| 2018-06-01 | fs: remove the buffer_unwritten check in page_seek_hole_data |  Christoph Hellwig | 1 | -9/+4 |
| 2018-06-01 | fs: move page_cache_seek_hole_data to iomap.c |  Christoph Hellwig | 3 | -116/+116 |
| 2018-06-01 | xfs: use iomap_bmap |  Christoph Hellwig | 1 | -6/+3 |
| 2018-06-01 | iomap: add an iomap-based bmap implementation |  Christoph Hellwig | 2 | -0/+37 |
| 2018-06-01 | iomap: add a iomap_sector helper |  Christoph Hellwig | 1 | -9/+10 |
| 2018-06-01 | iomap: use __bio_add_page in iomap_dio_zero |  Christoph Hellwig | 1 | -2/+1 |
| 2018-06-01 | iomap: move IOMAP_F_BOUNDARY to gfs2 |  Christoph Hellwig | 2 | -5/+12 |
| 2018-06-01 | iomap: fix the comment describing IOMAP_NOWAIT |  Christoph Hellwig | 1 | -1/+1 |
| 2018-06-01 | iomap: inline data should be an iomap type, not a flag |  Christoph Hellwig | 4 | -14/+16 |
| 2018-06-01 | mm: split ->readpages calls to avoid non-contiguous pages lists |  Christoph Hellwig | 1 | -3/+13 |
| 2018-06-01 | mm: return an unsigned int from __do_page_cache_readahead |  Christoph Hellwig | 2 | -11/+6 |
| 2018-06-01 | mm: give the 'ret' variable a better name __do_page_cache_readahead |  Christoph Hellwig | 1 | -5/+5 |
| 2018-06-01 | block: add a lower-level bio_add_page interface |  Christoph Hellwig | 2 | -33/+72 |
| 2018-06-01 | net/mlx5e: TX, Separate cachelines of xmit and completion stats |  Tariq Toukan | 2 | -8/+9 |
| 2018-06-01 | net/mlx5e: RX, Always prefer Linear SKB configuration |  Tariq Toukan | 1 | -3/+10 |
| 2018-06-01 | net/mlx5e: RX, Enhance legacy Receive Queue memory scheme |  Tariq Toukan | 3 | -127/+362 |
| 2018-06-01 | net/mlx5e: RX, Use cyclic WQ in legacy RQ |  Tariq Toukan | 6 | -111/+161 |
| 2018-06-01 | net/mlx5e: RX, Split WQ objects for different RQ types |  Tariq Toukan | 3 | -56/+109 |