aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-08-31nohz_full: Force RCU's grace-period kthreads onto timekeeping CPUPaul E. McKenney
2013-08-31nohz_full: Add full-system-idle state machinePaul E. McKenney
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman
2013-08-30pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREADEric W. Biederman
2013-08-31PM / hibernate / memory hotplug: Rework mutual exclusionRafael J. Wysocki
2013-08-31PM / hibernate: Create memory bitmaps after freezing user spaceRafael J. Wysocki
2013-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-08-30namespaces: Simplify copy_namespaces so it is clear what is going on.Eric W. Biederman
2013-08-30pidns: Fix hang in zap_pid_ns_processes by sending a potentially extra wakeupEric W. Biederman
2013-08-29Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-29perf: make events stream always parsableAdrian Hunter
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins
2013-08-29workqueue: cond_resched() after processing each work itemTejun Heo
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar
2013-08-29padata - Register hotcpu notifier after initializationRichard Weinberger
2013-08-29padata - share code between CPU_ONLINE and CPU_DOWN_FAILED, same to CPU_DOWN_...Chen Gang
2013-08-28timer_list: correct the iterator for timer_listNathan Zimmer
2013-08-27cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo
2013-08-27Rename nsproxy.pid_ns to nsproxy.pid_ns_for_childrenAndy Lutomirski
2013-08-26userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman
2013-08-26kernel/nsproxy.c: Improving a snippet of code.Raphael S.Carvalho
2013-08-27Merge branch 'pm-sleep'Rafael J. Wysocki
2013-08-27Merge branch 'acpi-processor'Rafael J. Wysocki
2013-08-26cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_c...Tejun Heo
2013-08-26cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo
2013-08-26cgroup: implement CFTYPE_NO_PREFIXTejun Heo
2013-08-26cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo
2013-08-23workqueue: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-08-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-22tracing: Make tracing_cpumask available for all instancesAlexander Z Lam
2013-08-21tracing: Kill the !CONFIG_MODULES code in trace_events.cOleg Nesterov
2013-08-21tracing: Don't pass file_operations array to event_create_dir()Oleg Nesterov
2013-08-21tracing: Kill trace_create_file_ops() and friendsOleg Nesterov
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan
2013-08-21workqueue: Fix manage_workers() RETURNS descriptionLibin
2013-08-21workqueue: Comment correction in file headerLibin
2013-08-21cpuset: fix a regression in validating config changeLi Zefan
2013-08-20rcu: Simplify _rcu_barrier() processingPaul E. McKenney
2013-08-20rcu: Make rcutorture emit online failures if verbosePaul E. McKenney
2013-08-20rcu: Remove unused variable from rcu_torture_writer()Paul E. McKenney
2013-08-20rcu: Sort rcutorture module parametersPaul E. McKenney
2013-08-20rcu: Increase rcutorture test coveragePaul E. McKenney
2013-08-20rcu: Add duplicate-callback tests to rcutorturePaul E. McKenney
2013-08-20workqueue: fix some scripts/kernel-doc warningsYacine Belkadi
2013-08-20kernel/params.c: use scnprintf() instead of sprintf()Chen Gang
2013-08-20kernel/module.c: use scnprintf() instead of sprintf()Chen Gang
2013-08-20module: Add NOARG flag for ops with param_set_bool_enable_only() set functionSteven Rostedt
2013-08-20module: Add flag to allow mod params to have no argumentsSteven Rostedt
2013-08-20module: fix sprintf format specifier in param_get_byte()Christoph Jaeger