| Commit message (Expand) | Author | Age |
... | |
| * | | | | | | | | | | drm: GEM mmap support | Jesse Barnes | 2008-12-29 |
| * | | | | | | | | | | drm: fix leak of uninitialized data to userspace | Vegard Nossum | 2008-12-29 |
| * | | | | | | | | | | drm: move to kref per-master structures. | Dave Airlie | 2008-12-29 |
| * | | | | | | | | | | drm: cleanup exit path for module unload | Dave Airlie | 2008-12-29 |
| | |_|_|/ / / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2008-12-30 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-12-28 |
| |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| * | | | | | | | | | | of: Fix comment, sparc no longer uses of_device objects on special busses. | David S. Miller | 2008-12-04 |
* | | | | | | | | | | | Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2008-12-30 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Get rid of CONFIG_LSF | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | block: add one-hit cache for disk partition lookup | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | block: get rid of elevator_t typedef | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | aio: make the lookup_ioctx() lockless | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | bio: add support for inlining a number of bio_vecs inside the bio | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | bio: allow individual slabs in the bio_set | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | bio: move the slab pointer inside the bio_set | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | bio: only mempool back the largest bio_vec slab cache | Jens Axboe | 2008-12-29 |
| * | | | | | | | | | | | block: simplify empty barrier implementation | Tejun Heo | 2008-12-29 |
| * | | | | | | | | | | | block: make barrier completion more robust | Tejun Heo | 2008-12-29 |
| * | | | | | | | | | | | block: make every barrier action optional | Tejun Heo | 2008-12-29 |
| * | | | | | | | | | | | block: reorganize QUEUE_ORDERED_* constants | Tejun Heo | 2008-12-29 |
| * | | | | | | | | | | | block: reorder struct bio to remove padding on 64bit | Richard Kennedy | 2008-12-29 |
| * | | | | | | | | | | | block: use cancel_work_sync() instead of kblockd_flush_work() | Cheng Renquan | 2008-12-29 |
| * | | | | | | | | | | | block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set | Keith Mannthey | 2008-12-29 |
| * | | | | | | | | | | | block: add queue flag for paravirt frontend drivers | Fernando Luis Vázquez Cao | 2008-12-29 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-30 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ | |
| *---. \ \ \ \ \ \ \ \ \ \ | Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2... | Ingo Molnar | 2008-12-25 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |_|/ / / / / / / /
| | | | |/| | | / / / / / /
| | | | |_|_|_|/ / / / / /
| | | |/| | | | | | | | | |
|
| | * | | | | | | | | | | | sparseirq: add kernel-doc notation for new member in irq_desc, -v2 | Yinghai Lu | 2008-12-18 |
| | * | | | | | | | | | | | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP | KOSAKI Motohiro | 2008-12-18 |
| | * | | | | | | | | | | | x86, sparseirq: move irq_desc according to smp_affinity, v7 | Yinghai Lu | 2008-12-16 |
| | * | | | | | | | | | | | sparse irqs: add irqnr.h to the user headers list | Ingo Molnar | 2008-12-12 |
| | * | | | | | | | | | | | sparse irqs: handle !GENIRQ platforms | Ingo Molnar | 2008-12-12 |
| | * | | | | | | | | | | | sparseirq: fix Alpha build failure | Yinghai Lu | 2008-12-08 |
| | * | | | | | | | | | | | x86, MSI: pass irq_cfg and irq_desc | Yinghai Lu | 2008-12-08 |
| | * | | | | | | | | | | | sparse irq_desc[] array: core kernel and x86 changes | Yinghai Lu | 2008-12-08 |
| * | | | | | | | | | | | | irq.h: remove padding from irq_desc on 64bits | Richard Kennedy | 2008-11-23 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ | |
| *---------. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer... | Ingo Molnar | 2008-12-25 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|/ / / / / / / / / / /
| | | |/| | | | | | / / / / / / / /
| | |_|_|_|_|_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | | | | | |
|
| | | | | | * | | | | | | | | | | | posix-timers: use "struct pid*" instead of "struct task_struct*" | Oleg Nesterov | 2008-12-12 |
| | | |_|_|/ / / / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | | | | * | | | | | | | | | | | linux/timex.h: cleanup for userspace | Mike Frysinger | 2008-12-12 |
| | | |_|/ / / / / / / / / / /
| | |/| | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | hrtimer: removing all ur callback modes | Peter Zijlstra | 2008-11-25 |
| | | |/ / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ / / / / / /
|/| | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| | \ \ \ \ \ \ \ \ \ \ \ \ | |
| *-------------. | | | | | | | | | | | | | Merge branches 'core/debugobjects', 'core/iommu', 'core/locking', 'core/print... | Ingo Molnar | 2008-12-25 |
| |\ \ \ \ \ \ \ \| | | | | | | | | | | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | /
| | | | | | | | |_|_|_|_|_|_|_|_|_|_|/
| | | | | | | |/| | | | | | | | | | | |
|
| | | | | | | | * | | | | | | | | | | | softirq: remove useless function __local_bh_enable | Liming Wang | 2008-11-28 |
| | | |_|_|_|_|/ / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | |
|
| | | | | | * | | | | | | | | | | | | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 2008-12-18 |
| | | | | | * | | | | | | | | | | | | Merge branch 'linus' into core/rcu | Ingo Molnar | 2008-12-18 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | | | | | | lockdep: change a held lock's class | Peter Zijlstra | 2008-12-04 |
| | | | * | | | | | | | | | | | | | | | Merge commit 'v2.6.28-rc7' into core/locking | Ingo Molnar | 2008-12-04 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | |_|_|_|_|_|_|_|/ / / / / /
| | | | | |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | | swiotlb: add arch hook to force mapping | Ian Campbell | 2008-12-17 |
| | | * | | | | | | | | | | | | | | | | swiotlb: allow architectures to override phys<->bus<->phys conversions | Ian Campbell | 2008-12-17 |
| | | * | | | | | | | | | | | | | | | | swiotlb: move some definitions to header | Ian Campbell | 2008-12-16 |