summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-231-6/+6
* cdrom: add more GPCMD_* constantsTejun Heo2008-01-231-0/+3
* libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo2008-01-231-3/+7
* libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo2008-01-231-4/+1
* libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo2008-01-231-0/+25
* libata: add ATA_CBL_PATA_IGNTejun Heo2008-01-232-3/+5
* libata: xfer_mask is unsigned long not unsigned intTejun Heo2008-01-231-21/+25
* libata: kill ata_id_to_dma_mode()Tejun Heo2008-01-231-1/+0
* libata: clean up xfermode / PATA timing related stuffTejun Heo2008-01-231-9/+12
* libata: export xfermode / PATA timing related functionsTejun Heo2008-01-231-0/+10
* libata: implement ATA_DFLAG_DUBIOUS_XFERTejun Heo2008-01-231-0/+3
* libata: clean up EH speed down implementationTejun Heo2008-01-231-1/+1
* libata: implement protocol testsTejun Heo2008-01-231-7/+64
* libata: rearrange ATA_DFLAG_*Tejun Heo2008-01-231-3/+3
* libata: Disable ATA8-ACS proposed Trusted Computing features by defaultAlan Cox2008-01-231-1/+21
* [MIPS] SMTC: Fix build error.Frank Rowand2008-01-221-3/+3
* CRIS v10: vmlinux.lds.S: ix kernel oops on boot and use common definesJesper Nilsson2008-01-171-5/+2
* lockdep: fix workqueue creation API lockdep interactionJohannes Berg2008-01-161-3/+11
* libata: correct handling of TSS DVDAlan Cox2008-01-151-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds2008-01-151-0/+4
|\
| * x86: asm-x86/msr.h: pull in linux/types.hMike Frysinger2008-01-151-0/+4
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-01-151-1/+0
|\ \ | |/ |/|
| * [POWERPC] Fix boot failure on POWER6Paul Mackerras2008-01-151-1/+0
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-01-141-1/+1
|\ \
| * | [MIPS] Cacheops.h: Fix typo.Ralf Baechle2008-01-151-1/+1
* | | Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds2008-01-141-1/+0
| |/ |/|
* | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-01-141-0/+4
|\ \
| * | i2c: Driver IDs are optionalJean Delvare2008-01-141-0/+4
* | | CRIS: define __ARCH_WANT_SYS_RT_SIGSUSPEND in unistd.h for CRISJesper Nilsson2008-01-141-0/+1
|/ /
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-01-132-16/+21
|\ \
| * | [ARM] pxa: silence warnings from cpu_is_xxx() macrosRussell King2008-01-102-16/+21
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-01-131-0/+1
|\ \
| * | [POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling2008-01-111-0/+1
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-01-134-7/+12
|\ \
| * \ Pull bugzilla-9535 into release branchLen Brown2008-01-111-1/+1
| |\ \
| | * | increase PNP_MAX_PORT to 40 from 24Len Brown2007-12-271-1/+1
| * | | Pull bugzilla-9194 into release branchLen Brown2008-01-112-6/+9
| |\ \ \
| | * | | PM: ACPI and APM must not be enabled at the same timeLen Brown2008-01-112-6/+9
| * | | | ACPI: apply quirk_ich6_lpc_acpi to more ICH8 and ICH9Zhao Yakui2008-01-111-0/+2
| | |_|/ | |/| |
* | | | remove task_ppid_nr_nsRoland McGrath2008-01-131-13/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.24Linus Torvalds2008-01-112-27/+21
|\ \ \ \
| * | | | sh: Force __access_ok() to obey address space limit.Paul Mundt2008-01-111-27/+15
| * | | | sh: Fix argument page dcache flushing regression.Carmelo Amoroso2008-01-071-0/+6
* | | | | Don't blatt first element of prv in sg_chain()Rusty Russell2008-01-111-2/+2
| |/ / / |/| | |
* | | | [SOCK]: Adds a rcu_dereference() in sk_filterEric Dumazet2008-01-081-1/+1
* | | | [XFRM]: xfrm_algo_clone() allocates too much memoryEric Dumazet2008-01-081-1/+6
* | | | [NET]: Clone the sk_buff 'iif' field in __skb_clone()Paul Moore2008-01-081-1/+0
* | | | [NET]: Add NAPI_STATE_DISABLE.David S. Miller2008-01-081-3/+13
* | | | [NET]: Do not grab device reference when scheduling a NAPI poll.David S. Miller2008-01-081-2/+0
* | | | [SCTP]: Fix the name of the authentication event.Vlad Yasevich2008-01-081-1/+1
OpenPOWER on IntegriCloud