aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2009-03-26
|\
| *-----. Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ...Pekka Enberg2009-03-24
| |\ \ \ \
| | | | | * SLUB: Do not pass 8k objects through to the page allocatorPekka Enberg2009-02-20
| | | | | * SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constantsChristoph Lameter2009-02-20
| | | | |/ | | | |/|
| | | | * slub: move min_partial to struct kmem_cacheDavid Rientjes2009-02-23
| | | |/
* | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-26
|\ \ \ \
| * | | | Use f_lock to protect f_flagsJonathan Corbet2009-03-16
| * | | | Rename struct file->f_ep_lockJonathan Corbet2009-03-16
* | | | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-03-26
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.29' into core/header-fixesIngo Molnar2009-03-26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | emu101k1.h: fix duplicate include of <linux/types.h>Arnd Bergmann2009-03-26
| * | | | | compiler-gcc4: conditionalize #error on __KERNEL__H. Peter Anvin2009-03-26
| * | | | | remove __KERNEL_STRICT_NAMESArnd Bergmann2009-03-26
| * | | | | make netfilter use strict integer typesArnd Bergmann2009-03-26
| * | | | | make drm headers use strict integer typesArnd Bergmann2009-03-26
| * | | | | make MTD headers use strict integer typesArnd Bergmann2009-03-26
| * | | | | make most exported headers use strict integer typesArnd Bergmann2009-03-26
| * | | | | make exported headers use strict posix typesArnd Bergmann2009-03-26
| * | | | | unconditionally include asm/types.h from linux/types.hJaswinder Singh Rajput2009-03-26
| * | | | | make linux/types.h as assembly safeJaswinder Singh Rajput2009-02-06
| * | | | | headers_check fix cleanup: linux/reiserfs_fs.hJaswinder Singh Rajput2009-02-03
| * | | | | headers_check fix cleanup: linux/nubus.hJaswinder Singh Rajput2009-02-03
| * | | | | headers_check fix cleanup: linux/coda_psdev.hJaswinder Singh Rajput2009-02-03
| * | | | | headers_check fix: linux/reinserfs_fs.hJaswinder Singh Rajput2009-02-02
| * | | | | headers_check fix: linux/socket.hJaswinder Singh Rajput2009-02-02
| * | | | | headers_check fix: linux/nubus.hJaswinder Singh Rajput2009-02-02
| * | | | | headers_check fix: linux/in6.hJaswinder Singh Rajput2009-02-02
| * | | | | headers_check fix: linux/coda_psdev.hJaswinder Singh Rajput2009-02-02
| * | | | | headers_check fix: mn10300, swab.hJaswinder Singh Rajput2009-02-01
| * | | | | headers_check fix: m32r, swab.hJaswinder Singh Rajput2009-02-01
| * | | | | headers_check fix: frv, swab.hJaswinder Singh Rajput2009-02-01
* | | | | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-26
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branches 'irq/sparseirq' and 'linus' into irq/coreIngo Molnar2009-03-23
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | genirq: add doc to struct irqactionThomas Gleixner2009-03-13
| | * | | | | | | | genirq: make irqreturn_t an enumThomas Gleixner2009-03-13
| | * | | | | | | | genirq: remove unused hw_irq_controller typedefThomas Gleixner2009-03-13
| | * | | | | | | | irq: match remove_irq() args with setup_irq()Magnus Damm2009-03-12
| | * | | | | | | | irq: add remove_irq() for freeing of setup_irq() irqsMagnus Damm2009-03-12
| | * | | | | | | | Merge branch 'linus' into irq/genirqIngo Molnar2009-03-12
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'linus' into irq/genirqIngo Molnar2009-03-02
| | |\ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | irq: clean up irq stat methodsYinghai Lu2009-01-22
| | | * | | | | | | | | | | sparseirq: make some func to be used with genirqYinghai Lu2009-01-10
| | | * | | | | | | | | | | Merge commit 'v2.6.29-rc1' into irq/urgentIngo Molnar2009-01-10
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | sparseirq: make for_each_irq_desc() more robustKOSAKI Motohiro2009-01-07
| | * | | | | | | | | | | | | irq: provide debug_poll_all_shared_irqs() method under CONFIG_DEBUG_SHIRQIngo Molnar2009-01-16
* | | | | | | | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-03-26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer...Ingo Molnar2009-03-26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | time: ntp: make 64-bit constants more robustIngo Molnar2009-02-25