summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-10-20ipv4: gso: make inet_gso_segment() stackableEric Dumazet1-2/+5
2013-10-20gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg1-0/+2
2013-10-20gpiolib / ACPI: convert to gpiod interfacesMika Westerberg1-11/+18
2013-10-20gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot2-0/+71
2013-10-20gpiolib: port of_ functions to use gpiodAlexandre Courbot1-5/+24
2013-10-20gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot3-4/+372
2013-10-20Merge tag 'v3.12-rc6' into develLinus Walleij13-73/+76
2013-10-20Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-1/+3
2013-10-20Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman13-73/+76
2013-10-20Merge 3.12-rc6 into staging-next.Greg Kroah-Hartman13-73/+76
2013-10-20Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman21-76/+120
2013-10-20Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman21-76/+120
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-3/+3
2013-10-19ftrace: Add set_graph_notrace filterNamhyung Kim1-0/+1
2013-10-19ARM: tegra: Add Tegra114 powergate supportThierry Reding1-1/+8
2013-10-18Merge tag 'omap-for-v3.13/board-removal-signed-take2' of git://git.kernel.org...Kevin Hilman6-8/+54
2013-10-18cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=nDaniel Vetter1-0/+8
2013-10-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar4-14/+52
2013-10-18net: Delete trailing semi-colon from definition of netdev_WARN()Ben Hutchings1-1/+1
2013-10-18net: refactor sk_page_frag_refill()Eric Dumazet1-0/+2
2013-10-18regulator: core: Add ability to create a lookup alias for supplyCharles Keepax1-0/+79
2013-10-18intel_mid: Move platform device setups to their own platform_<device>.* filesDavid Cohen1-0/+3
2013-10-18tty/serial: at91: add a fallback option to determine uart/usart propertyNicolas Ferre1-0/+1
2013-10-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-2/+2
2013-10-17yam: integer underflow in yam_ioctl()Dan Carpenter1-1/+1
2013-10-17Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pabl...David S. Miller2-6/+13
2013-10-17net/mlx4: Fix typo, move similar defs to same locationOr Gerlitz2-5/+3
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2013-10-17Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+4
2013-10-17usb: usb_phy_gen: refine conditional declaration of usb_nop_xceiv_registerGuenter Roeck1-1/+1
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov23-94/+136
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V1-2/+3
2013-10-17thinkpad-acpi: Add mute and mic-mute LED functionalityDavid Henningsson1-0/+15
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2-43/+14
2013-10-17ide: convert bus code to use dev_groupsGreg Kroah-Hartman1-1/+1
2013-10-17devres: add kernel standard devm_k.alloc functionsJoe Perches1-2/+19
2013-10-17virtio_config: remove virtio_config_valRusty Russell1-27/+0
2013-10-17virtio_config: introduce size-based accessors.Rusty Russell1-0/+134
2013-10-17bitops: Introduce BIT_ULLSrinivas Pandruvada1-0/+3
2013-10-17PowerCap: Add class driverSrinivas Pandruvada1-0/+325
2013-10-17exynos4-is: Use the generic MIPI CSIS PHY driverSylwester Nawrocki1-9/+0
2013-10-17usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum1-1/+3
2013-10-17serial: core: delete .set_wake() callbackLinus Walleij1-1/+0
2013-10-17sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-3/+0
2013-10-16usb: Don't enable USB 2.0 Link PM by default.Sarah Sharp1-1/+3
2013-10-16iio: Remove unused iio_sw_buffer_preenable()Lars-Peter Clausen1-2/+0
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2-0/+13
2013-10-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov1-10/+14
2013-10-16sched/wait: Add ___wait_cond_timeout() to wait_event*_timeout() tooOleg Nesterov1-3/+3
2013-10-16Merge tag 'v3.12-rc4' into develLinus Walleij21-72/+105