summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | libata: remove no longer needed pata_winbond driverBartlomiej Zolnierkiewicz2010-08-254-285/+14
| * | pata_cmd64x: revert commit d62f5576Tejun Heo2010-08-251-6/+0
* | | mm: fix hang on anon_vma->root->lockHugh Dickins2010-08-281-3/+16
|/ /
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-252-1/+3
|\ \
| * | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming2010-08-251-0/+2
| * | tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard2010-08-251-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-08-2515-279/+622
|\ \ \
| * | | Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com2010-08-242-72/+128
| * | | cifs: check for NULL session passwordJeff Layton2010-08-231-0/+1
| * | | missing changes during ntlmv2/ntlmssp auth and signShirish Pargaonkar2010-08-232-5/+10
| * | | [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-2011-172/+452
| * | | cifs: correction of unicode header filesIgor Druzhinin2010-08-202-15/+19
| * | | cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton2010-08-181-1/+2
| * | | cifs: consolidate error handling in several functionsJeff Layton2010-08-162-7/+4
| * | | cifs: clean up error handling in cifs_mknodJeff Layton2010-08-161-75/+74
| | |/ | |/|
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-08-254-25/+52
|\ \ \
| * | | MAINTAINERS: hwmon/coretemp: Change maintainersFenghua Yu2010-08-251-2/+1
| * | | hwmon: (k8temp) Differentiate between AM2 and ASB1Andreas Herrmann2010-08-251-3/+32
| * | | hwmon: (ads7871) Fix ads7871_probe error pathsAxel Lin2010-08-251-19/+19
| * | | hwmon: (coretemp) Fix harmless build warningJean Delvare2010-08-251-1/+0
| | |/ | |/|
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-08-254-0/+44
|\ \ \
| * | | x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha2010-08-203-0/+42
| * | | sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra2010-08-201-0/+2
* | | | Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-251-5/+16
|\ \ \ \
| * | | | xen: handle events as edge-triggeredJeremy Fitzhardinge2010-08-241-1/+1
| * | | | xen: use percpu interrupts for IPIs and VIRQsJeremy Fitzhardinge2010-08-241-4/+15
* | | | | Merge branch '2.6.36-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-08-2513-218/+261
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xfs: do not discard page cache data on EAGAINChristoph Hellwig2010-08-241-3/+6
| * | | | xfs: don't do memory allocation under the CIL context lockDave Chinner2010-08-241-8/+26
| * | | | xfs: Reduce log force overhead for delayed loggingDave Chinner2010-08-243-118/+147
| * | | | xfs: dummy transactions should not dirty VFS stateDave Chinner2010-08-244-51/+26
| * | | | xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky2010-08-241-1/+6
| * | | | xfs: handle negative wbc->nr_to_write during sync writebackDave Chinner2010-08-241-2/+2
| * | | | writeback: write_cache_pages doesn't terminate at nr_to_write <= 0Dave Chinner2010-08-241-16/+10
| * | | | xfs: fix untrusted inode number lookupDave Chinner2010-08-241-6/+10
| * | | | xfs: ensure we mark all inodes in a freed cluster XFS_ISTALEDave Chinner2010-08-241-23/+26