aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
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-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-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-28perf: Fix header.size for namespace eventsJiri Olsa1-1/+4
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-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-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+13
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-77/+33
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook1-1/+1
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-51/+59
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgentThomas Gleixner96-2119/+6304
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-0/+27
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello1-2/+2
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello1-1/+1
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello1-5/+1
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2-2/+2
2017-11-21timer: Pass function down to initialization routinesKees Cook1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-10/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-5/+5
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-2/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2