summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-12-203-5/+5
|\
| * [ALSA] version 1.0.14rc1Jaroslav Kysela2006-12-201-2/+2
| * [ALSA] Fix invalid assignment of PCI revisionTakashi Iwai2006-12-201-1/+1
| * [ALSA] Fix races in PCM OSS emulationTakashi Iwai2006-12-201-0/+1
| * [ALSA] ymfpci: fix swap_rear for S/PDIF passthroughGlen Masgai2006-12-201-2/+1
* | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-2028-100/+68
|\ \ | |/ |/|
| * [ARM] 4057/1: ixp23xx: unconditionally enable hardware coherencyLennert Buytenhek2006-12-181-15/+1
| * [ARM] 4055/1: iop13xx: fix phys_io/io_pg_offst for iq81340mc/scLennert Buytenhek2006-12-181-4/+1
| * [ARM] 4054/1: ep93xx: add HWCAP_CRUNCHLennert Buytenhek2006-12-181-0/+1
| * [ARM] Fix warnings from asm/system.hRussell King2006-12-181-25/+8
| * [ARM] 4049/1: S3C24XX: fix sparse warning due to upf_t in regs-serial.hBen Dooks2006-12-172-1/+2
| * [ARM] 4045/1: S3C24XX: remove old VA for non-shared areasBen Dooks2006-12-171-18/+6
| * [ARM] 4042/1: H1940: Fix sparse errors from VA addressesBen Dooks2006-12-171-1/+1
| * [ARM] 4041/1: S3C24XX: Fix sparse errors from VA addressesBen Dooks2006-12-171-1/+1
| * [ARM] 4039/1: S3C24XX: Fix copyrights in include/asm-arm/arch-s3c2410 (mach)Ben Dooks2006-12-1712-18/+18
| * [ARM] 4038/1: S3C24XX: Fix copyrights in include/asm-arm/arch-s3c2410 (core)Ben Dooks2006-12-1710-17/+17
| * [ARM] Add more syscallsRussell King2006-12-171-0/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2006-12-191-0/+15
|\ \
| * | input/hid: Supporting more keys from the HUT Consumer PageFlorian Festi2006-12-141-0/+15
* | | [CONNECTOR]: Replace delayed work with usual work queue.Evgeniy Polyakov2006-12-181-1/+1
* | | [AX.25]: Fix unchecked rose_add_loopback_neigh usesRalf Baechle2006-12-171-2/+2
* | | [AX.25]: Fix unchecked ax25_linkfail_register usesRalf Baechle2006-12-171-2/+8
* | | [AX.25]: Fix unchecked ax25_protocol_register uses.Ralf Baechle2006-12-171-1/+8
* | | [AX.25]: Mark all kmalloc users __must_checkRalf Baechle2006-12-172-7/+8
* | | [SPARC]: Make bitops use same spinlocks as atomics.David S. Miller2006-12-171-84/+16
* | | [SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.David S. Miller2006-12-171-0/+10
* | | [SPARC64]: Minor irq handling cleanups.David S. Miller2006-12-171-2/+0
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2006-12-161-1/+8
|\ \ \ | |_|/ |/| |
| * | IB: Fix ib_dma_alloc_coherent() wrapperRoland Dreier2006-12-151-1/+8
| |/
* | Make workqueue bit operations work on "atomic_long_t"Linus Torvalds2006-12-161-10/+22
* | Fix "delayed_work_pending()" macro expansionLinus Torvalds2006-12-151-2/+2
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-12-152-0/+2
|\ \
| * | [S390] Fix reboot hang on LPARsMichael Holzheu2006-12-151-0/+1
| * | [S390] Hipersocket multicast queue: make sure outbound handler is calledUrsula Braun2006-12-151-0/+1
| |/
* | Remove stack unwinder for nowLinus Torvalds2006-12-154-270/+2
|/
* [PATCH] ib_verbs: Use explicit if-else statements to avoid errors with do-whi...Ben Collins2006-12-131-31/+39
* [NETFILTER]: bridge-netfilter: remove deferred hooksPatrick McHardy2006-12-133-5/+0
* [IPV6]: Make fib6_node subtree depend on IPV6_SUBTREESKim Nordlund2006-12-131-2/+2
* [SCTP]: Add support for SCTP_CONTEXT socket option.Ivan Skytte Jorgensen2006-12-132-0/+6
* [SCTP]: Handle address add/delete events in a more efficient way.Sridhar Samudrala2006-12-131-4/+2
* [NETFILTER]: x_tables: error if ip_conntrack is asked to handle IPv6 packetsYasuyuki Kozakai2006-12-131-0/+10
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-12-138-37/+94
|\
| *-. [ARM] Merge AT91 and devel branchesRussell King2006-12-138-37/+94
| |\ \
| | | * [ARM] 3992/1: i.MX/MX1 CPU Frequency scaling supportPavel Pisa2006-12-131-3/+7
| | | * [ARM] Provide a method to alter the control registerRussell King2006-12-131-0/+20
| | | * [ARM] 4016/1: prefetch macro is wrong wrt gcc's "delete-null-pointer-checks"Nicolas Pitre2006-12-131-8/+8
| | | * [ARM] Unuse another Linux PTE bitRussell King2006-12-133-9/+13
| | | * [ARM] Add sys_*at syscallsRussell King2006-12-091-0/+13
| | | * [ARM] 4004/1: S3C24XX: UDC remove implict addition of VA to regsBen Dooks2006-12-081-4/+3
| | | * [ARM] Handle HWCAP_VFP in VFP support codeRussell King2006-12-081-13/+30
OpenPOWER on IntegriCloud