| Commit message (Expand) | Author | Age | Files | Lines |
* | job control: introduce JOBCTL_TRAP_STOP and use it for group stop trap | Tejun Heo | 2011-06-16 | 2 | -32/+70 |
* | signal: remove three noop tracehooks | Tejun Heo | 2011-06-04 | 1 | -30/+14 |
* | ptrace: use bit_waitqueue for TRAPPING instead of wait_chldexit | Tejun Heo | 2011-06-04 | 2 | -4/+9 |
* | job control: introduce task_set_jobctl_pending() | Tejun Heo | 2011-06-04 | 2 | -9/+43 |
* | job control: make task_clear_jobctl_pending() clear TRAPPING automatically | Tejun Heo | 2011-06-04 | 1 | -5/+8 |
* | job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() | Tejun Heo | 2011-06-04 | 1 | -10/+17 |
* | ptrace: relocate set_current_state(TASK_TRACED) in ptrace_stop() | Tejun Heo | 2011-06-04 | 1 | -15/+13 |
* | ptrace: ptrace_check_attach(): rename @kill to @ignore_state and add comments | Tejun Heo | 2011-06-04 | 1 | -5/+19 |
* | job control: rename signal->group_stop and flags to jobctl and update them | Tejun Heo | 2011-06-04 | 2 | -51/+52 |
* | ptrace: remove silly wait_trap variable from ptrace_attach() | Tejun Heo | 2011-06-04 | 1 | -3/+1 |
* | rcu: Cure load woes | Peter Zijlstra | 2011-05-31 | 2 | -9/+56 |
* | mm: Fix boot crash in mm_alloc() | Linus Torvalds | 2011-05-29 | 1 | -32/+10 |
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-05-29 | 1 | -12/+25 |
|\ |
|
| * | idle governor: Avoid lock acquisition to read pm_qos before entering idle | Tim Chen | 2011-05-29 | 1 | -12/+25 |
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-05-28 | 6 | -26/+57 |
|\ \ |
|
| * | | cpuset: Fix cpuset_cpus_allowed_fallback(), don't update tsk->rt.nr_cpus_allowed | KOSAKI Motohiro | 2011-05-28 | 3 | -11/+16 |
| * | | sched: Fix ->min_vruntime calculation in dequeue_entity() | Peter Zijlstra | 2011-05-28 | 1 | -2/+3 |
| * | | sched: Fix ttwu() for __ARCH_WANT_INTERRUPTS_ON_CTXSW | Peter Zijlstra | 2011-05-28 | 1 | -9/+28 |
| * | | sched: More sched_domain iterations fixes | Xiaotian Feng | 2011-05-28 | 2 | -4/+10 |
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-05-28 | 4 | -136/+94 |
|\ \ \ |
|
| * | | | rcu: Start RCU kthreads in TASK_INTERRUPTIBLE state | Paul E. McKenney | 2011-05-28 | 2 | -0/+3 |
| * | | | rcu: Remove waitqueue usage for cpu, node, and boost kthreads | Peter Zijlstra | 2011-05-28 | 3 | -39/+17 |
| * | | | rcu: Avoid acquiring rcu_node locks in timer functions | Paul E. McKenney | 2011-05-28 | 2 | -9/+8 |
| * | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Ingo Molnar | 2011-05-28 | 4 | -90/+68 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | rcu: Decrease memory-barrier usage based on semi-formal proof | Paul E. McKenney | 2011-05-26 | 4 | -77/+62 |
| | * | | rcu: Make rcu_enter_nohz() pay attention to nesting | Paul E. McKenney | 2011-05-26 | 1 | -2/+2 |
| | * | | rcu: Don't do reschedule unless in irq | Paul E. McKenney | 2011-05-26 | 1 | -2/+3 |
| | * | | rcu: Remove old memory barriers from rcu_process_callbacks() | Paul E. McKenney | 2011-05-26 | 1 | -14/+0 |
| | * | | rcu: Add memory barriers | Paul E. McKenney | 2011-05-26 | 1 | -0/+6 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-05-28 | 8 | -24/+101 |
|\ \ \ \ |
|
| * | | | | perf: Fix SIGIO handling | Peter Zijlstra | 2011-05-28 | 1 | -0/+8 |
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-27 | 6 | -18/+90 |
| |\ \ \ \ |
|
| | * | | | | ftrace: Add internal recursive checks | Steven Rostedt | 2011-05-25 | 3 | -6/+32 |
| | * | | | | tracing: Add __print_symbolic_u64 to avoid warnings on 32bit machine | liubo | 2011-05-25 | 1 | -0/+27 |
| | * | | | | ftrace: Set ops->flag to enabled even on static function tracing | Steven Rostedt | 2011-05-25 | 1 | -1/+5 |
| | * | | | | tracing: Have event with function tracer check error return | Steven Rostedt | 2011-05-25 | 1 | -1/+6 |
| | * | | | | ftrace: Have ftrace_startup() return failure code | Steven Rostedt | 2011-05-25 | 1 | -6/+8 |
| | * | | | | jump_label: Check entries limit in __jump_label_update | Jiri Olsa | 2011-05-25 | 1 | -5/+13 |
| * | | | | | Merge branch 'linus' into perf/urgent | Ingo Molnar | 2011-05-26 | 32 | -541/+1224 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | watchdog: Fix non-standard prototype of get_softlockup_thresh() | Ingo Molnar | 2011-05-24 | 1 | -7/+4 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2011-05-27 | 2 | -119/+134 |
|\ \ \ \ \ \ |
|
| * | | | | | | PM: Fix PM QOS's user mode interface to work with ASCII input | Rafael J. Wysocki | 2011-05-27 | 1 | -10/+23 |
| * | | | | | | PM / Hibernate: Update kerneldoc comments in hibernate.c | Rafael J. Wysocki | 2011-05-24 | 1 | -90/+104 |
| * | | | | | | PM / Hibernate: Remove arch_prepare_suspend() | Rafael J. Wysocki | 2011-05-24 | 1 | -5/+0 |
| * | | | | | | PM / Hibernate: Update some comments in core hibernate code | Rafael J. Wysocki | 2011-05-24 | 1 | -14/+7 |
* | | | | | | | Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu... | Linus Torvalds | 2011-05-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| * | | | | | | Create Documentation/security/, | Randy Dunlap | 2011-05-19 | 1 | -1/+1 |
* | | | | | | | kernel/profile.c: remove some duplicate code from profile_hits() | Rakib Mullick | 2011-05-26 | 1 | -7/+9 |
* | | | | | | | mm: extract exe_file handling from procfs | Jiri Slaby | 2011-05-26 | 1 | -1/+51 |
* | | | | | | | cgroup: remove the ns_cgroup | Daniel Lezcano | 2011-05-26 | 6 | -249/+3 |