| Commit message (Expand) | Author | Age |
... | |
| * | | | Audit: split audit watch Kconfig | Eric Paris | 2010-07-28 |
| * | | | audit: reimplement audit_trees using fsnotify rather than inotify | Eric Paris | 2010-07-28 |
| * | | | fsnotify: allow addition of duplicate fsnotify marks | Eric Paris | 2010-07-28 |
| * | | | audit: do not get and put just to free a watch | Eric Paris | 2010-07-28 |
| * | | | audit: redo audit watch locking and refcnt in light of fsnotify | Eric Paris | 2010-07-28 |
| * | | | audit: convert audit watches to use fsnotify instead of inotify | Eric Paris | 2010-07-28 |
| * | | | Audit: clean up the audit_watch split | Eric Paris | 2010-07-28 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-08-10 |
|\ \ \ \ |
|
| * | | | | pass a struct path to vfs_statfs | Christoph Hellwig | 2010-08-09 |
| | |_|/
| |/| | |
|
* | | | | gcc-4.6: printk: use stable variable to dump kmsg buffer | Andi Kleen | 2010-08-09 |
* | | | | stop_machine: struct cpu_stopper, remove alignment padding on 64 bits | Richard Kennedy | 2010-08-09 |
* | | | | kernel/range: remove unused definition of ARRAY_SIZE() | Geert Uytterhoeven | 2010-08-09 |
* | | | | sys_personality: remove the bogus checks in sys_personality()->__set_personal... | Oleg Nesterov | 2010-08-09 |
* | | | | hibernation: freeze swap at hibernation | KAMEZAWA Hiroyuki | 2010-08-09 |
* | | | | oom: badness heuristic rewrite | David Rientjes | 2010-08-09 |
* | | | | oom: move sysctl declarations to oom.h | David Rientjes | 2010-08-09 |
* | | | | workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_... | Tejun Heo | 2010-08-09 |
* | | | | workqueue: add missing __percpu markup in kernel/workqueue.c | Namhyung Kim | 2010-08-08 |
* | | | | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred... | Linus Torvalds | 2010-08-07 |
|\ \ \ \ |
|
| * | | | | init: Remove the BKL from startup code | Arnd Bergmann | 2010-07-09 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2010-08-07 |
|\ \ \ \ |
|
| * | | | | workqueue: mark init_workqueues() as early_initcall() | Suresh Siddha | 2010-08-01 |
| * | | | | workqueue: explain for_each_*cwq_cpu() iterators | Tejun Heo | 2010-08-01 |
| * | | | | slow-work: kill it | Tejun Heo | 2010-07-23 |
| * | | | | workqueue: fix how cpu number is stored in work->data | Tejun Heo | 2010-07-22 |
| * | | | | workqueue: fix mayday_mask handling on UP | Tejun Heo | 2010-07-20 |
| * | | | | workqueue: fix build problem on !CONFIG_SMP | Tejun Heo | 2010-07-20 |
| * | | | | workqueue: fix locking in retry path of maybe_create_worker() | Tejun Heo | 2010-07-14 |
| * | | | | async: use workqueue for worker pool | Tejun Heo | 2010-07-14 |
| * | | | | workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: implement unbound workqueue | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: prepare for WQ_UNBOUND implementation | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: fix worker management invocation without pending works | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: fix race condition in flush_workqueue() | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: use worker_set/clr_flags() only from worker itself | Tejun Heo | 2010-07-02 |
| * | | | | workqueue: implement cpu intensive workqueue | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: implement high priority workqueue | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: implement several utility APIs | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: increase max_active of keventd and kill current_is_keventd() | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: implement concurrency managed dynamic worker pool | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: implement worker_{set|clr}_flags() | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: use shared worklist and pool all workers per cpu | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: implement WQ_NON_REENTRANT | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: carry cpu number in work data once execution starts | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: add find_worker_executing_work() and track current_cwq | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: make single thread workqueue shared worker pool friendly | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: reimplement CPU hotplugging support using trustee | Tejun Heo | 2010-06-29 |
| * | | | | workqueue: implement worker states | Tejun Heo | 2010-06-29 |