summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-01-22Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson1-0/+41
2013-01-22tracing: Remove the extra 4 bytes of padding in eventsSteven Rostedt1-1/+0
2013-01-22libata: identify and init ZPODD devicesAaron Lu1-0/+3
2013-01-21usbnet: add new flag FLAG_NOARP for usb net devicesWei Shuai1-0/+1
2013-01-21net: split eth_mac_addr for better error handlingStefan Hajnoczi1-0/+2
2013-01-21mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()Nicolas Dichtel2-2/+2
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior2-0/+9
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior1-0/+4
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior1-0/+8
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior1-0/+2
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior1-0/+1
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior1-0/+1
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior1-0/+52
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu1-11/+1
2013-01-21ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu1-3/+3
2013-01-21tracing/lockdep: Disable lockdep first in entering NMISteven Rostedt1-2/+2
2013-01-21tracing: Fix sparse warning with is_signed_type() macroSteven Rostedt1-1/+1
2013-01-21Merge tag 'ux500-dma40' of //git.linaro.org/people/fabiobaltieri/linux.gitVinod Koul1-0/+13
2013-01-21pinctrl: generic: add slew rate config parameterHaojian Zhuang1-0/+4
2013-01-21pinctrl: core: get devname from pinctrl_devHaojian Zhuang1-0/+1
2013-01-21ASoC: arizona: Allow number of channels clocked to be restrictedMark Brown1-0/+9
2013-01-21module: constify within_module_*Sasha Levin1-2/+2
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+5
2013-01-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+5
2013-01-21ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov1-1/+0
2013-01-20ACPI / PM: Fix build for unusual combination of Kconfig optionsRafael J. Wysocki1-1/+1
2013-01-19tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach3-11/+43
2013-01-19debugfs: regset32: make struct debugfs_reg32 pointer constFelipe Balbi1-1/+1
2013-01-19workqueue: implement current_is_async()Tejun Heo1-0/+1
2013-01-19init, block: try to load default elevator module early during bootTejun Heo2-0/+6
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman12-42/+37
2013-01-18Merge 3.8-rc4 into usb-nextGreg Kroah-Hartman21-64/+53
2013-01-18pinctrl: pinconf-generic: add drive strength parameterMaxime Ripard1-0/+3
2013-01-18usb: phy: samsung: Introducing usb phy driver for hsotgPraveen Paneri1-0/+27
2013-01-18Merge branch 'acpica' into acpi-lpssRafael J. Wysocki1-5/+10
2013-01-18Merge branch 'acpi-scan' into acpi-lpssRafael J. Wysocki1-0/+5
2013-01-18Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman12-42/+37
2013-01-18PCI-Express Non-Transparent Bridge SupportJon Mason1-0/+83
2013-01-18driver core: add helper macro for platform_driver_probe() boilerplateFabio Porcedda1-0/+18
2013-01-18rbd: kill ceph_osd_req_op->flagsAlex Elder1-1/+0
2013-01-18libceph: pass num_op with opsAlex Elder1-1/+2
2013-01-18libceph: don't set pages or bio in ceph_osdc_alloc_request()Alex Elder1-3/+1
2013-01-18libceph: don't set flags in ceph_osdc_alloc_request()Alex Elder1-1/+0
2013-01-18libceph: drop osdc from ceph_calc_raw_layout()Alex Elder1-2/+1
2013-01-18libceph: drop snapid in ceph_calc_raw_layout()Alex Elder1-1/+1
2013-01-18libceph: pass length to ceph_calc_file_object_mapping()Alex Elder1-1/+1
2013-01-18libceph: pass length to ceph_osdc_build_request()Alex Elder1-1/+1
2013-01-18libceph: always allow trail in osd requestAlex Elder1-2/+2
2013-01-18rbd: drop oid parameters from ceph_osdc_build_request()Alex Elder1-3/+1
2013-01-18dynamic_debug: dynamic hex dumpVladimir Kondratiev2-0/+28