summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2011-05-281-9/+28
| | * | | sched: More sched_domain iterations fixesXiaotian Feng2011-05-282-4/+10
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-284-136/+94
| |\ \ \ \
| | * | | | rcu: Start RCU kthreads in TASK_INTERRUPTIBLE statePaul E. McKenney2011-05-282-0/+3
| | * | | | rcu: Remove waitqueue usage for cpu, node, and boost kthreadsPeter Zijlstra2011-05-283-39/+17
| | * | | | rcu: Avoid acquiring rcu_node locks in timer functionsPaul E. McKenney2011-05-282-9/+8
| | * | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-284-90/+68
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | rcu: Decrease memory-barrier usage based on semi-formal proofPaul E. McKenney2011-05-264-77/+62
| | | * | | rcu: Make rcu_enter_nohz() pay attention to nestingPaul E. McKenney2011-05-261-2/+2
| | | * | | rcu: Don't do reschedule unless in irqPaul E. McKenney2011-05-261-2/+3
| | | * | | rcu: Remove old memory barriers from rcu_process_callbacks()Paul E. McKenney2011-05-261-14/+0
| | | * | | rcu: Add memory barriersPaul E. McKenney2011-05-261-0/+6
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-288-24/+101
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-272-119/+134
| |\ \ \ \ \
| | * | | | | PM: Fix PM QOS's user mode interface to work with ASCII inputRafael J. Wysocki2011-05-271-10/+23
| | * | | | | PM / Hibernate: Update kerneldoc comments in hibernate.cRafael J. Wysocki2011-05-241-90/+104
| | * | | | | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-241-5/+0
| | * | | | | PM / Hibernate: Update some comments in core hibernate codeRafael J. Wysocki2011-05-241-14/+7
| * | | | | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds2011-05-271-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Create Documentation/security/,Randy Dunlap2011-05-201-1/+1
| * | | | | | kernel/profile.c: remove some duplicate code from profile_hits()Rakib Mullick2011-05-271-7/+9
| * | | | | | mm: extract exe_file handling from procfsJiri Slaby2011-05-271-1/+51
| * | | | | | cgroup: remove the ns_cgroupDaniel Lezcano2011-05-276-249/+3
| * | | | | | cgroups: use flex_array in attach_procBen Blum2011-05-271-9/+24
| * | | | | | cgroups: make procs file writableBen Blum2011-05-271-46/+393
| * | | | | | cgroups: add per-thread subsystem callbacksBen Blum2011-05-274-104/+73
| * | | | | | cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-271-0/+10
| * | | | | | irq: Remove smp_affinity_list when unregister irq procYinghai Lu2011-05-261-0/+1
* | | | | | | perf: De-schedule a task context when removing the last eventPeter Zijlstra2011-05-281-0/+4
* | | | | | | perf: Change close() semantics for group eventsPeter Zijlstra2011-05-281-7/+1
* | | | | | | perf: Collect the schedule-in rules in one functionPeter Zijlstra2011-05-281-12/+15
* | | | | | | perf: Change and simplify ctx::is_active semanticsPeter Zijlstra2011-05-281-6/+8
* | | | | | | perf: Simplify and fix __perf_install_in_context()Peter Zijlstra2011-05-281-45/+35
* | | | | | | perf: Remove task_ctx_sched_in()Peter Zijlstra2011-05-281-20/+6
* | | | | | | perf: Optimize event scheduling lockingPeter Zijlstra2011-05-281-25/+36
* | | | | | | perf: Clean up 'ctx' reference countingPeter Zijlstra2011-05-281-7/+3
* | | | | | | perf: Optimize ctx_sched_out()Peter Zijlstra2011-05-281-2/+2
| |_|_|/ / / |/| | | | |
* | | | | | perf: Fix SIGIO handlingPeter Zijlstra2011-05-281-0/+8
* | | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-276-18/+90
|\ \ \ \ \ \
| * | | | | | ftrace: Add internal recursive checksSteven Rostedt2011-05-263-6/+32
| * | | | | | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-261-0/+27
| * | | | | | ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-261-1/+5
| * | | | | | tracing: Have event with function tracer check error returnSteven Rostedt2011-05-261-1/+6
| * | | | | | ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-261-6/+8
| * | | | | | jump_label: Check entries limit in __jump_label_updateJiri Olsa2011-05-261-5/+13
* | | | | | | Merge branch 'linus' into perf/urgentIngo Molnar2011-05-2632-541/+1224
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-262-0/+81
| |\ \ \ \ \
| | * | | | | ns proc: Add support for the uts namespaceEric W. Biederman2011-05-101-0/+39
| | * | | | | ns: Introduce the setns syscallEric W. Biederman2011-05-101-0/+42
| * | | | | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/ol...Linus Torvalds2011-05-262-3/+5
| |\ \ \ \ \ \