aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/+21
* | | | 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-231-1/+2
|\ \ \ \
| * | | | x86_64 syscall audit fast-pathRoland McGrath2008-07-231-1/+2
* | | | | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-237-245/+199
|\ \ \ \ \
| * | | | | sched: hrtick_enabled() should use cpu_active()Ingo Molnar2008-07-201-1/+1
| * | | | | Merge branch 'sched/urgent' into sched/develIngo Molnar2008-07-204-146/+65
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-203-146/+63
| | * | | | sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not...David Howells2008-07-181-0/+2
| * | | | | cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky2008-07-181-0/+10
| * | | | | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ...Max Krasnyansky2008-07-185-70/+80
| * | | | | sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko2008-07-181-28/+40
| |/ / / /
| * | | | sched: reduce stack size in isolated_cpu_setup()Mike Travis2008-07-181-1/+2
| * | | | Revert parts of "ftrace: do not trace scheduler functions"Ingo Molnar2008-07-181-0/+2
| | |/ / | |/| |
* | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2313-46/+48
|\ \ \ \
| * | | | cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis2008-07-181-7/+7
| * | | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-182-2/+5
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1810-292/+442
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1660-867/+11047
| |\ \ \ \
| * \ \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-0625-741/+559
| |\ \ \ \ \
| * | | | | | clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis2008-05-232-4/+3
| * | | | | | core: use performance variant for_each_cpu_mask_nrMike Travis2008-05-238-34/+34
| * | | | | | sched: replace MAX_NUMNODES with nr_node_ids in kernel/sched.cMike Travis2008-05-231-9/+9
* | | | | | | Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2008-07-233-13/+56
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto2008-07-181-1/+1
| * | | | | | Merge branch 'linus' into core/softlockupIngo Molnar2008-07-1558-797/+10087
| |\ \ \ \ \ \
| * | | | | | | softlockup: fix watchdog task wakeup frequencyJohannes Weiner2008-07-011-4/+1