summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-11-29cgroup: remove cgroup_pidlist->rwsemTejun Heo
2013-11-29cgroup: refactor cgroup_pidlist_find()Tejun Heo
2013-11-29cgroup: introduce struct cgroup_pidlist_open_fileTejun Heo
2013-11-29cgroup: implement delayed destruction for cgroup_pidlistTejun Heo
2013-11-29cgroup: remove cftype->release()Tejun Heo
2013-11-29cgroup: don't skip seq_open on write only opens on pidlist filesTejun Heo
2013-11-29nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner
2013-11-28kernel/extable: fix address-checks for core_kernel and init areasHelge Deller
2013-11-27cgroup: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo
2013-11-27cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo
2013-11-27cpuset: Fix memory allocator deadlockPeter Zijlstra
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot
2013-11-27sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()Oleg Nesterov
2013-11-27tasks/fork: Remove unnecessary child->exit_stateOleg Nesterov
2013-11-27lockdep: Be nice about building from userspaceSasha Levin
2013-11-27perf: Add active_entry list head to struct perf_eventStephane Eranian
2013-11-27lockdep: Simplify a bit hardirq <-> softirq transitionsFrederic Weisbecker
2013-11-27Merge branch 'core/urgent' into core/lockingIngo Molnar
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner
2013-11-26fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)Eric W. Biederman
2013-11-26Merge tag 'trace-fixes-v3.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-26sched: Fix a trivial syntax misuseShigeru Yoshida
2013-11-26ftrace: Fix function graph with loading of modulesSteven Rostedt (Red Hat)
2013-11-26panic: Make panic_timeout configurableJason Baron
2013-11-25Revert "workqueue: allow work_on_cpu() to be called recursively"Bjorn Helgaas
2013-11-25irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-11-22Merge tag 'v3.12'Eric Paris
2013-11-22cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo
2013-11-22cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo
2013-11-22cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo
2013-11-22cgroup, memcg: move cgroup_event implementation to memcgTejun Heo
2013-11-22workqueue: fix pool ID allocation leakage and remove BUILD_BUG_ON() in init_w...Li Bin
2013-11-22workqueue: fix comment typo for __queue_work()Li Bin
2013-11-22workqueue: fix ordered workqueues in NUMA setupsTejun Heo
2013-11-22workqueue: swap set_cpus_allowed_ptr() and PF_NO_SETAFFINITYOleg Nesterov
2013-11-22cgroup: use a dedicated workqueue for cgroup destructionTejun Heo
2013-11-22time: Fix 1ns/tick drift w/ GENERIC_TIME_VSYSCALL_OLDMartin Schwidefsky
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds
2013-11-21Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2013-11-21Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-20uprobes: Document xol_area and arch_uprobe->insn/ixolOleg Nesterov
2013-11-20uprobes: Cleanup !CONFIG_UPROBES decls, unexport xol_areaOleg Nesterov
2013-11-20uprobes: Don't assume that arch_uprobe->insn/ixol is u8[MAX_UINSN_BYTES]Oleg Nesterov
2013-11-20uprobes: Add uprobe_task->dup_xol_work/dup_xol_addrOleg Nesterov