aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar11-447/+873
2013-09-02perf: Add attr->mmap2 attribute to an eventStephane Eranian1-4/+42
2013-09-02sched/fair: Fix the sd_parent_degenerate() codePeter Zijlstra1-1/+9
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra1-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra1-4/+1
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra1-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra1-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra1-7/+26
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim1-115/+114
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim1-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim1-5/+9
2013-09-02perf: Prevent race in unthrottling codeJiri Olsa1-1/+1
2013-08-31Merge branches 'doc.2013.08.19a', 'fixes.2013.08.20a', 'sysidle.2013.08.31a' and 'torture.2013.08.20a' into HEADPaul E. McKenney7-375/+764
2013-08-31nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney3-1/+22
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney4-7/+337
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman6-26/+14
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman1-5/+0
2013-08-31PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki2-0/+6
2013-08-31PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki2-32/+31
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-17/+19
2013-08-30namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman1-24/+11
2013-08-30pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman1-0/+1
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+18
2013-08-29perf: make events stream always parsableAdrian Hunter1-1/+10
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins1-1/+18
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo1-0/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar11-65/+146
2013-08-29padata - Register hotcpu notifier after initializationRichard Weinberger1-6/+6
2013-08-29padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_PREPARE and CPU_UP_CANCELEDChen Gang1-16/+4
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer1-17/+24
2013-08-27cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo1-1/+1
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski3-17/+19
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2-4/+0
2013-08-26kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho1-1/+2
2013-08-27Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+2
2013-08-27Merge branch 'acpi-processor'Rafael J. Wysocki1-6/+3
2013-08-26cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp()Tejun Heo1-13/+5
2013-08-26cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo1-14/+12
2013-08-26cgroup: implement CFTYPE_NO_PREFIXTejun Heo1-1/+2
2013-08-26cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo1-47/+43
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2-17/+11
2013-08-23workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman1-12/+15
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-5/+9
2013-08-22tracing: Make tracing_cpumask available for all instancesAlexander Z Lam2-17/+21
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov1-12/+6
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov1-34/+12
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov1-144/+9
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan1-5/+5
2013-08-21workqueue: Fix manage_workers() RETURNS descriptionLibin1-2/+5
2013-08-21workqueue: Comment correction in file headerLibin1-3/+4