pandora-kernel.git
2010-07-23 Tejun Heogfs2: use workqueue instead of slow-work
2010-07-22 Tejun Heodrm: use workqueue instead of slow-work
2010-07-22 Tejun Heocifs: use workqueue instead of slow-work
2010-07-22 Tejun Heofscache: drop references to slow-work
2010-07-22 Tejun Heofscache: convert operation to use workqueue instead...
2010-07-22 Tejun Heofscache: convert object to use workqueue instead of...
2010-07-22 Tejun Heoworkqueue: fix how cpu number is stored in work->data
2010-07-20 Tejun Heoworkqueue: fix mayday_mask handling on UP
2010-07-20 Tejun Heoworkqueue: fix build problem on !CONFIG_SMP
2010-07-14 Tejun Heoworkqueue: fix locking in retry path of maybe_create_wo...
2010-07-14 Tejun Heoasync: use workqueue for worker pool
2010-07-02 Tejun Heoworkqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND...
2010-07-02 Tejun Heoworkqueue: implement unbound workqueue
2010-07-02 Tejun Heoworkqueue: prepare for WQ_UNBOUND implementation
2010-07-02 Tejun Heolibata: take advantage of cmwq and remove concurrency...
2010-07-02 Tejun Heoworkqueue: fix worker management invocation without...
2010-07-02 Tejun Heoworkqueue: fix incorrect cpu number BUG_ON() in get_wor...
2010-07-02 Tejun Heoworkqueue: fix race condition in flush_workqueue()
2010-07-02 Tejun Heoworkqueue: use worker_set/clr_flags() only from worker...
2010-06-29 Tejun Heoworkqueue: implement cpu intensive workqueue
2010-06-29 Tejun Heoworkqueue: implement high priority workqueue
2010-06-29 Tejun Heoworkqueue: implement several utility APIs
2010-06-29 Tejun Heoworkqueue: s/__create_workqueue()/alloc_workqueue(...
2010-06-29 Tejun Heoworkqueue: increase max_active of keventd and kill...
2010-06-29 Tejun Heoworkqueue: implement concurrency managed dynamic worker...
2010-06-29 Tejun Heoworkqueue: implement worker_{set|clr}_flags()
2010-06-29 Tejun Heoworkqueue: use shared worklist and pool all workers...
2010-06-29 Tejun Heoworkqueue: implement WQ_NON_REENTRANT
2010-06-29 Tejun Heoworkqueue: carry cpu number in work data once execution...
2010-06-29 Tejun Heoworkqueue: add find_worker_executing_work() and track...
2010-06-29 Tejun Heoworkqueue: make single thread workqueue shared worker...
2010-06-29 Tejun Heoworkqueue: reimplement CPU hotplugging support using...
2010-06-29 Tejun Heoworkqueue: implement worker states
2010-06-29 Tejun Heoworkqueue: introduce global cwq and unify cwq locks
2010-06-29 Tejun Heoworkqueue: reimplement workqueue freeze using max_active
2010-06-29 Tejun Heoworkqueue: implement per-cwq active work limit
2010-06-29 Tejun Heoworkqueue: reimplement work flushing using linked works
2010-06-29 Tejun Heoworkqueue: introduce worker
2010-06-29 Tejun Heoworkqueue: reimplement workqueue flushing using color...
2010-06-29 Tejun Heoworkqueue: update cwq alignement
2010-06-29 Tejun Heoworkqueue: kill cpu_populated_map
2010-06-29 Tejun Heoworkqueue: temporarily remove workqueue tracing
2010-06-29 Tejun Heoworkqueue: separate out process_one_work()
2010-06-29 Tejun Heoworkqueue: define masks for work flags and conditionali...
2010-06-29 Tejun Heoworkqueue: merge feature parameters into flags
2010-06-29 Tejun Heoworkqueue: misc/cosmetic updates
2010-06-29 Tejun Heoworkqueue: kill RT workqueue
2010-06-29 Tejun Heoacpi: use queue_work_on() instead of binding workqueue...
2010-06-29 Tejun Heokthread: implement kthread_data()
2010-06-29 Tejun Heoivtv: use kthread_worker instead of workqueue
2010-06-29 Tejun Heokthread: implement kthread_worker
2010-06-13 Tejun HeoMerge branch 'sched-wq' of ../wq into cmwq-base
2010-06-12 Linus TorvaldsLinux 2.6.35-rc3 v2.6.35-rc3
2010-06-11 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-06-11 Linus TorvaldsMerge branch 'pm-fixes' of git://git./linux/kernel...
2010-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-06-11 Yinghai LuPCI: clear bridge resource range if BIOS assigned bad one
2010-06-11 Jiri SlabyPCI: hotplug/cpqphp, fix NULL dereference
2010-06-11 Jesse BarnesRevert "PCI: create function symlinks in /sys/bus/pci...
2010-06-11 Bjorn HelgaasPCI: change resource collision messages from KERN_ERR...
2010-06-11 Dan CarpenterBtrfs: The file argument for fsync() is never null
2010-06-11 Dan CarpenterBtrfs: handle ERR_PTR from posix_acl_from_xattr()
2010-06-11 Sage WeilBtrfs: avoid BUG when dropping root and reference in...
2010-06-11 Shi WeihuaBtrfs: prohibit a operation of changing acl's mask...
2010-06-11 Shi WeihuaBtrfs: should add a permission check for setfacl
2010-06-11 Dan CarpenterBtrfs: btrfs_lookup_dir_item() can return ERR_PTR
2010-06-11 Dan CarpenterBtrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs
2010-06-11 Dan CarpenterBtrfs: unwind after btrfs_start_transaction() errors
2010-06-11 Dan CarpenterBtrfs: btrfs_iget() returns ERR_PTR
2010-06-11 Dan CarpenterBtrfs: handle kzalloc() failure in open_ctree()
2010-06-11 Dan CarpenterBtrfs: handle error returns from btrfs_lookup_dir_item()
2010-06-11 Yan, ZhengBtrfs: Fix BUG_ON for fs converted from extN
2010-06-11 Yan, ZhengBtrfs: Fix null dereference in relocation.c
2010-06-11 David S. MillerMerge branch 'wimax-2.6.35.y' of git://git./linux/kerne...
2010-06-11 Inaky Perez... wimax/i2400m: fix missing endian correction read in...
2010-06-11 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2010-06-11 Linus TorvaldsMerge branch 'urgent' of git://git./linux/kernel/git...
2010-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-06-11 Miao XieBtrfs: fix remap_file_pages error
2010-06-11 Dan CarpenterBtrfs: uninitialized data is check_path_shared()
2010-06-11 Josef BacikBtrfs: fix fallocate regression
2010-06-11 Miao XieBtrfs: fix loop device on top of btrfs
2010-06-11 Figo.zhangnet8139: fix a race at the end of NAPI
2010-06-11 Daniel Turullpktgen: Fix accuracy of inter-packet delay.
2010-06-11 Eric Dumazetpkt_sched: gen_estimator: add a new lock
2010-06-11 John Fastabendnet: deliver skbs on inactive slaves to exact matches
2010-06-10 Sage Weilceph: try to send partial cap release on cap message...
2010-06-10 Sage Weilceph: release cap on import if we don't have the inode
2010-06-10 Sage Weilceph: fix misleading/incorrect debug message
2010-06-10 Jeff Mahoneyceph: fix atomic64_t initialization on ia64
2010-06-10 Catalin Marinassata_sil24: Use memory barriers before issuing commands
2010-06-10 Dan Carpentersata_sil24: memset() overflow
2010-06-10 Linus TorvaldsMerge branch 'kvm-updates/2.6.35' of git://git./virt...
2010-06-10 Marcelo TosattiKVM: read apic->irr with ioapic lock held
2010-06-10 Linus TorvaldsMerge branch 'for-linus2' of git://git.kernel.dk/linux...
2010-06-10 Miklos Szeredipipe: fix check in "set size" fcntl
2010-06-10 Miklos Szeredipipe: fix pipe buffer resizing
2010-06-10 Jens Axboeblock: remove duplicate BUG_ON() in bd_finish_claiming()
2010-06-10 Nick Pigginblock: bd_start_claiming cleanup
next