summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2011-01-21Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-21genirq: Remove __do_IRQThomas Gleixner
2011-01-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-20Merge branch 'akpm'Linus Torvalds
2011-01-20kernel/smp.c: consolidate writes in smp_call_function_interrupt()Milton Miller
2011-01-20kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard
2011-01-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-01-20smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status t...Tejun Heo
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo
2011-01-19sched, cgroup: Use exit hook to avoid use-after-free crashPeter Zijlstra
2011-01-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-01-18perf: Validate cpu early in perf_event_alloc()Oleg Nesterov
2011-01-18perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov
2011-01-18perf: Fix contexted inheritancePeter Zijlstra
2011-01-18sched: Fix signed unsigned comparison in check_preempt_tick()Mike Galbraith
2011-01-18sched: Replace rq->bkl_count with rq->rq_sched_info.bkl_countYong Zhang
2011-01-18sched, autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failureMike Galbraith
2011-01-18sched: Display autogroup names in /proc/sched_debugBharata B Rao
2011-01-18sched: Reinstate group names in /proc/sched_debugBharata B Rao
2011-01-18sched: Update effective_load() to use global share weightsPaul Turner
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds
2011-01-14tracing: Remove syscall_exit_fieldsLai Jiangshan
2011-01-14Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-14cgroup_fs: fix cgroup use of simple_lookup()Al Viro
2011-01-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2011-01-14rcu: avoid pointless blocked-task warningsPaul E. McKenney
2011-01-14rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter statusPaul E. McKenney
2011-01-14cgroups: Fix a lockdep warning at cgroup removalLi Zefan
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-13thp: khugepagedAndrea Arcangeli
2011-01-13thp: add pmd_huge_pte to mm_structAndrea Arcangeli
2011-01-13thp: update futex compound knowledgeAndrea Arcangeli
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines
2011-01-13sched: remove long deprecated CLONE_STOPPED flagDave Jones
2011-01-13irq: use per_cpu kstat_irqsEric Dumazet
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev
2011-01-13ntp: add hardpps implementationAlexander Gordeev
2011-01-13taskstats: use better ifdef for alignmentJeff Mahoney
2011-01-13user_ns: improve the user_ns on-the-slab packagingPavel Emelyanov
2011-01-13sysctl: remove obsolete commentsJovi Zhang
2011-01-13sysctl: fix #ifdef guard commentJovi Zhang
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches
2011-01-13printk: use RCU to prevent potential lock contention in kmsg_dumpHuang Ying
2011-01-13kptr_restrict for hiding kernel pointers from unprivileged usersDan Rosenberg
2011-01-13kernel: clean up USE_GENERIC_SMP_HELPERSAmerigo Wang
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi
2011-01-12switch cgroupAl Viro