aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...HEADmasterLinus Torvalds1-0/+1
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-591/+0
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds7-29/+376
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-720/+839
2010-10-21Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+11
2010-10-21Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+22
2010-10-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+16
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-103/+489
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-1369/+2876
2010-10-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-95/+741
2010-10-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-27/+34
2010-10-21security: remove unused parameter from security_task_setscheduler()KOSAKI Motohiro2-4/+4
2010-10-20Merge branch 'linus' into irq/coreIngo Molnar9-21/+40
2010-10-19Merge branch 'devel-stable' into develRussell King7-10/+29
2010-10-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar6-131/+373
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt1-2/+1
2010-10-19futex: Fix errors in nested key ref-countingDarren Hart1-15/+16
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...Russell King25-200/+445
2010-10-18sched: Export account_system_vtime()Ingo Molnar1-0/+1
2010-10-18sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2-4/+10
2010-10-18sched: Remove irq time from available CPU powerVenkatesh Pallipadi3-1/+30
2010-10-18sched: Do not account irq time to current taskVenkatesh Pallipadi3-10/+47
2010-10-18sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi1-0/+49
2010-10-18sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi1-0/+1
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi2-18/+35
2010-10-18sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao1-2/+7
2010-10-18sched: Force balancing on newidle balance if local group has capacityNikhil Rao1-3/+25
2010-10-18sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao1-5/+7
2010-10-18sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao1-0/+3
2010-10-18perf: Optimize sw eventsPeter Zijlstra1-2/+2
2010-10-18perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra1-15/+9
2010-10-18jump_label: Use more consistent namingPeter Zijlstra1-3/+3
2010-10-18perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra2-9/+22
2010-10-18perf: Find task before event allocPeter Zijlstra1-11/+12
2010-10-18perf: Fix task refcount bugsPeter Zijlstra1-3/+4
2010-10-18perf: Fix group movingPeter Zijlstra1-1/+6
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra4-101/+176
2010-10-18perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian1-13/+63
2010-10-18perf_events: Fix bogus context time trackingStephane Eranian1-1/+7
2010-10-18lockdep: Check the depth of subclassHitoshi Mitake1-8/+10
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake1-7/+18
2010-10-18Merge branch 'linus' into core/lockingIngo Molnar8-19/+40
2010-10-18sched: Drop all load weight manipulation for RT tasksLinus Walleij1-6/+0
2010-10-18sched: Create special class for stop/migrate workPeter Zijlstra3-12/+158
2010-10-18sched: Unindent labelsPeter Zijlstra2-9/+9
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt1-1/+0
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt1-48/+48
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt1-52/+50
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa1-10/+221
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa3-52/+71
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa1-4/+20
2010-10-18tracing/trivial: Remove cast from void*matt mooney2-3/+3
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon1-0/+14
2010-10-17PM: Add sysfs attr for rechecking dev hash from PM traceJames Hogan1-0/+18
2010-10-17PM / Hibernate: Modify signature used to mark swapRafael J. Wysocki1-3/+3
2010-10-17PM: Allow wakeup events to abort freezing of tasksRafael J. Wysocki1-2/+9
2010-10-17PM / Hibernate: Make some boot messages look less scaryRafael J. Wysocki2-8/+8
2010-10-17PM / Wakeup: Introduce wakeup source objects and event statistics (v3)Rafael J. Wysocki1-4/+4
2010-10-17PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki3-2/+15
2010-10-17PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki1-2/+4
2010-10-17PM / Runtime: Use alloc_workqueue() for creating the PM workqueueRafael J. Wysocki1-1/+1
2010-10-17PM: Fix unmet dependency warning from kconfigRafael J. Wysocki1-0/+1
2010-10-17PM / Hibernate: Compress hibernation image with LZOBojan Smojver4-7/+299
2010-10-15sysctl: min/max bounds are optionalEric Dumazet1-9/+0
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter21-1115/+2243
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar1-0/+5
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt1-1/+1
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar1-2/+3
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt1-0/+5
2010-10-14hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi1-2/+11
2010-10-14sched: Comment updates: fix default latency and granularity numbersTakuya Yoshikawa1-2/+2
2010-10-14Merge branch 'linus' into sched/coreIngo Molnar11-17/+37
2010-10-14futex: Fix kernel-doc notation & typosRandy Dunlap1-11/+14
2010-10-14kprobes: Fix selftest to clear flags field for reusing probesMasami Hiramatsu1-3/+9
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov1-2/+3
2010-10-13Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt28-205/+471
2010-10-12genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y buildThomas Gleixner2-2/+2
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-10-12printk: Make console_sem a semaphore not a pseudo mutexThomas Gleixner1-2/+2
2010-10-12Merge branch 'linus' into core/lockingThomas Gleixner36-292/+674
2010-10-12genirq: Switch sparse_irq allocator to GFP_KERNELThomas Gleixner1-3/+2
2010-10-12genirq: Make sparse_lock a mutexThomas Gleixner1-19/+14
2010-10-12genirq: Remove the now unused sparse irq leftoversThomas Gleixner5-256/+2
2010-10-12genirq: Sanitize dynamic irq handlingThomas Gleixner3-121/+23
2010-10-12genirq: Remove arch_init_chip_data()Thomas Gleixner2-7/+0
2010-10-12Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner4-7/+8
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner2-6/+8
2010-10-12genirq: Use sane sparse allocatorThomas Gleixner1-109/+20
2010-10-12genirq: Implement irq reservationThomas Gleixner1-0/+26
2010-10-12genirq: Implement sane enumerationThomas Gleixner1-0/+11
2010-10-12genirq: Prepare proc for real sparse irq supportThomas Gleixner3-0/+22
2010-10-12genirq: Implement a sane sparse_irq allocatorThomas Gleixner1-8/+223
2010-10-12genirq: Provide default irq init flagsThomas Gleixner2-4/+4
2010-10-12genirq: Remove export of kstat_irqs_cpuThomas Gleixner1-1/+0
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner1-10/+1
2010-10-12genirq: Distangle kernel/irq/handle.cThomas Gleixner4-332/+340
2010-10-12genirq: Sanitize irq_data accessorsThomas Gleixner1-0/+8
2010-10-12genirq: Provide status modifierThomas Gleixner1-19/+7
2010-10-12genirq: Distangle irq.hThomas Gleixner1-0/+100
2010-10-12perf: Fix incorrect copy_from_user() usageJohn Blackwood1-3/+1
2010-10-11Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2-1/+9
2010-10-11Merge branch 'oprofile/urgent' (early part) into oprofile/perfRobert Richter23-198/+443
2010-10-11perf: New helper function for pmu nameMatt Fleming1-0/+5
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar4-6/+19
2010-10-08Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar27-204/+462
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2010-10-07sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet1-1/+1
2010-10-07sched: fix RCU lockdep splat from task_group()Peter Zijlstra1-0/+12
2010-10-07rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng1-2/+2
2010-10-07sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney1-1/+4
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar14-67/+161
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar25-148/+327
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen1-0/+8
2010-10-05rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney1-1/+1
2010-10-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-0/+4
2010-10-04genirq: Provide config option to disable deprecated codeThomas Gleixner5-5/+32
2010-10-04perf_events: Fix invalid pointer when pid is invalidStephane Eranian1-1/+6
2010-10-04genirq: Provide compat handling for chip->retrigger()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_wake()Thomas Gleixner2-2/+9
2010-10-04genirq: Provide compat handling for chip->set_type()Thomas Gleixner3-7/+15
2010-10-04genirq: Provide compat handling for chip->set_affinity()Thomas Gleixner4-8/+19
2010-10-04genirq: Provide compat handling for chip->startup()Thomas Gleixner4-16/+16
2010-10-04genirq: Provide compat handling for chip->disable()/shutdown()Thomas Gleixner5-22/+35
2010-10-04genirq: Provide compat handling for chip->enable()Thomas Gleixner3-8/+21
2010-10-04genirq: Provide compat handling for chip->eoi()Thomas Gleixner1-3/+10
2010-10-04genirq: Provide compat handling for chip->mask_ack()Thomas Gleixner1-6/+13
2010-10-04genirq: Provide compat handling for chip->ack()Thomas Gleixner2-18/+12
2010-10-04genirq: Provide compat handling for chip->unmask()Thomas Gleixner4-9/+16
2010-10-04genirq: Provide compat handling for chip->mask()Thomas Gleixner3-9/+16
2010-10-04genirq: Provide compat handling for bus_lock/bus_sync_unlockThomas Gleixner3-19/+35
2010-10-04genirq: Add new functions to dummy chipsThomas Gleixner2-17/+44
2010-10-04genirq: Convert core code to irq_dataThomas Gleixner10-105/+106
2010-10-04genirq: Create irq_dataThomas Gleixner1-20/+19
2010-10-04genirq: Provide KconfigThomas Gleixner1-0/+54
2010-10-01kfifo: fix scatterlist usageIra W. Snyder1-2/+0
2010-09-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar6-9/+456
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-2/+0
2010-09-23rcu: Add tracing data to support queueing modelsPaul E. McKenney3-3/+13
2010-09-23rcu: fix sparse errors in rcutorture.cPaul E. McKenney1-4/+7
2010-09-23kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich1-2/+0
2010-09-23powerpc: define a compat_sys_recv cond_syscallStephen Rothwell1-0/+1
2010-09-22rmap: fix walk during forkAndrea Arcangeli1-1/+1
2010-09-22jump label: Tracepoint support for jump labelsJason Baron1-2/+12
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron2-1/+85
2010-09-22jump label: Initialize workqueue tracepoints *before* they are registeredJason Baron1-5/+5
2010-09-22jump label: Base patch for jump labelJason Baron4-1/+354
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar2-5/+5
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+5
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2010-09-21tracing/sched: Add sched_pi_setprio tracepointSteven Rostedt1-0/+1
2010-09-21sched: Give CPU bound RT tasks preferenceSteven Rostedt1-3/+5
2010-09-21sched: Try not to migrate higher priority RT tasksSteven Rostedt1-10/+12
2010-09-21sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi1-1/+8
2010-09-21Merge commit 'v2.6.36-rc5' into sched/coreIngo Molnar22-192/+436
2010-09-21perf: Avoid RCU vs preemption assumptionsPeter Zijlstra1-6/+12
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2-10/+38
2010-09-21sched: Fix nohz balance kickSuresh Siddha1-1/+1
2010-09-18futex: Add lock context annotationsNamhyung Kim1-0/+4
2010-09-18futex: Mark restart_block.futex.uaddr[2] __userNamhyung Kim1-2/+2
2010-09-18futex: Change 3rd arg of fetch_robust_entry() to unsigned int*Namhyung Kim2-2/+2
2010-09-17perf: Undo the per cpu-context timer stuffPeter Zijlstra2-30/+51
2010-09-17perf: Fix perf_event_exit_cpu_context()Peter Zijlstra1-2/+1
2010-09-17perf: Complete software pmu groupingPeter Zijlstra1-5/+60
2010-09-17perf_events: Fix broken event groupingStephane Eranian1-8/+7
2010-09-17hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-10/+17
2010-09-16sched: Remove branch hints within context_switch()Heiko Carstens1-2/+2
2010-09-15kprobes: Add sparse context annotationsNamhyung Kim1-0/+4
2010-09-15kprobes: Make functions staticNamhyung Kim1-2/+3
2010-09-15kprobes: Verify jprobe entry pointNamhyung Kim1-5/+9
2010-09-15kprobes: Remove redundant address checkNamhyung Kim1-8/+5
2010-09-15perf events: Clean up pid passingMatt Helsley3-15/+13
2010-09-15perf events: Split out task search into helperMatt Helsley1-23/+40
2010-09-15hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2010-09-15watchdog: Avoid kernel crash when disabling watchdogStephane Eranian1-0/+3
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar20-184/+409
2010-09-14tracing: Remove leftover FTRACE_ENABLE/DISABLE_MCOUNT enumsSteven Rostedt1-14/+4
2010-09-14tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt1-1/+22
2010-09-14tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa1-1/+100
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+21
2010-09-14tracing: Fix reading of set_ftrace_filter across listsSteven Rostedt1-3/+3
2010-09-14tracing: Keep track of set_ftrace_filter position and allow lseek againSteven Rostedt1-8/+26
2010-09-14tracing: Replace typecasted void pointer in set_ftrace_filter codeSteven Rostedt1-21/+46
2010-09-14tracing: Do not reset *pos in set_ftrace_filterSteven Rostedt1-2/+6
2010-09-14sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers1-4/+3
2010-09-13sched: Improve latencies under load by decreasing minimum scheduling granularityIngo Molnar1-3/+3
2010-09-13perf: Fix free_event()Peter Zijlstra1-1/+3
2010-09-13perf: Sanitize the RCU logicPeter Zijlstra1-8/+9
2010-09-13workqueue: add documentationTejun Heo1-10/+17
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-21/+68
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2010-09-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+6
2010-09-11PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross1-1/+3
2010-09-10perf: Fix perf_init_event()Peter Zijlstra1-2/+5
2010-09-10generic-ipi: Fix deadlock in __smp_call_function_singleHeiko Carstens1-3/+14
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+34
2010-09-10perf: Ensure we call add_event_to_ctx() with the right locks heldPeter Zijlstra1-0/+3