summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-308-11/+150
|\
| *---. Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-2541-76/+251
| |\ \ \
| | * | | sparseirq: add kernel-doc notation for new member in irq_desc, -v2Yinghai Lu2008-12-191-0/+3
| | * | | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro2008-12-181-1/+1
| | * | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-171-0/+10
| | * | | sparse irqs: add irqnr.h to the user headers listIngo Molnar2008-12-121-0/+1
| | * | | sparse irqs: handle !GENIRQ platformsIngo Molnar2008-12-123-4/+13
| | * | | sparseirq: fix Alpha build failureYinghai Lu2008-12-092-12/+16
| | * | | x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-0/+3
| | * | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-085-13/+122
| * | | | irq.h: remove padding from irq_desc on 64bitsRichard Kennedy2008-11-231-2/+2
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-304-72/+44
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---------. \ \ \ \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-254-72/+44
| |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / | | | |/| | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | * | | | posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov2008-12-121-1/+5
| | | |_|_|/ / / / | | |/| | | | | |
| | | | | * | | | linux/timex.h: cleanup for userspaceMike Frysinger2008-12-121-36/+37
| | | |_|/ / / / | | |/| | | | |
| | | | * | | | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-252-35/+2
| | | |/ / / /
* | | | | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-3013-22/+427
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------------. \ \ \ \ \ \ Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print...Ingo Molnar2008-12-256-12/+376
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | |/ / / / / / | | | | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| | | | | | | | * | | | | | softirq: remove useless function __local_bh_enableLiming Wang2008-11-281-1/+0
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | | | | | * | | | | | | "Tree RCU": scalable classic RCU implementationPaul E. McKenney2008-12-183-9/+344
| | | | | | * | | | | | | Merge branch 'linus' into core/rcuIngo Molnar2008-12-1875-483/+1161
| | | | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | | | lockdep: change a held lock's classPeter Zijlstra2008-12-041-2/+10
| | | | * | | | | | | | | | Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar2008-12-0434-120/+231
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | |
| | | * | | | | | | | | | | swiotlb: add arch hook to force mappingIan Campbell2008-12-171-0/+2
| | | * | | | | | | | | | | swiotlb: allow architectures to override phys<->bus<->phys conversionsIan Campbell2008-12-171-0/+3
| | | * | | | | | | | | | | swiotlb: move some definitions to headerIan Campbell2008-12-161-0/+14
| | | * | | | | | | | | | | swiotlb: allow architectures to override swiotlb pool allocationJeremy Fitzhardinge2008-12-161-0/+3
| * | | | | | | | | | | | | Merge branch 'core/futexes' into core/coreIngo Molnar2008-12-251-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | futex: make clock selectable for FUTEX_WAIT_BITSETThomas Gleixner2008-11-241-1/+2
| | * | | | | | | | | | | | | Merge branch 'linus' into core/futexesThomas Gleixner2008-11-241897-184266/+23833
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'core/debug' into core/coreIngo Molnar2008-12-251-4/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-4/+3
| | * | | | | | | | | | | | | | Merge commit 'v2.6.28-rc6' into core/debugIngo Molnar2008-11-261899-184319/+24011
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-2534-67/+103
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *---------. \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'core/debug', 'core/futexes', 'core/locking', 'core/rcu', 'cor...Ingo Molnar2008-11-247-7/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | / / / / / / / / / / / / | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | / / / / / / / / / / / | | | | |_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | / / / / / / / / / | | | | | |_|_|_|_|/ / / / / / / / / | | | | |/| | | | | | | / / / / / / | | | | | | |_|_|_|_|_|/ / / / / / | | | | | |/| | | | | | | | | | |
| | | | | * | | | | | | | | | | | rcu: increase RCU stall-check timeoutsPaul E. McKenney2008-11-031-1/+1
| | | | * | | | | | | | | | | | | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar2008-11-122-3/+4
| | | | * | | | | | | | | | | | | Merge branch 'linus' into core/lockingIngo Molnar2008-11-12364-64447/+1077
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | mutex: improve header comment to be actually informative about the APIArjan van de Ven2008-10-301-0/+2
| | | | * | | | | | | | | | | | | | Merge commit 'v2.6.28-rc2' into core/lockingIngo Molnar2008-10-281562-119773/+22684
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | lockstat: contend with pointsPeter Zijlstra2008-10-201-4/+9
| | | | * | | | | | | | | | | | | | | Merge commit 'v2.6.27-rc7' into core/lockingIngo Molnar2008-09-2310-60/+94
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | uaccess: fix parameters inversion for __copy_from_user_inatomic()Hiroshi Shimamoto2008-09-161-1/+1
| | | | * | | | | | | | | | | | | | | | Revert "lockdep: fix compilation when CONFIG_TRACE_IRQFLAGS_SUPPORT is not set"Ingo Molnar2008-09-141-8/+10
| | | | * | | | | | | | | | | | | | | | lock debug: sit tight when we are already in a panicAndrew Morton2008-09-121-1/+1
| | | | * | | | | | | | | | | | | | | | x86: some lock annotations for user copy paths, v3Ingo Molnar2008-09-112-3/+1
| | | | * | | | | | | | | | | | | | | | x86: some lock annotations for user copy paths, v2Nick Piggin2008-09-114-32/+19
| | | | * | | | | | | | | | | | | | | | x86: some lock annotations for user copy pathsNick Piggin2008-09-103-2/+34
| | | | * | | | | | | | | | | | | | | | lockdep: add might_lock() / might_lock_read()Peter Zijlstra2008-09-101-0/+18
| | | | * | | | | | | | | | | | | | | | Merge commit 'v2.6.27-rc6' into core/lockingIngo Molnar2008-09-1017-15/+63
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud