Age | Commit message (Expand) | Author | Files | Lines |
2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 40 | -68/+1331 |
2009-09-24 | drivers/usb/serial/sierra.c: fix CONFIG_PM=n build | Andrew Morton | 1 | -0/+5 |
2009-09-24 | alpha: AGP update (fixes compile failure) | Ivan Kokshaysky | 4 | -5/+5 |
2009-09-24 | task_struct cleanup: move binfmt field to mm_struct | Hiroshi Shimamoto | 5 | -13/+15 |
2009-09-24 | include/linux/unaligned/{l,b}e_byteshift.h: fix usage for compressed kernels | Albin Tonnerre | 2 | -2/+2 |
2009-09-24 | lzma/gzip: fix potential oops when input data is truncated | Phillip Lougher | 2 | -1/+17 |
2009-09-24 | drivers/vlynq/vlynq.c: fix resource size off by 1 error | Julia Lawall | 1 | -1/+1 |
2009-09-24 | fs/romfs: correct error-handling code | Julia Lawall | 1 | -1/+1 |
2009-09-24 | gru: allocation may fail in quicktest1() | Roel Kluin | 1 | -0/+2 |
2009-09-24 | gru: use proc_create() | Alexey Dobriyan | 1 | -2/+1 |
2009-09-24 | aio: ifdef fields in mm_struct | Alexey Dobriyan | 2 | -5/+11 |
2009-09-24 | memstick: move dev_dbg | Jiri Slaby | 1 | -1/+1 |
2009-09-24 | adfs: remove redundant test on unsigned | Roel Kluin | 1 | -7/+0 |
2009-09-24 | edac: core: remove completion-wait for complete with rcu_barrier | Jesper Dangaard Brouer | 3 | -10/+3 |
2009-09-24 | edac: i3200 memory controller driver | Jason Uhlenkott | 3 | -0/+536 |
2009-09-24 | edac: fix resource size calculation | Julia Lawall | 2 | -14/+14 |
2009-09-24 | edac: mpc85xx add mpc83xx support | Ira W. Snyder | 2 | -12/+22 |
2009-09-24 | edac: mpc85xx add P2020DS support | Yang Shi | 1 | -0/+2 |
2009-09-24 | linux/futex.h: place kernel types behind __KERNEL__ | Mike Frysinger | 1 | -5/+5 |
2009-09-24 | pidns: deny CLONE_PARENT|CLONE_NEWPID combination | Sukadev Bhattiprolu | 1 | -1/+1 |
2009-09-24 | fork(): disable CLONE_PARENT for init | Sukadev Bhattiprolu | 1 | -0/+10 |
2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 60 | -270/+239 |
2009-09-24 | MAINTAINERS: add Matt Mackall and Herbert Xu to HARDWARE RANDOM NUMBER GENERATOR | Joe Perches | 1 | -1/+3 |
2009-09-24 | bfin-otp: add writing support | Mike Frysinger | 1 | -44/+129 |
2009-09-24 | drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UV | Dimitri Sivanich | 4 | -0/+226 |
2009-09-24 | drivers/char/rio/rioctrl.c: off by one error in rioctrl.c | Dan Carpenter | 1 | -1/+1 |
2009-09-24 | hpet: hpet driver periodic timer setup bug fixes | Nils Carlson | 1 | -9/+12 |
2009-09-24 | mwave: fix read buffer overflow | Roel Kluin | 1 | -11/+11 |
2009-09-24 | fs/char_dev.c: remove useless loop | Renzo Davoli | 1 | -3/+0 |
2009-09-24 | /dev/zero: avoid repeated access_ok() checks | Nikanth Karthikesan | 1 | -1/+1 |
2009-09-24 | flat: use IS_ERR_VALUE() helper macro | Mike Frysinger | 1 | -12/+10 |
2009-09-24 | fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size | David Howells | 1 | -7/+10 |
2009-09-24 | elf: clean up fill_note_info() | Amerigo Wang | 1 | -22/+30 |
2009-09-24 | signals: inline __fatal_signal_pending | Roland McGrath | 2 | -7/+4 |
2009-09-24 | fcntl: add F_[SG]ETOWN_EX | Peter Zijlstra | 4 | -8/+117 |
2009-09-24 | signals: send_sigio: use do_send_sig_info() to avoid check_kill_permission() | Oleg Nesterov | 1 | -2/+2 |
2009-09-24 | signals: introduce do_send_sig_info() helper | Oleg Nesterov | 2 | -29/+29 |
2009-09-24 | exec: fix set_binfmt() vs sys_delete_module() race | Oleg Nesterov | 2 | -10/+6 |
2009-09-24 | exec: allow do_coredump() to wait for user space pipe readers to complete | Neil Horman | 1 | -0/+26 |
2009-09-24 | exec: let do_coredump() limit the number of concurrent dumps to pipes | Neil Horman | 3 | -5/+49 |
2009-09-24 | exec: make do_coredump() more resilient to recursive crashes | Neil Horman | 1 | -22/+23 |
2009-09-24 | signals: tracehook_notify_jctl change | Roland McGrath | 2 | -59/+72 |
2009-09-24 | wait_noreap_copyout(): check for ->wo_info != NULL | Vitaly Mayatskikh | 1 | -12/+14 |
2009-09-24 | do_wait: fix sys_waitid()-specific behaviour | Vitaly Mayatskikh | 1 | -26/+23 |
2009-09-24 | wait_consider_task: kill "parent" argument | Oleg Nesterov | 1 | -4/+4 |
2009-09-24 | do_wait-wakeup-optimization: simplify task_pid_type() | Oleg Nesterov | 1 | -8/+6 |
2009-09-24 | do_wait-wakeup-optimization: fix child_wait_callback()->eligible_child() usage | Oleg Nesterov | 1 | -6/+9 |
2009-09-24 | do_wait() wakeup optimization: child_wait_callback: check __WNOTHREAD case | Oleg Nesterov | 1 | -0/+3 |
2009-09-24 | do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup | Oleg Nesterov | 2 | -5/+22 |
2009-09-24 | do_wait() wakeup optimization: shift security_task_wait() from eligible_child... | Oleg Nesterov | 1 | -6/+1 |