Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | posix-timers: Move the do_schedule_next_timer declaration | Christoph Hellwig | 2017-06-04 | 1 | -0/+1 | |
* | | | | | | | | | | | alarmtimer: Fix posix-timer constification fallout | Thomas Gleixner | 2017-05-27 | 1 | -0/+2 | |
* | | | | | | | | | | | posix-timers: Make posix_clocks immutable | Christoph Hellwig | 2017-05-27 | 4 | -170/+146 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-05-21 | 3 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sched/core: Call __schedule() from do_idle() without enabling preemption | Steven Rostedt (VMware) | 2017-05-15 | 3 | -1/+28 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-05-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | genirq: Fix chained interrupt data ordering | Thomas Gleixner | 2017-05-16 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-21 | 5 | -5/+59 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tracing: Make sure RCU is watching before calling a stack trace | Steven Rostedt (VMware) | 2017-05-19 | 1 | -1/+30 | |
| * | | | | | | | | | | | kprobes: Document how optimized kprobes are removed from module unload | Steven Rostedt (VMware) | 2017-05-18 | 1 | -0/+6 | |
| * | | | | | | | | | | | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub | Steven Rostedt (VMware) | 2017-05-18 | 2 | -2/+4 | |
| * | | | | | | | | | | | ftrace/instances: Clear function triggers when removing instances | Naveen N. Rao | 2017-05-18 | 3 | -0/+12 | |
| * | | | | | | | | | | | ftrace: Simplify glob handling in unregister_ftrace_function_probe_func() | Naveen N. Rao | 2017-05-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | tracing/kprobes: Enforce kprobes teardown after testing | Thomas Gleixner | 2017-05-18 | 2 | -1/+6 | |
| * | | | | | | | | | | | tracing: Move postpone selftests to core from early_initcall | Steven Rostedt | 2017-05-18 | 1 | -1/+1 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-05-21 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | blktrace: fix integer parse | Shaohua Li | 2017-05-19 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-05-18 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bpf: adjust verifier heuristics | Daniel Borkmann | 2017-05-18 | 1 | -1/+11 | |
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-05-18 | 2 | -3/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | / / / | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes() | Kirill Tkhai | 2017-05-14 | 1 | -2/+6 | |
| * | | | | | | | | | | pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processes | Eric W. Biederman | 2017-05-14 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-05-16 | 2 | -25/+113 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | bpf: Handle multiple variable additions into packet pointers in verifier. | David S. Miller | 2017-05-12 | 1 | -1/+1 | |
| * | | | | | | | | | bpf: Add strict alignment flag for BPF_PROG_LOAD. | David S. Miller | 2017-05-11 | 2 | -7/+21 | |
| * | | | | | | | | | bpf: Do per-instruction state dumping in verifier when log_level > 1. | David S. Miller | 2017-05-11 | 1 | -2/+6 | |
| * | | | | | | | | | bpf: Track alignment of register values in the verifier. | David S. Miller | 2017-05-11 | 1 | -19/+89 | |
* | | | | | | | | | | gcov: support GCC 7.1 | Martin Liska | 2017-05-13 | 2 | -1/+9 | |
* | | | | | | | | | | time: delete current_fs_time() | Deepa Dinamani | 2017-05-13 | 1 | -14/+0 | |
* | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-12 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | perf/callchain: Force USER_DS when invoking perf_callchain_user() | Will Deacon | 2017-05-10 | 1 | -0/+6 | |
| * | | | | | | | | | | Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2017-05-03 | 8 | -28/+208 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-05-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | stackprotector: Increase the per-task stack canary's random range from 32 bit... | Daniel Micay | 2017-05-05 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2017-05-10 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tracing: Use cpumask_available() to check if cpumask variable may be used | Matthias Kaehlcke | 2017-05-09 | 1 | -2/+3 | |
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-10 | 21 | -720/+2710 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | rcu: Open-code the rcu_cblist_n_lazy_cbs() function | Paul E. McKenney | 2017-05-02 | 4 | -9/+3 | |
| * | | | | | | | | | | | | rcu: Open-code the rcu_cblist_n_cbs() function | Paul E. McKenney | 2017-05-02 | 4 | -13/+6 | |
| * | | | | | | | | | | | | rcu: Open-code the rcu_cblist_empty() function | Paul E. McKenney | 2017-05-02 | 3 | -14/+7 | |
| * | | | | | | | | | | | | rcu: Separately compile large rcu_segcblist functions | Paul E. McKenney | 2017-05-02 | 3 | -498/+541 | |
| * | | | | | | | | | | | | srcu: Debloat the <linux/rcu_segcblist.h> header | Ingo Molnar | 2017-05-02 | 4 | -1/+649 | |
| * | | | | | | | | | | | | srcu: Adjust default auto-expediting holdoff | Paul E. McKenney | 2017-04-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | srcu: Specify auto-expedite holdoff time | Paul E. McKenney | 2017-04-27 | 1 | -1/+17 | |
| * | | | | | | | | | | | | srcu: Expedite first synchronize_srcu() when idle | Paul E. McKenney | 2017-04-27 | 1 | -1/+58 | |
| * | | | | | | | | | | | | srcu: Expedited grace periods with reduced memory contention | Paul E. McKenney | 2017-04-27 | 1 | -40/+95 | |
| * | | | | | | | | | | | | srcu: Make rcutorture writer stalls print SRCU GP state | Paul E. McKenney | 2017-04-26 | 3 | -11/+22 | |
| * | | | | | | | | | | | | srcu: Exact tracking of srcu_data structures containing callbacks | Paul E. McKenney | 2017-04-26 | 1 | -6/+23 | |
| * | | | | | | | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-04-23 | 19 | -708/+1871 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ... | Paul E. McKenney | 2017-04-21 | 19 | -708/+1871 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |