summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * x86/speculation: Correct Speculation Control microcode blacklist againDavid Woodhouse2018-02-131-5/+6
| * x86/speculation: Update Speculation Control microcode blacklistDavid Woodhouse2018-02-111-4/+0
| * x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()Nadav Amit2018-02-101-1/+1
| * MAINTAINERS: Add Peter Zijlstra as objtool co-maintainerPeter Zijlstra2018-02-091-0/+1
| * objtool: Fix switch-table detectionPeter Zijlstra2018-02-092-2/+40
| * x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...Dan Williams2018-02-061-0/+30
| * x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...Dan Williams2018-02-062-1/+24
| * x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams2018-02-061-0/+13
* | Merge tag 'gfs2-4.16.rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-141-20/+23
|\ \
| * | gfs2: Fixes to "Implement iomap for block_map"Andreas Gruenbacher2018-02-131-20/+23
* | | Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-1428-79/+231
|\ \ \
| * | | selftests/powerpc: Fix to use ucontext_t instead of struct ucontextHarish2018-02-131-1/+1
| * | | powerpc/kdump: Fix powernv build break when KEXEC_CORE=nGuenter Roeck2018-02-131-0/+6
| * | | powerpc/pseries: Fix build break for SPLPAR=n and CPU hotplugGuenter Roeck2018-02-132-2/+5
| * | | powerpc/mm/hash64: Zero PGD pages on allocationAneesh Kumar K.V2018-02-131-2/+8
| * | | powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V2018-02-137-17/+28
| * | | powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2018-02-132-2/+3
| * | | powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-1311-5/+29
| * | | powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy2018-02-131-0/+2
| * | | powerpc/vas: Don't set uses_vas for kernel windowsNicholas Piggin2018-02-131-8/+8
| * | | powerpc/pseries: Enable RAS hotplug events laterSam Bobroff2018-02-131-9/+22
| * | | powerpc/mm/radix: Split linear mapping on hot-unplugBalbir Singh2018-02-081-21/+74
| * | | powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PIDNicholas Piggin2018-02-081-1/+20
| * | | ocxl: fix signed comparison with less than zeroColin Ian King2018-02-081-1/+1
| * | | powerpc/64s: Fix may_hard_irq_enable() for PMI soft maskingNicholas Piggin2018-02-083-4/+16
| * | | powerpc/64s: Fix MASKABLE_RELON_EXCEPTION_HV_OOL macroMadhavan Srinivasan2018-02-081-1/+1
| * | | powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot2018-02-083-5/+7
* | | | Merge tag 'mips_4.16_2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhog...Linus Torvalds2018-02-133-0/+22
|\ \ \ \
| * | | | MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()Paul Burton2018-02-081-0/+13
| * | | | dt-bindings: Document mti,mips-cpc bindingPaul Burton2018-02-082-0/+9
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-127-111/+146
|\ \ \ \ \
| * | | | | crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generateArtem Savkov2018-02-081-2/+2
| * | | | | crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generateArtem Savkov2018-02-081-1/+1
| * | | | | crypto: caam - fix endless loop when DECO acquire failsHoria Geantă2018-02-081-2/+6
| * | | | | crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven2018-02-081-1/+1
| * | | | | compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven2018-02-081-2/+1
| * | | | | compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven2018-02-082-0/+8
| * | | | | crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel2018-02-081-100/+118
| * | | | | crypto: talitos - fix Kernel Oops on hashing an empty fileLEROY Christophe2018-02-081-0/+4
| * | | | | crypto: sha512-mb - initialize pending lengths correctlyEric Biggers2018-02-081-4/+6
* | | | | | Linux 4.16-rc1v4.16-rc1Linus Torvalds2018-02-121-2/+2
* | | | | | unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-118-142/+47
* | | | | | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11297-913/+913
* | | | | | Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-118-40/+47
|\ \ \ \ \ \
| * | | | | | annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * | | | | | ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * | | | | | preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
| * | | | | | add EPOLLNVAL, annotate EPOLL... and event_poll->eventAl Viro2018-02-011-16/+17
| * | | | | | use linux/poll.h instead of asm/poll.hAl Viro2018-02-013-3/+3
| * | | | | | xen: fix poll misannotationAl Viro2018-02-011-1/+1