summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-063-19/+43
|\
| * Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky2011-12-193-17/+41
| |\
| | * sched: Mark parent and real_parent as __rcuKees Cook2011-12-151-2/+2
| | * Merge commit 'v3.2-rc5' into sched/coreIngo Molnar2011-12-1535-153/+217
| | |\
| | * | sched: Fix compile error for UP,!NOHZPeter Zijlstra2011-12-061-1/+1
| | * | sched/accounting: Change cpustat fields to an arrayGlauber Costa2011-12-061-14/+22
| | * | sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha2011-12-061-0/+6
| | * | sched: Make separate sched*.c translation unitsPeter Zijlstra2011-11-172-1/+11
| * | | [S390] cputime: add sparse checking and cleanupMartin Schwidefsky2011-12-151-2/+2
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-063-5/+40
|\ \ \ \
| * | | | perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU eventStephane Eranian2011-12-211-0/+1
| * | | | Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-2037-158/+225
| |\ \ \ \
| * | | | | jump_label: Provide jump_label_key initializersPeter Zijlstra2011-12-061-0/+3
| * | | | | perf, core: Rate limit perf_sched_events jump_label patchingGleb Natapov2011-12-062-3/+27
| * | | | | perf, x86: Implement event scheduler helper functionsRobert Richter2011-12-061-2/+8
| * | | | | perf: Avoid a useless pmu_disable() in the perf-tickPeter Zijlstra2011-12-061-0/+1
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-066-80/+163
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2011-12-146-80/+163
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett2011-12-111-0/+1
| | * | | | | rcu: Document same-context read-side constraintsPaul E. McKenney2011-12-112-0/+20
| | * | | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-46/+1
| | * | | | | sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney2011-12-111-0/+8
| | * | | | | rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney2011-12-111-0/+43
| | * | | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-3/+43
| | * | | | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-6/+7
| | * | | | | rcu: Make srcu_read_lock_held() call common lockdep-enabled functionPaul E. McKenney2011-12-111-1/+4
| | * | | | | rcu: Warn when srcu_read_lock() is used in an extended quiescent statePaul E. McKenney2011-12-111-13/+23
| | * | | | | rcu: Remove one layer of abstraction from PROVE_RCU checkingPaul E. McKenney2011-12-111-45/+8
| | * | | | | rcu: Warn when rcu_read_lock() is used in extended quiescent stateFrederic Weisbecker2011-12-111-10/+42
| | * | | | | rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker2011-12-111-0/+26
| | * | | | | rcu: Add failure tracing to rcutorturePaul E. McKenney2011-12-111-0/+8
| | * | | | | rcu: Track idleness independent of idle tasksPaul E. McKenney2011-12-113-40/+13
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-061-0/+4
|\ \ \ \ \ \
| * | | | | | printk, lockdep: Disable lock debugging on zap_locks()Peter Zijlstra2011-11-141-0/+4
* | | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-01-065-79/+141
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar2011-12-205-79/+141
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | memblock: Reimplement memblock allocation using reverse free area iteratorTejun Heo2011-12-081-2/+22
| | * | | | | | memblock: Kill early_node_map[]Tejun Heo2011-12-083-46/+35
| | * | | | | | memblock: Implement memblock_add_node()Tejun Heo2011-12-081-0/+1
| | * | | | | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-2/+1
| | * | | | | | memblock: Track total size of regions automaticallyTejun Heo2011-12-081-1/+1
| | * | | | | | memblock: Kill memblock_init()Tejun Heo2011-12-081-1/+0
| | * | | | | | memblock: Kill sentinel entries at the end of static region arraysTejun Heo2011-12-081-6/+0
| | * | | | | | memblock: Add __memblock_dump_all()Tejun Heo2011-12-081-1/+7
| | * | | | | | memblock: Make memblock_{add|remove|free|reserve}() return int and update pro...Tejun Heo2011-12-081-35/+29
| | * | | | | | Merge branch 'master' into x86/memblockTejun Heo2011-11-28532-4744/+15136
| | |\ \ \ \ \ \
| | * | | | | | | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-2/+0
| | * | | | | | | memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config optionTejun Heo2011-07-141-1/+1
| | * | | | | | | memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-141-1/+1
| | * | | | | | | memblock: Implement for_each_free_mem_range()Tejun Heo2011-07-141-0/+20