summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ACPICA: Remove duplicate table definitions.Alexey Starikovskiy2007-02-021-59/+0
| * | | | ACPICA: Remove duplicate table managerAlexey Starikovskiy2007-02-021-4/+3
| * | | | ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-021-46/+0
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-02-062-743/+23
|\ \ \ \
| * | | | USB HID: handle multi-interface devices for Apple macbook pro properlySoeren Sonnenburg2007-02-051-0/+1
| * | | | HID: API - fix leftovers of hidinput API in USB HIDJiri Kosina2007-02-051-2/+2
| * | | | HID: hid debug from hid-debug.h to hid layerJiri Kosina2007-02-052-741/+18
| * | | | hid: force feedback driver for PantherLord USB/PS2 2in1 AdapterAnssi Hannula2007-02-051-0/+1
| * | | | hid: quirk for multi-input devices with unneeded output reportsAnssi Hannula2007-02-051-0/+1
| |/ / /
* | | | mmc: Allow host drivers to specify max block countPierre Ossman2007-02-041-1/+2
* | | | mmc: Allow host drivers to specify a max block sizePierre Ossman2007-02-041-0/+1
* | | | tifm_core: add suspend/resume infrastructure for tifm devicesAlex Dubov2007-02-041-0/+3
* | | | tifm_7xx1: recognize device 0xac8f as supportedAlex Dubov2007-02-041-0/+3
* | | | tifm_7xx1: switch from workqueue to kthreadAlex Dubov2007-02-041-6/+4
* | | | tifm_7xx1: Merge media insert and media remove functionsAlex Dubov2007-02-041-11/+8
* | | | Remove unused return value from signal_irq callbackAlex Dubov2007-02-041-1/+1
* | | | tifm_sd: restructure initialization, removal and command handlingAlex Dubov2007-02-041-3/+2
* | | | mmc: Add support for SDHC cardsPhilip Langdale2007-02-043-1/+16
* | | | mmc: Power quirk for ENE controllersDarren Salt2007-02-041-0/+1
* | | | mmc: let host be parent of cardsPierre Ossman2007-02-041-0/+1
* | | | mmc: replace host->card_busyPierre Ossman2007-02-041-2/+3
|/ / /
* | | libata: Fix ata_busy_wait() kernel docsAlan2007-02-021-0/+2
* | | [PATCH] efi_set_rtc_mmss() is not __initAl Viro2007-02-011-1/+1
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos...Linus Torvalds2007-01-301-1/+0
|\ \ \
| * | | HID: fix pb_fnmode and move it to generic HIDJiri Kosina2007-01-301-1/+0
* | | | [PATCH] namespaces: fix task exit disasterSerge E. Hallyn2007-01-301-1/+1
* | | | Revert "[PATCH] namespaces: fix exit race by splitting exit"Linus Torvalds2007-01-301-19/+11
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-01-301-1/+2
|\ \ \ \
| * | | | [AGPGART] Add new IDs to VIA AGP.Dave Jones2007-01-281-1/+2
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-01-301-1/+2
|\ \ \ \ \
| * | | | | via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support fo...Josepch Chan2007-01-271-1/+2
* | | | | | [PATCH] cdev.h: forward declarationsJan Engelhardt2007-01-301-0/+4
* | | | | | [PATCH] use __u8 rather than u8 in userspace SIZE defines in hdreg.hMike Frysinger2007-01-301-3/+5
* | | | | | [PATCH] use __u8/__u32 in userspace ioctl defines for I2OMike Frysinger2007-01-301-2/+3
* | | | | | [PATCH] namespaces: fix exit race by splitting exitSerge E. Hallyn2007-01-301-11/+19
|/ / / / /
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-01-261-2/+3
|\ \ \ \ \
| * | | | | libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo2007-01-251-0/+1
| * | | | | libata: set_mode, Fix the FIXMEAlan2007-01-241-2/+2
| | |/ / / | |/| | |
* | | | | [PATCH] md: fix potential memalloc deadlock in mdNeilBrown2007-01-261-1/+1
* | | | | [PATCH] knfsd: Fix type mismatch with filldir_t used by nfsdNeilBrown2007-01-263-9/+7
* | | | | [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-265-14/+12
* | | | | [PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ONNeilBrown2007-01-261-11/+4
* | | | | [PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown2007-01-261-1/+4
* | | | | [PATCH] Add VM_ALWAYSDUMPRoland McGrath2007-01-261-0/+1
* | | | | [PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel2007-01-261-0/+1
|/ / / /
* | | | [PATCH] NFS: Fix races in nfs_revalidate_mapping()Trond Myklebust2007-01-241-0/+1
* | | | [PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust2007-01-241-1/+0
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-01-243-3/+5
|\ \ \ \
| * | | | [IP] TUNNEL: Fix to be built with user application.Masahide NAKAMURA2007-01-231-0/+2
| * | | | [NET]: Process include/linux/if_{addr,link}.h with unifdefAdrian Bunk2007-01-231-2/+2
OpenPOWER on IntegriCloud