aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-30Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-279/+757
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+109
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-451/+719
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-111/+432
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-469/+435
2013-04-30tracing: Fix small merge bugSteven Rostedt1-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds3-11/+28
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds3-520/+343
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds6-883/+1985
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-22/+18
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita2-2/+2
2013-04-29printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser1-1/+2
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-7/+23
2013-04-29printk/tracing: rework console tracingzhangwei(Jovi)1-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds11-127/+239
2013-04-29mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu1-13/+55
2013-04-29resource: add release_mem_region_adjustable()Toshi Kani1-0/+103
2013-04-29resource: add __adjust_resource() for internal useToshi Kani1-13/+22
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker1-0/+7
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker1-0/+7
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton1-5/+7
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai1-1/+2
2013-04-29mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim1-1/+1
2013-04-29fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett1-1/+0
2013-04-29cgroup: remove css_get_nextMichal Hocko1-49/+0
2013-04-29mm,kexec: use common help functions to free reserved pagesJiang Liu1-6/+2
2013-04-29kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_trees()Chen Gang1-1/+1
2013-04-29kernel/auditfilter.c: tree and watch will memory leak when failure occursChen Gang1-0/+4
2013-04-29audit: remove unnecessary #if CONFIG_AUDITGao feng1-2/+0
2013-04-29audit: remove duplicate export of audit_enabledGao feng1-1/+0
2013-04-29audit: don't check if kauditd is valid every timeGao feng1-6/+6
2013-04-29kernel/auditsc.c: use kzalloc instead of kmalloc+memsetRakib Mullick1-10/+4
2013-04-29kthread: kill task_get_live_kthread()Oleg Nesterov1-13/+7
2013-04-29kthread: introduce to_live_kthread()Oleg Nesterov1-10/+16
2013-04-29Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds26-1248/+4013
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-72/+165
2013-04-27cpuset: fix compile warning when CONFIG_SMP=nLi Zefan1-7/+0
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2013-04-27cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan1-1/+9
2013-04-27cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong1-11/+2
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan1-0/+2
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan1-2/+4
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot2-11/+16
2013-04-26lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones1-15/+13
2013-04-26lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones1-0/+5
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner31-275/+539
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim1-18/+15
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim2-4/+4