summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-19/+43
2012-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-5/+40
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-80/+163
2012-01-06Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2012-01-06Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-79/+141
2012-01-06Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+6
2012-01-04security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara1-1/+1
2011-12-26KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka1-0/+1
2011-12-22VFS: Fix race between CPU hotplug and lglocksSrivatsa S. Bhat1-4/+32
2011-12-21perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU eventStephane Eranian1-0/+1
2011-12-21lockdep/waitqueues: Add better annotationPeter Zijlstra1-2/+2
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+8
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar37-158/+225
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar5-79/+141
2011-12-19Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Martin Schwidefsky3-17/+41
2011-12-19time/clocksource: Fix kernel-doc warningsKusanagi Kouichi1-3/+8
2011-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linuxLinus Torvalds1-0/+2
2011-12-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2011-12-16iommu: Export intel_iommu_enabled to signal when iommu is in useEugeni Dodonov1-0/+2
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-2/+2
2011-12-15sched: Mark parent and real_parent as __rcuKees Cook1-2/+2
2011-12-15Merge commit 'v3.2-rc5' into sched/coreIngo Molnar35-153/+217
2011-12-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar6-80/+163
2011-12-13linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds1-0/+6
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett1-0/+1
2011-12-11rcu: Document same-context read-side constraintsPaul E. McKenney2-0/+20
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-46/+1
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney1-0/+8
2011-12-11rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney1-0/+43
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-3/+43
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-6/+7
2011-12-11rcu: Make srcu_read_lock_held() call common lockdep-enabled functionPaul E. McKenney1-1/+4
2011-12-11rcu: Warn when srcu_read_lock() is used in an extended quiescent statePaul E. McKenney1-13/+23
2011-12-11rcu: Remove one layer of abstraction from PROVE_RCU checkingPaul E. McKenney1-45/+8
2011-12-11rcu: Warn when rcu_read_lock() is used in extended quiescent stateFrederic Weisbecker1-10/+42
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker1-0/+26
2011-12-11rcu: Add failure tracing to rcutorturePaul E. McKenney1-0/+8
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney3-40/+13
2011-12-11mmc: core: Add quirk for long data read timeStefan Nilsson XK1-0/+6
2011-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+9
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov3-2/+3
2011-12-08memblock: Reimplement memblock allocation using reverse free area iteratorTejun Heo1-2/+22
2011-12-08memblock: Kill early_node_map[]Tejun Heo3-46/+35
2011-12-08memblock: Implement memblock_add_node()Tejun Heo1-0/+1
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-2/+1
2011-12-08memblock: Track total size of regions automaticallyTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Kill sentinel entries at the end of static region arraysTejun Heo1-6/+0