aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-18PM: Rework struct platform_suspend_opsRafael J. Wysocki1-9/+3
2007-10-18PM: Rename struct pm_ops and related thingsRafael J. Wysocki1-17/+17
2007-10-18make kernel/power/main.c:suspend_enter() staticAdrian Bunk1-1/+1
2007-10-18hrtimer: hook compat_sys_nanosleep up to high res timer codeAnton Blanchard1-46/+11
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard2-16/+30
2007-10-18sched: reduce schedstat variable overhead a bitKen Chen3-16/+14
2007-10-18sched: add KERN_CONT annotationIngo Molnar1-11/+11
2007-10-18sched: cleanup, make struct rq comments more consistentIngo Molnar1-4/+8
2007-10-18sched: cleanup, fix spacingIngo Molnar1-7/+7
2007-10-18sched: fix return value of wait_for_completion_interruptible()Andi Kleen1-1/+4
2007-10-17x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner1-14/+4
2007-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds3-20/+47
2007-10-17security/ cleanupsAdrian Bunk1-4/+0
2007-10-17ifdef struct task_struct::securityAlexey Dobriyan1-0/+2
2007-10-17migration_call(CPU_DEAD): use spin_lock_irq() instead of task_rq_lock()Oleg Nesterov1-2/+2
2007-10-17do CPU_DEAD migrating under read_lock(tasklist) instead of write_lock_irq(tasklist)Oleg Nesterov1-6/+16
2007-10-17module: return error when mod_sysfs_init() failedAkinobu Mita1-1/+2
2007-10-17Compile handle_percpu_irq even for uniprocessor kernelsRalf Baechle1-3/+0
2007-10-17change inotifyfs magic as the same magic is used for futexfsAndrey Mirkin1-1/+2
2007-10-17Use KMEM_CACHE macro to create the nsproxy cachePavel Emelyanov1-2/+1
2007-10-17user.c: #ifdef ->mq_bytesAlexey Dobriyan1-2/+2
2007-10-17user.c: deinlineAlexey Dobriyan1-5/+3
2007-10-17constify string/array kparam tracking structuresJan Beulich1-10/+7
2007-10-17make kernel/profile.c:time_hook staticAdrian Bunk1-1/+1
2007-10-17kernel/sys_ni.c: add dummy sys_ni_syscall() prototypeAdrian Bunk1-0/+4
2007-10-17Move PREEMPT_NOTIFIERS into an always-included KconfigAvi Kivity1-3/+0
2007-10-17Shrink task_struct if CONFIG_FUTEX=nAlexey Dobriyan2-2/+7
2007-10-17add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macrosKen'ichi Ohmichi1-34/+34
2007-10-17add-vmcore: add nodemask_t's size and NR_FREE_PAGES's value to vmcoreinfo_dataKen'ichi Ohmichi1-0/+2
2007-10-17add-vmcore: cleanup the coding style according to Andrew's commentsKen'ichi Ohmichi2-6/+6
2007-10-17Add vmcoreinfoKen'ichi Ohmichi2-0/+120
2007-10-17do_sigaction: don't worry about signal_pending()Oleg Nesterov1-9/+0
2007-10-17exec: RT sub-thread can livelock and monopolize CPU on execOleg Nesterov1-3/+7
2007-10-17Make rcutorture RNG use temporal entropyPaul E. McKenney1-6/+3
2007-10-17Use num_possible_cpus() instead of NR_CPUS for timer distributionjohn stultz1-1/+1
2007-10-17kernel/time/timekeeping.c: cleanupsAdrian Bunk1-4/+1
2007-10-17wait_task_stopped/continued: remove unneeded p->signal != NULL checkOleg Nesterov1-4/+1
2007-10-17__group_complete_signal: eliminate unneeded wakeup of ->group_exit_taskOleg Nesterov1-7/+4
2007-10-17wait_task_zombie: don't fight with non-existing race with a dying ptraceeOleg Nesterov1-7/+0
2007-10-17zap_other_threads: don't optimize thread_group_empty() caseOleg Nesterov1-3/+0
2007-10-17exit_notify: don't take tasklist for TIF_SIGPENDING re-targetingOleg Nesterov1-4/+1
2007-10-17wait_task_zombie: fix 2/3 races vs forget_original_parent()Oleg Nesterov1-24/+21
2007-10-17wait_task_zombie: remove unneeded child->signal checkOleg Nesterov1-1/+1
2007-10-17handle the multi-threaded init's exit() properlyOleg Nesterov1-20/+11
2007-10-17do_sigaction: remove now unneeded recalc_sigpending()Oleg Nesterov1-1/+0
2007-10-17pi-futex: set PF_EXITING without taking ->pi_lockOleg Nesterov1-3/+3
2007-10-17printk: add interfaces for external access to the log bufferMike Frysinger1-0/+52
2007-10-17kernel/rtmutex-debug.c: cleanupsAdrian Bunk1-6/+1
2007-10-17Add /sys/module/name/notesRoland McGrath1-0/+106
2007-10-17Fix CONFIG_DEBUG_SHIRQ trigger on free_irq()David Woodhouse1-16/+15