summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Coccinelle: memdup: Fix typo in warning messagesDafna Hirschfeld2018-03-031-2/+2
* kconfig: Update ncurses package names for menuconfigArvind Prasanna2018-03-021-1/+2
* kbuild/kallsyms: trivial typo fixCao jin2018-03-021-1/+1
* kbuild: test --build-id linker flag by ld-option instead of cc-ldoptionMasahiro Yamada2018-03-021-2/+1
* kbuild: drop superfluous GCC_PLUGINS_CFLAGS assignmentCao jin2018-03-021-1/+1
* kconfig: Don't leak choice names during parsingMasahiro Yamada2018-03-021-0/+1
* sh: fix build error for empty CONFIG_BUILTIN_DTB_SOURCEMasahiro Yamada2018-03-021-1/+3
* kconfig: set SYMBOL_AUTO to the symbol marked with defconfig_listMasahiro Yamada2018-03-021-0/+1
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-026-5/+17
* kbuild: disable sparse warnings about unknown attributesLuc Van Oostenryck2018-03-021-1/+1
* Makefile: Fix lying comment re. silentoldconfigUlf Magnusson2018-03-021-4/+3
* Linux 4.16-rc3v4.16-rc3Linus Torvalds2018-02-251-1/+1
* Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-02-252-17/+93
|\
| * xtensa: support DMA buffers in high memoryMax Filippov2018-02-161-10/+30
| * xtensa: fix high memory/reserved memory collisionMax Filippov2018-02-151-7/+63
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-256-22/+48
|\ \
| * | x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across ...Samuel Neves2018-02-231-0/+1
| * | x86/topology: Fix function name in documentationDou Liyang2018-02-231-1/+1
| * | x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directo...Wang Hui2018-02-231-0/+1
| * | x86/apic/vector: Handle vector release on CPU unplug correctlyThomas Gleixner2018-02-231-3/+22
| * | genirq/matrix: Handle CPU offlining properThomas Gleixner2018-02-221-9/+14
| * | x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>KarimAllah Ahmed2018-02-201-9/+9
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-251-1/+1
|\ \ \
| * | | x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()Arnd Bergmann2018-02-211-1/+1
| |/ /
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-02-253-18/+31
|\ \ \
| * | | locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugsAndrea Parri2018-02-231-3/+18
| * | | locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __AS...Andrea Parri2018-02-232-14/+8
| * | | locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()Andrea Parri2018-02-211-8/+7
| * | | locking/mutex: Add comment to __mutex_owner() to deter usagePeter Zijlstra2018-02-211-0/+5
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-2517-19/+19
|\ \ \
| * | | treewide/trivial: Remove ';;$' typo noiseIngo Molnar2018-02-2217-19/+19
* | | | Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-253-11/+11
|\ \ \ \
| * | | | NFS: make struct nlmclnt_fl_close_lock_ops staticColin Ian King2018-02-221-1/+1
| * | | | nfs: system crashes after NFS4ERR_MOVED recoveryBill.Baker@oracle.com2018-02-221-2/+4
| * | | | NFSv4: Fix broken cast in nfs4_callback_recallany()Trond Myklebust2018-02-211-8/+6
| |/ / /
* | | | Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-248-9/+20
|\ \ \ \
| * | | | powerpc/powernv: Support firmware disable of RFI flushMichael Ellerman2018-02-231-0/+4
| * | | | powerpc/pseries: Support firmware disable of RFI flushMichael Ellerman2018-02-231-1/+2
| * | | | powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2Bharata B Rao2018-02-231-3/+3
| * | | | powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord2018-02-221-0/+3
| * | | | powerpc/pseries: Revert support for ibm,drc-info devtree propertyMichael Bringmann2018-02-221-1/+1
| * | | | powerpc/pseries: Fix duplicate firmware feature for DRC_INFOMichael Ellerman2018-02-221-1/+1
| * | | | ocxl: Fix potential bad errno on irq allocationFrederic Barrat2018-02-211-2/+4
| * | | | powerpc/eeh: Fix crashes in eeh_report_resume()Juan J. Alvarez2018-02-211-1/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-23108-455/+625
|\ \ \ \
| * | | | net_sched: gen_estimator: fix broken estimators based on percpu statsEric Dumazet2018-02-231-0/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-2310-15/+80
| |\ \ \ \
| | * | | | bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-222-2/+29
| | * | | | bpf, x64: implement retpoline for tail callDaniel Borkmann2018-02-222-4/+42
| | * | | | bpf: fix rcu lockdep warning for lpm_trie map_free callbackYonghong Song2018-02-221-2/+1