summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m68k: amiga - A3000 SCSI platform device conversionGeert Uytterhoeven2010-05-262-64/+111
* m68k/scsi: gvp11 - Do not use legacy Scsi_Host.baseGeert Uytterhoeven2010-05-261-49/+56
* m68k: amiga - GVP Series II SCSI zorro_driver conversionGeert Uytterhoeven2010-05-262-149/+156
* m68k/scsi: a2091 - Do not use legacy Scsi_Host.baseGeert Uytterhoeven2010-05-261-34/+41
* m68k: amiga - A2091/A590 SCSI zorro_driver conversionGeert Uytterhoeven2010-05-261-84/+102
* m68k/scsi: mvme147 - Kill obsolete HOSTS_C logicGeert Uytterhoeven2010-05-261-3/+0
* m68k/scsi: a3000 - Kill a3000_scsiregs typedefGeert Uytterhoeven2010-05-262-8/+8
* m68k/scsi: gvp11 - Kill gvp11_scsiregs typedefGeert Uytterhoeven2010-05-262-9/+9
* m68k/scsi: a2091 - Kill a2091_scsiregs typedefGeert Uytterhoeven2010-05-262-8/+8
* m68k/scsi: gvp11 - Extract check_wd33c93()Geert Uytterhoeven2010-05-261-77/+83
* m68k/scsi: a3000 - Kill static global a3000_hostGeert Uytterhoeven2010-05-261-19/+19
* m68k/scsi: mvme147 - Kill static global mvme147_hostGeert Uytterhoeven2010-05-261-14/+16
* m68k/scsi: a3000 - Kill ugly DMA() macroGeert Uytterhoeven2010-05-261-19/+25
* m68k/scsi: gvp11 - Kill ugly DMA() macroGeert Uytterhoeven2010-05-261-24/+28
* m68k: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori2010-05-261-0/+2
* m68k: Enable atomic64_tGeert Uytterhoeven2010-05-262-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds2010-05-2614-24/+723
|\
| * squashfs: update documentation to include description of xattr layoutPhillip Lougher2010-05-261-5/+27
| * squashfs: fix name reading in squashfs_xattr_getPhillip Lougher2010-05-231-2/+6
| * squashfs: constify xattr handlersPhillip Lougher2010-05-232-8/+8
| * squashfs: xattr fix sparse warningsStephen Hemminger2010-05-171-4/+4
| * squashfs: xattr_lookup sparse fixStephen Hemminger2010-05-172-3/+4
| * squashfs: add xattr support configure optionPhillip Lougher2010-05-178-8/+63
| * squashfs: add new extended inode typesPhillip Lougher2010-05-176-16/+135
| * squashfs: add support for xattr readingPhillip Lougher2010-05-174-1/+342
| * squashfs: add xattr id supportPhillip Lougher2010-05-176-4/+161
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-269-12/+541
|\ \
| * | HID: roccat: fix build failure if built as moduleJiri Kosina2010-05-251-1/+1
| * | HID: roccat: propagate special events of roccat hardware to userspaceStefan Achatz2010-05-256-0/+526
| * | HID: Add the GYR4101US USB ID to hid-gyrationCory Maccarrone2010-05-243-0/+3
| * | HID: fix hid-roccat-kone for bin_attr API changeStephen Rothwell2010-05-241-12/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-05-2613-102/+219
|\ \ \
| * \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2010-05-263-47/+48
| |\ \ \
| | * | | ALSA: hda_intel: fix handling of non-completion stream interruptsClemens Ladisch2010-05-251-1/+4
| | * | | ALSA: hda: Fix model quirk for Dell M1730Daniel T Chen2010-05-251-1/+1
| | * | | ALSA: hda - iMac9,1 sound fixesJustin P. Mattock2010-05-251-44/+40
| | * | | ALSA: hda: Use LPIB for Toshiba A100-259Daniel T Chen2010-05-251-1/+2
| | * | | ALSA: hda: Use LPIB for Acer Aspire 5110Daniel T Chen2010-05-251-0/+1
| * | | | ALSA: emu10k1: allow high-resolution mixer controlsClemens Ladisch2010-05-251-8/+28
| * | | | ALSA: pcm: fix delta calculation at boundary wraparoundClemens Ladisch2010-05-251-1/+3
| * | | | ALSA: usb/caiaq: fix Traktor Kontrol X1 ABS_HAT2X axisDaniel Mack2010-05-251-1/+1
| * | | | ALSA: aw2-alsa.c: use pci_ids.h defines and fix checkpatch.pl noiseH Hartley Sweeten2010-05-251-7/+4
| * | | | ALSA: usb-audio: add support for Akai MPD16Krzysztof Foltman2010-05-215-0/+125
| * | | | ALSA: pcm: fix the fix of the runtime->boundary calculationClemens Ladisch2010-05-212-38/+10
| |/ / /
* | | | Revert "endian: #define __BYTE_ORDER"Linus Torvalds2010-05-269-8/+31
* | | | nuc900: add maintainer entries for Wan ZongShunWan ZongShun2010-05-261-0/+12
* | | | revert "crc32: use __BYTE_ORDER macro for endian detection"Andrew Morton2010-05-261-1/+1
* | | | fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton2010-05-261-1/+1
* | | | nommu: allow private mappings of read-only devicesBernd Schmidt2010-05-261-14/+18
* | | | mempolicy: ERR_PTR dereference in mpol_shared_policy_init()Dan Carpenter2010-05-261-1/+2
OpenPOWER on IntegriCloud