aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-04-30sched: Avoid prev->stime underflowStanislaw Gruszka
2013-04-30sched: Do not account bogus utimeStanislaw Gruszka
2013-04-30sched: Avoid cputime scaling overflowStanislaw Gruszka
2013-04-30Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-04-30tracing: Fix small merge bugSteven Rostedt
2013-04-30relay: move remove_buf_file inside relay_close_bufDmitry Monakhov
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita
2013-04-29printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-29printk/tracing: rework console tracingzhangwei(Jovi)
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-29mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu
2013-04-29resource: add release_mem_region_adjustable()Toshi Kani
2013-04-29resource: add __adjust_resource() for internal useToshi Kani
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett
2013-04-29cgroup: remove css_get_nextMichal Hocko
2013-04-29mm,kexec: use common help functions to free reserved pagesJiang Liu
2013-04-29kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang
2013-04-29kernel/auditfilter.c: tree and watch will memory leak when failure occursChen Gang
2013-04-29audit: remove unnecessary #if CONFIG_AUDITGao feng
2013-04-29audit: remove duplicate export of audit_enabledGao feng
2013-04-29audit: don't check if kauditd is valid every timeGao feng
2013-04-29kernel/auditsc.c: use kzalloc instead of kmalloc+memsetRakib Mullick
2013-04-29kthread: kill task_get_live_kthread()Oleg Nesterov
2013-04-29kthread: introduce to_live_kthread()Oleg Nesterov
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-04-29fix a leak in /proc/schedstatsAl Viro
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong