aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mmc: core: add high-capacity erase size capability flagAdrian Hunter1-0/+1
2012-03-27mmc: start removing enable / disable APIAdrian Hunter2-43/+4
2012-03-27mmc: core: Detect card removal on I/O errorUlf Hansson1-0/+1
2012-03-25mmc: Support of PCI mode in the dw_mmc driverShashidhar Hiremath1-2/+6
2012-03-25mmc: MMC-4.5 Data Tag SupportSaugata Das2-0/+5
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds14-3170/+152
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-42/+46
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-4/+9
2012-03-21Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds7-8/+113
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+7
2012-03-21Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-1/+78
2012-03-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-10/+15
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-63/+180
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds6-61/+138
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-26/+61
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-9/+9
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds53-445/+1064
2012-03-20VM: make unmap_vmas() return voidAl Viro1-1/+1
2012-03-20VM: make zap_page_range() return voidAl Viro1-1/+1
2012-03-20debugfs-related mode_t whack-a-moleAl Viro1-2/+2
2012-03-20__register_binfmt() made voidAl Viro1-5/+5
2012-03-20kill reiserfs_fs_{i,sb}.hAl Viro2-617/+0
2012-03-20move private bits of reiserfs_fs.h to fs/reiserfs/reiserfs.hAl Viro1-2334/+0
2012-03-20move reiserfs_acl.h to fs/reiserfs/acl.hAl Viro1-76/+0
2012-03-20take private bits of reiserfs_xattr.h to fs/reiserfs/xattr.hAl Viro1-128/+0
2012-03-20switch touch_atime to struct pathAl Viro1-2/+2
2012-03-20constify path argument of trace_seq_path()Al Viro1-2/+2
2012-03-20constify path argument of audit_log_d_path()Al Viro1-1/+1
2012-03-20fs: initial qnx6fs additionKai Bankett2-0/+135
2012-03-20vfs: d_alloc_root() goneAl Viro1-1/+0
2012-03-20vfs: turn generic_drop_inode() into static inlineAl Viro1-1/+4
2012-03-20vfs: drop_file_write_access() made staticAl Viro1-1/+0
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-58/+12
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-84/+425
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds11-160/+102
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds11-22/+276
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-23/+5
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-11/+65
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-72/+330
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-13/+117
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-8/+3
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2012-03-20include/linux/highmem.h: remove the second argument of k[un]map_atomic()Cong Wang1-14/+14
2012-03-20highmem: mark k[un]map_atomic() with two arguments as deprecatedCong Wang1-6/+46
2012-03-20constify struct pci_dev * in obvious casesAl Viro1-6/+6
2012-03-19netdev: driver: ethernet: Add TI CPSW driverMugunthan V N1-0/+55
2012-03-19net: update the usage of CHECKSUM_UNNECESSARYYi Zou1-0/+7