deliverable/linux.git
2012-10-03  Kirill A. Shutemovfs: push rcu_barrier() from deactivate_locked_super...
2012-10-03  Al Virobtrfs: reada_extent doesn't need kref for refcount
2012-10-03  Alex Kellycoredump: move core dump functionality into its own...
2012-09-27  Denys Vlasenkocoredump: prevent double-free on an error path in core...
2012-09-27  Al Virousb/gadget: fix misannotations
2012-09-27  Al Virofcntl: fix misannotations
2012-09-27  Al Viroceph: don't abuse d_delete() on failure exits
2012-09-27  Al Virohypfs: ->d_parent is never NULL or negative
2012-09-27  Alan Coxvfs: delete surplus inode NULL check
2012-09-27  Al Viroswitch simple cases of fget_light to fdget
2012-09-27  Al Vironew helpers: fdget()/fdput()
2012-09-27  Al Viroswitch o2hb_region_dev_write() to fget_light()
2012-09-27  Al Viroproc_map_files_readdir(): don't bother with grabbing...
2012-09-27  Al Viromake get_file() return its argument
2012-09-27  Al Virovhost_set_vring(): turn pollstart/pollstop into bool
2012-09-27  Al Viroswitch prctl_set_mm_exe_file() to fget_light()
2012-09-27  Al Viroswitch xfs_find_handle() to fget_light()
2012-09-27  Al Viroswitch xfs_swapext() to fget_light()
2012-09-27  Al Viroswitch coda get_device_index() to fget_light()
2012-09-27  Al Viroswitch infinibarf users of fget() to fget_light()
2012-09-27  Al Viroswitch vfio_group_set_container() to fget_light()
2012-09-27  Al Viroswitch btrfs_ioctl_clone() to fget_light()
2012-09-27  Al Viroswitch mqueue syscalls to fget_light()
2012-09-27  Al Viroswitch SNDRV_PCM_IOCTL_LINK to fget_light()
2012-09-27  Al Viroswitch timerfd_[sg]ettime(2) to fget_light()
2012-09-27  Al Viroswitch epoll_wait(2) to fget_light()
2012-09-27  Al Viroswitch btrfs_ioctl_snap_create_transid() to fget_light()
2012-09-27  Al Viroswitch EXT4_IOC_MOVE_EXT to fget_light()
2012-09-27  Al Viroexport fget_light
2012-09-27  Al Viroext4: close struct file leak on EXT4_IOC_MOVE_EXT
2012-09-27  Al Viroswitch hpux_getdents() to fget_light()
2012-09-27  Al Viroswitch itanic perfmonctl(2) to fget_light()
2012-09-27  Al Viroswitch osf_getdirentries() to fget_light()
2012-09-27  Al Viroswitch readahead(2) to fget_light()
2012-09-27  Al Viroswitch fadvise(2) to fget_light()
2012-09-27  Al Viroswitch fchmod(2) to fget_light()
2012-09-27  Al Viroswitch fallocate(2) to fget_light()
2012-09-27  Al Viroswitch ftruncate(2) to fget_light
2012-09-27  Al Vironamei.c: fix BS comment
2012-09-27  Al Virodon't leak O_CLOEXEC into ->f_flags
2012-09-27  Cyrill Gorcunovprocfs: Convert /proc/pid/fdinfo/ handling routines...
2012-09-27  Cyrill Gorcunovprocfs: Move /proc/pid/fd[info] handling code to fd...
2012-09-27  Al Vironew helper: daemonize_descriptors()
2012-09-27  Al Viroswitch spufs/coredump to iterate_fd()
2012-09-27  Al Virodo_coredump(): make sure that descriptor table isn...
2012-09-27  Al Vironew helper: iterate_fd()
2012-09-27  Al Viromake expand_files() and alloc_fd() static
2012-09-27  Al Virotake __{set,clear}_{open_fd,close_on_exec}() into fs...
2012-09-27  Al Viroswitch flush_unauthorized_files() to replace_fd()
2012-09-27  Al Vironew helper: replace_fd()
2012-09-27  Al Virotake purely descriptor-related stuff from fcntl.c to...
2012-09-27  Al Virotake close-on-exec logics to fs/file.c, clean it up...
2012-09-27  Al Viroum: resurrect the right variant of mconsole_proc()
2012-09-27  Al Virotake descriptor-related part of close() to file.c
2012-09-27  Al Virotake fget() and friends to fs/file.c
2012-09-27  Al Viroexpose a low-level variant of fd_install() for binder
2012-09-27  Al Viromove put_unused_fd() and fd_install() to fs/file.c
2012-09-27  Al Virotrim free_fdtable_rcu()
2012-09-27  Al Virodon't bother with call_rcu() in put_files_struct()
2012-09-27  Al Viromove files_struct-related bits from kernel/exit.c to...
2012-09-27  Al Vironew helper: __alloc_fd()
2012-09-27  Al Virotake rlimit check to callers of expand_files()
2012-09-27  Al Virofanotify: sanitize failure exits in copy_event_to_user()
2012-09-27  Al Viroevents: don't use get_unused_fd_flags() when get_unused...
2012-09-27  Al Viropipe(2) - race-free error recovery
2012-09-27  Al Virobinder: don't allow mmap() by process other than proc...
2012-09-27  Al Viroautofs4: don't open-code fd_install()
2012-09-27  Al Viromake get_unused_fd_flags() a function
2012-09-27  Al Virounexport sock_map_fd(), switch to sock_alloc_file()
2012-09-27  Al Virotake descriptor handling from sock_alloc_file() to...
2012-09-27  Al ViroMerge remote branch 'origin' into for-next
2012-09-25  Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2012-09-25  Eric Dumazetipv6: mip6: fix mip6_mh_filter()
2012-09-25  David S. MillerMerge tag 'batman-adv-fix-for-davem' of git://git.open...
2012-09-25  Eric Dumazetipv6: raw: fix icmpv6_filter()
2012-09-25  Linus TorvaldsMerge tag 'sh-for-linus' of git://github.com/pmundt...
2012-09-25  Linus TorvaldsMerge branch 'akpm' (sundry from Andrew)
2012-09-25  Mark Salterc/r: prctl: fix build error for no-MMU case
2012-09-25  Jan Karalib/flex_proportions.c: fix corruption of denominator...
2012-09-25  Heiko Carstenschecksyscalls: fix "here document" handling
2012-09-25  Thierry Redingpwm-backlight: take over maintenance
2012-09-25  Paul Mundtsh: pfc: Fix up GPIO mux type reconfig case.
2012-09-25  David S. MillerMerge branch 'for-davem' of git://git./linux/kernel...
2012-09-24  Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2012-09-24  Linus TorvaldsMerge tag 'vfio-for-linus' of git://github.com/awilliam...
2012-09-24  Linus TorvaldsMerge tag 'stable/for-linus-3.6-rc7-tag' of git://git...
2012-09-24  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-09-24  Eric Dumazetnet: guard tcp_set_keepalive() to tcp sockets
2012-09-24  Marek Vasutphy/micrel: Add missing header to micrel_phy.h
2012-09-24  Marek Vasutphy/micrel: Rename KS80xx to KSZ80xx
2012-09-24  Marek Vasutphy/micrel: Implement support for KSZ8021
2012-09-24  Chris Metcalftile: gxio iorpc numbering change for TRIO interface
2012-09-24  Konrad Rzeszutek... xen/boot: Disable NUMA for PV guests.
2012-09-24  Linus TorvaldsLinux 3.6-rc7
2012-09-23  Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2012-09-23  Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2012-09-23  Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2012-09-23  Shaun Ruffelledac_mc: edac_mc_free() cannot assume mem_ctl_info...
2012-09-23  Fengguang Wuedac_mc: fix messy kfree calls in the error path
2012-09-23  Linus Lüssingbatman-adv: Fix symmetry check / route flapping in...
next
This page took 0.045845 seconds and 5 git commands to generate.