aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 14-84/+856
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 15-393/+452
2015-11-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+3
2015-11-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-59/+165
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Gravatar Linus Torvalds 1-1/+1
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 8-31/+55
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 16-443/+1111
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-120/+426
2015-11-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-46/+79
2015-11-03bpf, verifier: annotate verbose printer with __printfGravatar Daniel Borkmann 1-1/+1
2015-11-02bpf: add support for persistent maps/progsGravatar Daniel Borkmann 3-4/+417
2015-11-02bpf: consolidate bpf_prog_put{, _rcu} dismantle pathsGravatar Daniel Borkmann 2-11/+7
2015-11-02bpf: align and clean bpf_{map,prog}_get helpersGravatar Daniel Borkmann 2-20/+24
2015-11-02bpf: abstract anon_inode_getfd invocationsGravatar Daniel Borkmann 1-3/+14
2015-11-02bpf: convert hashtab lock to raw lockGravatar Yang Shi 1-7/+7
2015-11-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+12
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 7-16/+51
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictGravatar Ingo Molnar 7-16/+51
2015-10-27seccomp, ptrace: add support for dumping seccomp filtersGravatar Tycho Andersen 2-1/+80
2015-10-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+6
2015-10-26bpf: make tracing helpers gpl onlyGravatar Alexei Starovoitov 1-2/+2
2015-10-26bpf: fix bpf_perf_event_read() helperGravatar Alexei Starovoitov 2-10/+22
2015-10-26memremap: fix highmem supportGravatar Dan Williams 1-2/+12
2015-10-26timeconst: Update path in commentGravatar Jason A. Donenfeld 1-1/+1
2015-10-23Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-12/+28
2015-10-23Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+6
2015-10-23sched/core: Add missing lockdep_unpin() annotationsGravatar Peter Zijlstra 2-2/+16
2015-10-23kmod: don't run async usermode helper as a child of kworker threadGravatar Oleg Nesterov 1-2/+6
2015-10-22bpf: introduce bpf_perf_event_output() helperGravatar Alexei Starovoitov 3-1/+50
2015-10-22perf: pad raw data samples automaticallyGravatar Alexei Starovoitov 1-5/+10
2015-10-21kexec/crash: Say which char is the unrecognizedGravatar Borislav Petkov 1-3/+3
2015-10-20tracing: Do not allow stack_tracer to record stack in NMIGravatar Steven Rostedt (Red Hat) 1-0/+4
2015-10-20tracing: Have stack tracer force RCU to be watchingGravatar Steven Rostedt (Red Hat) 1-0/+7
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-21/+33
2015-10-20Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...Gravatar Thomas Gleixner 3-16/+16
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSGravatar Oleg Nesterov 1-5/+7
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Gravatar Peter Zijlstra 2-9/+4
2015-10-20sched: Start stopper earlyGravatar Peter Zijlstra 2-4/+9
2015-10-20stop_machine: Kill cpu_stop_threads->setup() and cpu_stop_unpark()Gravatar Oleg Nesterov 1-11/+1
2015-10-20stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp...Gravatar Oleg Nesterov 3-4/+12
2015-10-20stop_machine: Change cpu_stop_queue_two_works() to rely on stopper->enabledGravatar Oleg Nesterov 1-9/+20
2015-10-20stop_machine: Introduce __cpu_stop_queue_work() and cpu_stop_queue_two_works()Gravatar Oleg Nesterov 1-11/+26
2015-10-20stop_machine: Ensure that a queued callback will be called before cpu_stop_pa...Gravatar Oleg Nesterov 2-11/+14
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Gravatar Ingo Molnar 5-11/+13
2015-10-20Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ...Gravatar Ingo Molnar 6-18/+15
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksGravatar Luca Abeni 1-3/+5
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Gravatar Frederic Weisbecker 1-3/+0
2015-10-20sched/fair: Update task group's load_avg after task migrationGravatar Yuyang Du 1-2/+3
2015-10-20sched/fair: Fix overly small weight for interactive group entitiesGravatar Yuyang Du 1-2/+2
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 16-443/+1111