aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds17-58/+97
2012-01-09Merge tag 'timer' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-223/+124
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds59-1180/+3871
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds169-1631/+3010
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds75-961/+1430
2012-01-09Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds52-282/+872
2012-01-09Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds54-250/+1399
2012-01-09Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds50-1438/+1000
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds74-2247/+3015
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds136-1500/+1643
2012-01-09Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-72/+134
2012-01-09tracing/mm: Move include of trace/events/kmem.h out of header into slab.cSteven Rostedt2-2/+2
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds9-236/+62
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds15-349/+470
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds35-111/+201
2012-01-09Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds5-28/+83
2012-01-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-2/+2
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds462-36047/+24350
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds203-3798/+4979
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds45-658/+1989
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds10-126/+126
2012-01-09Merge branch 'samsung/cleanup' into next/boardsArnd Bergmann1104-12914/+12816
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-40/+27
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann1271-12763/+12353
2012-01-09Merge branch 'samsung/cleanup' into samsung/driverArnd Bergmann1283-12937/+12509
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds49-2019/+1986
2012-01-09Merge branch 'samsung/cleanup' into next/cleanup2Arnd Bergmann1281-12874/+12485
2012-01-09Merge branch 'samsung/dt' into samsung/cleanupArnd Bergmann1281-12874/+12485
2012-01-09ext2/3/4: delete unneeded includes of module.hPaul Gortmaker19-22/+3
2012-01-09ext{3,4}: Fix potential race when setversion ioctl updates inodeDjalal Harouni2-2/+10
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-09ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-09jbd: Remove j_barrier mutexJan Kara3-21/+22
2012-01-09reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-09reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-09udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2012-01-09udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2012-01-09udf: Cleanup calling convention of inode_getblk()Jan Kara1-21/+15
2012-01-09ext2: Fix error handling on inode bitmap corruptionJan Kara1-2/+5
2012-01-09ext3: Fix error handling on inode bitmap corruptionJan Kara1-2/+6
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu3-15/+18
2012-01-08ext[34]: avoid i_nlink warnings triggered by drop_nlink/inc_nlink kludge in symlink()Al Viro2-2/+2
2012-01-08exofs: oops after late failure in mountAl Viro1-0/+2
2012-01-08devpts: fix double-free on mount failureAl Viro1-3/+1
2012-01-08... and the same for gadgetfsAl Viro1-15/+11
2012-01-08functionfs: unfuck failure exits on mountAl Viro1-20/+11
2012-01-08audit: always follow va_copy() with va_end()Jesper Juhl1-2/+3
2012-01-08drivers/scsi/aacraid/commctrl.c: fix mem leak in aac_send_raw_srb()Jesper Juhl1-0/+1
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds23-68/+109
2012-01-08Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-0/+703