summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: perform DMA to userspace only if there is a task waiting for itJiri Kosina2012-07-271-1/+3
* Revert "openvswitch: potential NULL deref in sample()"Jesse Gross2012-07-271-3/+0
* ipv4: fix TCP early demuxEric Dumazet2012-07-273-8/+8
* net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc2012-07-271-1/+7
* USB: kaweth.c: use GFP_ATOMIC under spin_lockDan Carpenter2012-07-271-1/+1
* tcp: Add TCP_USER_TIMEOUT negative value checkHangbin Liu2012-07-271-1/+4
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2012-07-278-124/+128
|\
| * powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt2012-07-271-6/+5
| * radeonfb: Add quirk for the graphics adapter in some JSxxTony Breeds2012-07-271-0/+35
| * powerpc: Lack of firmware flash support is not an errorAnton Blanchard2012-07-271-1/+1
| * powerpc: Enable pseries hardware RNG and crypto modulesAnton Blanchard2012-07-272-4/+8
| * powerpc: Update g5_defconfigBenjamin Herrenschmidt2012-07-271-73/+30
| * powerpc/kvm/bookehv: Fix build regressionAlexander Graf2012-07-271-38/+39
| * powerpc: Set stack limit properly in crit_transfer_to_handlerStuart Yoder2012-07-271-2/+10
* | Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-273-3/+16
|\ \
| * | cpumask: cpulist_parse() comments correctionAlex Shi2012-07-271-2/+1
| * | init: add comments to keep initcall-names in sync with initcall levelsJim Cromie2012-07-272-1/+3
| * | cpumask: add a few comments of cpumask functionsAlex Shi2012-07-271-0/+12
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-2621-51/+133
|\ \ \
| * | | ARM: mxs: fix compile error caused by prom_update_property changeShawn Guo2012-07-251-6/+2
| * | | ARM: dt: tegra trimslice: enable USB2 portStephen Warren2012-07-251-0/+1
| * | | ARM: dt: tegra trimslice: add vbus-gpio propertyStephen Warren2012-07-251-0/+1
| * | | ARM: vt8500: Add maintainer for VT8500 architectureTony Prisk2012-07-251-0/+11
| * | | Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-2516-30/+98
| |\ \ \
| | * | | ARM: Kirkwood: Replace mrvl with marvellAndrew Lunn2012-07-259-12/+12
| | * | | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-256-1/+29
| | * | | ARM: Dove: Fixup ge00 initialisationHannes Reinecke2012-07-251-2/+2
| | * | | ARM: Kirkwood: Fix PHY disable clk problemsSimon Baatz2012-07-251-15/+50
| | * | | ARM: Kirkwood: Ensure runit clock always ticks.Andrew Lunn2012-07-251-0/+5
| | |/ /
| * | | ARM: versatile: Don't use platform clock for Integrator & VEPawel Moll2012-07-251-2/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Arnd Bergmann2012-07-252779-77188/+126931
| |\ \ \
| * | | | ARM: tegra: harmony: add regulator supply name and its input supplyLaxman Dewangan2012-07-241-13/+20
* | | | | Merge branch 'for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2012-07-2651-413/+2376
|\ \ \ \ \
| * | | | | leds-lp8788: forgotten unlock at lp8788_led_workDevendra Naga2012-07-271-0/+1
| * | | | | LEDS: propagate error codes in blinkm_detect()Dan Carpenter2012-07-271-2/+2
| * | | | | LEDS: memory leak in blinkm_led_common_set()Dan Carpenter2012-07-271-2/+5
| * | | | | leds: add new lp8788 led driverKim, Milo2012-07-263-0/+200
| * | | | | LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERSJan-Simon Möller2012-07-245-0/+906
| * | | | | leds: max8997: Simplify max8997_led_set_mode implementationAxel Lin2012-07-241-47/+13
| * | | | | leds/leds-s3c24xx: use devm_gpio_requestDevendra Naga2012-07-241-2/+1
| * | | | | leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error...Bryan Wu2012-07-241-13/+6
| * | | | | leds: convert DAC124S085 LED driver to devm_kzalloc()Bryan Wu2012-07-241-3/+1
| * | | | | leds: convert LM3530 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-16/+8
| * | | | | leds: convert TCA6507 LED driver to devm_kzalloc()Bryan Wu2012-07-241-3/+1
| * | | | | leds: convert Freescale MC13783 LED driver to devm_kzalloc() and cleanup erro...Bryan Wu2012-07-241-5/+3
| * | | | | leds: convert ADP5520 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-5/+3
| * | | | | leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-13/+5
| * | | | | leds: convert Sun Fire LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu2012-07-241-15/+6
| * | | | | leds: convert PCA9532 LED driver to devm_kzalloc()Bryan Wu2012-07-241-8/+2
| * | | | | leds: convert LT3593 LED driver to devm_kzalloc()Bryan Wu2012-07-241-6/+3
OpenPOWER on IntegriCloud