summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Staging: Add clk API note to nvec/TODORussell King2011-08-031-2/+4
| * | | | | drivers/staging/ath6kl/miscdrv/ar3kps/ar3kpsparser.c: adjust array indexJulia Lawall2011-08-031-1/+1
| * | | | | staging: more missing slab.h inclusionsAndrew Morton2011-08-032-0/+2
| * | | | | drivers/staging/solo6x10/p2m.c needs slab.hAndrew Morton2011-08-031-0/+1
| * | | | | drivers/staging/solo6x10/core.c needs slab.hAndrew Morton2011-08-031-0/+1
| * | | | | drivers/staging/dt3155v4l/dt3155v4l.c needs slab.hAndrew Morton2011-08-031-0/+1
| * | | | | drivers/staging/speakup/devsynth.c: fix "buffer size is not provably correct"...Andrew Morton2011-08-031-2/+3
| * | | | | Staging: iio: add some unlocks to raw_read() functionsDan Carpenter2011-08-035-10/+30
| * | | | | staging: ft1000_proc needs asm/io.h for inw/outw on sparcPaul Gortmaker2011-08-031-0/+1
| * | | | | staging: rtl8192u: declare MODULE_FIRMWAREStefan Lippers-Hollmann2011-08-031-6/+3
| * | | | | gma500: Fix clashes with DRM updatesAlan Cox2011-08-032-24/+1
| * | | | | staging: zcache: module is GPLThadeu Lima de Souza Cascardo2011-08-031-0/+3
| * | | | | staging: fix zcache buildingThadeu Lima de Souza Cascardo2011-08-032-1/+1
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-1321-115/+194
|\ \ \ \ \ \
| * | | | | | x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-1110-89/+111
| * | | | | | x86-64: Wire up getcpu syscallAndy Lutomirski2011-08-111-0/+2
| * | | | | | x86: Remove unnecessary compile flag tweaks for vsyscall codeAndy Lutomirski2011-08-112-16/+0
| * | | | | | x86-64: Add vsyscall:emulate_vsyscall trace eventAndy Lutomirski2011-08-052-0/+35
| * | | | | | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-058-9/+38
| * | | | | | x86-64, xen: Enable the vvar mappingAndy Lutomirski2011-08-051-1/+3
| * | | | | | x86-64: Work around gold bug 13023Andy Lutomirski2011-08-051-6/+10
| * | | | | | x86-64: Move the "user" vsyscall segment out of the data segment.Andy Lutomirski2011-08-051-18/+18
| * | | | | | x86-64: Pad vDSO to a page boundaryAndy Lutomirski2011-08-051-0/+1
| * | | | | | Merge commit 'v3.0' into x86/vdsoH. Peter Anvin2011-08-051381-9205/+40791
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-08-1326-204/+155
|\ \ \ \ \ \ \ \
| * | | | | | | | xfs: replace xfs_buf_geterror() with bp->b_errorChandra Seetharaman2011-08-122-3/+3
| * | | | | | | | xfs: Check the return value of xfs_buf_read() for NULLChandra Seetharaman2011-08-122-0/+8
| * | | | | | | | "xfs: fix error handling for synchronous writes" revisitedAjeet Yadav2011-08-111-1/+0
| * | | | | | | | xfs: set cursor in xfs_ail_splice() even when AIL was emptyAlex Elder2011-08-091-38/+29
| * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-088819-379859/+528125
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | xfs: Remove the macro XFS_BUFTARG_NAMEChandra Seetharaman2011-07-254-7/+10
| * | | | | | | | xfs: Remove the macro XFS_BUF_TARGETChandra Seetharaman2011-07-255-7/+6
| * | | | | | | | xfs: Remove the macro XFS_BUF_SET_TARGETChandra Seetharaman2011-07-252-3/+0
| * | | | | | | | Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinnedChandra Seetharaman2011-07-256-7/+10
| * | | | | | | | xfs: Remove the macro XFS_BUF_SET_PTRChandra Seetharaman2011-07-253-5/+4
| * | | | | | | | xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-2516-47/+45
| * | | | | | | | xfs: Remove macro XFS_BUF_SET_STARTChandra Seetharaman2011-07-252-3/+0
| * | | | | | | | xfs: Remove macro XFS_BUF_HOLDChandra Seetharaman2011-07-254-4/+3
| * | | | | | | | xfs: Remove macro XFS_BUF_BUSY and familyChandra Seetharaman2011-07-257-26/+0
| * | | | | | | | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-2516-55/+40
| * | | | | | | | xfs: Remove the macro XFS_BUF_BFLAGSChandra Seetharaman2011-07-253-3/+2
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/lin...Linus Torvalds2011-08-1332-186/+252
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2011-08-1214-70/+94
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | omap: timer: Set dmtimer used as clocksource in autoreload modeHemant Pedanekar2011-08-101-1/+2
| | * | | | | | | | | OMAP3: am3517crane: remove NULL board_mux from board fileJohan Hovold2011-08-101-2/+0
| | * | | | | | | | | arm: mach-omap2: mux: use kstrdup()Thomas Meyer2011-08-101-10/+4
| | * | | | | | | | | arch:arm:plat-omap:iovmm: remove unused variable 'va'Maxin John2011-08-101-3/+0
| | * | | | | | | | | Update Nook Color machine 3284 to common Encore nameOleg Drokin2011-08-101-1/+1
| | * | | | | | | | | am3505/3517: Various platform defines for UART4Raphaël Assénat2011-08-103-0/+9
| | * | | | | | | | | Merge branch 'for_3.1/pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2011-08-104-15/+13
| | |\ \ \ \ \ \ \ \ \