summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-03-24Make printk() console semaphore accesses sensibleLinus Torvalds
2008-03-24bsd_acct: using task_struct->tgid is not right in pid-namespacesPavel Emelyanov
2008-03-24bsd_acct: plain current->real_parent access is not always safePavel Emelyanov
2008-03-24markers: remove ACCESS_ONCEMathieu Desnoyers
2008-03-24markers: update preempt_disable. call_rcu, rcu_barrier commentsMathieu Desnoyers
2008-03-24Don't 'printk()' while holding xtime lock for writingLinus Torvalds
2008-03-21sched: add arch_update_cpu_topology hook.Heiko Carstens
2008-03-21sched: add exported arch_reinit_sched_domains() to header file.Heiko Carstens
2008-03-21sched: remove double unlikely from schedule()Roel Kluin
2008-03-21sched: cleanup old and rarely used 'debug' features.Peter Zijlstra
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-20audit: netlink socket can be auto-bound to pid other than current->pid (v2)Pavel Emelyanov
2008-03-19revert "clocksource: make clocksource watchdog cycle through online CPUs"Andrew Morton
2008-03-19sched: retune wake granularityIngo Molnar
2008-03-19sched: wakeup-buddy tasks are cache-hotIngo Molnar
2008-03-19sched: improve affine wakeupsIngo Molnar
2008-03-19sched: clean up wakeup balancing, code flowIngo Molnar
2008-03-19sched: clean up wakeup balancing, rename variablesIngo Molnar
2008-03-19sched: clean up wakeup balancing, move wake_affine()Ingo Molnar
2008-03-17relay: fix subbuf_splice_actor() adding too many pagesJens Axboe
2008-03-15sched: simplify sched_slice()Ingo Molnar
2008-03-15sched: fix fair sleepersIngo Molnar
2008-03-15sched: fix overload performance: buddy wakeupsPeter Zijlstra
2008-03-15sched: fix calc_delta_mine()Ingo Molnar
2008-03-15sched: fix update_load_add()/sub()Ingo Molnar
2008-03-15sched: min_vruntime fixPeter Zijlstra
2008-03-15sched: fix race in schedule()Hiroshi Shimamoto
2008-03-13Merge branches 'release' and 'doc' into releaseLen Brown
2008-03-12documentation: Move power-related files to Documentation/power/Randy Dunlap
2008-03-11Hibernation: Fix mark_nosave_pages()Rafael J. Wysocki
2008-03-11keep rd->online and cpu_online_map in syncGregory Haskins
2008-03-11Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...Gregory Haskins
2008-03-10rcu: move PREEMPT_RCU config option back under PREEMPTPaul E. McKenney
2008-03-10modules: warn about suspicious return values from module's ->init() hookAlexey Dobriyan
2008-03-10modules: fix module waiting for dependent modules' initRusty Russell
2008-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds
2008-03-09cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel
2008-03-09time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim...Karsten Wiese
2008-03-09ntp: use unsigned input for do_div()David Howells
2008-03-08Fix waitid si_code regressionRoland McGrath
2008-03-07sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani
2008-03-07sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra
2008-03-07sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie
2008-03-07sched: export task_nicePavel Roskin
2008-03-07sched: balance RT task resched only on runqueueSteven Rostedt
2008-03-07sched: retain vruntimePeter Zijlstra
2008-03-05cpusets: fix obsolete commentDavid Rientjes
2008-03-04module: allow ndiswrapper to use GPL-only symbolsPavel Roskin
2008-03-04kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu