summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-27watchdog: at91sam9/wdt: move register header to driversJean-Christophe Plagniol-Villard2-2/+2
2011-07-27watchdog: Add Xilinx watchdog timer driverAlejandro Cabrera3-0/+450
2011-07-27watchdog: remove empty pm-functionsWolfram Sang3-29/+0
2011-07-27watchdog: sp805: Flush posted writes in enable/disable.Nick Bowler1-0/+4
2011-07-27watchdog: sp805: Don't write 0 to the load value register.Nick Bowler1-1/+0
2011-07-27watchdog: imx2_wdt: add device tree probe supportShawn Guo2-0/+20
2011-07-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds56-287/+697
2011-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-7/+11
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds17-145/+306
2011-07-27wireless: fix a typo in ignore_reg_updateMihai Moldovan1-1/+1
2011-07-27b43: fix invalid memory access in b43_ssb_remove()Pavel Roskin1-2/+3
2011-07-27b43: bcma: drop BROKENRafał Miłecki1-1/+1
2011-07-27b43: bus: fix memory corruption when setting driver's dataRafał Miłecki1-0/+2
2011-07-27cfg80211: really ignore the regulatory requestSven Neumann1-2/+3
2011-07-27NFC: pn533: use after free in pn533_disconnect()Dan Carpenter1-1/+1
2011-07-26merge fchmod() and fchmodat() guts, kill ancient broken kludgeAl Viro1-50/+28
2011-07-26xfs: fix misspelled S_IS...()Al Viro2-7/+7
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro10-34/+33
2011-07-26futex: Fix regression with read only mappingsShawn Bohrer1-12/+42
2011-07-26gma500: udelay(20000) it too long againStephen Rothwell1-1/+1
2011-07-26USB / Renesas: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-26MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds23-271/+1420
2011-07-26ceph: document unlocked d_parent accessesSage Weil2-4/+11
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil4-11/+17
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil1-1/+3
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil4-13/+18
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil1-15/+17
2011-07-26ceph: protect access to d_parentSage Weil6-15/+33
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil1-9/+12
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil1-13/+17
2011-07-26rbd: set blk_queue request sizes to object sizeJosh Durgin1-0/+15
2011-07-26ceph: set up readahead size when rsize is not passedYehuda Sadeh1-0/+4
2011-07-26rbd: cancel watch request when releasing the deviceYehuda Sadeh1-1/+30
2011-07-26ceph: ignore lease maskSage Weil3-18/+12
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil3-19/+37
2011-07-26ceph: only link open operations to directory unsafe list if O_CREAT|O_TRUNCSage Weil1-1/+2
2011-07-26ceph: fix bad parent_inode calc in ceph_lookup_openSage Weil1-2/+3
2011-07-26ceph: avoid carrying Fw cap during write into page cacheSage Weil1-3/+19
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil3-7/+12
2011-07-26ceph: report f_bfree based on kb_avail rather than diffing.Greg Farnum1-2/+1
2011-07-26ceph: only queue capsnap if caps are dirtySage Weil1-4/+2
2011-07-26ceph: fix snap writeback when racing with writesSage Weil1-3/+20
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil2-6/+6
2011-07-26ceph: add F_SYNC file flag to force sync (non-O_DIRECT) ioSage Weil4-2/+18
2011-07-26ceph: add flags field to file_infoSage Weil1-1/+2
2011-07-26Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-163/+1547
2011-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds6-274/+286
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2-149/+963
2011-07-26vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton1-4/+7