summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* signals: make siginfo_t si_utime + si_sstime report times in USER_HZ, not HZMichael Kerrisk2008-07-251-6/+4
* signals: do_signal_stop: kill the SIGNAL_UNKILLABLE checkOleg Nesterov2008-07-251-2/+1
* signals: dequeue_signal: don't check SIGNAL_GROUP_EXIT when setting SIGNAL_ST...Oleg Nesterov2008-07-251-2/+1
* __exit_signal: don't take rcu lockOleg Nesterov2008-07-251-2/+0
* signals: change collect_signal() to return voidOleg Nesterov2008-07-251-4/+2
* signals: collect_signal: simplify the "still_pending" logicOleg Nesterov2008-07-251-9/+6
* signals: collect_signal: remove the unneeded sigismember() checkOleg Nesterov2008-07-251-3/+0
* posix timers: release_posix_timer: kill the bogus put_task_struct(->it_process);Oleg Nesterov2008-07-251-3/+0
* posix timers: timer_delete: remove the bogus "->it_process != NULL" checkOleg Nesterov2008-07-251-10/+8
* cpuset: two minor code-cleanupsLai Jiangshan2008-07-251-2/+2
* cpuset: code-cleanup for started_afterLai Jiangshan2008-07-251-31/+6
* cpuset: don't pass empty cpumasks to partition_sched_domains()Lai Jiangshan2008-07-251-0/+5
* cpuset: avoid unnecessary sched domains rebuildingLi Zefan2008-07-251-6/+12
* cpusets: update task's cpus_allowed and mems_allowed after CPU/NODE offline/o...Miao Xie2008-07-251-0/+7
* cpusets: restructure the function update_cpumask() and update_nodemask()Miao Xie2008-07-251-72/+109
* cgroup_clone: use pid of newly created task for new cgroupSerge E. Hallyn2008-07-254-13/+16
* cgroup files: convert res_counter_write() to be a cgroups write_string() handlerPaul Menage2008-07-251-27/+21
* cgroup files: remove cpuset_common_file_write()Paul Menage2008-07-251-74/+35
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-251-66/+14
* cgroup files: move notify_on_release file to separate write handlerPaul Menage2008-07-251-8/+13
* cgroups: misc cleanups to write_string patchsetPaul Menage2008-07-251-9/+12
* cgroup files: move the release_agent file to use typed handlersPaul Menage2008-07-251-68/+57
* cgroup files: add write_string cgroup control file methodPaul Menage2008-07-251-0/+35
* cgroups: annotate two variables with __read_mostlyLi Zefan2008-07-251-2/+2
* cgroup: list_for_each cleanupKOSAKI Motohiro2008-07-251-23/+21
* cgroup: use read lock to guard find_existing_css_set()Li Zefan2008-07-251-2/+2
* kprobes: remove redundant config checkAbhishek Sagar2008-07-251-5/+0
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-38/+89
* printk ratelimiting rewriteDave Young2008-07-252-16/+5
* kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven2008-07-251-3/+1
* Add a WARN() macro; this is WARN_ON() + printk argumentsArjan van de Ven2008-07-251-0/+22
* clean up duplicated alloc/free_thread_infoFUJITA Tomonori2008-07-251-0/+17
* call_usermodehelper(): increase reliabilityKOSAKI Motohiro2008-07-252-5/+6
* build kernel/profile.o only when requestedAdrian Bunk2008-07-252-5/+2
* kallsyms: fix potential overflow in binary searchVegard Nossum2008-07-251-1/+1
* flag parameters: fix compile error of sys_epoll_create1Wang Chen2008-07-251-0/+1
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-07-242-3/+11
|\
| * Merge branch 'linus' into timers/nohzIngo Molnar2008-07-1871-1296/+11816
| |\
| * | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-182-3/+11
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-07-241-2/+2
|\ \ \
| * | | kthread: reduce stack pressure in create_kthread and kthreaddMike Travis2008-07-181-2/+2
| | |/ | |/|
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-242-2/+2
|\ \ \
| * | | sched: clean up compiler warningPeter Zijlstra2008-07-241-1/+1
| * | | sched: fix hrtick & generic-ipi dependencyIngo Molnar2008-07-231-1/+1
* | | | flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-241-2/+2
* | | | flag parameters: inotify_initUlrich Drepper2008-07-241-0/+1
* | | | flag parameters: eventfdUlrich Drepper2008-07-241-0/+1
* | | | flag parameters: signalfdUlrich Drepper2008-07-241-0/+1
* | | | flag parameters: pacceptUlrich Drepper2008-07-241-0/+1
* | | | generic irqs: handle failure of irqchip->set_type in setup_irqUwe Kleine-König2008-07-241-22/+42
OpenPOWER on IntegriCloud