summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20160201next-20160201Stephen Rothwell2016-02-015-0/+3806
* Merge branch 'akpm/master'Stephen Rothwell2016-02-015-24/+40
|\
| * x86/efi: use proper units in efi_find_mirror()Andy Shevchenko2016-02-011-2/+2
| * x86/efi: print size and base in binary units in efi_print_memmapRobert Elliott2016-02-011-7/+16
| * lib/string_helpers: fix indentation in few placesAndy Shevchenko2016-02-011-3/+2
| * lib/string_helpers: export string_units_{2,10} for othersAndy Shevchenko2016-02-012-9/+18
| * include/linux/huge_mm.h: pmd_trans_huge_lock() returns a spinlock_t *Andrew Morton2016-02-011-1/+1
| * drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-02-011-2/+1
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2016-02-01284-3063/+9040
|\
| * mm: temporary fix for SLAB in linux-nextJesper Dangaard Brouer2016-02-012-0/+3
| * arm64: asm: Explicitly include linux/personality.h in asm/page.hThierry Reding2016-02-011-0/+1
| * ipc/msg.c: use freezable blocking callYogesh Gaur2016-02-011-1/+2
| * ipc/msg.c: msgsnd: use freezable blocking callManinder Singh2016-02-011-1/+1
| * ipc/sem.c: Fix complex_count vs. simple op raceManfred Spraul2016-02-012-53/+72
| * ubsan: fix tree-wide -Wmaybe-uninitialized false positivesAndrey Ryabinin2016-02-012-0/+9
| * scripts/gdb: Add cmdline reader commandKieran Bingham2016-02-011-0/+13
| * scripts/gdb: Add version commandKieran Bingham2016-02-012-0/+29
| * profile: hide unused functions when !CONFIG_PROC_FSArnd Bergmann2016-02-011-2/+2
| * dma-rename-dma__writecombine-to-dma__wc-checkpatch-fixesAndrew Morton2016-02-012-2/+2
| * dma-mapping: rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-02-0138-197/+176
| * kdump, vmcoreinfo: report actual value of phys_baseHATAYAMA Daisuke2016-02-012-0/+3
| * kexec-provide-arch_kexec_protectunprotect_crashkres-v4Xunlei Pang2016-02-011-7/+9
| * kexec: provide arch_kexec_protect(unprotect)_crashkres()Xunlei Pang2016-02-011-0/+43
| * kexec-introduce-a-protection-mechanism-for-the-crashkernel-reserved-memory-v4Xunlei Pang2016-02-011-1/+1
| * kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-02-014-2/+23
| * kernel/signal.c: add compile-time check for __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-02-011-0/+4
| * signals: avoid random wakeups in sigsuspend()Sasha Levin2016-02-011-2/+4
| * kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-02-015-19/+129
| * kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel2016-02-011-2/+12
| * x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel2016-02-011-1/+1
| * x86/compat: remove is_compat_task()Andy Lutomirski2016-02-013-3/+4
| * drivers/hid/uhid.c: check write() bitness using in_compat_syscallAndy Lutomirski2016-02-011-1/+1
| * input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Andy Lutomirski2016-02-011-11/+1
| * drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-02-012-2/+2
| * drivers/firmware/efi/efivars.c: use in_compat_syscall() to check for compat c...Andy Lutomirski2016-02-011-1/+1
| * firewire: Use in_compat_syscall to check ioctl compatnessAndy Lutomirski2016-02-011-2/+2
| * net/xfrm_user: Use in_compat_syscall to deny compat syscallsAndy Lutomirski2016-02-011-1/+1
| * net/sctp: Use in_compat_syscall for sctp_getsockopt_connectx3Andy Lutomirski2016-02-011-1/+1
| * ext4: In ext4_dir_llseek, check syscall bitness directlyAndy Lutomirski2016-02-011-1/+1
| * staging/lustre: switch from is_compat_task to in_compat_syscallAndy Lutomirski2016-02-011-1/+1
| * auditsc: for seccomp events, log syscall compat state using in_compat_syscallAndy Lutomirski2016-02-011-2/+2
| * ptrace: in PEEK_SIGINFO, check syscall bitness, not task bitnessAndy Lutomirski2016-02-011-1/+1
| * seccomp: check in_compat_syscall, not is_compat_task, in strict modeAndy Lutomirski2016-02-011-2/+2
| * sparc/syscall: fix syscall_get_archAndy Lutomirski2016-02-011-1/+8
| * sparc-compat-provide-an-accurate-in_compat_syscall-implementation-fixAndrew Morton2016-02-011-0/+1
| * sparc/compat: rrovide an accurate in_compat_syscall implementationAndy Lutomirski2016-02-011-0/+6
| * compat: add in_compat_syscall to ask whether we're in a compat syscallAndy Lutomirski2016-02-011-0/+15
| * lib: Add CRC64 ECMA moduleMarian Chereji2016-02-014-0/+405
| * mm/util.c: add kstrimdup()Sebastian Capella2016-02-012-0/+31
| * arm64: switch to relative exception tablesArd Biesheuvel2016-02-017-37/+38