aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* introduce PF_KTHREAD flagOleg Nesterov2008-07-25
* ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov2008-07-25
* kernel/signal.c: change vars pid and tgid types to pid_tGustavo Fernando Padovan2008-07-25
* signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk2008-07-25
* signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov2008-07-25
* signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...Oleg Nesterov2008-07-25
* __exit_signal: don't take rcu lockOleg Nesterov2008-07-25
* signals: change collect_signal() to return voidOleg Nesterov2008-07-25
* signals: collect_signal: simplify the "still_pending" logicOleg Nesterov2008-07-25
* signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov2008-07-25
* posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov2008-07-25
* posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov2008-07-25
* cpuset: two minor code-cleanupsLai Jiangshan2008-07-25
* cpuset: code-cleanup for started_afterLai Jiangshan2008-07-25
* cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan2008-07-25
* cpuset: avoid unnecessary sched domains rebuildingLi Zefan2008-07-25
* cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie2008-07-25
* cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie2008-07-25
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-25
* cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage2008-07-25
* cgroup files: remove cpuset_common_file_write()Paul Menage2008-07-25
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-25
* cgroup files: move notify_on_release file to separate write handlerPaul Menage2008-07-25
* cgroups: misc cleanups to write_string patchsetPaul Menage2008-07-25
* cgroup files: move the release_agent file to use typed handlersPaul Menage2008-07-25
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-25
* cgroups: annotate two variables with __read_mostlyLi Zefan2008-07-25
* cgroup: list_for_each cleanupKOSAKI Motohiro2008-07-25
* cgroup: use read lock to guard find_existing_css_set()Li Zefan2008-07-25
* kprobes: remove redundant config checkAbhishek Sagar2008-07-25
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-25
* printk ratelimiting rewriteDave Young2008-07-25
* kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven2008-07-25
* Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-25
* clean up duplicated alloc/free_thread_infoFUJITA Tomonori2008-07-25
* call_usermodehelper(): increase reliabilityKOSAKI Motohiro2008-07-25
* build kernel/profile.o only when requestedAdrian Bunk2008-07-25
* kallsyms: fix potential overflow in binary searchVegard Nossum2008-07-25
* flag parameters: fix compile error of sys_epoll_create1Wang Chen2008-07-25
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-24
|\
| * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-18
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-18
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-24
|\ \ \
| * | | kthread: reduce stack pressure in create_kthread and kthreaddMike Travis2008-07-18
| | |/ | |/|
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-24
|\ \ \
| * | | sched: clean up compiler warningPeter Zijlstra2008-07-24
| * | | sched: fix hrtick & generic-ipi dependencyIngo Molnar2008-07-23
* | | | flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-24
* | | | flag parameters: inotify_initUlrich Drepper2008-07-24
* | | | flag parameters: eventfdUlrich Drepper2008-07-24