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