summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drivers/vlynq/vlynq.c: fix resource size off by 1 errorJulia Lawall2009-09-241-1/+1
* fs/romfs: correct error-handling codeJulia Lawall2009-09-241-1/+1
* gru: allocation may fail in quicktest1()Roel Kluin2009-09-241-0/+2
* gru: use proc_create()Alexey Dobriyan2009-09-241-2/+1
* aio: ifdef fields in mm_structAlexey Dobriyan2009-09-242-5/+11
* memstick: move dev_dbgJiri Slaby2009-09-241-1/+1
* adfs: remove redundant test on unsignedRoel Kluin2009-09-241-7/+0
* edac: core: remove completion-wait for complete with rcu_barrierJesper Dangaard Brouer2009-09-243-10/+3
* edac: i3200 memory controller driverJason Uhlenkott2009-09-243-0/+536
* edac: fix resource size calculationJulia Lawall2009-09-242-14/+14
* edac: mpc85xx add mpc83xx supportIra W. Snyder2009-09-242-12/+22
* edac: mpc85xx add P2020DS supportYang Shi2009-09-241-0/+2
* linux/futex.h: place kernel types behind __KERNEL__Mike Frysinger2009-09-241-5/+5
* pidns: deny CLONE_PARENT|CLONE_NEWPID combinationSukadev Bhattiprolu2009-09-241-1/+1
* fork(): disable CLONE_PARENT for initSukadev Bhattiprolu2009-09-241-0/+10
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-2460-270/+239
* MAINTAINERS: add Matt Mackall and Herbert Xu to HARDWARE RANDOM NUMBER GENERATORJoe Perches2009-09-241-1/+3
* bfin-otp: add writing supportMike Frysinger2009-09-241-44/+129
* drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UVDimitri Sivanich2009-09-244-0/+226
* drivers/char/rio/rioctrl.c: off by one error in rioctrl.cDan Carpenter2009-09-241-1/+1
* hpet: hpet driver periodic timer setup bug fixesNils Carlson2009-09-241-9/+12
* mwave: fix read buffer overflowRoel Kluin2009-09-241-11/+11
* fs/char_dev.c: remove useless loopRenzo Davoli2009-09-241-3/+0
* /dev/zero: avoid repeated access_ok() checksNikanth Karthikesan2009-09-241-1/+1
* flat: use IS_ERR_VALUE() helper macroMike Frysinger2009-09-241-12/+10
* fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells2009-09-241-7/+10
* elf: clean up fill_note_info()Amerigo Wang2009-09-241-22/+30
* signals: inline __fatal_signal_pendingRoland McGrath2009-09-242-7/+4
* fcntl: add F_[SG]ETOWN_EXPeter Zijlstra2009-09-244-8/+117
* signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission()Oleg Nesterov2009-09-241-2/+2
* signals: introduce do_send_sig_info() helperOleg Nesterov2009-09-242-29/+29
* exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov2009-09-242-10/+6
* exec: allow do_coredump() to wait for user space pipe readers to completeNeil Horman2009-09-241-0/+26
* exec: let do_coredump() limit the number of concurrent dumps to pipesNeil Horman2009-09-243-5/+49
* exec: make do_coredump() more resilient to recursive crashesNeil Horman2009-09-241-22/+23
* signals: tracehook_notify_jctl changeRoland McGrath2009-09-242-59/+72
* wait_noreap_copyout(): check for ->wo_info != NULLVitaly Mayatskikh2009-09-241-12/+14
* do_wait: fix sys_waitid()-specific behaviourVitaly Mayatskikh2009-09-241-26/+23
* wait_consider_task: kill "parent" argumentOleg Nesterov2009-09-241-4/+4
* do_wait-wakeup-optimization: simplify task_pid_type()Oleg Nesterov2009-09-241-8/+6
* do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usageOleg Nesterov2009-09-241-6/+9
* do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD caseOleg Nesterov2009-09-241-0/+3
* do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeupOleg Nesterov2009-09-242-5/+22
* do_wait() wakeup optimization: shift security_task_wait() from eligible_child...Oleg Nesterov2009-09-241-6/+1
* ptrace: __ptrace_detach: do __wake_up_parent() if we reap the traceeOleg Nesterov2009-09-244-13/+13
* memcg: show swap usage in stat fileDaisuke Nishimura2009-09-241-3/+14
* memcg: improve resource counter scalabilityBalbir Singh2009-09-241-21/+100
* memory controller: soft limit reclaim on contentionBalbir Singh2009-09-244-15/+271
* memory controller: soft limit refactor reclaim flagsBalbir Singh2009-09-241-6/+19
* memory controller: soft limit organize cgroupsBalbir Singh2009-09-243-47/+277
OpenPOWER on IntegriCloud