summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
|\
| * sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-211-1/+1
|\ \
| * | genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
* | | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-205-5/+59
|\ \ \
| * | | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-181-1/+30
| * | | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-171-0/+6
| * | | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-172-2/+4
| * | | ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-173-0/+12
| * | | ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-171-2/+2
| * | | tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-172-1/+6
| * | | tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-171-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-2/+2
|\ \ \
| * | | blktrace: fix integer parseShaohua Li2017-05-191-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-181-1/+11
|\ \ \ \
| * | | | bpf: adjust verifier heuristicsDaniel Borkmann2017-05-171-1/+11
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-182-3/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-131-2/+6
| * | | | pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-131-1/+1
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-152-25/+113
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller2017-05-111-1/+1
| * | | bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller2017-05-112-7/+21
| * | | bpf: Do per-instruction state dumping in verifier when log_level > 1.David S. Miller2017-05-111-2/+6
| * | | bpf: Track alignment of register values in the verifier.David S. Miller2017-05-111-19/+89
* | | | gcov: support GCC 7.1Martin Liska2017-05-122-1/+9
* | | | time: delete current_fs_time()Deepa Dinamani2017-05-121-14/+0
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-0/+6
|\ \ \ \
| * | | | perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon2017-05-101-0/+6
| * | | | Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-038-28/+208
| |\ \ \ \
* | \ \ \ \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-1/+1
|\ \ \ \ \ \
| * | | | | | stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-05-051-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-05-101-2/+3
|\ \ \ \ \ \
| * | | | | | tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke2017-05-081-2/+3
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-1021-720/+2710
|\ \ \ \ \ \ \
| * | | | | | | rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney2017-05-024-9/+3
| * | | | | | | rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney2017-05-024-13/+6
| * | | | | | | rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney2017-05-023-14/+7
| * | | | | | | rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney2017-05-023-498/+541
| * | | | | | | srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar2017-05-024-1/+649
| * | | | | | | srcu: Adjust default auto-expediting holdoffPaul E. McKenney2017-04-271-1/+1
| * | | | | | | srcu: Specify auto-expedite holdoff timePaul E. McKenney2017-04-261-1/+17
| * | | | | | | srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney2017-04-261-1/+58
| * | | | | | | srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney2017-04-261-40/+95
| * | | | | | | srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney2017-04-263-11/+22
| * | | | | | | srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney2017-04-261-6/+23
| * | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-2319-708/+1871
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-2119-708/+1871
| | |\ \ \ \ \ \ \ \
| | | | * | | | | | | rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-213-2/+23
| | | | * | | | | | | srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney2017-04-211-1/+2
| | | | * | | | | | | srcu: Parallelize callback handlingPaul E. McKenney2017-04-214-131/+545
OpenPOWER on IntegriCloud