aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2013-02-27i2c: convert to idr_alloc()Tejun Heo
2013-02-27drm/vmwgfx: convert to idr_alloc()Tejun Heo
2013-02-27drm/via: convert to idr_alloc()Tejun Heo
2013-02-27drm/sis: convert to idr_alloc()Tejun Heo
2013-02-27drm/i915: convert to idr_alloc()Tejun Heo
2013-02-27drm/exynos: convert to idr_alloc()Tejun Heo
2013-02-27drm: convert to idr_alloc()Tejun Heo
2013-02-27gpio: convert to idr_alloc()Tejun Heo
2013-02-27firewire: convert to idr_alloc()Tejun Heo
2013-02-27firewire: add minor number range check to fw_device_init()Tejun Heo
2013-02-27dmaengine: convert to idr_alloc()Tejun Heo
2013-02-27dca: convert to idr_alloc()Tejun Heo
2013-02-27drbd: convert to idr_alloc()Tejun Heo
2013-02-27atm/nicstar: convert to idr_alloc()Tejun Heo
2013-02-27block/loop: convert to idr_alloc()Tejun Heo
2013-02-27block: convert to idr_alloc()Tejun Heo
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo
2013-02-27idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo
2013-02-27idr: refactor idr_get_new_above()Tejun Heo
2013-02-27idr: remove _idr_rc_to_errno() hackTejun Heo
2013-02-27idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo
2013-02-27idr: cosmetic updates to struct / initializer definitionsTejun Heo
2013-02-27idr: deprecate idr_remove_all()Tejun Heo
2013-02-27cgroup: don't use idr_remove_all()Tejun Heo
2013-02-27inotify: don't use idr_remove_all()Tejun Heo
2013-02-27nfs: idr_destroy() no longer needs idr_remove_all()Tejun Heo
2013-02-27dlm: don't use idr_remove_all()Tejun Heo
2013-02-27dlm: use idr_for_each_entry() in recover_idr_clear() error pathTejun Heo
2013-02-27rpmsg: don't use idr_remove_all()Tejun Heo
2013-02-27remoteproc: don't use idr_remove_all()Tejun Heo
2013-02-27dm: don't use idr_remove_all()Tejun Heo
2013-02-27drm: don't use idr_remove_all()Tejun Heo
2013-02-27firewire: don't use idr_remove_all()Tejun Heo
2013-02-27block/loop: don't use idr_remove_all()Tejun Heo
2013-02-27atm/nicstar: don't use idr_remove_all()Tejun Heo
2013-02-27idr: make idr_destroy() imply idr_remove_all()Tejun Heo
2013-02-27idr: fix a subtle bug in idr_get_next()Tejun Heo
2013-02-27block: fix ext_devt_idr handlingTomas Henzl
2013-02-27kexec: avoid freeing NULL pointer in image_crash_alloc()Zhang Yanfei
2013-02-27kexec: fix memory leak in function kimage_normal_allocZhang Yanfei
2013-02-27kexec: prevent double free on image allocation failureSasha Levin
2013-02-27kexec: export PG_hwpoison flag into vmcoreinfoMitsuhiro Tanino
2013-02-27kexec: get rid of duplicate check for hole_endZhang Yanfei
2013-02-27kexec: add the values related to buddy system for filtering free pages.Atsushi Kumagai
2013-02-27fork: unshare: remove dead codeAlan Cox
2013-02-27fs/seq_file.c:seq_lseek(): fix switch statement indentingAndrew Morton
2013-02-27seq-file: use SEEK_ macros instead of hardcoded numbersCyrill Gorcunov
2013-02-27coredump: use a freezable_schedule for the coredump_finish waitMandeep Singh Baines
2013-02-27lockdep: check that no locks held at freeze timeMandeep Singh Baines