summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | lockdep: spin_lock_nest_lock()Peter Zijlstra2008-08-113-0/+10
| | * | | | lockdep: lock protection locksPeter Zijlstra2008-08-112-17/+19
| | * | | | lockdep: map_acquirePeter Zijlstra2008-08-111-0/+12
| | * | | | lockdep: shrink held_lock structureDave Jones2008-08-111-7/+9
| | * | | | lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra2008-08-111-0/+4
| | * | | | lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller2008-07-311-0/+1
| | |/ / /
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-08-113-4/+20
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | EFI, x86: fix function prototypeRandy Dunlap2008-08-111-1/+1
| * | | | x86_64: restore the proper NR_IRQS define so larger systems work.Eric W. Biederman2008-08-111-1/+9
| * | | | x86: Restore proper vector locking during cpu hotplugEric W. Biederman2008-08-111-2/+10
* | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds2008-08-114-10/+77
|\ \ \ \ \
| * | | | | mfd: tc6393 cleanup and updateIan Molton2008-08-101-6/+3
| * | | | | mfd: driver for the TC6387XB TMIO controller.Ian Molton2008-08-101-0/+23
| * | | | | mfd: driver for the T7L66XB TMIO SoCIan Molton2008-08-101-0/+36
| * | | | | mfd: TMIO MMC structures and accessors.Ian Molton2008-08-101-4/+15
| | |/ / / | |/| | |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-08-111-212/+0
|\ \ \ \ \
| * | | | | powerpc: Remove include/linux/harrier_defs.hPaul Mackerras2008-08-111-212/+0
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-08-112-6/+7
|\ \ \ \ \ \
| * | | | | | PCI PM: Export pci_pme_active to driversRafael J. Wysocki2008-08-071-0/+1
| * | | | | | PCI: remove duplicate symbol from pci_ids.hakpm@linux-foundation.org2008-08-071-2/+0
| * | | | | | PCI: make pci_register_driver() a macroAndrew Morton2008-08-071-4/+6
* | | | | | | m68k{,nommu}: Wire up new system callsGeert Uytterhoeven2008-08-111-1/+7
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2008-08-091-0/+1
|\ \ \ \ \ \ \
| * | | | | | | SLUB: dynamic per-cache MIN_PARTIALPekka Enberg2008-08-051-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2008-08-0911-544/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | avr32: Remove include/asm-avr32/arch-at32apHaavard Skinnemoen2008-08-0811-544/+0
* | | | | | | list.h: fix fatal kernel-doc errorRandy Dunlap2008-08-081-2/+2
* | | | | | | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-08890-69252/+17
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge Linus' latest into masterRussell King2008-08-08144-15845/+33
| |\ \ \ \ \ \ \
| * | | | | | | | [ARM] fix pnx4008 build errorsRussell King2008-08-081-1/+3
| | |/ / / / / / | |/| | | | | |
| * | | | | | | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07793-62504/+14
| * | | | | | | Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Russell King2008-08-0796-6746/+0
| |\ \ \ \ \ \ \
| | * | | | | | | avr32: Move include/asm-avr32 to arch/avr32/include/asmHaavard Skinnemoen2008-08-0596-6746/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-071426-134047/+2794
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-07118-120/+120
| * | | | | | | | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-08-085-13/+96
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | list.h: add list_cut_position()Luis R. Rodriguez2008-08-071-0/+40
| * | | | | | | list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-071-9/+38
| * | | | | | | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-08-073-3/+17
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik2008-08-071-2/+0
| | |\ \ \ \ \ \ \
| | | * | | | | | | Remove bogus variables from syncppp.[ch]Krzysztof HaƂasa2008-07-231-2/+0
| | * | | | | | | | dm9000: Support MAC address setting through platform data.Laurent Pinchart2008-08-071-0/+1
| | * | | | | | | | ethtool: Expand ethtool_cmd.speed to 32 bitsBrandon Philips2008-08-071-1/+16
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng2008-08-061-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...Linus Torvalds2008-08-072-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | tracehook: fix CLONE_PTRACERoland McGrath2008-08-072-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-08-072-18/+26
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linusRoland Dreier2008-08-071-12/+24
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | mlx4_core: Add ethernet fields to CQE structYevgeny Petrilin2008-08-061-12/+24
| | |/ / / / / / /