summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* builddeb: Skip architecture detection when KBUILD_DEBARCH is setBen Hutchings2018-07-281-3/+6
* kbuild: do not redirect the first prerequisite for filechkMasahiro Yamada2018-07-285-7/+7
* ARM: at91: remove unused duplicated filechk_offsetsMasahiro Yamada2018-07-281-25/+0Star
* kbuild: if_changed: document single use per target limitationDirk Gouders2018-07-201-0/+6
* kbuild: buildtar: add arm64 supportOlof Johansson2018-07-191-0/+8
* kbuild: buildtar: remove crufty vax piecesOlof Johansson2018-07-191-4/+0Star
* kbuild: change ld_flags to contain LDFLAGS_$(@F)Masahiro Yamada2018-07-192-4/+4
* kbuild: replace $(LDFLAGS) $(ldflags-y) with $(ld_flags)Masahiro Yamada2018-07-191-2/+1Star
* kbuild: remove redundant LDFLAGS clearing in arch/*/MakefileMasahiro Yamada2018-07-193-5/+0Star
* um: remove redundant 'export LDFLAGS' in arch/x86/Makefile.umMasahiro Yamada2018-07-191-2/+0Star
* kbuild: Use HOST*FLAGS options from the command lineLaura Abbott2018-07-172-4/+21
* kbuild: Rename HOST_LOADLIBES to KBUILD_HOSTLDLIBSLaura Abbott2018-07-176-22/+22
* kbuild: Rename HOSTLDFLAGS to KBUILD_HOSTLDFLAGSLaura Abbott2018-07-175-10/+10
* kbuild: Rename HOSTCXXFLAGS to KBUILD_HOSTCXXFLAGSLaura Abbott2018-07-172-3/+3
* kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-179-14/+14
* arm64: Add build salt to the vDSOLaura Abbott2018-07-171-0/+3
* powerpc: Add build salt to the vDSOLaura Abbott2018-07-171-0/+3
* x86: Add build salt to the vDSOLaura Abbott2018-07-172-0/+6
* kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-174-0/+35
* kbuild: verify that $DEPMOD is installedRandy Dunlap2018-07-172-13/+14
* kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada2018-07-1710-10/+7Star
* Coccinelle: add atomic_as_refcounter scriptElena Reshetova2018-07-171-0/+129
* Linux 4.18-rc5Linus Torvalds2018-07-151-1/+1
* Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-07-154-3/+49
|\
| * Merge tag 'omap-for-v4.18/fixes-rc4-signed' of git://git.kernel.org/pub/scm/l...Olof Johansson2018-07-152-0/+46
| |\
| | * ARM: dts: am3517.dtsi: Disable reference to OMAP3 OTG controllerAdam Ford2018-07-121-0/+5
| | * ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary coresNishanth Menon2018-07-121-0/+41
| * | Merge tag 'mvebu-fixes-4.18-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-07-151-1/+1
| |\ \
| | * | ARM: dts: armada-38x: use the new thermal bindingBaruch Siach2018-07-061-1/+1
| * | | Merge tag 'pxa-fixes-4.18' of https://github.com/rjarzmik/linux into fixesOlof Johansson2018-07-151-2/+2
| |\ \ \
| | * | | ARM: pxa: irq: fix handling of ICMR registers in suspend/resumeDaniel Mack2018-07-071-2/+2
* | | | | Merge tag 'rtc-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2018-07-152-6/+6
|\ \ \ \ \
| * | | | | rtc: fix alarm read and set offsetAlexandre Belloni2018-07-131-3/+5
| * | | | | rtc: mrst: fix error code in probe()Dan Carpenter2018-06-201-3/+1Star
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-07-142-16/+13Star
|\ \ \ \ \
| * | | | | xen: setup pv irq ops vector earlierJuergen Gross2018-07-132-16/+12Star
| * | | | | xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross2018-07-121-0/+1
* | | | | | Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-blockLinus Torvalds2018-07-141-2/+0Star
|\ \ \ \ \ \
| * | | | | | bsg: fix bogus EINVAL on non-data commandsTony Battersby2018-07-111-2/+0Star
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-1412-99/+133
|\ \ \ \ \ \ \
| * | | | | | | reiserfs: fix buffer overflow with long warning messagesEric Biggers2018-07-141-60/+81
| * | | | | | | checkpatch: fix duplicate invalid vsprintf pointer extension '%p<foo>' messagesJoe Perches2018-07-141-3/+3
| * | | | | | | mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-142-19/+12Star
| * | | | | | | mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko2018-07-141-1/+2
| * | | | | | | fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-07-141-3/+2Star
| * | | | | | | x86/purgatory: add missing FORCE to Makefile targetPhilipp Rudo2018-07-141-1/+1
| * | | | | | | net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun2018-07-141-1/+2
| * | | | | | | mm: allow arch to supply p??_free_tlb functionsNicholas Piggin2018-07-141-0/+8
| * | | | | | | autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli2018-07-141-9/+13
| * | | | | | | fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*Vlastimil Babka2018-07-141-1/+2