summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pwm-backlight: take over maintenanceThierry Reding2012-09-251-0/+2
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-09-224-9/+9
|\
| * MIPS: Malta: Don't crash on spurious interrupt.Ralf Baechle2012-09-171-3/+6
| * MIPS: Malta: Remove RTC Data Mode bootstrap breakageMaciej W. Rozycki2012-09-141-5/+0
| * MIPS: mm: Add compound tail page _mapcount when mappedJovi Zhang2012-08-271-0/+2
| * MIPS: CMP/SMTC: Fix tc_id calculationRongQing.Li2012-08-271-1/+1
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-09-228-53/+106
|\ \
| * | ARM: reserve syscall 378 for kcmpRussell King2012-09-212-0/+3
| * | Merge branch 'clkdev' into fixesRussell King2012-09-194-51/+56
| |\ \
| | * | ARM: 7537/1: clk: Fix release in devm_clk_put()Mark Brown2012-09-191-1/+1
| | * | ARM: 7534/1: clk: Make the managed clk functions generically availableLars-Peter Clausen2012-09-154-51/+56
| * | | ARM: 7535/1: Reprogram smp_twd based on new common clk framework notifiersMike Turquette2012-09-191-2/+46
| * | | ARM: 7532/1: decompressor: reset SCTLR.TRE for VMSA ARMv7 coresMatthew Leach2012-09-161-0/+1
* | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-09-223-0/+48
|\ \ \ \
| * | | | HID: Fix logitech-dj: missing Unifying device issueNestor Lopez Casado2012-09-222-0/+46
| * | | | HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()Axel Lin2012-09-221-0/+2
* | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-09-221-1/+1
|\ \ \ \ \
| * | | | | cifs: fix return value in cifsConvertToUTF16Jeff Layton2012-09-181-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-2155-192/+253
|\ \ \ \ \ \
| * | | | | | net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2012-09-212-8/+8
| * | | | | | net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-216-17/+17
| * | | | | | Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller2012-09-212-4/+2
| |\ \ \ \ \ \
| | * | | | | | can: ti_hecc: fix oops during rmmodMarc Kleine-Budde2012-09-211-1/+1
| | * | | | | | can: janz-ican3: fix support for older hardware revisionsIra W. Snyder2012-09-211-3/+1
| * | | | | | | net/irda: sh_sir: fix return value check in sh_sir_set_baudrate()Wei Yongjun2012-09-211-1/+1
| * | | | | | | stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun2012-09-211-1/+1
| * | | | | | | gianfar: fix phc index build failureRichard Cochran2012-09-212-2/+3
| * | | | | | | ipv6: fix return value check in fib6_add()Wei Yongjun2012-09-211-0/+4
| * | | | | | | bnx2x: remove false warning regarding interrupt numberAriel Elior2012-09-211-5/+6
| |/ / / / / /
| * | | | | | net: do not disable sg for packets requiring no checksumEd Cashin2012-09-201-1/+2
| * | | | | | aoe: assert AoE packets marked as requiring no checksumEd Cashin2012-09-201-0/+1
| * | | | | | at91ether: return PTR_ERR if call to clk_get failsDevendra Naga2012-09-201-1/+1
| * | | | | | xfrm_user: don't copy esn replay window twice for new statesMathias Krause2012-09-201-4/+5
| * | | | | | xfrm_user: ensure user supplied esn replay window is validMathias Krause2012-09-202-6/+27
| * | | | | | xfrm_user: fix info leak in copy_to_user_tmpl()Mathias Krause2012-09-201-0/+1
| * | | | | | xfrm_user: fix info leak in copy_to_user_policy()Mathias Krause2012-09-201-0/+1
| * | | | | | xfrm_user: fix info leak in copy_to_user_state()Mathias Krause2012-09-201-0/+1
| * | | | | | xfrm_user: fix info leak in copy_to_user_auth()Mathias Krause2012-09-201-1/+1
| * | | | | | net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200Bjørn Mork2012-09-201-3/+8
| * | | | | | tcp: restore rcv_wscale in a repair mode (v2)Andrey Vagin2012-09-201-3/+10
| * | | | | | net/core: fix comment in skb_try_coalesceLi RongQing2012-09-191-1/+3
| * | | | | | asix: Support DLink DUB-E100 H/W Ver C1Søren holm2012-09-191-0/+4
| * | | | | | pkt_sched: fix virtual-start-time update in QFQPaolo Valente2012-09-191-1/+4
| * | | | | | tcp: flush DMA queue before sk_wait_data if rcv_wnd is zeroMichal Kubeček2012-09-191-2/+8
| * | | | | | batman-adv: make batadv_test_bit() return 0 or 1 onlyLinus Lüssing2012-09-191-3/+3
| * | | | | | e1000: Small packets may get corrupted during padding by HWTushar Dave2012-09-181-0/+11
| * | | | | | xfrm: fix a read lock imbalance in make_blackholeLi RongQing2012-09-181-1/+1
| * | | | | | tcp: fix regression in urgent data handlingEric Dumazet2012-09-181-3/+2
| * | | | | | net: fix memory leak on oom with zerocopyMichael S. Tsirkin2012-09-181-1/+1
| * | | | | | netxen: check for root bus in netxen_mask_aer_correctableNikolay Aleksandrov2012-09-181-0/+4
OpenPOWER on IntegriCloud