aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-1/+1
2008-07-24sched: clean up compiler warningPeter Zijlstra1-1/+1
2008-07-24ftrace: remove latency-tracer leftoverIngo Molnar1-3/+0
2008-07-24Merge branch 'linus' into tracing/urgentIngo Molnar27-463/+560
2008-07-23Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-rolandLinus Torvalds1-1/+2
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-245/+199
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds13-46/+48
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-13/+56
2008-07-23x86_64 syscall audit fast-pathRoland McGrath1-1/+2
2008-07-24posix-timers: fix posix_timer_event() vs dequeue_signal() raceOleg Nesterov2-4/+14
2008-07-24posix-timers: do_schedule_next_timer: fix the setting of ->si_overrunOleg Nesterov1-1/+1
2008-07-23set_irq_wake: fix return code and wake status trackingUwe Kleine-König1-12/+27
2008-07-23sched: fix hrtick & generic-ipi dependencyIngo Molnar1-1/+1
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds4-137/+207
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-7/+16
2008-07-22Fix build on COMPAT platforms when CONFIG_EPOLL is disabledAtsushi Nemoto1-0/+1
2008-07-22cpusets: fix wrong domain attr updatesMiao Xie1-1/+3
2008-07-22remove CONFIG_KMOD from core kernel codeJohannes Berg3-4/+4
2008-07-22modules: Take a shortcut for checking if an address is in a moduleRusty Russell1-2/+22
2008-07-22module: turn longs into ints for module sizesDenys Vlasenko1-2/+2
2008-07-22Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefsDenys Vlasenko1-15/+34
2008-07-22module: generic each_symbol iterator functionRusty Russell1-110/+134
2008-07-22module: don't use stop_machine for waiting rmmodRusty Russell1-4/+11
2008-07-22Merge branch 'linus' into x86/x2apicIngo Molnar1-1/+1
2008-07-22genirq: remove last NO_IDLE_HZ leftoversThomas Gleixner1-2/+0
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen3-7/+16
2008-07-20dma-coherent: add documentation to new interfacesDmitry Baryshkov1-0/+28
2008-07-20sched: hrtick_enabled() should use cpu_active()Ingo Molnar1-1/+1
2008-07-20Merge branch 'sched/urgent' into sched/develIngo Molnar4-146/+65
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra3-146/+63
2008-07-18Merge branch 'linus' into x86/x2apicIngo Molnar63-1140/+11466
2008-07-18cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.cMike Travis1-7/+7
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2-2/+5
2008-07-18Merge branch 'linus' into cpus4096Ingo Molnar10-292/+442
2008-07-18Generic dma-coherent: fix DMA_MEMORY_EXCLUSIVEDmitry Baryshkov1-2/+1
2008-07-18Merge branch 'linus' into core/generic-dma-coherentIngo Molnar69-1172/+11551
2008-07-18Merge branch 'linus' into timers/nohzIngo Molnar71-1296/+11816
2008-07-18genirq: enable polling for disabled screaming irqsEric W. Biederman1-55/+91
2008-07-18ftrace: only trace preempt off with preempt tracerSteven Rostedt1-2/+4
2008-07-18kthread: reduce stack pressure in create_kthread and kthreaddMike Travis1-2/+2
2008-07-18softlockup: fix invalid proc_handler for softlockup_panicHiroshi Shimamoto1-1/+1
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner2-3/+11
2008-07-18rcu classic: new algorithm for callbacks-processing(v2)Lai Jiangshan1-60/+97
2008-07-18rcu classic: simplify the next pending batchLai Jiangshan1-14/+8
2008-07-18sched: fix warning in inc_rt_tasks() to not declare variable 'rq' if it's not neededDavid Howells1-0/+2
2008-07-18ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_flags (ftrace)Steven Rostedt1-11/+16
2008-07-18cpu hotplug: Make cpu_active_map synchronization dependency clearMax Krasnyansky1-0/+10
2008-07-18cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2)Max Krasnyansky5-70/+80
2008-07-18sched: rework of "prioritize non-migratable tasks over migratable ones"Dmitry Adamushko1-28/+40
2008-07-18sched: reduce stack size in isolated_cpu_setup()Mike Travis1-1/+2