summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
*-------------. 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/+0Star
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | * | | "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/+23833Star
| |\| | | | | | | | |
* | | | | | | | | | | Merge branch 'core/debug' into core/coreIngo Molnar2008-12-251-4/+3Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | debug warnings: eliminate warn_on_slowpath()Ingo Molnar2008-11-281-4/+3Star
| * | | | | | | | | | | Merge commit 'v2.6.28-rc6' into core/debugIngo Molnar2008-11-261899-184319/+24011Star
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge commit 'v2.6.28' into core/coreIngo Molnar2008-12-2534-67/+103
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | ACPI: don't cond_resched() when irqs_disabled()Wu Fengguang2008-12-191-1/+5
| * | | | | | | | | | | ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas2008-12-191-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-182-1/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | irda: Add irda_skb_cb qdisc related paddingSamuel Ortiz2008-12-181-1/+3
| | * | | | | | | | | netfilter: ctnetlink: fix missing CTA_NAT_SEQ_UNSPECPablo Neira Ayuso2008-12-161-0/+1
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * / | | | | | | | USB: fix comment about endianness of descriptorsPhil Endecott2008-12-171-2/+6
| |/ / / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-161-0/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-101-0/+7
| * | | | | | | | | Define smp_call_function_many for UPRusty Russell2008-12-161-0/+2
| * | | | | | | | | Revert "radeonfb: accelerate imageblit and other improvements"Linus Torvalds2008-12-111-13/+5Star
| | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | MN10300: Fix __put_user_asm8()Akira Takeuchi2008-12-101-1/+1
| * | | | | | | | KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-101-1/+2
| * | | | | | | | atomic: fix a typo in atomic_long_xchg()Eric Dumazet2008-12-101-1/+1
| * | | | | | | | revert "percpu_counter: new function percpu_counter_sum_and_set"Andrew Morton2008-12-101-9/+3Star
| * | | | | | | | revert "percpu counter: clean up percpu_counter_sum_and_set()"Andrew Morton2008-12-101-3/+9
| * | | | | | | | Merge branch 'audit.b59' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-12-092-2/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [PATCH] fix broken timestamps in AVC generated by kernel threadsAl Viro2008-12-091-2/+2
| | * | | | | | | | [PATCH] asm/generic: fix bug - kernel fails to build when enable some common ...Mike Frysinger2008-12-091-0/+2
| | * | | | | | | | [PATCH] return records for fork() both to child and parentAl Viro2008-12-091-0/+2
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-091-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / /
| | * | | | | | | can: Fix CAN_(EFF|RTR)_FLAG handling in can_filterOliver Hartkopp2008-12-041-1/+1
| * | | | | | | | Enforce a minimum SG_IO timeoutLinus Torvalds2008-12-051-0/+1
| * | | | | | | | [PATCH 2/2] documnt FMODE_ constantsChristoph Hellwig2008-12-041-15/+17
| * | | | | | | | [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-041-1/+0Star
| * | | | | | | | block: fix setting of max_segment_size and seg_boundary maskMilan Broz2008-12-031-0/+2
| * | | | | | | | block: internal dequeue shouldn't start timerTejun Heo2008-12-031-5/+2Star
| |/ / / / / / /
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-034-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | net: Fix soft lockups/OOM issues w/ unix garbage collectordann frazier2008-11-271-0/+1
| | * | | | | | | netfilter: xtables: add missing const qualifier to xt_tgchk_paramJan Engelhardt2008-11-251-1/+1
| | * | | | | | | net: Fix memory leak in the proto_register functionCatalin Marinas2008-11-222-0/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-12-031-0/+8
| |\ \ \ \ \ \ \
| | * | | | | | | amd74xx: workaround unreliable AltStatus register for nVidia controllersBartlomiej Zolnierkiewicz2008-12-021-0/+8
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-12-031-1/+1
| |\ \ \ \ \ \ \