aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
* | | | Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-12
* | | | block: add secure discardAdrian Hunter2010-08-12
* | | | kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold2010-08-12
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-11
|\ \ \ \
| * | | | vfs: add helpers to get root and pwdMiklos Szeredi2010-08-11
* | | | | kfifo: replace the old non generic APIStefani Seibold2010-08-11
* | | | | kfifo: add the new generic kfifo APIStefani Seibold2010-08-11
* | | | | kexec: return -EFAULT on copy_to_user() failuresDan Carpenter2010-08-11
* | | | | lib/bug.c: add oops end marker to WARN implementationAnton Blanchard2010-08-11
* | | | | panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi2010-08-11
* | | | | pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov2010-08-11
* | | | | pids: fix a race in pid generation that causes pids to be reused immediatelySalman2010-08-11
* | | | | ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov2010-08-11
* | | | | cgroups: save space for the terminatorDan Carpenter2010-08-11
| |/ / / |/| | |
* | | | kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap2010-08-10
* | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-10
|\ \ \ \ | |/ / / |/| | |
| * | | block: push BKL into blktrace ioctlsArnd Bergmann2010-08-07
| * | | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
| * | | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-07
* | | | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-10
|\ \ \ \
| * | | | rlimits: implement prlimit64 syscallJiri Slaby2010-07-16
| * | | | rlimits: switch more rlimit syscalls to do_prlimitJiri Slaby2010-07-16
| * | | | rlimits: redo do_setrlimit to more generic do_prlimitJiri Slaby2010-07-16
| * | | | rlimits: do security check under task_lockJiri Slaby2010-07-16
| * | | | rlimits: allow setrlimit to non-current tasksJiri Slaby2010-07-16
| * | | | rlimits: split sys_setrlimitJiri Slaby2010-07-16
| * | | | rlimits: make sure ->rlim_max never grows in sys_setrlimitOleg Nesterov2010-07-16
| * | | | rlimits: add task_struct to update_rlimit_cpuJiri Slaby2010-07-16
| * | | | rlimits: security, add task_struct to setrlimitJiri Slaby2010-07-16
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-10
|\ \ \ \
| * | | | fanotify: use both marks when possibleEric Paris2010-07-28
| * | | | fsnotify: pass both the vfsmount mark and inode markEric Paris2010-07-28
| * | | | fsnotify: remove group->maskEric Paris2010-07-28
| * | | | fsnotify: cleanup should_send_eventEric Paris2010-07-28
| * | | | audit: use the mark in handler functionsEric Paris2010-07-28
| * | | | fsnotify: send fsnotify_mark to groups in event handling functionsEric Paris2010-07-28
| * | | | fsnotify: store struct file not struct pathEric Paris2010-07-28
| * | | | sysctl extern cleanup: inotifyDave Young2010-07-28
| * | | | dnotify: move dir_notify_enable declarationAlexey Dobriyan2010-07-28
| * | | | fsnotify: split generic and inode specific mark codeEric Paris2010-07-28
| * | | | fanotify: sys_fanotify_mark declartionEric Paris2010-07-28
| * | | | fanotify: fanotify_init syscall declarationEric Paris2010-07-28
| * | | | fsnotify: take inode->i_lock inside fsnotify_find_mark_entry()Andreas Gruenbacher2010-07-28
| * | | | fsnotify: rename fsnotify_find_mark_entry to fsnotify_find_markEric Paris2010-07-28
| * | | | fsnotify: rename fsnotify_mark_entry to just fsnotify_markEric Paris2010-07-28
| * | | | fsnotify: put inode specific fields in an fsnotify_mark in a unionEric Paris2010-07-28
| * | | | fsnotify: include vfsmount in should_send_event when appropriateEric Paris2010-07-28
| * | | | fsnotify: drop mask argument from fsnotify_alloc_groupEric Paris2010-07-28
| * | | | Audit: only set group mask when something is being watchedEric Paris2010-07-28
| * | | | fsnotify: fsnotify_obtain_group should be fsnotify_alloc_groupEric Paris2010-07-28