summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20160209next-20160209Stephen Rothwell2016-02-095-0/+5364
* Merge branch 'akpm/master'Stephen Rothwell2016-02-094-23/+39
|\
| * x86/efi: use proper units in efi_find_mirror()Andy Shevchenko2016-02-091-2/+2
| * x86/efi: print size and base in binary units in efi_print_memmapRobert Elliott2016-02-091-7/+16
| * lib/string_helpers: fix indentation in few placesAndy Shevchenko2016-02-091-3/+2
| * lib/string_helpers: export string_units_{2,10} for othersAndy Shevchenko2016-02-092-9/+18
| * drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-02-091-2/+1
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2016-02-09387-4320/+11052
|\
| * ipc/msg.c: use freezable blocking callYogesh Gaur2016-02-091-1/+2
| * ipc/msg.c: msgsnd: use freezable blocking callManinder Singh2016-02-091-1/+1
| * ipc/sem.c: Fix complex_count vs. simple op raceManfred Spraul2016-02-092-53/+72
| * ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2016-02-092-0/+9
| * scripts/gdb: Add cmdline reader commandKieran Bingham2016-02-091-0/+13
| * scripts/gdb: Add version commandKieran Bingham2016-02-092-0/+29
| * kernel-add-kcov-code-coverage-fix-2Andrew Morton2016-02-091-0/+1
| * kernel-add-kcov-code-coverage-fixAndrew Morton2016-02-093-9/+10
| * kernel: add kcov code coverageDmitry Vyukov2016-02-0928-1/+545
| * profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2016-02-091-2/+2
| * dma-rename-dma__writecombine-to-dma__wc-checkpatch-fixesAndrew Morton2016-02-092-2/+2
| * dma-mapping: rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-02-0938-197/+176
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2016-02-092-0/+3
| * kexec-provide-arch_kexec_protectunprotect_crashkres-v4Xunlei Pang2016-02-091-7/+9
| * kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-02-091-0/+43
| * kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4Xunlei Pang2016-02-091-1/+1
| * kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-02-094-2/+23
| * kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-02-091-0/+4
| * autofs4: fix string.h include in auto_dev-ioctl.hIan Kent2016-02-091-5/+0
| * autofs4: use pr_xxx() macros directly for loggingIan Kent2016-02-096-75/+68
| * autofs4: change log print macros to not insert newlineIan Kent2016-02-096-49/+49
| * autofs4: make autofs log prints consistentIan Kent2016-02-094-12/+12
| * autofs4: fix some white space errorsIan Kent2016-02-096-10/+8
| * autofs4: fix invalid ioctl return in autofs4_root_ioctl_unlocked()Ian Kent2016-02-091-1/+1
| * autofs4: fix coding style line length in autofs4_wait()Ian Kent2016-02-091-2/+4
| * autofs4: fix coding style problem in autofs4_get_set_timeout()Ian Kent2016-02-091-8/+20
| * autofs4: coding style fixesIan Kent2016-02-0912-188/+190
| * autofs: show pipe inode in mount optionsStanislav Kinsburskiy2016-02-091-1/+6
| * init/main.c: use list_for_each_entry()Geliang Tang2016-02-091-3/+1
| * scripts/link-vmlinux.sh: force error on kallsyms failureArd Biesheuvel2016-02-091-3/+4
| * kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-02-095-19/+129
| * kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel2016-02-091-2/+12
| * x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel2016-02-091-1/+1
| * x86/compat: remove is_compat_task()Andy Lutomirski2016-02-093-3/+4
| * drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski2016-02-091-1/+1
| * input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski2016-02-091-11/+1
| * drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-02-092-2/+2
| * drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski2016-02-091-1/+1
| * firewire: Use in_compat_syscall to check ioctl compatnessAndy Lutomirski2016-02-091-2/+2
| * net/xfrm_user: Use in_compat_syscall to deny compat syscallsAndy Lutomirski2016-02-091-1/+1
| * net/sctp: Use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski2016-02-091-1/+1
| * ext4: In ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-02-091-1/+1