| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into sched/urgent | Ingo Molnar | 2009-12-16 | 53 | -957/+824 |
|\ |
|
| * | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-12-15 | 41 | -712/+717 |
| |\ |
|
| | * | clockevents: Convert to raw_spinlock | Thomas Gleixner | 2009-12-14 | 3 | -38/+38 |
| | * | clockevents: Make tick_device_lock static | Thomas Gleixner | 2009-12-14 | 2 | -2/+1 |
| | * | perf_event: Convert to raw_spinlock | Thomas Gleixner | 2009-12-14 | 2 | -55/+55 |
| | * | hrtimers: Convert to raw_spinlocks | Thomas Gleixner | 2009-12-14 | 3 | -36/+37 |
| | * | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 10 | -108/+108 |
| | * | smp: Convert smplocks to raw_spinlocks | Thomas Gleixner | 2009-12-14 | 1 | -16/+16 |
| | * | rtmutes: Convert rtmutex.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 2 | -27/+27 |
| | * | sched: Convert pi_lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 6 | -59/+59 |
| | * | sched: Convert cpupri lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 2 | -6/+6 |
| | * | sched: Convert rt_runtime_lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 2 | -37/+37 |
| | * | sched: Convert rq->lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 5 | -103/+106 |
| | * | plist: Make plist debugging raw_spinlock aware | Thomas Gleixner | 2009-12-14 | 1 | -3/+3 |
| | * | locking: Cleanup the name space completely | Thomas Gleixner | 2009-12-14 | 1 | -96/+96 |
| | * | locking: Further name space cleanups | Thomas Gleixner | 2009-12-14 | 2 | -7/+7 |
| | * | locking: Implement new raw_spinlock | Thomas Gleixner | 2009-12-14 | 3 | -23/+25 |
| | * | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 9 | -51/+51 |
| | * | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 2009-12-14 | 6 | -10/+10 |
| | * | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 6 | -18/+18 |
| | * | locking: Reorder functions in spinlock.c | Thomas Gleixner | 2009-12-14 | 1 | -123/+123 |
| * | | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 1 | -5/+3 |
| * | | vt: introduce and use vt_kmsg_redirect() function | Bernhard Walle | 2009-12-15 | 1 | -4/+3 |
| * | | kernel/sys.c: fix "warning: do-while statement is not a compound statement" n... | H Hartley Sweeten | 2009-12-15 | 1 | -4/+4 |
| * | | generic-ipi: cleanup for generic_smp_call_function_interrupt() | Xiao Guangrong | 2009-12-15 | 1 | -2/+1 |
| * | | 'sysctl_max_map_count' should be non-negative | Amerigo Wang | 2009-12-15 | 1 | -1/+2 |
| * | | hugetlb: derive huge pages nodes allowed from task mempolicy | Lee Schermerhorn | 2009-12-15 | 1 | -2/+13 |
| * | | bsdacct: fix uid/gid misreporting | Alexey Dobriyan | 2009-12-15 | 1 | -1/+2 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 11 | -231/+84 |
| |\ |
|
| | * | Merge branch 'for-linus' into for-next | Tejun Heo | 2009-12-08 | 1 | -11/+11 |
| | |\ |
|
| | * | | percpu: make percpu symbols in tracer unique | Tejun Heo | 2009-10-29 | 2 | -27/+28 |
| | * | | percpu: make percpu symbols under kernel/ and mm/ unique | Tejun Heo | 2009-10-29 | 5 | -43/+45 |
| | * | | this_cpu: Use this_cpu_xx in trace_functions_graph.c | Tejun Heo | 2009-10-13 | 1 | -2/+2 |
| | * | | this_cpu: Use this_cpu_xx for ftrace | Christoph Lameter | 2009-10-12 | 2 | -5/+5 |
| | * | | this_cpu: Use this_cpu operations in RCU | Christoph Lameter | 2009-10-03 | 1 | -4/+4 |
| | * | | percpu: kill legacy percpu allocator | Tejun Heo | 2009-10-02 | 1 | -150/+0 |
* | | | | sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK | David Miller | 2009-12-15 | 1 | -8/+15 |
* | | | | sched: Use rcu in sched_get_rr_param() | Thomas Gleixner | 2009-12-14 | 1 | -3/+3 |
* | | | | sched: Use rcu in sched_get/set_affinity() | Thomas Gleixner | 2009-12-14 | 1 | -10/+6 |
* | | | | sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam() | Thomas Gleixner | 2009-12-14 | 1 | -5/+5 |
* | | | | sched: Use pr_fmt() and pr_<level>() | Joe Perches | 2009-12-13 | 2 | -53/+43 |
* | | | | sched: Make wakeup side and atomic variants of completion API irq safe | Rafael J. Wysocki | 2009-12-13 | 1 | -4/+6 |
|/ / / |
|
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-12 | 9 | -205/+256 |
|\ \ \ |
|
| * | | | sched: Remove forced2_migrations stats | Ingo Molnar | 2009-12-10 | 2 | -8/+0 |
| * | | | sched: Fix memory leak in two error corner cases | Phil Carmody | 2009-12-10 | 1 | -2/+6 |
| * | | | sched: Fix build warning in get_update_sysctl_factor() | Mike Galbraith | 2009-12-10 | 1 | -1/+1 |
| * | | | sched: Update normalized values on user updates via proc | Christian Ehrhardt | 2009-12-09 | 3 | -8/+29 |
| * | | | sched: Make tunable scaling style configurable | Christian Ehrhardt | 2009-12-09 | 4 | -1/+51 |
| * | | | sched: Fix missing sched tunable recalculation on cpu add/remove | Christian Ehrhardt | 2009-12-09 | 2 | -13/+32 |
| * | | | sched: Fix task priority bug | Peter Zijlstra | 2009-12-09 | 1 | -6/+0 |