| Commit message (Expand) | Author | Age |
* | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki | 2012-03-23 |
* | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 2012-03-23 |
* | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 2012-03-23 |
* | usermodehelper: kill umh_wait, renumber UMH_* constants | Oleg Nesterov | 2012-03-23 |
* | usermodehelper: implement UMH_KILLABLE | Oleg Nesterov | 2012-03-23 |
* | ptrace: remove PTRACE_SEIZE_DEVEL bit | Denys Vlasenko | 2012-03-23 |
* | ptrace: renumber PTRACE_EVENT_STOP so that future new options and events can ... | Denys Vlasenko | 2012-03-23 |
* | ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS code | Denys Vlasenko | 2012-03-23 |
* | ptrace: don't send SIGTRAP on exec if SEIZED | Oleg Nesterov | 2012-03-23 |
* | ptrace: the killed tracee should not enter the syscall | Oleg Nesterov | 2012-03-23 |
* | poll: add poll_requested_events() and poll_does_not_wait() functions | Hans Verkuil | 2012-03-23 |
* | crc32: bolt on crc32c | Darrick J. Wong | 2012-03-23 |
* | include/ and checkpatch: prefer __scanf to __attribute__((format(scanf,...) | Joe Perches | 2012-03-23 |
* | leds-lm3530: support pwm input mode | Kim, Milo | 2012-03-23 |
* | drivers/leds/leds-lp5521.c: support led pattern data | Kim, Milo | 2012-03-23 |
* | drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data | Kim, Milo | 2012-03-23 |
* | drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config | Kim, Milo | 2012-03-23 |
* | bitops: introduce for_each_clear_bit() | Akinobu Mita | 2012-03-23 |
* | bitops: remove for_each_set_bit_cont() | Akinobu Mita | 2012-03-23 |
* | bitops: rename for_each_set_bit_cont() in favor of analogous list.h function | Akinobu Mita | 2012-03-23 |
* | backlight: new backlight driver for LP855x devices | Kim, Milo | 2012-03-23 |
* | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision | Lennart Poettering | 2012-03-23 |
* | consolidate WARN_...ONCE() static variables | Jan Beulich | 2012-03-23 |
* | headers: include linux/types.h where appropriate | Bobby Powers | 2012-03-23 |
* | nmi watchdog: do not use cpp symbol in Kconfig | Cong Wang | 2012-03-23 |
* | magic.h: move some FS magic numbers into magic.h | Muthu Kumar | 2012-03-23 |
* | Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-03-23 |
|\ |
|
| * | NFS: Remove nfs4_setup_sequence from generic rename code | Bryan Schumaker | 2012-03-21 |
| * | NFS: Remove nfs4_setup_sequence from generic unlink code | Bryan Schumaker | 2012-03-21 |
| * | NFS: Remove nfs4_setup_sequence from generic read code | Bryan Schumaker | 2012-03-21 |
| * | NFS: Remove nfs4_setup_sequence from generic write code | Bryan Schumaker | 2012-03-21 |
| * | NFS: Fix more NFS debug related build warnings | Trond Myklebust | 2012-03-21 |
| * | nfs: non void functions must return a value | Stephen Rothwell | 2012-03-21 |
| * | SUNRPC: Kill compiler warning when RPC_DEBUG is unset | Chuck Lever | 2012-03-21 |
| * | SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG | Trond Myklebust | 2012-03-20 |
| * | NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit code | Trond Myklebust | 2012-03-17 |
| * | SUNRPC: Fix a few sparse warnings | Trond Myklebust | 2012-03-11 |
| * | NFS: remove nfs_inode radix tree | Fred Isaman | 2012-03-10 |
| * | NFS: remove NFS_PAGE_TAG_LOCKED | Fred Isaman | 2012-03-10 |
| * | NFS: add filehandle crc for debug display | Weston Andros Adamson | 2012-03-07 |
| * | NFSv4: Simplify the struct nfs4_stateid | Trond Myklebust | 2012-03-06 |
| * | NFS: Undo changes to idmap.h | Bryan Schumaker | 2012-03-05 |
| * | Merge commit 'nfs-for-3.3-4' into nfs-for-next | Trond Myklebust | 2012-03-03 |
| |\ |
|
| * | | NFS: Request fh_expire_type attribute in "server caps" operation | Chuck Lever | 2012-03-02 |
| * | | NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONS | Chuck Lever | 2012-03-02 |
| * | | NFS: Add a client-side function to display NFS file handles | Chuck Lever | 2012-03-02 |
| * | | SUNRPC: Add API to acquire source address | Chuck Lever | 2012-03-02 |
| * | | SUNRPC: Move clnt->cl_server into struct rpc_xprt | Trond Myklebust | 2012-03-02 |
| * | | SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field | Trond Myklebust | 2012-03-02 |
| * | | NFSv4: parse and display server implementation ids | Weston Andros Adamson | 2012-03-01 |