summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ia64: move inline before return typeJoe Perches2017-07-121-1/+1
* FRV: tlbflush: move asmlinkage before return typeJoe Perches2017-07-121-4/+4
* CRIS: gpio: move inline before return typeJoe Perches2017-07-121-2/+2
* ARM: HP Jornada 7XX: move inline before return typeJoe Perches2017-07-121-1/+1
* ARM: KVM: move asmlinkage before typeJoe Perches2017-07-121-4/+4
* checkpatch: improve the STORAGE_CLASS testJoe Perches2017-07-121-2/+10
* mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2017-07-122-2/+3
* drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-1/+2
* mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko2017-07-121-10/+4
* xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-0/+10
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-1224-47/+86
* MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko2017-07-121-1/+1
* powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-9/+19
* arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
* x86/mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-1/+6
* sh64: ascii armor the sh64 boot init stack canaryRik van Riel2017-07-121-0/+1
* arm64: ascii armor the arm64 boot init stack canaryRik van Riel2017-07-121-0/+1
* x86: ascii armor the x86_64 boot init stack canaryRik van Riel2017-07-121-0/+1
* fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2017-07-121-1/+1
* random,stackprotect: introduce get_random_canary functionRik van Riel2017-07-121-0/+21
* sh: mark end of BUG() implementation as unreachableKees Cook2017-07-121-0/+1
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-1212-1/+250
* powerpc: make feature-fixup tests fortify-safeDaniel Axtens2017-07-121-90/+90
* powerpc: don't fortify prom_initDaniel Axtens2017-07-121-0/+3
* IB/rxe: do not copy extra stack memory to skbKees Cook2017-07-121-1/+3
* kexec_file: adjust declaration of kexec_purgatoryKees Cook2017-07-122-7/+2
* efi: avoid fortify checks in EFI stubKees Cook2017-07-121-0/+1
* powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-129-25/+458
* kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin2017-07-121-4/+44
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-1211-162/+251
* kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-129-24/+31
* kernel/watchdog: remove unused declarationNicholas Piggin2017-07-121-3/+0
* net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko2017-07-121-8/+4
* ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul2017-07-121-0/+3
* ipc/sem: drop __sem_free()Kees Cook2017-07-121-7/+2
* ipc/msg: remove special msg_alloc/freeKees Cook2017-07-121-20/+4
* ipc/shm: remove special shm_alloc/freeKees Cook2017-07-121-20/+4
* ipc: move atomic_set() to where it is neededKees Cook2017-07-124-5/+1
* ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-121-5/+5
* ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-121-6/+3
* ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul2017-07-121-5/+4
* ipc/util: drop ipc_rcu_alloc()Kees Cook2017-07-122-24/+0
* ipc/msg: avoid ipc_rcu_alloc()Kees Cook2017-07-121-4/+14
* ipc/shm: avoid ipc_rcu_alloc()Kees Cook2017-07-121-4/+14
* ipc/sem: avoid ipc_rcu_alloc()Kees Cook2017-07-121-5/+20
* ipc/util: drop ipc_rcu_free()Kees Cook2017-07-122-8/+0
* ipc/msg: do not use ipc_rcu_free()Kees Cook2017-07-121-2/+7
* ipc/shm: do not use ipc_rcu_free()Kees Cook2017-07-121-2/+7
* ipc/sem: do not use ipc_rcu_free()Kees Cook2017-07-121-2/+7
* ipc: drop non-RCU allocationKees Cook2017-07-123-33/+6