aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-0/+8
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-221-0/+43
* Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-10-221-0/+2
|\
| * pcmcia: IOCARD is also required for using IRQsDominik Brodowski2010-10-221-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2010-10-227-85/+83
|\ \
| * | asm-generic/io.h: allow people to override individual funcsMike Frysinger2010-10-181-0/+26
| * | bitops: remove duplicated extern declarationsAkinobu Mita2010-10-092-25/+12
| * | bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-092-22/+25
| * | asm-generic: kdebug.h: Checkpatch cleanupAndrea Gelmini2010-10-091-1/+1
| * | asm-generic: fcntl: make exported headers use strict posix typesLucian Adrian Grijincu2010-10-091-1/+1
| * | asm-generic: cmpxchg does not handle non-long argumentsMathieu Lacage2010-10-091-19/+1
| * | asm-generic: make atomic_add_unless a functionMathieu Lacage2010-10-091-17/+17
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | libfs: use generic_file_llseek for simple_attrArnd Bergmann2010-09-161-0/+1
* | | | Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-223-33/+13
|\ \ \ \
| * | | | fs/locks.c: prepare for BKL removalArnd Bergmann2010-10-051-4/+10
| * | | | BKL: Remove BKL from ncpfsPetr Vandrovec2010-10-042-29/+3
* | | | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-2/+5
|\ \ \ \ \
| * | | | | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-2/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-221-0/+12
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum2010-09-071-0/+12
| * | | | x86: Move alloc_desk_mask variables inside ifdefAndi Kleen2010-07-271-1/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-211-0/+8
|\ \ \ \ \
| * | | | | powerpc/fsl-booke: Add PCI device ids for P2040/P3041/P5010/P5020 QoirQ chipsKumar Gala2010-10-141-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-212-29/+82
|\ \ \ \ \
| * | | | | include/linux/libata.h: fix typoAndrea Gelmini2010-10-211-1/+1
| * | | | | libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy2010-10-211-3/+3
| * | | | | libata: implement cross-port EH exclusionTejun Heo2010-10-211-0/+5
| * | | | | libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-211-2/+3
| * | | | | libata: reimplement link power managementTejun Heo2010-10-211-6/+11
| * | | | | libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo2010-10-211-0/+2
| * | | | | libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-211-14/+15
| * | | | | [libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler2010-10-211-6/+40
| * | | | | [libata] Add ATA transport classGwendal Grignou2010-10-211-0/+5
* | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-211-0/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2...Joel Becker2010-10-1541-84/+219
| |\ \ \ \ \ \
| * | | | | | | ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti2010-09-101-0/+2
* | | | | | | | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-213-68/+125
|\ \ \ \ \ \ \ \
| * | | | | | | | memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-121-13/+12
| * | | | | | | | Merge branch 'x86/urgent' into core/memblockH. Peter Anvin2010-10-113-1/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge commit 'v2.6.36-rc7' into core/memblockIngo Molnar2010-10-0854-119/+302
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | memblock: Fix section mismatch warningsYinghai Lu2010-09-151-12/+12
| * | | | | | | | Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar2010-08-31498-4998/+12963
| |\ \ \ \ \ \ \ \
| * | | | | | | | | x86: Remove not used early_res codeYinghai Lu2010-08-271-23/+0
| * | | | | | | | | memblock: Add find_memory_core_early()Yinghai Lu2010-08-271-0/+2
| * | | | | | | | | memblock: Add memblock_free/reserve_reserved_regions()Yinghai Lu2010-08-271-0/+2
| * | | | | | | | | memblock: Add memblock_find_in_range()Yinghai Lu2010-08-051-0/+2
| * | | | | | | | | memblock: Option for the architecture to put memblock into the .init sectionYinghai Lu2010-08-051-0/+8
| * | | | | | | | | memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCKYinghai Lu2010-08-051-0/+3
| * | | | | | | | | memblock: Make MEMBLOCK_ERROR be 0Benjamin Herrenschmidt2010-08-051-1/+1