summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-23staging: ks7010: Remove trailing _t from 'struct ssid_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove unused 'struct hostif_start_confirm_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_start_request_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove unused 'struct hostif_power_mgmt_confirm_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_power_mgmt_request_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove unused 'struct hostif_mib_set_confirm_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_mib_value_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_mib_get_request_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct channel_list_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove unused 'struct hostif_data_indication_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostif_data_request_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct pmk_cache_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct rsn_mode_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct wpa_suite_t'.Quytelda Kahja
2018-04-23staging: ks7010: Use the ARRAY_SIZE() macro to calculate array sizes.Quytelda Kahja
2018-04-23staging: ks7010: replace IS_HIF_CONF with inline functionSergio Paracuellos
2018-04-23staging: ks7010: replace IS_HIF_IND with inline functionSergio Paracuellos
2018-04-23staging: ks7010: IS_OFDM_EXT_RATE macro with inline functionSergio Paracuellos
2018-04-23staging: ks7010: replace IS_11BG_RATE macro with inline functionSergio Paracuellos
2018-04-23staging: ks7010: replace IS_OFDM_RATE macro with inline functionSergio Paracuellos
2018-04-23staging: ks7010: replace IS_11B_RATE macro with inline functionSergio Paracuellos
2018-04-23staging: fsl-dpaa2/ethsw: Fix tag control information value overwriteRazvan Stefanescu
2018-04-23staging: fsl-dpaa2/ethsw: Remove unused variable irqNguyen Phan Quang Minh
2018-04-23staging: emxx_udc: Change platform dependency to ARCH_RENESASGeert Uytterhoeven
2018-04-15Linux 4.17-rc1Linus Torvalds
2018-04-15Merge tag 'for-4.17-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-15Merge tag '4.17-rc1SMB3-Fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2018-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-04-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-04-15Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds
2018-04-15Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-04-13kernel/kexec_file.c: move purgatories sha256 to common codePhilipp Rudo
2018-04-13kernel/kexec_file.c: allow archs to set purgatory load addressPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory loadPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrsPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrsPhilipp Rudo
2018-04-13kernel/kexec_file.c: split up __kexec_load_puragoryPhilipp Rudo
2018-04-13kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*Philipp Rudo
2018-04-13kernel/kexec_file.c: search symbols in read-only kexec_purgatoryPhilipp Rudo
2018-04-13kernel/kexec_file.c: make purgatory_info->ehdr constPhilipp Rudo
2018-04-13kernel/kexec_file.c: remove checks in kexec_purgatory_loadPhilipp Rudo
2018-04-13include/linux/kexec.h: silence compile warningsPhilipp Rudo
2018-04-13kexec_file, x86: move re-factored code to generic sideAKASHI Takahiro