summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-04sun3_scsi: add ->show_info()Geert Uytterhoeven3-106/+80
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven2-16/+0
2013-05-04more mode_t whack-a-mole...Al Viro1-1/+1
2013-05-04do_coredump(): don't wait for thaw if coredump has already been interruptedAl Viro1-4/+5
2013-05-04do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...Al Viro1-3/+2
2013-05-04ipc: sem_putref() does not need the semaphore lock any moreLinus Torvalds1-3/+1
2013-05-04ipc: move rcu_read_unlock() out of sem_unlock() and into callersLinus Torvalds1-2/+17
2013-05-04hwmon: (lm75) Add support for the Dallas/Maxim DS7505Jean Delvare3-5/+12
2013-05-04hwmon: (lm75) Tune resolution and sample time per chipJean Delvare2-9/+40
2013-05-04hwmon: (lm75) Prepare to support per-chip resolution and sample timeJean Delvare1-5/+26
2013-05-04hwmon: (lm75) Per-chip configuration register initializationJean Delvare1-2/+22
2013-05-03cxgb4: fix error recovery when t4_fw_hello returns a positive valueThadeu Lima de Souza Cascardo1-1/+1
2013-05-03sky2: Fix crash on receiving VLAN framesKirill Smelkov1-0/+2
2013-05-03packet: tpacket_v3: do not trigger bug() on wrong header statusDaniel Borkmann1-30/+23
2013-05-03asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org1-0/+3
2013-05-03net: qmi_wwan: Add Telewell TW-LTE 4GTeppo Kotilainen1-0/+1
2013-05-03usbnet: pegasus: endian bug in write_mii_word()Dan Carpenter1-1/+2
2013-05-03vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2-1/+4
2013-05-03bridge: fix race with topology change timerstephen hemminger1-1/+1
2013-05-03tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto1-1/+12
2013-05-03tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto1-9/+9
2013-05-03tipc: cosmetic: clean up comments and break a long lineGerlando Falauto1-6/+7
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds32-568/+2701
2013-05-03Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-3/+4
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-8/+17
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds96-1210/+3087
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds267-3721/+7241
2013-05-03Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds3-42/+64
2013-05-03Merge branch 'for_next' into for_linusJan Kara4-8/+17
2013-05-02ipc: fix GETALL/IPC_RM race for sysv semaphoresAl Viro1-21/+8
2013-05-02Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds404-7295/+29273
2013-05-03qxl: update to new idr interfaces.Dave Airlie2-24/+16
2013-05-03Merge branch 'server-fixes' into drm-nextDave Airlie9-11/+127
2013-05-03Merge tag 'omapdss-for-3.10-fixes' of git://gitorious.org/linux-omap-dss2/lin...Dave Airlie10-106/+160
2013-05-03Merge branch 'drm-next-3.10-2' of git://people.freedesktop.org/~agd5f/linux i...Dave Airlie17-299/+284
2013-05-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-60/+58
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds88-744/+15378
2013-05-02Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds64-5846/+9922
2013-05-02Merge tag 'for-linus-docs-2012-05-02' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-28/+134
2013-05-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-6/+27
2013-05-02Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds42-497/+960
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds60-4074/+4481
2013-05-02Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds7-107/+298
2013-05-02drivers: net: cpsw: irq not disabled in cpsw isr in particular sequenceMugunthan V N1-1/+1
2013-05-02xen-netback: better names for thresholdsWei Liu1-20/+29
2013-05-02xen-netback: avoid allocating variable size array on stackWei Liu1-2/+14
2013-05-02xen-netback: remove redundent parameter in netbk_count_requestsWei Liu1-4/+2
2013-05-02be2net: Fix to fail probe if MSI-X enable fails for a VFSomnath Kotur1-7/+15