summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-06pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley1-4/+2
2014-11-06tty: Move pty-specific set_termios() handling to pty driverPeter Hurley2-31/+29
2014-11-06tty: WARN for attempted set_termios() of pty masterPeter Hurley2-2/+4
2014-11-06tty: Update code comment in __proc_set_tty()Peter Hurley1-1/+4
2014-11-06tty: Serialize proc_set_tty() with tty_lockPeter Hurley1-8/+5
2014-11-06tty: Move session_of_pgrp() and make staticPeter Hurley3-24/+21
2014-11-06tty: Fix multiple races when setting the controlling terminalPeter Hurley1-6/+17
2014-11-06tty: Remove !tty condition from __proc_set_tty()Peter Hurley1-13/+12
2014-11-06tty: Replace open-coded tty_get_pgrp()Peter Hurley2-24/+8
2014-11-06uml: Fix unsafe pid reference to foreground process groupPeter Hurley1-1/+5
2014-11-06tty: Remove tsk parameter from proc_set_tty()Peter Hurley1-14/+14
2014-11-06tty: Reorder proc_set_tty() and related fnsPeter Hurley1-63/+62
2014-11-06tty: Remove tty_pair_get_tty()/tty_pair_get_pty() apiPeter Hurley2-14/+5
2014-11-06tty: serial: 8250_core: restore the LCR register in set_sleepSudhir Sreedharan1-2/+5
2014-11-06serial: of-serial: fix up PM ops on no_console_suspend and port typeJingchang Lu1-7/+46
2014-11-06tty: Remove sparse lock annotations from tty_write_lock()/_unlock()Peter Hurley1-2/+0
2014-11-06serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()Peter Hurley1-2/+2
2014-11-06serial: Fix upstat_t sparse warningsPeter Hurley2-2/+2
2014-11-06goldfish: off by one in goldfish_tty_console_setup()Dan Carpenter1-1/+1
2014-11-06goldfish: fix sparse warningsFabian Frederick1-2/+2
2014-11-03Linux 3.18-rc3v3.18-rc3Linus Torvalds1-2/+2
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds1-2/+0
2014-11-02drm/exynos: correct connector->dpms field before resumingAndrzej Hajda1-2/+6
2014-11-02drm/exynos: enable vblank after DPMS onAndrzej Hajda1-1/+4
2014-11-02drm/exynos: init kms poll at the end of initializationAndrzej Hajda1-6/+6
2014-11-02drm/exynos: propagate plane initialization errorsAndrzej Hajda1-2/+5
2014-11-02drm/exynos: vidi: fix build warningInki Dae1-1/+0
2014-11-02drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda5-22/+0
2014-11-02drm/exynos: init vblank with real number of crtcsAndrzej Hajda1-9/+9
2014-11-02KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini1-1/+1
2014-11-02KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka1-0/+4
2014-11-02KVM: x86: Fix far-jump to non-canonical checkNadav Amit1-3/+5
2014-11-01x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-10-31ovl: initialize ->is_cursorMiklos Szeredi1-0/+1
2014-10-31drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen3-2/+49
2014-10-31drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen1-5/+5
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck1-2/+4
2014-10-31stmmac: pci: set default of the filter binsAndy Shevchenko1-0/+7
2014-10-31net: smc91x: Fix gpios for device tree based bootingTony Lindgren5-3/+65
2014-10-31sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar1-1/+1
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar1-2/+1
2014-10-31r8152: stop submitting intr for -EPROTOhayeswang1-0/+3
2014-10-31Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov3-10/+275
2014-10-31Input: altera_ps2 - use correct type for irq return valueTobias Klauser1-1/+1
2014-10-31Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser1-1/+1
2014-10-31Input: max77693-haptic - fix potential overflowDmitry Torokhov1-3/+2
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso1-1/+32
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso2-10/+254
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso2-66/+119