summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds5-4/+282
2010-05-19Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-0/+1
2010-05-18Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2010-05-18Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-31/+74
2010-05-18Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+3
2010-05-18Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+30
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-77/+116
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-117/+166
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-95/+128
2010-05-18Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-57/+59
2010-05-18Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-22/+81
2010-05-18Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+12
2010-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds3-23/+14
2010-05-17m68k: amiga - Zorro host bridge platform device conversionGeert Uytterhoeven1-9/+0
2010-05-17m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2-12/+10
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven1-2/+4
2010-05-17atomic_t: Remove volatile from atomic_t definitionAnton Blanchard1-2/+2
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-1/+1
2010-05-17[S390] add breaking event address for user spaceMartin Schwidefsky1-0/+1
2010-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-22/+22
2010-05-16rtnetlink: make SR-IOV VF interface symmetricChris Wright1-4/+19
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-18/+3
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+14
2010-05-13sh: fixup the docbook paths for clock framework shuffling.Paul Mundt1-2/+1
2010-05-13sh: move sh clock.c contents to drivers/sh/clk.Magnus Damm1-1/+1
2010-05-13sh: move sh asm/clock.h contents to linux/sh_clk.h V2Magnus Damm1-0/+151
2010-05-13Merge commit 'v2.6.34-rc7' into tracing/coreIngo Molnar23-49/+67
2010-05-12revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-1/+0
2010-05-12dma-mapping: fix dma_sync_single_range_*FUJITA Tomonori1-2/+2
2010-05-12rcu: remove all rcu head initializations, except on_stack initializationsPaul E. McKenney1-1/+0
2010-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-0/+4
2010-05-11sched, wait: Use wrapper functionsChangli Gao1-20/+15
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel1-12/+12
2010-05-11Revert "perf: Fix exit() vs PERF_FORMAT_GROUP"Ingo Molnar1-1/+0
2010-05-11rcu head introduce rcu head init on stackMathieu Desnoyers1-0/+8
2010-05-11Debugobjects transition checkMathieu Desnoyers1-0/+11
2010-05-10rcu: make SRCU usable in modulesPaul E. McKenney1-0/+2
2010-05-10rcu: slim down rcutiny by removing rcu_scheduler_active and friendsPaul E. McKenney3-3/+17
2010-05-10rcu: refactor RCU's context-switch handlingPaul E. McKenney2-0/+5
2010-05-10rcu: shrink rcutiny by making synchronize_rcu_bh() be inlinePaul E. McKenney3-3/+13
2010-05-10rcu: fix now-bogus rcu_scheduler_active comments.Paul E. McKenney1-2/+4
2010-05-10rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.Paul E. McKenney2-9/+10
2010-05-10rcu: optionally leave lockdep enabled after RCU lockdep splatLai Jiangshan1-4/+11
2010-05-10Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar23-49/+67
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven1-0/+4
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-1/+0
2010-05-09tracing: Factorize lock events in a lock classFrederic Weisbecker1-33/+15
2010-05-09tracing: Drop the nested field from lock_release eventFrederic Weisbecker1-2/+2
2010-05-09tracing: Drop lock_acquired waittime fieldFrederic Weisbecker1-7/+4
2010-05-09Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin75-191/+568