summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+21Star
* cgroup files: remove cpuset_common_file_write()Paul Menage2008-07-251-74/+35Star
* cgroup files: turn attach_task_by_pid directly into a cgroup write handlerPaul Menage2008-07-251-66/+14Star
* 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/+57Star
* 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/+21Star
* 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/+0Star
* kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-38/+89
* printk ratelimiting rewriteDave Young2008-07-252-16/+5Star
* kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN()Arjan van de Ven2008-07-251-3/+1Star
* 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/+2Star
* 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
* | | | pm: fix try_to_freeze_tasks()'s use of do_div()David Howells2008-07-241-1/+1
* | | | pm: schedule sysrq poweroff on boot cpuZhang Rui2008-07-241-1/+3
* | | | pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui2008-07-241-1/+38
* | | | pm: hibernation: simplify memory bitmapAkinobu Mita2008-07-241-67/+21Star
* | | | pm: boot time suspend selftestDavid Brownell2008-07-242-1/+204
* | | | swsusp: provide users with a hint about the no_console_suspend optionPavel Machek2008-07-241-1/+1
* | | | security: filesystem capabilities refactor kernel codeAndrew G. Morgan2008-07-241-117/+221
* | | | hugetlb: multiple hstates for multiple page sizesAndi Kleen2008-07-241-3/+5
* | | | hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman2008-07-241-0/+9
* | | | mm/vmstat.c: proper externsAdrian Bunk2008-07-241-1/+1
* | | | Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2008-07-241-1/+2
|\ \ \ \