aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exit: exit_notify() can trust signal->notify_count < 0Oleg Nesterov2010-05-271-5/+2
* coredump: shift down_write(mmap_sem) into coredump_wait()Oleg Nesterov2010-05-271-12/+7
* coredump: factor out put_cred() callsOleg Nesterov2010-05-271-10/+6
* coredump: cleanup "ispipe" codeOleg Nesterov2010-05-271-22/+17
* coredump: factor out the not-ispipe file checksOleg Nesterov2010-05-271-32/+31
* call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov2010-05-271-2/+2
* call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov2010-05-271-6/+4
* wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov2010-05-271-5/+5
* call_usermodehelper: no need to unblock signalsOleg Nesterov2010-05-271-3/+0
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-274-81/+0
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-275-37/+34
* exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-273-96/+56
* kmod: add init function to usermodehelperNeil Horman2010-05-273-35/+73
* signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov2010-05-271-2/+4
* ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mmOleg Nesterov2010-05-271-2/+8
* ptrace: unify FDPIC implementationsMike Frysinger2010-05-274-67/+29
* cpusets: randomize node rotor used in cpuset_mem_spread_node()Jack Steiner2010-05-275-1/+31
* cpusets: new round-robin rotor for SLAB allocationsJack Steiner2010-05-274-5/+24
* memcg: clean up memory thresholdsKirill A. Shutemov2010-05-271-85/+66
* cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov2010-05-273-26/+42
* memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org2010-05-274-41/+107
* mm: memcontrol - uninitialised return valuePhil Carmody2010-05-271-1/+1
* mm: remove unnecessary use of atomicPhil Carmody2010-05-271-7/+7
* memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes2010-05-271-4/+1
* memcg: update documentationKAMEZAWA Hiroyuki2010-05-271-93/+198
* memcg: move charge of file pagesDaisuke Nishimura2010-05-274-18/+125
* memcg: clean up move chargeDaisuke Nishimura2010-05-271-37/+59
* memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki2010-05-272-19/+117
* memcg: oom notifierKAMEZAWA Hiroyuki2010-05-272-9/+111
* memcg: oom wakeup filterKAMEZAWA Hiroyuki2010-05-271-17/+46
* Documentation/cgroups/cgroups.txt: fix reference to "numtasks"Trevor Woerner2010-05-271-1/+1
* Documentation: SubmittingDrivers: ResourcesArce, Abraham2010-05-271-0/+5
* ufs: permit mounting of BorderWare filesystemsThomas Stewart2010-05-272-0/+3
* drivers/telephony/ixj.c: use memdup_userJulia Lawall2010-05-271-11/+4
* fbdev: bf54x-lq043fb: fix unused warnings with backlight codeMike Frysinger2010-05-271-3/+4
* fbdev: bfin-t350mcqb-fb: avoid unused warnings in backlight codeMike Frysinger2010-05-271-3/+4
* drivers/video/via: use memdup_userJulia Lawall2010-05-271-8/+3
* add support for S3 Trio3D/1X/2XOndrej Zary2010-05-271-20/+81
* drivers/gpio/it8761e_gpio: check return value of gpiochip_remove()Daniel Mack2010-05-271-1/+4
* gpio: add Penwell gpio supportAlek Du2010-05-272-34/+53
* arm: omap: remove the unused omap_gpio_set_debounce methodsFelipe Balbi2010-05-271-74/+0
* arm: omap: switch over to gpio_set_debounceFelipe Balbi2010-05-275-12/+6
* arm: omap: gpio: implement set_debounce methodFelipe Balbi2010-05-271-0/+68
* gpiolib: introduce set_debounce methodFelipe Balbi2010-05-273-0/+53
* gpiolib: make gpiochip_add() show a better error messageBen Dooks2010-05-271-1/+1
* gpio: max732x: fix input configuration for open-drain pinsMarc Zyngier2010-05-271-0/+7
* max732x: correct nr_port checking off by one errorAxel Lin2010-05-271-3/+3
* pl061: fix offset value range checkingAxel Lin2010-05-271-1/+1
* gpiolib: document that names can contain printk format specifiersUwe Kleine-König2010-05-271-1/+3
* gpiolib: a gpio is unsigned, so use %u to print itUwe Kleine-König2010-05-271-1/+1