summaryrefslogtreecommitdiffstats
path: root/lib/syscall.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-13mm/fremap.c: fix oops on error pathAndrew Morton1-2/+4
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2-52/+55
2013-03-13tidspbridge: convert to idr_alloc()Tejun Heo1-44/+26
2013-03-13zcache: convert to idr_alloc()Tejun Heo1-15/+10
2013-03-13mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0
2013-03-13workqueue: convert to idr_alloc()Tejun Heo1-3/+4
2013-03-13nfsd: convert to idr_alloc()Tejun Heo1-3/+2
2013-03-13nfsd: remove unused get_new_stid()Tejun Heo1-31/+0
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-03-13signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-03-13mm: remove_memory(): fix end_pfn settingToshi Kani1-1/+1
2013-03-13include/linux/res_counter.h needs errno.hAndrew Morton1-0/+1
2013-03-13futex: fix kernel-doc notation and spelloRandy Dunlap1-23/+23
2013-03-13signals: fix new kernel-doc warningsRandy Dunlap1-1/+1
2013-03-13idr: fix new kernel-doc warningsRandy Dunlap2-2/+1
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell24-31/+28
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers3-18/+9
2013-03-12vfs: fix pipe counter breakageAl Viro1-0/+3
2013-03-12ARM: spear3xx: Use correct pl080 header fileArnd Bergmann1-1/+1
2013-03-12keys: fix race with concurrent install_user_keyrings()David Howells1-1/+1
2013-03-11libceph: fix decoding of pgidsSage Weil1-13/+29
2013-03-11Arm: socfpga: pl330: Add #dma-cells for generic dma binding supportPadmavathi Venna1-0/+3
2013-03-11ARM: multiplatform: Sort the max gpio numbers.Maxime Ripard1-2/+5
2013-03-11xen/acpi: remove redundant acpi/acpi_drivers.h includeLiu Jinsong1-1/+0
2013-03-11xen: arm: mandate EABI and use generic atomic operations.Ian Campbell2-22/+6
2013-03-11ARM: imx: fix typo "DEBUG_IMX50_IMX53_UART"Paul Bolle1-1/+1
2013-03-11s390: Fix a header dependencies related build errorLi Zefan1-0/+1
2013-03-11um: Use tty_port in SIGWINCH handlerRichard Weinberger5-18/+22
2013-03-11um: Use tty_port_operations->destructRichard Weinberger3-14/+14
2013-03-11um: fix build failure due to mess-up of sig_info protorypeSergei Trofimovich1-1/+1
2013-03-11um: add missing declaration of 'getrlimit()' and friendsSergei Trofimovich1-0/+2
2013-03-11net : enable tx time stamping in the vde driver.Paul Chavent1-0/+2
2013-03-11hostfs: fix a not needed double checkMarco Stornelli1-8/+1
2013-03-11ARM: imx: pll1_sys should be an initial on clkShawn Guo1-1/+1
2013-03-11Input: mms114 - Fix regulator enable and disable pathsMark Brown1-9/+25
2013-03-11Input: ads7864 - check return value of regulator enableMark Brown1-1/+6
2013-03-11Input: tc3589x-keypad - fix keymap sizeRabin Vincent1-4/+4
2013-03-11Linux 3.9-rc2v3.9-rc2Linus Torvalds1-1/+1
2013-03-10drm/nv50: use correct tiling methods for m2mf buffer movesMarcin Slusarz1-2/+2
2013-03-10drm/nouveau: idle channel before releasing notify objectMarcin Slusarz1-0/+5
2013-03-10drm/nouveau: fix regression in vblankingMaarten Lankhorst1-2/+2
2013-03-10drm/nv50: encoder creation failure doesn't mean full init failureBen Skeggs1-0/+1
2013-03-106lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-03-10rrunner.c: fix possible memory leak in rr_init_one()David Oostdyk1-0/+3
2013-03-10dcbnl: fix various netlink info leaksMathias Krause1-0/+8
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-10bridge: fix mdb info leaksMathias Krause1-0/+4
2013-03-10Input: wacom - add support for 0x10dStephan Frank1-0/+4
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds1-2/+2
2013-03-09sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields1-5/+10