aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| * | | Audit: split audit watch KconfigEric Paris2010-07-28
| * | | audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris2010-07-28
| * | | fsnotify: allow addition of duplicate fsnotify marksEric Paris2010-07-28
| * | | audit: do not get and put just to free a watchEric Paris2010-07-28
| * | | audit: redo audit watch locking and refcnt in light of fsnotifyEric Paris2010-07-28
| * | | audit: convert audit watches to use fsnotify instead of inotifyEric Paris2010-07-28
| * | | Audit: clean up the audit_watch splitEric Paris2010-07-28
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\ \ \ \
| * | | | pass a struct path to vfs_statfsChristoph Hellwig2010-08-09
| | |_|/ | |/| |
* | | | gcc-4.6: printk: use stable variable to dump kmsg bufferAndi Kleen2010-08-09
* | | | stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy2010-08-09
* | | | kernel/range: remove unused definition of ARRAY_SIZE()Geert Uytterhoeven2010-08-09
* | | | sys_personality: remove the bogus checks in sys_personality()->__set_personal...Oleg Nesterov2010-08-09
* | | | hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki2010-08-09
* | | | oom: badness heuristic rewriteDavid Rientjes2010-08-09
* | | | oom: move sysctl declarations to oom.hDavid Rientjes2010-08-09
* | | | workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_...Tejun Heo2010-08-09
* | | | workqueue: add missing __percpu markup in kernel/workqueue.cNamhyung Kim2010-08-08
* | | | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-07
|\ \ \ \
| * | | | init: Remove the BKL from startup codeArnd Bergmann2010-07-09
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-07
|\ \ \ \
| * | | | workqueue: mark init_workqueues() as early_initcall()Suresh Siddha2010-08-01
| * | | | workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo2010-08-01
| * | | | slow-work: kill itTejun Heo2010-07-23
| * | | | workqueue: fix how cpu number is stored in work->dataTejun Heo2010-07-22
| * | | | workqueue: fix mayday_mask handling on UPTejun Heo2010-07-20
| * | | | workqueue: fix build problem on !CONFIG_SMPTejun Heo2010-07-20
| * | | | workqueue: fix locking in retry path of maybe_create_worker()Tejun Heo2010-07-14
| * | | | async: use workqueue for worker poolTejun Heo2010-07-14
| * | | | workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo2010-07-02
| * | | | workqueue: implement unbound workqueueTejun Heo2010-07-02
| * | | | workqueue: prepare for WQ_UNBOUND implementationTejun Heo2010-07-02
| * | | | workqueue: fix worker management invocation without pending worksTejun Heo2010-07-02
| * | | | workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq()Tejun Heo2010-07-02
| * | | | workqueue: fix race condition in flush_workqueue()Tejun Heo2010-07-02
| * | | | workqueue: use worker_set/clr_flags() only from worker itselfTejun Heo2010-07-02
| * | | | workqueue: implement cpu intensive workqueueTejun Heo2010-06-29
| * | | | workqueue: implement high priority workqueueTejun Heo2010-06-29
| * | | | workqueue: implement several utility APIsTejun Heo2010-06-29
| * | | | workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo2010-06-29
| * | | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-29
| * | | | workqueue: implement concurrency managed dynamic worker poolTejun Heo2010-06-29
| * | | | workqueue: implement worker_{set|clr}_flags()Tejun Heo2010-06-29
| * | | | workqueue: use shared worklist and pool all workers per cpuTejun Heo2010-06-29
| * | | | workqueue: implement WQ_NON_REENTRANTTejun Heo2010-06-29
| * | | | workqueue: carry cpu number in work data once execution startsTejun Heo2010-06-29
| * | | | workqueue: add find_worker_executing_work() and track current_cwqTejun Heo2010-06-29
| * | | | workqueue: make single thread workqueue shared worker pool friendlyTejun Heo2010-06-29
| * | | | workqueue: reimplement CPU hotplugging support using trusteeTejun Heo2010-06-29
| * | | | workqueue: implement worker statesTejun Heo2010-06-29