summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/gi...Linus Torvalds1-22/+18
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_...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/roste...Linus Torvalds26-1248/+4013
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-72/+165
2013-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
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-22kernel/hz.bc: ignore.Rusty Russell1-0/+1
2013-04-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2013-04-21events: Protect access via task_subsys_state_check()Paul E. McKenney1-0/+2
2013-04-20Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+105
2013-04-19tracepoints: Prevent null probe from being addedSahara1-8/+13
2013-04-19mutex: Back out architecture specific check for negative mutex countWaiman Long1-7/+2
2013-04-19mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long1-1/+90
2013-04-19mutex: Make more scalable by doing less atomic operationsWaiman Long1-3/+16
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long3-52/+46
2013-04-18Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+13
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-23/+3
2013-04-18kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu1-6/+13
2013-04-17kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-04-17kexec: use Crash kernel for Crash kernel lowYinghai Lu1-1/+1
2013-04-17x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu1-13/+96
2013-04-17x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu1-0/+9
2013-04-15Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds3-28/+41
2013-04-15perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-14userns: Changing any namespace id mappings should require privilegesAndy Lutomirski1-3/+3
2013-04-14userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski1-2/+2
2013-04-14userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman1-4/+8
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+32
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+26