summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | omap: Fix sev instruction usage for multi-omapTony Lindgren2010-08-163-9/+2
| * | | | | | | | | | | | OMAP3: Fix a cpu type check problemstanley.miao2010-08-161-7/+7
| * | | | | | | | | | | | omap3: id: fix 3630 rev detectionNishanth Menon2010-08-161-1/+1
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-08-2814-107/+185
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ceph: fix get_ticket_handler() error handlingDan Carpenter2010-08-261-6/+9
| * | | | | | | | | | | | | ceph: don't BUG on ENOMEM during mds reconnectSage Weil2010-08-261-3/+4
| * | | | | | | | | | | | | ceph: ceph_mdsc_build_path() returns an ERR_PTRDan Carpenter2010-08-261-0/+4
| * | | | | | | | | | | | | ceph: Fix warningsAlan Cox2010-08-251-5/+9
| * | | | | | | | | | | | | ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter2010-08-251-2/+2
| * | | | | | | | | | | | | ceph: initialize fields on new dentry_infosSage Weil2010-08-241-1/+1
| * | | | | | | | | | | | | ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-244-7/+26
| * | | | | | | | | | | | | ceph: fix osd request lru adjustment when sending requestHenry C Chang2010-08-221-1/+1
| * | | | | | | | | | | | | ceph: don't improperly set dir complete when holding EXCL capSage Weil2010-08-221-0/+1
| * | | | | | | | | | | | | mm: exporting account_page_dirtyMichael Rubin2010-08-222-7/+2
| * | | | | | | | | | | | | ceph: direct requests in snapped namespace based on nonsnap parentSage Weil2010-08-221-2/+24
| * | | | | | | | | | | | | ceph: queue cap snap writeback for realm children on snap updateSage Weil2010-08-221-23/+37
| * | | | | | | | | | | | | ceph: include dirty xattrs state in snapped capsSage Weil2010-08-224-11/+23
| * | | | | | | | | | | | | ceph: fix xattr cap writebackSage Weil2010-08-221-5/+5
| * | | | | | | | | | | | | ceph: fix multiple mds session shutdownSage Weil2010-08-222-34/+37
* | | | | | | | | | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-08-281-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | PM QoS: Fix inline documentation.Saravana Kannan2010-08-261-4/+6
| * | | | | | | | | | | | | | PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()David Alan Gilbert2010-08-241-1/+1
* | | | | | | | | | | | | | | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-08-283-24/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | nfsd: fix NULL dereference in nfsd_statfs()Takashi Iwai2010-08-261-6/+8
| * | | | | | | | | | | | | | | Merge commit 'v2.6.36-rc1' into HEADJ. Bruce Fields2010-08-269545-799098/+633106
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | nfsd4: fix downgrade/lock logicJ. Bruce Fields2010-08-262-16/+21
| * | | | | | | | | | | | | | | nfsd4: typo fix in find_any_fileJ. Bruce Fields2010-08-261-1/+1
| * | | | | | | | | | | | | | | nfsd4: bad BUG() in preprocess_stateid_opJ. Bruce Fields2010-08-261-1/+0
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-08-282-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Cannot allocate memory error on mountSuresh Jayaraman2010-08-261-1/+1
| * | | | | | | | | | | | | | | | [CIFS] Eliminate unused variable warningSteve French2010-08-261-1/+2
* | | | | | | | | | | | | | | | | Alpha: Fix a missing comma in sys_osf_statfs()David Howells2010-08-281-1/+1
* | | | | | | | | | | | | | | | | NOMMU: Stub out vm_get_page_prot() if there's no MMUDavid Howells2010-08-281-0/+8
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-08-282-17/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | amd64_edac: Do not report error overflow as a separate errorBorislav Petkov2010-08-262-13/+2
| * | | | | | | | | | | | | | | | | MCE, AMD: Limit MCE decoding to current families for nowBorislav Petkov2010-08-241-4/+8
| | |_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-2831-80/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove()Axel Lin2010-08-251-2/+0
| * | | | | | | | | | | | | | | | | Input: mousedev - fix regression of inverting axesChristoph Fritz2010-08-251-4/+4
| * | | | | | | | | | | | | | | | | Input: uinput - add devname alias to allow module on-demand loadKay Sievers2010-08-213-1/+3
| * | | | | | | | | | | | | | | | | Input: hil_kbd - fix compile errorDmitry Torokhov2010-08-211-6/+6
| * | | | | | | | | | | | | | | | | USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-215-10/+7
| * | | | | | | | | | | | | | | | | Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-2114-27/+22
| * | | | | | | | | | | | | | | | | Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2010-08-199-31/+34
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-08-2812-309/+85
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord2010-08-251-4/+0
| * | | | | | | | | | | | | | | | | sata_mv: fix broken DSM/TRIM support (v2)Mark Lord2010-08-251-7/+37
| * | | | | | | | | | | | | | | | | libata: be less of a drama queen on empty data commandsTejun Heo2010-08-251-4/+7
| * | | | | | | | | | | | | | | | | [libata] sata_dwc_460ex: signdness bugDan Carpenter2010-08-251-1/+1
| * | | | | | | | | | | | | | | | | ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo2010-08-253-2/+26
OpenPOWER on IntegriCloud