| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-06-20 | timer: Avoid using timespec | Arnd Bergmann | 1 | -3/+3 |
| 2016-06-20 | time: Avoid timespec in udelay_test | Arnd Bergmann | 1 | -8/+8 |
| 2016-06-20 | time: Add time64_to_tm() | Deepa Dinamani | 1 | -5/+6 |
| 2016-06-20 | alarmtimer: Fix comments describing structure fields | Pratyush Patel | 1 | -1/+0 |
| 2016-06-20 | timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLD | Thomas Graziadei | 1 | -4/+6 |
| 2016-06-20 | clocksource: Make clocksource insert entry more efficient | Minfei Huang | 1 | -3/+5 |
| 2016-06-20 | Merge tag 'trace-v4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+6 |
| 2016-06-20 | tracing: Expose CPU physical addresses (resource values) for PCI devices | Bjorn Helgaas | 1 | -7/+3 |
| 2016-06-20 | tracing: Show the preempt count of when the event was called | Steven Rostedt (Red Hat) | 1 | -0/+8 |
| 2016-06-20 | tracing: Choose static tp_printk buffer by explicit nesting count | Andy Lutomirski | 1 | -59/+24 |
| 2016-06-20 | tracing: expose current->comm to [ku]probe events | Omar Sandoval | 3 | -0/+44 |
| 2016-06-20 | ftrace: Have set_ftrace_pid use the bitmap like events do | Steven Rostedt (Red Hat) | 5 | -185/+148 |
| 2016-06-20 | tracing: Move pid_list write processing into its own function | Steven Rostedt (Red Hat) | 3 | -102/+124 |
| 2016-06-20 | tracing: Move the pid_list seq_file functions to be global | Steven Rostedt (Red Hat) | 3 | -31/+77 |
| 2016-06-20 | tracing: Move filtered_pid helper functions into trace.c | Steven Rostedt | 2 | -51/+78 |
| 2016-06-20 | tracing: Make the pid filtering helper functions global | Steven Rostedt | 2 | -17/+26 |
| 2016-06-20 | tracing: Handle NULL formats in hold_module_trace_bprintk_format() | Steven Rostedt (Red Hat) | 1 | -1/+6 |
| 2016-06-20 | sched/fair: Fix cfs_rq avg tracking underflow | Peter Zijlstra | 1 | -8/+25 |
| 2016-06-18 | genirq: Add untracked irq handler | Keith Busch | 3 | -4/+58 |
| 2016-06-17 | blktrace: avoid using timespec | Arnd Bergmann | 1 | -3/+4 |
| 2016-06-17 | cgroup: remove unnecessary 0 check from css_from_id() | Johannes Weiner | 1 | -1/+1 |
| 2016-06-17 | cgroup: fix idr leak for the first cgroup root | Johannes Weiner | 1 | -7/+1 |
| 2016-06-16 | cgroup: set css->id to -1 during init | Tejun Heo | 1 | -0/+1 |
| 2016-06-16 | audit: fix some horrible switch statement style crimes | Paul Moore | 2 | -4/+12 |
| 2016-06-16 | workqueue: Fix setting affinity of unbound worker threads | Peter Zijlstra | 1 | -5/+1 |
| 2016-06-16 | locking/atomic, arch/rwsem: Employ atomic_long_fetch_add() | Peter Zijlstra | 1 | -1/+1 |
| 2016-06-16 | locking/atomic, arch/qrwlock: Employ atomic_fetch_add_acquire() | Peter Zijlstra | 1 | -1/+1 |
| 2016-06-16 | locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functions | Peter Zijlstra | 1 | -2/+2 |
| 2016-06-15 | bpf, maps: flush own entries on perf map release | Daniel Borkmann | 2 | -38/+82 |
| 2016-06-15 | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 2 | -7/+15 |
| 2016-06-15 | bpf, maps: add release callback | Daniel Borkmann | 1 | -1/+6 |
| 2016-06-15 | bpf, trace: check event type in bpf_perf_event_read | Alexei Starovoitov | 1 | -0/+4 |
| 2016-06-15 | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2 | -36/+11 |
| 2016-06-15 | Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14... | Paul E. McKenney | 9 | -736/+844 |
| 2016-06-15 | rcu: Correctly handle sparse possible cpus | Mark Rutland | 4 | -23/+34 |
| 2016-06-15 | rcu: sysctl: Panic on RCU Stall | Daniel Bristot de Oliveira | 2 | -0/+23 |
| 2016-06-15 | rcu: Fix a typo in a comment | Paul E. McKenney | 1 | -1/+1 |
| 2016-06-15 | rcu: Make call_rcu_tasks() tolerate first call with irqs disabled | Paul E. McKenney | 1 | -2/+5 |
| 2016-06-15 | kernel/kcov: unproxify debugfs file's fops | Nicolai Stange | 1 | -1/+6 |
| 2016-06-15 | PM / sleep: Make pm_prepare_console() return void | Borislav Petkov | 1 | -4/+4 |
| 2016-06-14 | rcutorture: Fix error return code in rcu_perf_init() | Wei Yongjun | 1 | -1/+3 |
| 2016-06-14 | rcuperf: Don't treat gp_exp mis-setting as a WARN | Boqun Feng | 1 | -3/+11 |
| 2016-06-14 | torture: Stop onoff task if there is only one cpu | Boqun Feng | 1 | -0/+8 |
| 2016-06-14 | torture: Break online and offline functions out of torture_onoff() | Paul E. McKenney | 1 | -64/+104 |
| 2016-06-14 | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code | Paul E. McKenney | 2 | -8/+1 |
| 2016-06-14 | torture: Simplify code, eliminate RCU_PERF_TEST_RUNNABLE | Paul E. McKenney | 1 | -6/+1 |
| 2016-06-14 | rcu: Move expedited code from tree_plugin.h to tree_exp.h | Paul E. McKenney | 2 | -88/+94 |
| 2016-06-14 | rcu: Move expedited code from tree.c to tree_exp.h | Paul E. McKenney | 2 | -543/+566 |
| 2016-06-14 | rcu: Remove some superfluous lines | Peter Zijlstra | 1 | -3/+0 |
| 2016-06-14 | rcu: Fix outdated hotplug-exclusion comment in rcu_gp_init() | Paul E. McKenney | 1 | -2/+1 |