Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | seq_file: add seq_cpumask(), seq_nodemask() | Alexey Dobriyan | 2008-08-12 | 2 | -0/+13 | |
| * | | | | | | | move kernel-doc comment for might_sleep directly before its defining block | Uwe Kleine-König | 2008-08-12 | 1 | -7/+7 | |
| * | | | | | | | atmel_lcdfb: add board parameter specify framebuffer memory size | Haavard Skinnemoen | 2008-08-12 | 1 | -0/+1 | |
| * | | | | | | | matrox maven: convert to a new-style i2c driver | Jean Delvare | 2008-08-12 | 1 | -2/+0 | |
| * | | | | | | | radeonfb: fix accel engine hangs | David Miller | 2008-08-12 | 1 | -0/+4 | |
| * | | | | | | | page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system... | Jan Beulich | 2008-08-12 | 1 | -0/+4 | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2008-08-12 | 3 | -20/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | modules: extend initcall_debug functionality to the module loader | Arjan van de Ven | 2008-08-12 | 1 | -0/+1 | |
| | * | | | | | | | export virtio_rng.h | Christian Borntraeger | 2008-08-12 | 1 | -0/+1 | |
| | * | | | | | | | mm: Make generic weak get_user_pages_fast and EXPORT_GPL it | Rusty Russell | 2008-08-12 | 1 | -20/+0 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2008-08-12 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | intel/agp: rewrite GTT on resume | Keith Packard | 2008-08-12 | 1 | -0/+5 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-08-11 | 1 | -27/+4 | |
| |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'linus' into sched/clock | Ingo Molnar | 2008-08-11 | 2123 | -202755/+1899 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| | * | | | | | | | sched_clock: delay using sched_clock() | Peter Zijlstra | 2008-08-11 | 1 | -11/+3 | |
| | * | | | | | | | sched clock: revert various sched_clock() changes | Ingo Molnar | 2008-07-31 | 1 | -16/+1 | |
| * | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-08-11 | 4 | -22/+58 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge branch 'core/locking' into core/urgent | Ingo Molnar | 2008-08-12 | 4 | -22/+58 | |
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | lockdep: increase MAX_LOCKDEP_KEYS | Ingo Molnar | 2008-08-11 | 1 | -1/+1 | |
| | | * | | | | | | | lockdep: fix overflow in the hlock shrinkage code | Peter Zijlstra | 2008-08-11 | 1 | -1/+6 | |
| | | * | | | | | | | lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() | Ingo Molnar | 2008-08-11 | 1 | -5/+5 | |
| | | * | | | | | | | lockdep: spin_lock_nest_lock() | Peter Zijlstra | 2008-08-11 | 3 | -0/+10 | |
| | | * | | | | | | | lockdep: lock protection locks | Peter Zijlstra | 2008-08-11 | 2 | -17/+19 | |
| | | * | | | | | | | lockdep: map_acquire | Peter Zijlstra | 2008-08-11 | 1 | -0/+12 | |
| | | * | | | | | | | lockdep: shrink held_lock structure | Dave Jones | 2008-08-11 | 1 | -7/+9 | |
| | | * | | | | | | | lockdep: lock_set_subclass - reset a held lock's subclass | Peter Zijlstra | 2008-08-11 | 1 | -0/+4 | |
| | | * | | | | | | | lockdep: fix combinatorial explosion in lock subgraph traversal | David Miller | 2008-07-31 | 1 | -0/+1 | |
| | | |/ / / / / / | ||||||
| * | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-08-11 | 3 | -4/+20 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | EFI, x86: fix function prototype | Randy Dunlap | 2008-08-11 | 1 | -1/+1 | |
| | * | | | | | | | x86_64: restore the proper NR_IRQS define so larger systems work. | Eric W. Biederman | 2008-08-11 | 1 | -1/+9 | |
| | * | | | | | | | x86: Restore proper vector locking during cpu hotplug | Eric W. Biederman | 2008-08-11 | 1 | -2/+10 | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd | Linus Torvalds | 2008-08-11 | 4 | -10/+77 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | mfd: tc6393 cleanup and update | Ian Molton | 2008-08-10 | 1 | -6/+3 | |
| | * | | | | | | | | mfd: driver for the TC6387XB TMIO controller. | Ian Molton | 2008-08-10 | 1 | -0/+23 | |
| | * | | | | | | | | mfd: driver for the T7L66XB TMIO SoC | Ian Molton | 2008-08-10 | 1 | -0/+36 | |
| | * | | | | | | | | mfd: TMIO MMC structures and accessors. | Ian Molton | 2008-08-10 | 1 | -4/+15 | |
| | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2008-08-11 | 1 | -212/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | powerpc: Remove include/linux/harrier_defs.h | Paul Mackerras | 2008-08-11 | 1 | -212/+0 | |
| * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2008-08-11 | 2 | -6/+7 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | PCI PM: Export pci_pme_active to drivers | Rafael J. Wysocki | 2008-08-07 | 1 | -0/+1 | |
| | * | | | | | | | | | PCI: remove duplicate symbol from pci_ids.h | akpm@linux-foundation.org | 2008-08-07 | 1 | -2/+0 | |
| | * | | | | | | | | | PCI: make pci_register_driver() a macro | Andrew Morton | 2008-08-07 | 1 | -4/+6 | |
| * | | | | | | | | | | m68k{,nommu}: Wire up new system calls | Geert Uytterhoeven | 2008-08-11 | 1 | -1/+7 | |
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2008-08-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | SLUB: dynamic per-cache MIN_PARTIAL | Pekka Enberg | 2008-08-05 | 1 | -0/+1 | |
| | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 2008-08-09 | 11 | -544/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | avr32: Remove include/asm-avr32/arch-at32ap | Haavard Skinnemoen | 2008-08-08 | 11 | -544/+0 | |
| * | | | | | | | | | | list.h: fix fatal kernel-doc error | Randy Dunlap | 2008-08-08 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2008-08-08 | 890 | -69252/+17 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge Linus' latest into master | Russell King | 2008-08-08 | 144 | -15845/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ |