summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: highbank: Add smc calls to enable/disable the L2Rob Herring2012-06-074-1/+47
* Merge branch 'imx/fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2012-06-076-14/+29
|\
| * ARM i.MX imx21ads: Fix overlapping static i/o mappingsJaccon Bastiaansen2012-06-071-1/+1
| * ARM i.MX27 Visstrim M10: fix gpio handling.Javier Martin2012-06-051-11/+25
| * ARM: imx: only call l2x0_init if it's availableUwe Kleine-König2012-05-291-0/+2
| * ARM: imx: only specify i2c device type onceUwe Kleine-König2012-05-292-2/+0
| * ARM: mx31_3ds: Fix build due to missing IMX_HAVE_PLATFORM_IMX_SSIFabio Estevam2012-05-291-0/+1
* | Merge branch 'imx/clk-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 in...Olof Johansson2012-06-072-39/+56
|\ \
| * | ARM i.MX53: Fix PLL4 base addressSascha Hauer2012-06-041-1/+1
| * | ARM i.MX pllv2: make round_rate accurateSascha Hauer2012-06-041-24/+54
| * | ARM i.MX pllv2: use standard register set unconditionallySascha Hauer2012-06-041-24/+11
* | | Merge branch 'imx/fixes-for-3.5' of git://git.linaro.org/people/shawnguo/linu...Olof Johansson2012-06-073-1/+45
|\ \ \
| * | | ARM: imx6: exit coherency when shutting down a cpuShawn Guo2012-06-071-1/+41
| * | | ARM: mx51: Add pinctrl_provide_dummies()Fabio Estevam2012-06-071-0/+2
| * | | ARM: mx31: Add pinctrl_provide_dummies()Fabio Estevam2012-06-071-0/+2
| |/ /
* | | Merge tag 'imx-clk-common-fixes' of git://git.pengutronix.de/git/imx/linux-2....Olof Johansson2012-06-0711-50/+44
|\ \ \ | |/ / |/| |
| * | ARM: imx6q: prepare and enable init on clks directly instead of clk_get firstRichard Zhao2012-05-161-14/+6
| * | ARM i.MX: remove now unnecessary argument from mxc_timer_initSascha Hauer2012-05-1611-32/+33
| * | ARM: i.MX: change timer clock from ipg to perclkRichard Zhao2012-05-161-1/+2
| * | ARM i.MX5: fix gpt peripheral clock pathSascha Hauer2012-05-161-3/+3
* | | Linux 3.5-rc1v3.5-rc1Linus Torvalds2012-06-021-2/+2
* | | Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-026-90/+322
|\ \ \
| * | | dm thin: provide userspace access to pool metadataJoe Thornber2012-06-035-11/+193
| * | | dm thin: use slab mempoolsMike Snitzer2012-06-031-62/+99
| * | | dm mpath: allow ioctls to trigger pg initMikulas Patocka2012-06-031-9/+17
| * | | dm mpath: delay retry of bypassed pgMike Christie2012-06-031-2/+6
| * | | dm mpath: reduce size of struct multipathMike Snitzer2012-06-031-6/+7
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-0221-84/+201
|\ \ \
| * | | fec_mpc52xx: fix timestamp filteringStephan Gatzka2012-06-021-1/+1
| * | | mcs7830: Implement link state detectionOndrej Zary2012-06-021-2/+23
| * | | e1000e: fix Rapid Start Technology support for i217Bruce Allan2012-06-021-9/+9
| * | | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior2012-06-021-1/+1
| * | | r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga2012-06-011-0/+3
| * | | tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2012-06-012-6/+12
| * | | tcp: do not create inetpeer on SYNACK messageEric Dumazet2012-06-011-1/+2
| * | | 8139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2012-06-012-2/+2
| * | | 8139cp: set ring address before enabling receiverJason Wang2012-06-011-11/+11
| * | | cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore2012-06-011-1/+28
| * | | net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-05-311-2/+5
| * | | bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA2012-05-311-5/+7
| * | | bql: Avoid unneeded limit decrement.Hiroaki SHIMODA2012-05-311-2/+4
| * | | bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA2012-05-311-1/+1
| * | | net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAPJack Morgenstein2012-05-311-3/+2
| * | | net/mlx4_core: Check port out-of-range before using in mlx4_slave_capJack Morgenstein2012-05-311-3/+3
| * | | net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein2012-05-314-14/+63
| * | | net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_eventJack Morgenstein2012-05-311-5/+7
| * | | net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2012-05-313-15/+17
| * | | net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_intJack Morgenstein2012-05-311-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-0211-39/+297
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...H. Peter Anvin2012-06-016-16/+154
| |\ \ \ \
OpenPOWER on IntegriCloud