| Commit message (Expand) | Author | Age | Files | Lines |
* | printk: don't read beyond string arguments' terminating zero | Markus Armbruster | 2008-04-30 | 1 | -1/+1 |
* | Basic braille screen reader support | Samuel Thibault | 2008-04-30 | 15 | -30/+538 |
* | asm-*/futex.h should include linux/uaccess.h | Jeff Dike | 2008-04-30 | 8 | -8/+8 |
* | sysv: [bl]e*_add_cpu conversion | Marcin Slusarz | 2008-04-30 | 1 | -4/+4 |
* | quota: le*_add_cpu conversion | Marcin Slusarz | 2008-04-30 | 1 | -2/+2 |
* | hfs/hfsplus: be*_add_cpu conversion | Marcin Slusarz | 2008-04-30 | 2 | -2/+2 |
* | affs: be*_add_cpu conversion | Marcin Slusarz | 2008-04-30 | 1 | -2/+2 |
* | reiserfs: use open_bdev_excl | Christoph Hellwig | 2008-04-30 | 2 | -28/+23 |
* | fuse: fix sparse warnings | Miklos Szeredi | 2008-04-30 | 1 | -1/+3 |
* | fuse: fix race in llseek | Miklos Szeredi | 2008-04-30 | 1 | -2/+27 |
* | fuse: fix node ID type | Miklos Szeredi | 2008-04-30 | 2 | -6/+6 |
* | fuse: fix max i/o size calculation | Miklos Szeredi | 2008-04-30 | 2 | -4/+6 |
* | fuse: update file size on short read | Miklos Szeredi | 2008-04-30 | 3 | -8/+53 |
* | fuse: implement perform_write | Nick Piggin | 2008-04-30 | 1 | -1/+193 |
* | fuse: clean up setting i_size in write | Miklos Szeredi | 2008-04-30 | 1 | -13/+15 |
* | fuse: support writable mmap | Miklos Szeredi | 2008-04-30 | 5 | -29/+481 |
* | mm: document missing fields for /proc/meminfo | Miklos Szeredi | 2008-04-30 | 1 | -4/+17 |
* | mm: Add NR_WRITEBACK_TEMP counter | Miklos Szeredi | 2008-04-30 | 5 | -1/+8 |
* | mm: bdi: export bdi_writeout_inc() | Miklos Szeredi | 2008-04-30 | 2 | -0/+12 |
* | mm: bdi: add separate writeback accounting capability | Miklos Szeredi | 2008-04-30 | 10 | -30/+67 |
* | mm: bdi: move statistics to debugfs | Miklos Szeredi | 2008-04-30 | 3 | -48/+99 |
* | mm: bdi: allow setting a maximum for the bdi dirty limit | Peter Zijlstra | 2008-04-30 | 6 | -13/+111 |
* | mm: bdi: allow setting a minimum for the bdi dirty limit | Peter Zijlstra | 2008-04-30 | 4 | -1/+57 |
* | mm: bdi: expose the BDI object in sysfs for FUSE | Miklos Szeredi | 2008-04-30 | 3 | -18/+18 |
* | mm: bdi: expose the BDI object in sysfs for NFS | Miklos Szeredi | 2008-04-30 | 1 | -0/+26 |
* | mm: bdi: export BDI attributes in sysfs | Peter Zijlstra | 2008-04-30 | 8 | -2/+194 |
* | pidns: make pid->level and pid_ns->level unsigned | Pavel Emelyanov | 2008-04-30 | 3 | -3/+3 |
* | make marker_debug static | Adrian Bunk | 2008-04-30 | 1 | -1/+1 |
* | mxser: convert large macros to functions | Christoph Hellwig | 2008-04-30 | 2 | -152/+214 |
* | pids: sys_getpgid: fix unsafe *pid usage, s/tasklist/rcu/ | Oleg Nesterov | 2008-04-30 | 1 | -15/+21 |
* | pids: sys_getsid: fix unsafe *pid usage, fix possible 0 instead of -ESRCH | Oleg Nesterov | 2008-04-30 | 1 | -13/+20 |
* | pids: __set_special_pids: use change_pid() helper | Oleg Nesterov | 2008-04-30 | 1 | -4/+2 |
* | pids: sys_setpgid: use change_pid() helper | Oleg Nesterov | 2008-04-30 | 1 | -2/+1 |
* | pids: introduce change_pid() helper | Oleg Nesterov | 2008-04-30 | 2 | -7/+20 |
* | pids: de_thread: don't clear session/pgrp pids for the old leader | Oleg Nesterov | 2008-04-30 | 1 | -1/+0 |
* | Deprecate find_task_by_pid() | Pavel Emelyanov | 2008-04-30 | 5 | -9/+24 |
* | Use find_task_by_vpid in taskstats | Pavel Emelyanov | 2008-04-30 | 1 | -3/+3 |
* | free_pidmap: turn it into free_pidmap(struct upid *) | Oleg Nesterov | 2008-04-30 | 1 | -6/+7 |
* | devpts: factor out PTY index allocation | Sukadev Bhattiprolu | 2008-04-30 | 3 | -35/+52 |
* | devpts: propagate error code from devpts_pty_new | Sukadev Bhattiprolu | 2008-04-30 | 1 | -2/+2 |
* | tty: fix routine name in ptmx_open() | Hiroshi Shimamoto | 2008-04-30 | 1 | -1/+1 |
* | char serial: switch drivers to ioremap_nocache | Alan Cox | 2008-04-30 | 8 | -20/+25 |
* | ip2: switch remaining direct call of ops->flush_buffer | Alan Cox | 2008-04-30 | 1 | -2/+1 |
* | tty: add throttle/unthrottle helpers | Alan Cox | 2008-04-30 | 9 | -25/+31 |
* | isicom: fix buffer allocation | Alan Cox | 2008-04-30 | 1 | -8/+6 |
* | esp: clean up to modern coding style | Alan Cox | 2008-04-30 | 1 | -308/+283 |
* | epca: coding style | Alan Cox | 2008-04-30 | 1 | -118/+158 |
* | riscom8: coding style | Alan Cox | 2008-04-30 | 1 | -340/+304 |
* | strip: Fix up strip for the new order | Alan Cox | 2008-04-30 | 1 | -42/+24 |
* | tty: The big operations rework | Alan Cox | 2008-04-30 | 30 | -664/+537 |