summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | ptrace: Always put ptracee into appropriate execution stateTejun Heo2011-03-231-20/+39
| | * | | | | | | | ptrace: Collapse ptrace_untrace() into __ptrace_unlink()Tejun Heo2011-03-231-25/+15Star
| | * | | | | | | | ptrace: Clean transitions between TASK_STOPPED and TRACEDTejun Heo2011-03-232-18/+110
| | * | | | | | | | ptrace: Make do_signal_stop() use ptrace_stop() if the task is being ptracedTejun Heo2011-03-231-18/+25
| | * | | | | | | | ptrace: Participate in group stop from ptrace_stop() iff the task is trapping...Tejun Heo2011-03-231-3/+6
| | * | | | | | | | signal: Use GROUP_STOP_PENDING to stop once for a single group stopTejun Heo2011-03-231-15/+21
| | * | | | | | | | signal: Fix premature completion of group stop when interfered by ptraceTejun Heo2011-03-231-8/+54
| | * | | | | | | | ptrace: Add @why to ptrace_stop()Tejun Heo2011-03-231-4/+4
| | * | | | | | | | ptrace: Kill tracehook_notify_jctl()Tejun Heo2011-03-231-20/+14Star
| | * | | | | | | | signal: Remove superflous try_to_freeze() loop in do_signal_stop()Tejun Heo2011-03-231-3/+1Star
| | * | | | | | | | ptrace: Remove the extra wake_up_state() from ptrace_detach()Tejun Heo2011-03-231-2/+0Star
| | * | | | | | | | signal: Fix SIGCONT notification codeTejun Heo2011-03-231-2/+7
* | | | | | | | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-202-0/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-202-0/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | reboot: disable usermodehelper to prevent fs accessKay Sievers2011-05-071-0/+2
| * | | | | | | | | params.c: Use new strtobool function to process boolean inputsJonathan Cameron2011-04-261-10/+4Star
| * | | | | | | | | kernel/ksysfs.c: expose file_caps_enabled in sysfsLudwig Nussel2011-04-201-0/+10
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-2011-400/+1333
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"Paul E. McKenney2011-05-194-68/+90
| * | | | | | | | | | perf,rcu: convert call_rcu(swevent_hlist_release_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-9/+1Star
| * | | | | | | | | | perf,rcu: convert call_rcu(free_ctx) to kfree_rcu()Lai Jiangshan2011-05-081-9/+1Star
| * | | | | | | | | | cgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree_rcu()Lai Jiangshan2011-05-081-9/+1Star
| * | | | | | | | | | cgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-8/+1Star
| * | | | | | | | | | cgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree_rcu()Lai Jiangshan2011-05-081-7/+1Star
| * | | | | | | | | | rcu: permit rcu_read_unlock() to be called while holding runqueue locksPaul E. McKenney2011-05-083-79/+34Star
| * | | | | | | | | | rcu: provide rcu_virt_note_context_switch() function.Gleb Natapov2011-05-061-0/+1
| * | | | | | | | | | rcu: get rid of signed overflow in check_cpu_stall()Paul E. McKenney2011-05-061-5/+8
| * | | | | | | | | | rcu: optimize rcutinyEric Dumazet2011-05-061-22/+21Star
| * | | | | | | | | | rcu: prevent call_rcu() from diving into rcu core if irqs disabledPaul E. McKenney2011-05-061-1/+8
| * | | | | | | | | | rcu: further lower priority in rcu_yield()Paul E. McKenney2011-05-061-0/+1
| * | | | | | | | | | rcu: introduce kfree_rcu()Lai Jiangshan2011-05-062-2/+2
| * | | | | | | | | | rcu: fix spellingPaul E. McKenney2011-05-063-37/+37
| * | | | | | | | | | rcu: call __rcu_read_unlock() in exit_rcu for tree RCULai Jiangshan2011-05-061-1/+1
| * | | | | | | | | | rcu: Converge TINY_RCU expedited and normal boostingPaul E. McKenney2011-05-061-74/+89
| * | | | | | | | | | rcu: remove useless ->boosted_this_gp fieldPaul E. McKenney2011-05-061-31/+4Star
| * | | | | | | | | | rcu: code cleanups in TINY_RCU priority boosting.Paul E. McKenney2011-05-061-4/+3Star
| * | | | | | | | | | rcu: Switch to this_cpu() primitivesPaul E. McKenney2011-05-061-7/+3Star
| * | | | | | | | | | rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warningsPaul E. McKenney2011-05-061-6/+6
| * | | | | | | | | | rcu: mark rcutorture boosting callback as being on-stackPaul E. McKenney2011-05-061-0/+2
| * | | | | | | | | | rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers2011-05-061-5/+21
| * | | | | | | | | | rcu: Add forward-progress diagnostic for per-CPU kthreadsPaul E. McKenney2011-05-062-1/+5
| * | | | | | | | | | rcu: add grace-period age and more kthread state to tracingPaul E. McKenney2011-05-063-10/+44
| * | | | | | | | | | rcu: fix tracing bug thinko on boost-balk attributionPaul E. McKenney2011-05-061-1/+1
| * | | | | | | | | | rcu: make rcutorture version numbers available through debugfsPaul E. McKenney2011-05-063-3/+70
| * | | | | | | | | | rcu: add tracing for RCU's kthread run states.Paul E. McKenney2011-05-064-4/+44
| * | | | | | | | | | rcu: add callback-queue information to rcudata outputPaul E. McKenney2011-05-061-2/+19
| * | | | | | | | | | rcu: Add boosting to TREE_PREEMPT_RCU tracingPaul E. McKenney2011-05-063-4/+125
| * | | | | | | | | | rcu: eliminate unused boosting statisticsPaul E. McKenney2011-05-061-9/+1Star
| * | | | | | | | | | rcu: avoid hammering sched with yet another bound RT kthreadPaul E. McKenney2011-05-061-3/+3
| * | | | | | | | | | rcu: put per-CPU kthread at non-RT priority during CPU hotplug operationsPaul E. McKenney2011-05-061-0/+26