summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/syscall: Clear return values when no stackKees Cook2017-03-241-0/+1
* Merge tag 'pm-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-03-234-130/+72
|\
| * Merge branch 'pm-cpuidle-fixes'Rafael J. Wysocki2017-03-241-0/+12
| |\
| | * cpuidle: Validate cpu_dev in cpuidle_add_sysfs()Vaidyanathan Srinivasan2017-03-211-0/+12
| | |
| | \
| *-. \ Merge branches 'pm-cpufreq-fixes', 'pm-cpufreq-sched-fixes' and 'intel_pstate...Rafael J. Wysocki2017-03-24368-3064/+5777
| |\ \ \
| | | * | cpufreq: intel_pstate: Fix policy data management in passive modeRafael J. Wysocki2017-03-211-23/+6
| | | * | cpufreq: intel_pstate: One set of global limits in active modeRafael J. Wysocki2017-03-181-96/+46
| | * | | cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki2017-03-211-13/+7
| | | |/ | | |/|
| * | | cpufreq: Restore policy min/max limits on CPU onlineViresh Kumar2017-03-221-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-03-2312-29/+116
|\ \ \ \
| * | | | Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota2017-03-171-4/+2
| * | | | Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota2017-03-172-16/+61
| * | | | Input: sur40 - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
| * | | | Input: kbtab - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
| * | | | Input: hanwang - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
| * | | | Input: yealink - validate number of endpoints before using themJohan Hovold2017-03-161-0/+4
| * | | | Input: ims-pcu - validate number of endpoints before using themJohan Hovold2017-03-161-0/+4
| * | | | Input: cm109 - validate number of endpoints before using themJohan Hovold2017-03-161-0/+4
| * | | | Input: iforce - validate number of endpoints before using themJohan Hovold2017-03-161-0/+3
| * | | | Input: elan_i2c - add ASUS EeeBook X205TA special touchpad fwMatjaz Hegedic2017-03-101-9/+11
| * | | | Input: i8042 - add TUXEDO BU1406 (N24_25BU) to the nomux listDmitry Torokhov2017-03-101-0/+7
| * | | | Input: synaptics-rmi4 - prevent null pointer dereference in f30Benjamin Tissoires2017-03-101-0/+4
| * | | | Input: i8042 - add noloop quirk for Dell Embedded Box PC 3000Kai-Heng Feng2017-03-071-0/+7
* | | | | Merge tag 'sound-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-03-238-7/+47
|\ \ \ \ \
| * | | | | ALSA: hda - Adding a group of pin definition to fix headset problemHui Wang2017-03-231-0/+2
| * | | | | ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-214-4/+18
| * | | | | ALSA: x86: Make CONFIG_SND_X86 boolTakashi Iwai2017-03-211-1/+2
| * | | | | ALSA: hda - add support for docking station for HP 840 G3Jaroslav Kysela2017-03-201-0/+11
| * | | | | ALSA: hda - add support for docking station for HP 820 G2Jaroslav Kysela2017-03-201-1/+13
| * | | | | ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callTakashi Iwai2017-03-201-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-233-28/+16
|\ \ \ \ \
| * | | | | btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
| * | | | | Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
| * | | | | btrfs: remove btrfs_err_str function from uapi/linux/btrfs.hDmitry V. Levin2017-03-071-27/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-23100-612/+1086
|\ \ \ \ \ \
| * | | | | | net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2017-03-222-0/+2
| * | | | | | amd-xgbe: Fix the ECC-related bit position definitionsLendacky, Thomas2017-03-221-12/+12
| * | | | | | sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter2017-03-221-1/+1
| * | | | | | Bluetooth: btqcomsmd: fix compile-test dependencyArnd Bergmann2017-03-221-1/+2
| * | | | | | inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-03-221-8/+17
| * | | | | | tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-222-1/+2
| * | | | | | genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
| * | | | | | socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
| * | | | | | ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-221-1/+2
| * | | | | | bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-222-76/+97
| * | | | | | enic: update enic maintainersGovindarajulu Varadarajan2017-03-221-1/+0
| * | | | | | net: bcmgenet: remove bcmgenet_internal_phy_setup()Doug Berger2017-03-221-15/+0
| * | | | | | ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
| * | | | | | Merge branch 'fjes-fixes'David S. Miller2017-03-221-5/+71
| |\ \ \ \ \ \
| | * | | | | | fjes: Do not load fjes driver if extended socket device is not power on.Yasuaki Ishimatsu2017-03-221-0/+24