summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* x86: correct register constraints for 64-bit atomic operationsMathieu Desnoyers2008-08-181-4/+4
* x86: add MAP_STACK mmap flagIngo Molnar2008-08-151-0/+1
* Merge branch 'x86/geode' into x86/urgentIngo Molnar2008-08-151-1/+2
|\
| * x86, geode-mfgpt: check IRQ before using MFGPT as clocksourceJens Rottmann2008-08-151-1/+2
* | x86-64: fix overlap of modules and fixmap areasJan Beulich2008-08-151-1/+1
* | x86: fix spin_is_contended()Jan Beulich2008-08-151-2/+2
* | x86: fix readb() et al compile error with gcc-3.2.3Mikael Pettersson2008-08-151-9/+9
* | x86: invalidate caches before going into suspendMark Langsdorf2008-08-151-0/+23
* | Merge branch 'x86/amd-iommu' into x86/urgentIngo Molnar2008-08-15112-4628/+288
|\ \
| * | x86m AMD IOMMU: cleanup: replace LOW_U32 macro with generic lower_32_bitsJoerg Roedel2008-08-151-3/+0
| * | x86, AMD IOMMU: initialize device table properlyJoerg Roedel2008-08-151-0/+1
| * | x86, AMD IOMMU: use status bit instead of memory write-back for completion waitJoerg Roedel2008-08-151-0/+4
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-08-133-1/+102
| |\
| | * usb: musb: pass configuration specifics via pdataFelipe Balbi2008-08-131-5/+33
| | * USB: Add MUSB and TUSB supportFelipe Balbi2008-08-131-0/+70
| | * usb-serial: don't release unregistered minorsAlan Stern2008-08-131-1/+2
| | * USB: add missing kerneldoc line for "needs_binding"Alan Stern2008-08-131-0/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-08-132-0/+51
| |\ \
| | * | CRED: Introduce credential access wrappersDavid Howells2008-08-142-0/+51
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-134-14/+35
| |\ \ | | |/ | |/|
| | * ipv6: Kill unused ip6_prohibit_entry and ip6_blk_hole_entry declarations.Rami Rosen2008-08-131-5/+0
| | * ipv6: ip6_route.h cleanup.Rami Rosen2008-08-131-1/+0
| | * pkt_sched: Add queue stopped test back to qdisc_run().David S. Miller2008-08-131-1/+4
| | * skbuff: Code readability NiTGerrit Renker2008-08-111-3/+3
| | * ipvs: Embed estimator object into stats objectSven Wegener2008-08-111-2/+26
| | * ipvs: Mark net_vs_ctl_path constSven Wegener2008-08-111-1/+1
| | * ipvs: Use ARRAY_SIZE()Sven Wegener2008-08-111-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-08-132-0/+50
| |\ \
| | * | crypto: padlock - fix VIA PadLock instruction usage with irq_ts_save/restore()Suresh Siddha2008-08-131-0/+32
| | * | crypto: hash - Add missing top-level functionsHerbert Xu2008-08-131-0/+18
| * | | Merge git://oss.sgi.com:8090/xfs/linux-2.6Linus Torvalds2008-08-131-0/+45
| |\ \ \
| | * | | [XFS] extend completions to provide XFS object flush requirementsDavid Chinner2008-08-131-0/+45
| * | | | [h8300] move include/asm-h8300 to arch/h8300/include/asmLinus Torvalds2008-08-1399-4610/+0
| | |/ / | |/| |
* | | | Merge branch 'x86/fpu' into x86/urgentIngo Molnar2008-08-141-2/+0
|\ \ \ \
| * | | | x64, fpu: fix possible FPU leakage in error conditionsSuresh Siddha2008-07-261-2/+0
* | | | | Merge commit 'v2.6.27-rc3' into x86/urgentIngo Molnar2008-08-132157-203631/+2772
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | firmware/memmap: cleanupBernhard Walle2008-08-121-26/+0
| * | | | Make ioctl.h compatible with userlandMichael Abbott2008-08-121-0/+4
| * | | | byteorder: add include/linux/byteorder.h to define endian helpersHarvey Harrison2008-08-121-0/+372
| * | | | byteorder: add a new include/linux/swab.h to define byteswapping functionsHarvey Harrison2008-08-121-0/+309
| * | | | seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-122-0/+13
| * | | | move kernel-doc comment for might_sleep directly before its defining blockUwe Kleine-König2008-08-121-7/+7
| * | | | atmel_lcdfb: add board parameter specify framebuffer memory sizeHaavard Skinnemoen2008-08-121-0/+1
| * | | | matrox maven: convert to a new-style i2c driverJean Delvare2008-08-121-2/+0
| * | | | radeonfb: fix accel engine hangsDavid Miller2008-08-121-0/+4
| * | | | page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich2008-08-121-0/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-08-123-20/+2
| |\ \ \ \
| | * | | | modules: extend initcall_debug functionality to the module loaderArjan van de Ven2008-08-121-0/+1
| | * | | | export virtio_rng.hChristian Borntraeger2008-08-121-0/+1
| | * | | | mm: Make generic weak get_user_pages_fast and EXPORT_GPL itRusty Russell2008-08-121-20/+0
| | | |/ / | | |/| |