summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cgroups: add per-thread subsystem callbacksBen Blum2011-05-264-104/+73
| * | | | | | cgroups: read-write lock CLONE_THREAD forking per threadgroupBen Blum2011-05-261-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-253-6/+32
| * | | | | | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machineliubo2011-05-251-0/+27
| * | | | | | ftrace: Set ops->flag to enabled even on static function tracingSteven Rostedt2011-05-251-1/+5
| * | | | | | tracing: Have event with function tracer check error returnSteven Rostedt2011-05-251-1/+6
| * | | | | | ftrace: Have ftrace_startup() return failure codeSteven Rostedt2011-05-251-6/+8
| * | | | | | jump_label: Check entries limit in __jump_label_updateJiri Olsa2011-05-251-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-252-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-252-3/+5
| |\ \ \ \ \ \
| | * | | | | | signal: sys_pause() should check signal_pending()Oleg Nesterov2011-05-251-2/+4
| | * | | | | | ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov2011-05-251-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-252-1/+9
| |\ \ \ \ \ \ \
| | * | | | | | | arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-191-1/+1
| | * | | | | | | compat: fixes to allow working with tile archChris Metcalf2011-05-121-0/+8
| * | | | | | | | hrtimers: Fix typo causing erratic timersThomas Gleixner2011-05-251-1/+1
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-251-11/+14
| |\ \ \ \ \ \ \
| | * | | | | | | posix-timers: RCU conversionEric Dumazet2011-05-241-11/+14
| * | | | | | | | printk: allocate kernel log buffer earlierMike Travis2011-05-251-29/+58
| * | | | | | | | bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-4/+50
| * | | | | | | | mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro2011-05-251-3/+34
| * | | | | | | | mm: Convert i_mmap_lock to a mutexPeter Zijlstra2011-05-251-2/+2
| * | | | | | | | mm: Remove i_mmap_lock lockbreakPeter Zijlstra2011-05-251-1/+0
| * | | | | | | | lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra2011-05-251-8/+17
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2011-05-244-7/+109
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'next' into for-linusJames Morris2011-05-244-7/+109
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | Merge branch 'master' into nextJames Morris2011-05-1918-40/+103
| | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | * | | | | | | Merge branch 'master'; commit 'v2.6.39-rc3' into nextJames Morris2011-04-1948-153/+255
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | capabilities: delete all CAP_INIT macrosEric Paris2011-04-041-3/+3
| | | * | | | | | | | capabilities: delete unused cap_set_fullEric Paris2011-04-041-2/+0
| | | * | | | | | | | capabilities: do not drop CAP_SETPCAP from the initial taskEric Paris2011-04-041-2/+0
| | | * | | | | | | | capabilites: allow the application of capability limits to usermode helpersEric Paris2011-04-042-0/+106
| * | | | | | | | | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-3/+1
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-2413-60/+88
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-3/+1
OpenPOWER on IntegriCloud