forked from luck/tmp_suning_uos_patched
include/: replace HTTP links with HTTPS ones
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Kees Cook <keescook@chromium.org> Link: http://lkml.kernel.org/r/20200726110117.16346-1-grandmaster@al2klimov.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
376653435d
commit
7f317d3490
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* OMAP Dual-Mode Timers
|
* OMAP Dual-Mode Timers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2010 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
* Tarun Kanti DebBarma <tarun.kanti@ti.com>
|
* Tarun Kanti DebBarma <tarun.kanti@ti.com>
|
||||||
* Thara Gopinath <thara@ti.com>
|
* Thara Gopinath <thara@ti.com>
|
||||||
*
|
*
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
*
|
*
|
||||||
* A B+Tree is a data structure for looking up arbitrary (currently allowing
|
* A B+Tree is a data structure for looking up arbitrary (currently allowing
|
||||||
* unsigned long, u32, u64 and 2 * u64) keys into pointers. The data structure
|
* unsigned long, u32, u64 and 2 * u64) keys into pointers. The data structure
|
||||||
* is described at http://en.wikipedia.org/wiki/B-tree, we currently do not
|
* is described at https://en.wikipedia.org/wiki/B-tree, we currently do not
|
||||||
* use binary search to find the key on lookups.
|
* use binary search to find the key on lookups.
|
||||||
*
|
*
|
||||||
* Each B+Tree consists of a head, that contains bookkeeping information and
|
* Each B+Tree consists of a head, that contains bookkeeping information and
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* 3. CPU clock rate changes.
|
* 3. CPU clock rate changes.
|
||||||
*
|
*
|
||||||
* Please see this thread:
|
* Please see this thread:
|
||||||
* http://lists.openwall.net/linux-kernel/2011/01/09/56
|
* https://lists.openwall.net/linux-kernel/2011/01/09/56
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef K3_PSIL_H_
|
#ifndef K3_PSIL_H_
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef K3_UDMA_GLUE_H_
|
#ifndef K3_UDMA_GLUE_H_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* CPPI5 descriptors interface
|
* CPPI5 descriptors interface
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __TI_CPPI5_H__
|
#ifndef __TI_CPPI5_H__
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* irq-omap-intc.h - INTC Idle Functions
|
* irq-omap-intc.h - INTC Idle Functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*
|
*
|
||||||
* Author: Felipe Balbi <balbi@ti.com>
|
* Author: Felipe Balbi <balbi@ti.com>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
|
* Copyright (C) 2006. Bob Jenkins (bob_jenkins@burtleburtle.net)
|
||||||
*
|
*
|
||||||
* http://burtleburtle.net/bob/hash/
|
* https://burtleburtle.net/bob/hash/
|
||||||
*
|
*
|
||||||
* These are the credits from Bob's sources:
|
* These are the credits from Bob's sources:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
// TI LMU Common Core
|
// TI LMU Common Core
|
||||||
// Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
|
// Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
|
|
||||||
#ifndef _TI_LMU_COMMON_H_
|
#ifndef _TI_LMU_COMMON_H_
|
||||||
#define _TI_LMU_COMMON_H_
|
#define _TI_LMU_COMMON_H_
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* TI DaVinci CPUFreq platform support.
|
* TI DaVinci CPUFreq platform support.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Texas Instruments, Inc. http://www.ti.com/
|
* Copyright (C) 2009 Texas Instruments, Inc. https://www.ti.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _MACH_DAVINCI_CPUFREQ_H
|
#ifndef _MACH_DAVINCI_CPUFREQ_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* TI DaVinci Audio Serial Port support
|
* TI DaVinci Audio Serial Port support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* BCH Error Location Module
|
* BCH Error Location Module
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ELM_H
|
#ifndef __ELM_H
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* DaVinci GPIO Platform Related Defines
|
* DaVinci GPIO Platform Related Defines
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* OMAP GPMC Platform data
|
* OMAP GPMC Platform data
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Texas Instruments, Inc. - http://www.ti.com
|
* Copyright (C) 2014 Texas Instruments, Inc. - https://www.ti.com
|
||||||
* Roger Quadros <rogerq@ti.com>
|
* Roger Quadros <rogerq@ti.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* TI DaVinci AEMIF support
|
* TI DaVinci AEMIF support
|
||||||
*
|
*
|
||||||
* Copyright 2010 (C) Texas Instruments, Inc. http://www.ti.com/
|
* Copyright 2010 (C) Texas Instruments, Inc. https://www.ti.com/
|
||||||
*
|
*
|
||||||
* This file is licensed under the terms of the GNU General Public License
|
* This file is licensed under the terms of the GNU General Public License
|
||||||
* version 2. This program is licensed "as is" without any warranty of any
|
* version 2. This program is licensed "as is" without any warranty of any
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030
|
* omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030
|
||||||
* codec, header.
|
* codec, header.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
|
* Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
*
|
*
|
||||||
* Platform data for uio_pruss driver
|
* Platform data for uio_pruss driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010-11 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2010-11 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* usb-omap.h - Platform data for the various OMAP USB IPs
|
* usb-omap.h - Platform data for the various OMAP USB IPs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*
|
*
|
||||||
* This software is distributed under the terms of the GNU General Public
|
* This software is distributed under the terms of the GNU General Public
|
||||||
* License ("GPL") version 2, as published by the Free Software Foundation.
|
* License ("GPL") version 2, as published by the Free Software Foundation.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/*
|
/*
|
||||||
* K3 Ring Accelerator (RA) subsystem interface
|
* K3 Ring Accelerator (RA) subsystem interface
|
||||||
*
|
*
|
||||||
* Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2019 Texas Instruments Incorporated - https://www.ti.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SOC_TI_K3_RINGACC_API_H_
|
#ifndef __SOC_TI_K3_RINGACC_API_H_
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Keystone Navigator Queue Management Sub-System header
|
* Keystone Navigator Queue Management Sub-System header
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com
|
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com
|
||||||
* Author: Sandeep Nair <sandeep_n@ti.com>
|
* Author: Sandeep Nair <sandeep_n@ti.com>
|
||||||
* Cyril Chemparathy <cyril@ti.com>
|
* Cyril Chemparathy <cyril@ti.com>
|
||||||
* Santosh Shilimkar <santosh.shilimkar@ti.com>
|
* Santosh Shilimkar <santosh.shilimkar@ti.com>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* Texas Instruments' Message Manager
|
* Texas Instruments' Message Manager
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
* Nishanth Menon
|
* Nishanth Menon
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* TI Wakeup M3 for AMx3 SoCs Power Management Routines
|
* TI Wakeup M3 for AMx3 SoCs Power Management Routines
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
|
* Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
* Dave Gerlach <d-gerlach@ti.com>
|
* Dave Gerlach <d-gerlach@ti.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
* ("BSD").
|
* ("BSD").
|
||||||
*
|
*
|
||||||
* You can contact the author at:
|
* You can contact the author at:
|
||||||
* - xxHash homepage: http://cyan4973.github.io/xxHash/
|
* - xxHash homepage: https://cyan4973.github.io/xxHash/
|
||||||
* - xxHash source repository: https://github.com/Cyan4973/xxHash
|
* - xxHash source repository: https://github.com/Cyan4973/xxHash
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* XZ decompressor
|
* XZ decompressor
|
||||||
*
|
*
|
||||||
* Authors: Lasse Collin <lasse.collin@tukaani.org>
|
* Authors: Lasse Collin <lasse.collin@tukaani.org>
|
||||||
* Igor Pavlov <http://7-zip.org/>
|
* Igor Pavlov <https://7-zip.org/>
|
||||||
*
|
*
|
||||||
* This file has been put into the public domain.
|
* This file has been put into the public domain.
|
||||||
* You can do whatever you want with this file.
|
* You can do whatever you want with this file.
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
The data format used by the zlib library is described by RFCs (Request for
|
The data format used by the zlib library is described by RFCs (Request for
|
||||||
Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt
|
Comments) 1950 to 1952 in the files https://www.ietf.org/rfc/rfc1950.txt
|
||||||
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
|
(zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ static inline int read_aux_reg(u32 r)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* function helps elide unused variable warning
|
* function helps elide unused variable warning
|
||||||
* see: http://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html
|
* see: https://lists.infradead.org/pipermail/linux-snps-arc/2016-November/001748.html
|
||||||
*/
|
*/
|
||||||
static inline void write_aux_reg(u32 r, u32 v)
|
static inline void write_aux_reg(u32 r, u32 v)
|
||||||
{
|
{
|
||||||
|
|
|
@ -53,7 +53,7 @@ typedef __s64 Elf64_Sxword;
|
||||||
*
|
*
|
||||||
* - Oracle: Linker and Libraries.
|
* - Oracle: Linker and Libraries.
|
||||||
* Part No: 817–1984–19, August 2011.
|
* Part No: 817–1984–19, August 2011.
|
||||||
* http://docs.oracle.com/cd/E18752_01/pdf/817-1984.pdf
|
* https://docs.oracle.com/cd/E18752_01/pdf/817-1984.pdf
|
||||||
*
|
*
|
||||||
* - System V ABI AMD64 Architecture Processor Supplement
|
* - System V ABI AMD64 Architecture Processor Supplement
|
||||||
* Draft Version 0.99.4,
|
* Draft Version 0.99.4,
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
* of (ASCII) characters to a 7-segments notation.
|
* of (ASCII) characters to a 7-segments notation.
|
||||||
*
|
*
|
||||||
* The 7 segment's wikipedia notation below is used as standard.
|
* The 7 segment's wikipedia notation below is used as standard.
|
||||||
* See: http://en.wikipedia.org/wiki/Seven_segment_display
|
* See: https://en.wikipedia.org/wiki/Seven_segment_display
|
||||||
*
|
*
|
||||||
* Notation: +-a-+
|
* Notation: +-a-+
|
||||||
* f b
|
* f b
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
#ifndef __KERNEL__
|
#ifndef __KERNEL__
|
||||||
#ifndef __EXPORTED_HEADERS__
|
#ifndef __EXPORTED_HEADERS__
|
||||||
#warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
|
#warning "Attempt to use kernel headers from user space, see https://kernelnewbies.org/KernelHeaders"
|
||||||
#endif /* __EXPORTED_HEADERS__ */
|
#endif /* __EXPORTED_HEADERS__ */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1229,7 +1229,7 @@ struct usb_set_sel_req {
|
||||||
* As per USB compliance update, a device that is actively drawing
|
* As per USB compliance update, a device that is actively drawing
|
||||||
* more than 100mA from USB must report itself as bus-powered in
|
* more than 100mA from USB must report itself as bus-powered in
|
||||||
* the GetStatus(DEVICE) call.
|
* the GetStatus(DEVICE) call.
|
||||||
* http://compliance.usb.org/index.asp?UpdateFile=Electrical&Format=Standard#34
|
* https://compliance.usb.org/index.asp?UpdateFile=Electrical&Format=Standard#34
|
||||||
*/
|
*/
|
||||||
#define USB_SELF_POWER_VBUS_MAX_DRAW 100
|
#define USB_SELF_POWER_VBUS_MAX_DRAW 100
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user