| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-12-14 | Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 1 | -4/+7 |
| 2017-12-13 | net: bridge: use rhashtable for fdbs |  Nikolay Aleksandrov | 1 | -2/+2 |
| 2017-12-11 | Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD |  Paul E. McKenney | 1 | -55/+20 |
| 2017-12-11 | tracing, rcu: Hide trace event rcu_nocb_wake when not used |  Steven Rostedt (VMware) | 1 | -0/+2 |
| 2017-12-07 | cpu_cooling: Drop static-power related stuff |  Viresh Kumar | 1 | -6/+4 |
| 2017-12-05 | clk: fix a panic error caused by accessing NULL pointer |  Cai Li | 1 | -2/+2 |
| 2017-12-04 | tracing: always define trace_{irq,preempt}_{enable_disable} |  Arnd Bergmann | 1 | -4/+7 |
| 2017-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf |  David S. Miller | 1 | -0/+1 |
| 2017-11-30 | trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list |  Xie XiuQi | 1 | -0/+1 |
| 2017-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 1 | -23/+63 |
| 2017-11-28 | tracing, rcu: Remove no longer used trace event rcu_prep_idle |  Steven Rostedt (VMware) | 1 | -40/+0 |
| 2017-11-28 | rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code |  Paul E. McKenney | 1 | -7/+5 |
| 2017-11-28 | rcu: Add ->dynticks field to rcu_dyntick trace event |  Paul E. McKenney | 1 | -5/+8 |
| 2017-11-28 | rcu: Shrink ->dynticks_{nmi_,}nesting from long long to long |  Paul E. McKenney | 1 | -4/+4 |
| 2017-11-28 | rcu: Add tracing to irq/NMI dyntick-idle transitions |  Paul E. McKenney | 1 | -6/+8 |
| 2017-11-26 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+3 |
| 2017-11-24 | rxrpc: Fix service endpoint expiry |  David Howells | 1 | -0/+2 |
| 2017-11-24 | rxrpc: Add keepalive for a call |  David Howells | 1 | -0/+6 |
| 2017-11-24 | rxrpc: Add a timeout for detecting lost ACKs/lost DATA |  David Howells | 1 | -2/+9 |
| 2017-11-24 | rxrpc: Fix call timeouts |  David Howells | 1 | -22/+47 |
| 2017-11-24 | sched/debug: Fix task state recording/printout |  Thomas Gleixner | 1 | -3/+3 |
| 2017-11-18 | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linux |  Linus Torvalds | 1 | -7/+10 |
| 2017-11-17 | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace |  Linus Torvalds | 5 | -56/+97 |
| 2017-11-17 | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs |  Linus Torvalds | 1 | -24/+55 |
| 2017-11-17 | sunrpc: Add rpc_request static trace point |  Chuck Lever | 1 | -0/+30 |
| 2017-11-17 | SUNRPC: Fix parsing failure in trace points with XIDs |  Chuck Lever | 1 | -24/+25 |
| 2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -1/+2 |
| 2017-11-16 | Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs |  Linus Torvalds | 1 | -6/+110 |
| 2017-11-16 | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs |  Linus Torvalds | 1 | -0/+293 |
| 2017-11-15 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -9/+4 |
| 2017-11-15 | mm: remove __GFP_COLD |  Mel Gorman | 1 | -1/+0 |
| 2017-11-15 | mm: remove cold parameter from free_hot_cold_page* |  Mel Gorman | 1 | -7/+4 |
| 2017-11-15 | kmemcheck: remove whats left of NOTRACK flags |  Levin, Alexander (Sasha Levin) | 1 | -1/+0 |
| 2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 6 | -10/+388 |
| 2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block |  Linus Torvalds | 1 | -1/+0 |
| 2017-11-14 | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux |  Linus Torvalds | 1 | -8/+33 |
| 2017-11-13 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+201 |
| 2017-11-13 | afs: Protect call->state changes against signals |  David Howells | 1 | -0/+30 |
| 2017-11-13 | afs: Trace page dirty/clean |  David Howells | 1 | -0/+39 |
| 2017-11-13 | afs: Fix directory read/modify race |  David Howells | 1 | -0/+21 |
| 2017-11-13 | afs: Trace the sending of pages |  David Howells | 1 | -0/+61 |
| 2017-11-13 | afs: Trace the initiation and completion of client calls |  David Howells | 1 | -0/+142 |
| 2017-11-10 | net: allow per netns sysctl_rmem and sysctl_wmem for protos |  Eric Dumazet | 1 | -1/+1 |
| 2017-11-08 | Merge branch 'linus' into sched/core, to pick up fixes |  Ingo Molnar | 90 | -0/+90 |
| 2017-11-06 | f2fs: trace checkpoint reason in fsync() |  Chao Yu | 1 | -6/+18 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 90 | -0/+90 |
| 2017-11-03 | dax: Implement dax_finish_sync_fault() |  Jan Kara | 1 | -0/+2 |
| 2017-11-03 | dax: Inline dax_pmd_insert_mapping() into the callsite |  Jan Kara | 1 | -1/+0 |
| 2017-11-03 | tcp: add tracepoint trace_tcp_retransmit_synack() |  Song Liu | 1 | -0/+56 |
| 2017-11-02 | Merge tag 'v4.14-rc3' into irq/irqchip-4.15 |  Marc Zyngier | 1 | -7/+12 |