summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge tag 'mxs-fixes-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson2013-03-044-1/+4
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | ARM: mxs: ocotp: Fix sparse warningFabio Estevam2013-03-041-0/+1
| | * | | | | ARM: mxs: icoll: Fix sparse warningFabio Estevam2013-03-041-1/+1
| | * | | | | ARM: mxs: mm: Fix sparse warningFabio Estevam2013-03-041-0/+1
| | * | | | | ARM: mxs_defconfig: Make USB host functional againFabio Estevam2013-03-041-0/+1
| | |/ / / /
| * | | | | Merge tag 'imx-fixes-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson2013-03-043-26/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ARM: dts: imx53-mba53: fix fsl,pins for disp1-grp1Shawn Guo2013-03-041-2/+1
| | * | | | ARM: mach-imx: move early resume code out of the .data sectionNicolas Pitre2013-03-042-24/+9
| | |/ / /
| * | | | clk: Tegra: Remove duplicate smp_twd clockPrashant Gaikwad2013-03-042-2/+0
| * | | | ARM: Tegra: Add clock entry for smp_twd clockPrashant Gaikwad2013-03-042-0/+2
| * | | | ARM: dts: remove generated .dtb files on cleanNishanth Menon2013-03-041-1/+1
| * | | | ARM: bcm2835: fix I2C module clock rateStephen Warren2013-03-041-1/+1
| * | | | irqchip: fix typo when moving gic_raise_softirq()Javi Merino2013-03-041-1/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-03-125-8/+10
|\ \ \ \
| * | | | m68k: drop "select EMAC_INC"Paul Bolle2013-03-061-1/+0
| * | | | m68knommu: fix misnamed GPIO pin definition for ColdFire 528x CPUGreg Ungerer2013-03-041-1/+1
| * | | | m68knommu: fix MC68328.h definesLuis Alves2013-03-041-5/+5
| * | | | m68knommu: fix build when CPU is not coldfireThadeu Lima de Souza Cascardo2013-03-041-1/+1
| * | | | m68knommu: add CPU_NAME for 68000Luis Alves2013-03-041-0/+3
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-03-121-1/+1
|\ \ \ \
| * | | | keys: fix race with concurrent install_user_keyrings()David Howells2013-03-121-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-121-13/+29
|\ \ \ \ \
| * | | | | libceph: fix decoding of pgidsSage Weil2013-03-111-13/+29
* | | | | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-122-9/+18
|\ \ \ \ \ \
| * | | | | | sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields2013-03-091-5/+10
| * | | | | | nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields2013-03-061-4/+8
| | |_|/ / / | |/| | | |
* | | | | | vfs: fix pipe counter breakageAl Viro2013-03-121-0/+3
| |_|/ / / |/| | | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-114-14/+40
|\ \ \ \ \
| * | | | | s390: Fix a header dependencies related build errorLi Zefan2013-03-111-0/+1
| * | | | | tracing: update documentation of snapshot utilityHiraku Toyooka2013-03-081-1/+1
| * | | | | tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)2013-03-071-2/+0
| * | | | | tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)2013-03-071-1/+24
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2013-02-281-10/+14
| |\ \ \ \ \
| | * | | | | ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt2013-02-271-10/+14
| |/ / / / /
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-1184-696/+843
|\ \ \ \ \ \
| * | | | | | 6lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明2013-03-101-1/+1
| * | | | | | rrunner.c: fix possible memory leak in rr_init_one()David Oostdyk2013-03-101-0/+3
| * | | | | | dcbnl: fix various netlink info leaksMathias Krause2013-03-101-0/+8
| * | | | | | rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-101-0/+1
| * | | | | | bridge: fix mdb info leaksMathias Krause2013-03-101-0/+4
| * | | | | | tg3: Update link_up flag for phylib devicesNithin Sujir2013-03-081-9/+5
| * | | | | | ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-081-1/+2
| * | | | | | bridging: fix rx_handlers return codeCristian Bercaru2013-03-081-0/+1
| * | | | | | netlabel: fix build problems when CONFIG_IPV6=nPaul Moore2013-03-081-10/+5
| * | | | | | drivers/isdn: checkng length to be sure not memory overflowChen Gang2013-03-081-1/+3
| * | | | | | net/rds: zero last byte for strncpyChen Gang2013-03-081-0/+1
| * | | | | | bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenarioYaniv Rosner2013-03-082-1/+6
| * | | | | | bnx2x: Fix intermittent long KR2 link up timeYaniv Rosner2013-03-082-1/+13
| * | | | | | macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich2013-03-071-0/+1
| * | | | | | team: unsyc the devices addresses when port is removedVlad Yasevich2013-03-071-0/+2
OpenPOWER on IntegriCloud