summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rcu: move TINY_RCU from softirq to kthreadPaul E. McKenney2010-11-185-26/+70
* rcu: add priority-inversion testing to rcutorturePaul E. McKenney2010-10-071-11/+259
* sched: fix RCU lockdep splat from task_group()Peter Zijlstra2010-10-071-0/+12
* rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng2010-10-071-2/+2
* sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney2010-10-071-1/+4
* net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney2010-10-071-1/+4
* Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-07705-3738/+6532
|\
| * Linux 2.6.36-rc7Linus Torvalds2010-10-061-1/+1
| * Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-10-0628-57/+125
| |\
| | * MIPS: Octeon: Place cnmips_cu2_setup in __init memory.David Daney2010-10-041-1/+1
| | * MIPS: Don't place cu2 notifiers in __cpuinitdataDavid Daney2010-10-041-1/+1
| | * MIPS: Calculate VMLINUZ_LOAD_ADDRESS based on the length of vmlinux.binShmulik Ladkani2010-10-041-1/+1
| | * MIPS: Alchemy: Resolve prom section mismatchesManuel Lauss2010-10-041-3/+2Star
| | * MIPS: Fix syscall 64 bit number comments.Ralf Baechle2010-10-041-2/+2
| | * MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.David Daney2010-10-046-9/+37
| | * MIPS: TX49xx: Rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori2010-10-041-1/+1
| | * MIPS: N32: Fix getdents64 syscall for n32Bernhard Walle2010-10-041-1/+1
| | * MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches2010-10-042-2/+2
| | * MIPS: PNX8550: Sort out machine halt, restart and powerdown functions.Ralf Baechle2010-10-042-17/+6Star
| | * MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle2010-10-044-5/+5
| | * MIPS: Kconfig: Fix and clarify kconfig help text for VSMP and SMTC.Ralf Baechle2010-10-041-2/+18
| | * MIPS: DMA: Fix computation of DMA flags from device's coherent_dma_mask.Ralf Baechle2010-10-041-8/+20
| | * MIPS: Audit: Fix hang in entry.S.Ralf Baechle2010-10-041-1/+2
| | * MIPS: Document why RELOC_HIDE is there.Ralf Baechle2010-10-041-0/+14
| | * MIPS: Octeon: Determine if helper needs to be builtAndreas Bießmann2010-10-042-1/+5
| | * MIPS: Use generic atomic64 for 32-bit kernelsDeng-Cheng Zhu2010-10-042-0/+5
| | * MIPS: RM7000: Symbol should be staticRicardo Mendoza2010-10-041-1/+1
| | * MIPS: kspd: Adjust confusing if indentationJulia Lawall2010-10-041-1/+1
| | * MIPS: Fix a typo.Andrea Gelmini2010-10-041-1/+1
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-061-15/+4Star
| |\ \
| | * | writeback: always use sb->s_bdi for writeback purposesChristoph Hellwig2010-10-041-15/+4Star
| | |/
| * | Merge branch 'v2.6.36-rc6-urgent-fixes' of git://xenbits.xen.org/people/sstab...Linus Torvalds2010-10-062-5/+9
| |\ \
| | * | xen: do not initialize PV timers on HVM if !xen_have_vector_callbackStefano Stabellini2010-10-051-2/+3
| | * | xen: do not set xenstored_ready before xenbus_probe on hvmStefano Stabellini2010-10-051-3/+6
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-10-061-1/+1
| |\ \ \
| | * | | fuse: Initialize total_len in fuse_retrieve()Geert Uytterhoeven2010-10-041-1/+1
| | |/ /
| * | | powerpc: remove unused variableStephen Rothwell2010-10-061-1/+0Star
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-052-4/+15
| |\ \ \
| * \ \ \ Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-056-7/+15
| |\ \ \ \
| | * | | | perf trace scripting: Fix extern struct definitionsStephane Eranian2010-10-041-2/+2
| | * | | | perf ui hist browser: Fix segfault on 'a' for annotateFrederik Deweerdt2010-10-041-1/+1
| | * | | | perf tools: Fix build breakageKusanagi Kouichi2010-10-041-1/+1
| | * | | | perf, x86: Handle in flight NMIs on P4 platformCyrill Gorcunov2010-09-301-1/+5
| | * | | | oprofile, ARM: Release resources on failureRobert Richter2010-09-301-2/+5
| | * | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-09-271-0/+1
| | |\ \ \ \
| | | * | | | oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa2010-09-211-0/+1
| * | | | | | wait: using uninitialized member of wait queueEvgeny Kuznetsov2010-10-051-0/+1
| * | | | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-0511-26/+14Star
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-10-042-3/+5
| |\ \ \ \ \ \
| | * | | | | | regulator: max8649 - fix setting extclk_freqAxel Lin2010-10-021-1/+1