summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-12-04tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-12-04tracing: Fix code comments in trace.cChunyu Hu
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-12-01bpf: cleanup register_is_null()Alexei Starovoitov
2017-12-01bpf: improve JEQ/JNE path walkingAlexei Starovoitov
2017-12-01bpf: improve verifier liveness marksAlexei Starovoitov
2017-12-01bpf: don't mark FP reg as uninitAlexei Starovoitov
2017-12-01bpf: print liveness info to verifier logAlexei Starovoitov
2017-12-01bpf: fix stack state printing in verifier logAlexei Starovoitov
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds
2017-11-29Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar
2017-11-29Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2017-11-28torture: Suppress CPU stall warnings during shutdown ftrace dumpPaul E. McKenney
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney
2017-11-28rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney
2017-11-28rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()Paul E. McKenney
2017-11-28rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()Paul E. McKenney
2017-11-28rcu: Avoid ->dynticks_nesting store tearingPaul E. McKenney
2017-11-28rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney
2017-11-28rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney
2017-11-28rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney
2017-11-28ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen
2017-11-28seccomp: hoist out filter resolving logicTycho Andersen
2017-11-28perf: Fix header.size for namespace eventsJiri Olsa
2017-11-28ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro
2017-11-28cgroup: properly init u64_statsLucas Stach
2017-11-28smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan
2017-11-27bpf: offload: add a license headerJakub Kicinski
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-27debug cgroup: use task_css_set instead of rcu_dereferenceWang Long
2017-11-27blktrace: fix trace mutex deadlockJens Axboe
2017-11-27workqueue: respect isolated cpus when queueing an unbound workTal Shorer
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood
2017-11-27cgroup/cpuset: remove circular dependency deadlockPrateek Sood
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney
2017-11-27rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney
2017-11-27rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney
2017-11-27rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidationPaul E. McKenney
2017-11-27rcu: Reduce dyntick-idle state spacePaul E. McKenney
2017-11-27rcu: Avoid ->dynticks_nmi_nesting store tearingPaul E. McKenney
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds