summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-27fasync: re-organize fasync entry insertion to allow it under a spinlockLinus Torvalds3-17/+72
2010-10-27locks/nfsd: allocate file lock outside of spinlockArnd Bergmann3-35/+28
2010-10-27lockd: fix nlmsvc_notify_blocked lockingJ. Bruce Fields1-2/+4
2010-10-27lockd: push lock_flocks downArnd Bergmann4-14/+8
2010-10-26Merge branch 'ima-memory-use-fixes'Linus Torvalds7-177/+202
2010-10-26IMA: fix the ToMToU logicEric Paris1-5/+6
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris3-5/+14
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris3-30/+19
2010-10-26IMA: only allocate iint when neededEric Paris2-39/+65
2010-10-26IMA: move read counter into struct inodeEric Paris6-34/+22
2010-10-26IMA: use i_writecount rather than a private counterEric Paris3-17/+6
2010-10-26IMA: use inode->i_lock to protect read and write countersEric Paris2-34/+24
2010-10-26IMA: convert internal flags from long to charEric Paris1-2/+2
2010-10-26IMA: use unsigned int instead of long for countersEric Paris3-9/+14
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris3-14/+3
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheEric Paris2-36/+75
2010-10-26Merge git://git.infradead.org/battery-2.6Linus Torvalds15-27/+1483
2010-10-26Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-224/+313
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds13-167/+596
2010-10-26Merge branch 'for_linus' of git://github.com/at91linux/linux-2.6-at91Linus Torvalds17-41/+778
2010-10-26Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds21-228/+475
2010-10-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds4-6/+46
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds61-1937/+1535
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds24-45/+2550
2010-10-26AT91: rtc: enable built-in RTC in Kconfig for at91sam9g45 familyNicolas Ferre1-6/+6
2010-10-26at91/atmel-mci: inclusion of sd/mmc driver in at91sam9g45 chip and boardNicolas Ferre3-1/+190
2010-10-26AT91: pm: make sure that r0 is 0 when dealing with cache operationsNicolas Ferre3-3/+10
2010-10-26AT91: pm: use plain cpu_do_idle() for "wait for interrupt"Nicolas Ferre2-2/+8
2010-10-26AT91: reset: extend alternate reset procedure to several chipsNicolas Ferre6-35/+12
2010-10-26AT91: reset routine cleanup, remove not needed icache flushNicolas Ferre4-58/+51
2010-10-26AT91: trivial: align comment of at91sam9g20_reset with one more tabNicolas Ferre1-7/+7
2010-10-26AT91: Fix AT91SAM9G20 reset as per the errata in the data sheetPeter Horton3-2/+63
2010-10-26AT91: add board support for Pcontrol_G20Peter Gsellmann4-0/+504
2010-10-25net/sunrpc: Use static const char arraysJoe Perches1-1/+1
2010-10-25nfs4: fix channel attribute sanity-checksJ. Bruce Fields1-34/+41
2010-10-25Merge branch 'for-next' of git://android.git.kernel.org/kernel/tegraLinus Torvalds35-629/+4917
2010-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds49-216/+513
2010-10-25spi: tegra: fix error setting on timeoutErik Gilling1-4/+4
2010-10-25Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds56-201/+1038
2010-10-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-131/+1619
2010-10-25MN10300: Fix the PERCPU() alignment to allow for workqueuesDavid Howells2-2/+4
2010-10-25svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields1-3/+0
2010-10-25svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields1-6/+0
2010-10-25svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields1-1/+1
2010-10-25svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields1-3/+0
2010-10-25hwmon: lis3: Release resources in case of failureSamu Onkalo1-0/+5
2010-10-25Blackfin: fix inverted anomaly 05000481 logicMike Frysinger1-1/+1
2010-10-25Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECKMike Frysinger3-118/+0
2010-10-25hwmon: lis3: Short explanations of platform data fieldsSamu Onkalo1-0/+46
2010-10-25hwmon: lis3: Enhance lis3 selftest with IRQ line testSamu Onkalo2-9/+82