summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* resource: add release_mem_region_adjustable()Toshi Kani2013-04-291-0/+103
* resource: add __adjust_resource() for internal useToshi Kani2013-04-291-13/+22
* mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker2013-04-291-0/+7
* mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker2013-04-291-0/+7
* kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton2013-04-291-5/+7
* kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai2013-04-291-1/+2
* mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim2013-04-291-1/+1
* fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett2013-04-291-1/+0
* cgroup: remove css_get_nextMichal Hocko2013-04-291-49/+0
* mm,kexec: use common help functions to free reserved pagesJiang Liu2013-04-291-6/+2
* kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-04-291-1/+1
* kernel/auditfilter.c: tree and watch will memory leak when failure occursChen Gang2013-04-291-0/+4
* audit: remove unnecessary #if CONFIG_AUDITGao feng2013-04-291-2/+0
* audit: remove duplicate export of audit_enabledGao feng2013-04-291-1/+0
* audit: don't check if kauditd is valid every timeGao feng2013-04-291-6/+6
* kernel/auditsc.c: use kzalloc instead of kmalloc+memsetRakib Mullick2013-04-291-10/+4
* kthread: kill task_get_live_kthread()Oleg Nesterov2013-04-291-13/+7
* kthread: introduce to_live_kthread()Oleg Nesterov2013-04-291-10/+16
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-295-72/+165
|\
| * lockdep: Consolidate bug messages into a single print_lockdep_off() functionDave Jones2013-04-261-15/+13
| * lockdep: Print out additional debugging advice when we hit lockdep BUGsDave Jones2013-04-261-0/+5
| * mutex: Back out architecture specific check for negative mutex countWaiman Long2013-04-191-7/+2
| * mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long2013-04-191-1/+90
| * mutex: Make more scalable by doing less atomic operationsWaiman Long2013-04-191-3/+16
| * mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long2013-04-193-52/+46
| * locking/rtmutex/tester: Set correct permissions on sysfs filesSasha Levin2013-04-101-2/+3
| * lockdep: Remove unnecessary 'hlock_next' variableHong Zhiguo2013-04-081-4/+2
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-271-0/+2
|\ \
| * | events: Protect access via task_subsys_state_check()Paul E. McKenney2013-04-211-0/+2
* | | kernel/hz.bc: ignore.Rusty Russell2013-04-221-0/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-211-1/+1
|\ \ \ | |/ /
| * | perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-04-151-1/+1
* | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-201-13/+105
|\ \ \
| * | | kexec: use Crash kernel for Crash kernel lowYinghai Lu2013-04-171-1/+1
| * | | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-171-13/+96
| * | | x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-0/+9
| |/ /
* | | Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-04-181-9/+13
|\ \ \
| * | | userns: Changing any namespace id mappings should require privilegesAndy Lutomirski2013-04-141-3/+3
| * | | userns: Check uid_map's opener's fsuid, not the current fsuidAndy Lutomirski2013-04-141-2/+2
| * | | userns: Don't let unprivileged users trick privileged users into setting the ...Eric W. Biederman2013-04-141-4/+8
| |/ /
* | | Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds2013-04-181-23/+3
* | | kprobes: Fix a double lock bug of kprobe_mutexMasami Hiramatsu2013-04-181-6/+13
* | | kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-171-1/+1
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...Linus Torvalds2013-04-153-28/+41
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner2013-04-122-26/+40
| * | | | hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-03-261-2/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-143-4/+32
|\ \ \ \ \
| * | | | | sched/cputime: Fix accounting on multi-threaded processesStanislaw Gruszka2013-04-081-1/+1
| * | | | | sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-04-081-1/+1
| * | | | | sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-081-0/+26
OpenPOWER on IntegriCloud