summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-712/+717
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa-5/+3
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle-4/+3
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten-4/+4
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong-2/+1
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn-2/+13
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan-1/+2
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner-38/+38
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner-2/+1
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner-55/+55
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner-36/+37
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-108/+108
2009-12-14smp: Convert smplocks to raw_spinlocksThomas Gleixner-16/+16
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner-27/+27
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner-59/+59
2009-12-14sched: Convert cpupri lock to raw_spinlockThomas Gleixner-6/+6
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner-37/+37
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner-103/+106
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner-3/+3
2009-12-14locking: Cleanup the name space completelyThomas Gleixner-96/+96
2009-12-14locking: Further name space cleanupsThomas Gleixner-7/+7
2009-12-14locking: Implement new raw_spinlockThomas Gleixner-23/+25
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-51/+51
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner-10/+10
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-18/+18
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner-123/+123
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-231/+84
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-205/+256
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-45/+81
2009-12-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+20
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-57/+242
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-108/+159
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds-1/+1
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds-16/+40
2009-12-11tty: Move the leader test in disassociateAlan Cox-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-12/+14
2009-12-11kgdb: Always process the whole breakpoint list on activate or deactivateJason Wessel-8/+15
2009-12-11kgdb: continue and warn on signal passing from gdbJason Wessel-2/+4
2009-12-11kgdb: allow for cpu switch when single steppingJason Wessel-5/+15
2009-12-11kgdb: Read buffer overflowJason Wessel-1/+6
2009-12-10sched: Remove forced2_migrations statsIngo Molnar-8/+0
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-3/+128
2009-12-10perf_event: Fix variable initialization in other codepathsXiao Guangrong-0/+1
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody-2/+6
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens-4/+20
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner-41/+61
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith-1/+1
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony-1/+2
2009-12-10Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar-57/+242