x86: reboot fixup for wrap2c board
[safe/jmp/linux-2.6] / kernel /
2007-11-17 David P. Reedntp: fix typo that makes sync_cmos_clock erratic
2007-11-17 Ingo Molnarx86: ignore the sys_getcpu() tcache parameter
2007-11-15 Linus TorvaldsMerge git://git./linux/kernel/git/mingo/linux-2.6-sched
2007-11-15 Ingo Molnarsched: reorder SCHED_FEAT_ bits
2007-11-15 Adrian Bunksched: make sched_nr_latency static
2007-11-15 Dmitry Adamushkosched: remove activate_idle_task()
2007-11-15 Dmitry Adamushkosched: fix __set_task_cpu() SMP race
2007-11-15 Oleg Nesterovsched: fix SCHED_FIFO tasks & FAIR_GROUP_SCHED
2007-11-15 Christian Borntraegersched: fix accounting of interrupts during guest execut...
2007-11-15 Roland McGrathwait_task_stopped: Check p->exit_state instead of TASK_...
2007-11-15 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-11-15 Adrian Bunkkernel/taskstats.c: fix bogus nlmsg_free()
2007-11-15 Johannes Berghibernate: fix lockdep report
2007-11-15 Russ Anderson__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU...
2007-11-15 Eric W. Biedermanpidns: Place under CONFIG_EXPERIMENTAL
2007-11-15 Jan Kiszkafix param_sysfs_builtin name length check
2007-11-15 Mathieu DesnoyersLinux Kernel Markers: fix marker mutex not taken upon...
2007-11-15 Andrew Mortonrevert "Task Control Groups: example CPU accounting...
2007-11-15 Yasunori GotoAdd IORESOUCE_BUSY flag for System RAM
2007-11-15 Diego CallejaImprove cgroup printks
2007-11-15 Tetsuo Handasysctl: check length at deprecated_sysctl_warning
2007-11-14 Olof Johansson[SYSCTL]: Fix warning for token-ring from sysctl checker
2007-11-13 Roland McGrathsigwait eats blocked default-ignore signals
2007-11-10 David Miller[FUTEX] Fix address computation in compat code.
2007-11-09 Adrian Bunksched: proper prototype for kernel/sched.c:migration_init()
2007-11-09 Peter Zijlstrasched: avoid large irq-latencies in smp-balancing
2007-11-09 Srivatsa Vaddagirisched: fix copy_namespace() <-> sched_fork() dependency...
2007-11-09 Ingo Molnarsched: clean up the wakeup preempt check, #2
2007-11-09 Ingo Molnarsched: clean up the wakeup preempt check
2007-11-09 Ingo Molnarsched: wakeup preemption fix
2007-11-09 Ingo Molnarsched: remove PREEMPT_RESTRICT
2007-11-09 Ingo Molnarsched: turn off PREEMPT_RESTRICT
2007-11-09 Eric Dumazetsched: cleanup, use NSEC_PER_MSEC and NSEC_PER_SEC
2007-11-09 Ingo Molnarsched: reintroduce SMP tunings again
2007-11-09 Paul Mackerrassched: restore deterministic CPU accounting on powerpc
2007-11-09 Balbir Singhsched: fix delay accounting regression
2007-11-09 Peter Zijlstrasched: reintroduce the sched_min_granularity tunable
2007-11-09 Peter Zijlstrasched: documentation: place_entity() comments
2007-11-09 Peter Zijlstrasched: fix vslice
2007-11-05 Li Zefantime: fix inconsistent function names in comments
2007-11-05 Alexey DobriyanDump stack during sysctl registration failure
2007-11-05 Adrian Bunkkernel/futex.c: make 3 functions static
2007-11-03 Linus TorvaldsMerge branch 'v2.6.24-rc1-lockdep' of git://git./linux...
2007-10-31 David S. Miller[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET...
2007-10-30 Rafael J. WysockiFreezer: do not allow freezing processes to clear TIF_S...
2007-10-29 Balbir Singhsched: fix /proc/<PID>/stat stime/utime monotonicity...
2007-10-29 Ingo Molnarsched: fix style in kernel/sched.c
2007-10-29 Ingo Molnarsched: fix style of swap() macro in kernel/sched_fair.c
2007-10-29 Paul Menagesched: report CPU usage in CFS cgroup directories
2007-10-29 Srivatsa Vaddagirisched: move rcu_head to task_group struct
2007-10-29 James Bottomleysched: fix incorrect assumption that cpu 0 exists
2007-10-29 Peter Zijlstrasched: keep utime/stime monotonic
2007-10-29 Adrian Bunksched: make kernel/sched.c:account_guest_time() static
2007-10-29 Linus TorvaldsMerge git://git./linux/kernel/git/tglx/linux-2.6-hrt
2007-10-29 Al Virox86 merge fallout: uml
2007-10-29 Michael EllermanQuieten hrtimer printk: "Switched to high resolution...
2007-10-29 Vegard Nossumtimer_list: Fix printk format strings
2007-10-29 Adrian Bunkclockevents: unexport tick_nohz_get_sleep_length
2007-10-28 Gautham R Shenoylockdep: fix a typo in the __lock_acquire comment
2007-10-25 Adrian Bunkcpuidle: unexport tick_nohz_get_sleep_length
2007-10-25 Peter Zijlstrasched: fix unconditional irq lock
2007-10-24 Peter Williamssched: isolate SMP balancing code a bit more
2007-10-24 Peter Williamssched: reduce balance-tasks overhead
2007-10-24 Adrian Bunksched: make cpu_shares_{show,store}() static
2007-10-24 Paul Menagesched: clean up some control group code
2007-10-24 Mel Gormansched: document profile=sleep requiring CONFIG_SCHEDSTATS
2007-10-24 Satyam Sharmasched: use show_regs() to improve __schedule_bug()...
2007-10-24 Ingo Molnarsched: clean up sched_domain_debug()
2007-10-24 Ingo Molnarsched: fix fastcall mismatch in completion APIs
2007-10-24 Milton Millersched: fix sched_domain sysctl registration again
2007-10-24 Jeff Garzikcgroup: kill unused variable
2007-10-23 Herbert XuFix synchronize_irq races with IRQ handler
2007-10-23 Randy Dunlapauditsc: fix kernel-doc param warnings
2007-10-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-23 Eric W. BiedermanFix appletalk sysctl entry name
2007-10-22 Laurent Viviersched: don't clear PF_VCPU in scheduler
2007-10-21 Al Viro[PATCH] audit: watching subtrees
2007-10-21 Al Viro[PATCH] pass dentry to audit_inode()/audit_inode_child()
2007-10-20 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2007-10-20 Eric W. Biedermansysctl: Don't compile sysctl_check when !CONFIG_SYSCTL
2007-10-20 Fengguang Wutrivial copy_data_pages() tidy up
2007-10-19 Uwe Kleine-Königfix comment: unlock_hrtimer_base is the counterpart...
2007-10-19 Michael Neulingkernel/sched.c: remove bogus comment from account_user_time
2007-10-19 Daniel Roesentrivial comment wording/typo fix regarding taint flags
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-19 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2007-10-19 Alexey DobriyanUninline fork.c/exit.c
2007-10-19 Mariusz Kozlowskikernel/fork.c: remove unneeded variable initialization...
2007-10-19 Mathieu DesnoyersLinux Kernel Markers
2007-10-19 Mathieu DesnoyersCombine instrumentation menus in kernel/Kconfig.instrum...
2007-10-19 Srivatsa VaddagiriHook up group scheduler with control groups
2007-10-19 Bernhard WalleExtended crashkernel command line
2007-10-19 KAMEZAWA HiroyukiCPU HOTPLUG: avoid hotadd when proper possible_map...
2007-10-19 Cliff Wickmanhotplug cpu: migrate a task within its cpuset
2007-10-19 Paul MenageControl groups: Replace "cont" with "cgrp" and other...
2007-10-19 Pavel EmelyanovUse task_pid_nr() instead of pid_nr(task_pid())
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Pavel EmelyanovIsolate the explicit usage of signal->pgrp
2007-10-19 Eugene TeoFix tsk->exit_state usage
2007-10-19 Paul MenageFix cpusets update_cpumask
next