aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2008-07-24pm: introduce new interfaces schedule_work_on() and queue_work_on()Zhang Rui
2008-07-24pm: hibernation: simplify memory bitmapAkinobu Mita
2008-07-24pm: boot time suspend selftestDavid Brownell
2008-07-24swsusp: provide users with a hint about the no_console_suspend optionPavel Machek
2008-07-24security: filesystem capabilities refactor kernel codeAndrew G. Morgan
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman
2008-07-24mm/vmstat.c: proper externsAdrian Bunk
2008-07-24sched: clean up compiler warningPeter Zijlstra
2008-07-23Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2008-07-23x86_64 syscall audit fast-pathRoland McGrath
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König
2008-07-23sched: fix hrtick & generic-ipi dependencyIngo Molnar
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-07-22Fix build on COMPAT platforms when CONFIG_EPOLL is disabledAtsushi Nemoto
2008-07-22cpusets: fix wrong domain attr updatesMiao Xie
2008-07-22remove CONFIG_KMOD from core kernel codeJohannes Berg
2008-07-22modules: Take a shortcut for checking if an address is in a moduleRusty Russell
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko
2008-07-22module: generic each_symbol iterator functionRusty Russell
2008-07-22module: don't use stop_machine for waiting rmmodRusty Russell
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen
2008-07-20sched: hrtick_enabled() should use cpu_active()Ingo Molnar
2008-07-20Merge branch 'sched/urgent' into sched/develIngo Molnar
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis