aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal1-4/+1
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot1-6/+6
2013-11-27sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()Oleg Nesterov1-3/+3
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov1-3/+1
2013-11-27lockdep: Be nice about building from userspaceSasha Levin1-0/+4
2013-11-27perf: Add active_entry list head to struct perf_eventStephane Eranian1-0/+1
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker1-21/+16
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar1-9/+45
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner1-2/+1
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman1-1/+1
2013-11-26Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-29/+35
2013-11-26sched: Fix a trivial syntax misuseShigeru Yoshida1-1/+1
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)1-29/+35
2013-11-26panic: Make panic_timeout configurableJason Baron1-1/+1
2013-11-25Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas1-22/+10
2013-11-25irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet2-8/+9
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+4
2013-11-22Merge tag 'v3.12'Eric Paris81-2757/+3684
2013-11-22cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo1-259/+0
2013-11-22cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo1-12/+2
2013-11-22cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo1-2/+0
2013-11-22cgroup, memcg: move cgroup_event implementation to memcgTejun Heo1-250/+3
2013-11-22workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin1-6/+9
2013-11-22workqueue: fix comment typo for __queue_work()Li Bin1-1/+1
2013-11-22workqueue: fix ordered workqueues in NUMA setupsTejun Heo1-2/+22
2013-11-22workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov1-4/+5
2013-11-22cgroup: use a dedicated workqueue for cgroup destructionTejun Heo1-3/+27
2013-11-22time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky1-1/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds9-131/+173
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds4-82/+210
2013-11-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-17/+43
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+1
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2013-11-20uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov1-0/+15
2013-11-20uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov1-0/+19
2013-11-20uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov1-5/+5
2013-11-20uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov1-12/+4
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-25/+13
2013-11-19kernel/bounds: avoid circular dependencies in generated headersKirill A. Shutemov1-1/+1
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+16
2013-11-19lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra1-9/+45
2013-11-19sched: Fix a trivial typo in commentsShigeru Yoshida1-1/+1
2013-11-19sched: Avoid NULL dereference on sd_busyPeter Zijlstra1-1/+2
2013-11-19sched: Check sched_domain before computing group powerSrikar Dronamraju1-3/+24
2013-11-19perf/trace: Properly use u64 to hold event_idVince Weaver1-1/+1
2013-11-19perf: Remove fragile swevent hlist optimizationPeter Zijlstra1-8/+0
2013-11-19ftrace, perf: Avoid infinite event generation loopPeter Zijlstra1-0/+6
2013-11-19tick: Document tick_do_timer_cpuAndrew Morton1-0/+15