summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-06lguest: fix BUG_ON() in invalid guest page table.Rusty Russell1-1/+3
2013-09-06vfio: fix documentationZi Shen Lim1-4/+4
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds7-11/+13
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds13-35/+49
2013-09-06NFS: Don't check lock owner compatibility in writes unless file is lockedTrond Myklebust1-1/+1
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds974-23917/+56727
2013-09-06constify dcache.c inlined helpers where possibleAl Viro1-6/+6
2013-09-06fuse: drop dentry on failed revalidateAnand Avati1-0/+2
2013-09-06fuse: clean up return in fuse_dentry_revalidate()Miklos Szeredi1-8/+18
2013-09-06fuse: use d_materialise_unique()Miklos Szeredi1-43/+26
2013-09-06sysfs: use check_submounts_and_drop()Miklos Szeredi1-12/+8
2013-09-06nfs: use check_submounts_and_drop()Miklos Szeredi1-5/+4
2013-09-06gfs2: use check_submounts_and_drop()Miklos Szeredi1-6/+3
2013-09-06afs: use check_submounts_and_drop()Miklos Szeredi1-7/+3
2013-09-06vfs: check unlinked ancestors before mountMiklos Szeredi3-6/+39
2013-09-06vfs: check submounts and drop atomicallyMiklos Szeredi2-0/+66
2013-09-06vfs: add d_walk()Miklos Szeredi1-161/+148
2013-09-06vfs: restructure d_genocide()Miklos Szeredi1-8/+4
2013-09-05openvswitch: Fix alignment of struct sw_flow_key.Jesse Gross2-1/+2
2013-09-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+11
2013-09-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+6
2013-09-05ide: sgiioc4: Staticize ioc4_ide_attach_one()Jingoo Han1-1/+1
2013-09-05ide: palm_bk3710: add missing __iomem annotationJingoo Han1-2/+2
2013-09-05ide: use dev_get_platdata()Jingoo Han3-4/+4
2013-09-05ide-disk_proc: use macro to replace magic numberXinghai Yu1-2/+2
2013-09-05ide: replace strict_strtol() with kstrtol()Jingoo Han1-2/+4
2013-09-05sparc64: Export flush_ptrace_access() (needed by lustre)Geert Uytterhoeven1-0/+2
2013-09-05sparc: fix PCI device proc file mmap(2)Alexey Dobriyan1-0/+16
2013-09-05sparc64: Remove RWSEM export leftoversKirill Tkhai1-9/+0
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller143-684/+1483
2013-09-05Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds216-2620/+18946
2013-09-05netfilter: Fix build errors with xt_socket.cDavid S. Miller1-0/+1
2013-09-05tcp: Add missing braces to do_tcp_setsockoptDave Jones1-1/+2
2013-09-05caif: Add missing braces to multiline if in cfctrl_linkup_requestDave Jones1-1/+2
2013-09-05bnx2x: Add missing braces in bnx2x:bnx2x_link_initializeDave Jones1-1/+2
2013-09-05vxlan: Fix kernel panic on device delete.Pravin B Shelar1-1/+2
2013-09-05net: mvneta: implement ->ndo_do_ioctl() to support PHY ioctlsThomas Petazzoni1-0/+16
2013-09-05net: mvneta: properly disable HW PHY polling and ensure adjust_link() worksThomas Petazzoni1-1/+12
2013-09-05icplus: Use netif_running to determine device stateJon Mason1-1/+1
2013-09-05ethernet/arc/arc_emac: Fix huge delays in large file copiesVineet Gupta1-2/+2
2013-09-05ntb: clean up unnecessary MSI/MSI-X capability findYijing Wang1-4/+3
2013-09-05MAINTAINERS: Add Website and Git Tree for NTBJon Mason1-0/+2
2013-09-05NTB: Update VersionJon Mason1-1/+1
2013-09-05NTB: Comment FixJon Mason2-4/+5
2013-09-05NTB: Remove unused variableJon Mason1-3/+0
2013-09-05NTB: Remove References of non-B2B BWD HWJon Mason2-13/+4
2013-09-05NTB: NTB-RP supportJon Mason2-104/+163
2013-09-05NTB: Rename Variables for NTB-RPJon Mason3-49/+48
2013-09-05NTB: Use DMA Engine to Transmit and ReceiveJon Mason3-47/+295
2013-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds435-17151/+49887