aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-12-04workqueue/hotplug: remove the workaround in rebind_workers()Lai Jiangshan1-10/+0
2017-12-04workqueue/hotplug: simplify workqueue_offline_cpu()Lai Jiangshan1-9/+6
2017-12-04Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo3-20/+24
2017-12-04livepatch: send a fake signal to all blocking tasksMiroslav Benes4-1/+75
2017-12-04genirq/matrix: Fix the precedence fix for realThomas Gleixner1-1/+3
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-1/+25
2017-12-04tracepoint: Remove smp_read_barrier_depends() from commentPaul E. McKenney1-5/+4
2017-12-04locking: Remove smp_read_barrier_depends() from queued_spin_lock_slowpath()Paul E. McKenney1-7/+5
2017-12-04uprobes: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-6/+6
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