aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-12-04softirq: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-12-04trace: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-12-04workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched()Paul E. McKenney1-1/+1
2017-12-04PM: Provide a config snippet for disabling PMMark Brown1-0/+15
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi1-1/+1
2017-12-04ring-buffer: Remove unused function __rb_data_page_index()Matthias Kaehlcke1-6/+0
2017-12-04tracing: make PREEMPTIRQ_EVENTS depend on TRACINGArnd Bergmann1-0/+1
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-12-04tracing: Fix code comments in trace.cChunyu Hu1-5/+5
2017-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-1/+25
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+12
2017-12-01bpf: cleanup register_is_null()Alexei Starovoitov1-10/+10
2017-12-01bpf: improve JEQ/JNE path walkingAlexei Starovoitov1-2/+3
2017-12-01bpf: improve verifier liveness marksAlexei Starovoitov1-0/+5
2017-12-01bpf: don't mark FP reg as uninitAlexei Starovoitov1-4/+4
2017-12-01bpf: print liveness info to verifier logAlexei Starovoitov1-4/+20
2017-12-01bpf: fix stack state printing in verifier logAlexei Starovoitov1-1/+1
2017-12-01bpf: set maximum number of attached progs to 64 for a single perf tpYonghong Song2-1/+10
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds2-7/+7
2017-11-29Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-1/+4
2017-11-29Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar79-1574/+2776
2017-11-28sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney1-1/+1
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2017-11-28torture: Suppress CPU stall warnings during shutdown ftrace dumpPaul E. McKenney1-1/+2
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney1-41/+68
2017-11-28rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney1-22/+2
2017-11-28rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()Paul E. McKenney1-32/+18
2017-11-28rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()Paul E. McKenney1-27/+16
2017-11-28rcu: Avoid ->dynticks_nesting store tearingPaul E. McKenney1-3/+3
2017-11-28rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney1-11/+0
2017-11-28rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney1-9/+7
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney4-7/+7
2017-11-28rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney1-0/+6
2017-11-28ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen2-0/+37
2017-11-28seccomp: hoist out filter resolving logicTycho Andersen1-32/+45
2017-11-28perf: Fix header.size for namespace eventsJiri Olsa1-1/+4
2017-11-28ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro1-1/+1
2017-11-28cgroup: properly init u64_statsLucas Stach1-2/+6
2017-11-28smp/hotplug: Move step CPUHP_AP_SMPCFD_DYING to the correct placeLai Jiangshan1-5/+5
2017-11-27bpf: offload: add a license headerJakub Kicinski1-0/+15
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro5-11/+11
2017-11-27debug cgroup: use task_css_set instead of rcu_dereferenceWang Long1-2/+2
2017-11-27blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2017-11-27workqueue: respect isolated cpus when queueing an unbound workTal Shorer1-1/+6
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood3-24/+20
2017-11-27cgroup/cpuset: remove circular dependency deadlockPrateek Sood1-23/+30
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2-31/+2
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney3-47/+21
2017-11-27rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney1-38/+21
2017-11-27rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney2-0/+4