aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Remove unneeded asm-i386/cpufeature.h from user visibility.David Woodhouse2006-09-061-1/+1
* [PATCH] Move linux/device.h include in linux/atmdev.h to #ifdef __KERNEL__ se...Ismail Donmez2006-09-061-1/+1
* [PATCH] prevent timespec/timeval to ktime_t overflowThomas Gleixner2006-09-061-1/+6
* [PATCH] Documentation for lock_key in struct hrtimer_baseHenrik Kretzschmar2006-09-061-0/+1
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-09-023-87/+97
|\
| * [ARM] 3762/1: Fix ptrace cache coherency bug for ARM1136 VIPT nonaliasing Har...George G. Davis2006-09-021-3/+15
| * [ARM] 3765/1: S3C24XX: cleanup include/asm-arm/arch-s3c2410/dma.hBen Dooks2006-08-311-49/+41
| * [ARM] 3764/1: S3C24XX: change type naming to kernel styleBen Dooks2006-08-311-44/+36
| * [ARM] Fix ARM __raw_read_trylock() implementationRussell King2006-08-311-1/+15
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-09-011-0/+1
|\ \
| * | USB: Add VIA quirk fixup for VT8235 usb2Mark Hindley2006-08-311-0/+1
* | | [PATCH] x86: increase MAX_MP_BUSSES on default archAndrew Morton2006-09-011-0/+4
* | | [PATCH] task delay accounting fixesShailabh Nagar2006-09-012-4/+7
* | | [PATCH] ZVC: Scale thresholds depending on the size of the systemChristoph Lameter2006-09-011-0/+1
|/ /
* | [PATCH] i386: rwlock.h fix smp alternatives fixChris Wright2006-08-311-13/+11
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2006-08-305-9/+142
|\ \
| * | [POWERPC] iseries: Define insw et al. so libata/ide will compileStephen Rothwell2006-08-301-2/+5
| * | [POWERPC] Fix problem with time not advancing on 32-bit platformsPaul Mackerras2006-08-301-4/+0
| * | [POWERPC] Make OF irq map code detect more error casesBenjamin Herrenschmidt2006-08-301-1/+3
| * | [POWERPC] Support for "weird" MPICs and fixup mpc7448_hpc2Zang Roy-r619112006-08-301-0/+125
| * | [POWERPC] back up old school ipic.[hc] to arch/ppcKim Phillips2006-08-301-3/+9
| * | [POWERPC] Use mpc8641hpcn PIC base address from dev tree.Jon Loeliger2006-08-251-1/+0
| * | [POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too.Jon Loeliger2006-08-251-2/+0
* | | [PATCH] ppc32: fix last_jiffy time comparisonPaul Mackerras2006-08-301-4/+0
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-08-303-11/+21
|\ \ \
| * | | [IA64] remove redundant local_irq_save() calls from sn_sal.hRuss Anderson2006-08-291-6/+0
| * | | [IA64-SGI] Silent data corruption caused by XPC V2.Dean Nelson2006-08-082-5/+21
* | | | [PATCH] x86_64: Save original IST values for checking stack addressesKeith Owens2006-08-301-0/+6
* | | | [PATCH] i386: Remove __KERNEL__ ifdef around _syscall*()Andi Kleen2006-08-301-2/+2
* | | | [PATCH] x86_64: Remove __KERNEL__ ifdef around _syscall*()Andi Kleen2006-08-301-5/+6
* | | | [PATCH] i386: Remove alternative_smpAndi Kleen2006-08-303-41/+10
* | | | [PATCH] x86_64: Remove alternative_smpAndi Kleen2006-08-302-27/+4
* | | | [PATCH] x86: Make backtracer fallback logic more bullet-proofJan Beulich2006-08-302-0/+2
* | | | [PATCH] x86: fix x86 cpuid keys used in alternative_smp()Jan Beulich2006-08-302-2/+3
| |_|/ |/| |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-08-281-0/+3
|\ \ \
| * | | [SERIAL] Support for Intashield 2 port PCI serial cardPeter Horton2006-08-271-0/+3
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-08-283-4/+11
|\ \ \ \
| * | | | [ARM] Move prototype for register_isa_ports to asm/io.hRussell King2006-08-281-0/+7
| * | | | [ARM] 3760/1: This patch adds timeouts while working with SSP registers. Such...Paul Sokolovsky2006-08-272-4/+4
| |/ / /
* | | | [PATCH] Fix tty layer DoS and comment relevant codeAlan Cox2006-08-271-0/+1
* | | | [PATCH] lockdep: annotate reiserfsIngo Molnar2006-08-271-1/+2
* | | | [PATCH] CONFIG_ACPI_SRAT NUMA build fixKAMEZAWA Hiroyuki2006-08-271-1/+1
* | | | [PATCH] register_one_node() compile fixKAMEZAWA Hiroyuki2006-08-271-1/+9
* | | | [PATCH] Manage jbd allocations from its own slabsBadari Pulavarty2006-08-271-0/+3
* | | | [PATCH] vcsa attribute bits -> ioctl(VT_GETHIFONTMASK)Samuel Thibault2006-08-272-0/+2
* | | | [PATCH] drivers/rtc: fix rtc-s3c.cBen Dooks2006-08-271-1/+1
|/ / /
* | | [BRIDGE] netfilter: memory corruption fixStephen Hemminger2006-08-261-2/+12
* | | Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Greg Kroah-Hartman2006-08-262-5/+18
|\ \ \
| * \ \ Merge ../linux-2.6James Bottomley2006-08-0654-96/+286
| |\ \ \ | | |/ /
| * | | [SCSI] iscsi bugfixes: reduce memory allocationsMike Christie2006-07-281-0/+8