summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-191-0/+6
|\
| * livepatch: x86: fix relocation computation with kASLRZhou Chengming2015-11-111-0/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-191-2/+3
|\ \
| * | HID: wacom: fixup quirks setup for WACOM_DEVICETYPE_PADJiri Kosina2015-11-171-1/+1
| * | HID: wacom: Add outbounding area for DTU1141Ping Cheng2015-11-131-1/+2
* | | Merge tag 'mmc-v4.4-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds2015-11-196-35/+75
|\ \ \
| * | | mmc: remove bondage between REQ_META and reliable writeLuca Porzio2015-11-091-8/+3
| * | | mmc: MMC_GOLDFISH should depend on HAS_DMAGeert Uytterhoeven2015-11-091-0/+1
| * | | mmc: mediatek: Preinitialize delay_phase in get_best_delay()Geert Uytterhoeven2015-11-091-1/+1
| * | | MAINTAINERS: mmc: Remove Seungwon Jeon from dw_mmcUlf Hansson2015-11-091-1/+0
| * | | mmc: mmc: Improve reliability of mmc_select_hs400()Adrian Hunter2015-11-091-2/+26
| * | | mmc: mmc: Move mmc_switch_status()Adrian Hunter2015-11-091-13/+13
| * | | mmc: mmc: Fix HS setting in mmc_select_hs400()Adrian Hunter2015-11-091-6/+8
| * | | mmc: mmc: Improve reliability of mmc_select_hs200()Adrian Hunter2015-11-091-3/+22
| * | | mmc: pxamci: fix read-only gpio detection polarityRobert Jarzmik2015-11-091-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-1829-278/+247
|\ \ \ \
| * | | | s390: remove SALIPL loaderHeiko Carstens2015-11-161-79/+8
| * | | | s390: wire up mlock2 system callHeiko Carstens2015-11-163-1/+4
| * | | | s390: remove g5 elf platform supportHeiko Carstens2015-11-161-3/+0
| * | | | s390: avoid cache aliasing under z/VM and KVMMartin Schwidefsky2015-11-164-86/+23
| * | | | s390/sclp: _sclp_wait_int(): retain full PSW maskSascha Silbe2015-11-121-1/+1
| * | | | s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe2015-11-115-8/+14
| * | | | s390/zcrypt: Fix kernel crash on systems without AP bus supportSascha Silbe2015-11-111-0/+6
| * | | | s390: add support for ipl devices in subchannel sets > 0Sebastian Ott2015-11-116-32/+86
| * | | | s390/ipl: fix out of bounds access in scpdata_writeSebastian Ott2015-11-111-12/+5
| * | | | s390/pci_dma: improve debugging of errors during dma mapSebastian Ott2015-11-091-11/+30
| * | | | s390/pci_dma: handle dma table failuresSebastian Ott2015-11-093-17/+48
| * | | | s390/pci_dma: unify label of invalid translation table entriesSebastian Ott2015-11-091-4/+3
| * | | | s390/syscalls: remove system call number calculationHeiko Carstens2015-11-091-8/+8
| * | | | s390/cio: simplify css_generate_pgidSebastian Ott2015-11-091-5/+0
| * | | | s390/diag: add a s390 prefix to the diagnose trace pointMartin Schwidefsky2015-11-093-8/+8
| * | | | s390/head: fix error message on unsupported hardwareSascha Silbe2015-11-091-4/+4
| |/ / /
* | | | Merge tag 'hwmon-for-linus-v4.4-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-183-11/+14
|\ \ \ \
| * | | | hwmon: (scpi) skip unsupported sensors properlySudeep Holla2015-11-161-10/+11
| * | | | hwmon: (scpi) add thermal-of dependencyArnd Bergmann2015-11-161-0/+1
| * | | | hwmon : (applesmc) Fix uninitialized variables warningsShuah Khan2015-11-151-1/+1
| * | | | hwmon: (ina2xx) Fix build issue by selecting REGMAP_I2CLi Yang2015-11-151-0/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1784-3650/+1036
|\ \ \ \ \
| * | | | | MAINTAINERS: Update Mellanox's Eth NIC driver entriesOr Gerlitz2015-11-171-1/+9
| * | | | | net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
| * | | | | af_unix: take receive queue lock while appending new skbHannes Frederic Sowa2015-11-171-1/+4
| * | | | | rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
| * | | | | net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
| * | | | | packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-171-1/+1
| * | | | | packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-171-2/+2
| * | | | | net: phy: Use interrupts when available in NOLINK stateAndrew Lunn2015-11-171-0/+3
| * | | | | phy: marvell: Add support for 88E1540 PHYAndrew Lunn2015-11-172-0/+17
| * | | | | arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCSYang Shi2015-11-171-5/+39
| * | | | | macvlan: fix leak in macvlan_handle_frameSabrina Dubroca2015-11-171-0/+2
| * | | | | ipvlan: fix use after free of skbSabrina Dubroca2015-11-171-1/+1