aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-07-25introduce PF_KTHREAD flagOleg Nesterov
2008-07-25ptrace: simplify ptrace_stop()->sigkill_pending() pathOleg Nesterov
2008-07-25kernel/signal.c: change vars pid and tgid types to pid_tGustavo Fernando Padovan
2008-07-25signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk
2008-07-25signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov
2008-07-25signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...Oleg Nesterov
2008-07-25__exit_signal: don't take rcu lockOleg Nesterov
2008-07-25signals: change collect_signal() to return voidOleg Nesterov
2008-07-25signals: collect_signal: simplify the "still_pending" logicOleg Nesterov
2008-07-25signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov
2008-07-25posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov
2008-07-25posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov
2008-07-25cpuset: two minor code-cleanupsLai Jiangshan
2008-07-25cpuset: code-cleanup for started_afterLai Jiangshan
2008-07-25cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan
2008-07-25cpuset: avoid unnecessary sched domains rebuildingLi Zefan
2008-07-25cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie
2008-07-25cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie
2008-07-25cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn
2008-07-25cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage
2008-07-25cgroup files: remove cpuset_common_file_write()Paul Menage
2008-07-25cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage
2008-07-25cgroup files: move notify_on_release file to separate write handlerPaul Menage
2008-07-25cgroups: misc cleanups to write_string patchsetPaul Menage
2008-07-25cgroup files: move the release_agent file to use typed handlersPaul Menage
2008-07-25cgroup files: add write_string cgroup control file methodPaul Menage
2008-07-25cgroups: annotate two variables with __read_mostlyLi Zefan
2008-07-25cgroup: list_for_each cleanupKOSAKI Motohiro
2008-07-25cgroup: use read lock to guard find_existing_css_set()Li Zefan
2008-07-25kprobes: remove redundant config checkAbhishek Sagar
2008-07-25kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S
2008-07-25printk ratelimiting rewriteDave Young
2008-07-25kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven
2008-07-25Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven
2008-07-25clean up duplicated alloc/free_thread_infoFUJITA Tomonori
2008-07-25call_usermodehelper(): increase reliabilityKOSAKI Motohiro
2008-07-25build kernel/profile.o only when requestedAdrian Bunk
2008-07-25kallsyms: fix potential overflow in binary searchVegard Nossum
2008-07-25flag parameters: fix compile error of sys_epoll_create1Wang Chen
2008-07-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2008-07-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-07-24Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-07-24flag parameters: NONBLOCK in pipeUlrich Drepper
2008-07-24flag parameters: inotify_initUlrich Drepper
2008-07-24flag parameters: eventfdUlrich Drepper
2008-07-24flag parameters: signalfdUlrich Drepper
2008-07-24flag parameters: pacceptUlrich Drepper
2008-07-24generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König
2008-07-24pm: fix try_to_freeze_tasks()'s use of do_div()David Howells
2008-07-24pm: schedule sysrq poweroff on boot cpuZhang Rui