summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12FRV: tlbflush: move asmlinkage before return typeJoe Perches
2017-07-12CRIS: gpio: move inline before return typeJoe Perches
2017-07-12ARM: HP Jornada 7XX: move inline before return typeJoe Perches
2017-07-12ARM: KVM: move asmlinkage before typeJoe Perches
2017-07-12checkpatch: improve the STORAGE_CLASS testJoe Perches
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko
2017-07-12drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko
2017-07-12mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko
2017-07-12xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-12MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko
2017-07-12powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-07-12arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-07-12x86/mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-07-12sh64: ascii armor the sh64 boot init stack canaryRik van Riel
2017-07-12arm64: ascii armor the arm64 boot init stack canaryRik van Riel
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel
2017-07-12fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel
2017-07-12random,stackprotect: introduce get_random_canary functionRik van Riel
2017-07-12sh: mark end of BUG() implementation as unreachableKees Cook
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-07-12powerpc: make feature-fixup tests fortify-safeDaniel Axtens
2017-07-12powerpc: don't fortify prom_initDaniel Axtens
2017-07-12IB/rxe: do not copy extra stack memory to skbKees Cook
2017-07-12kexec_file: adjust declaration of kexec_purgatoryKees Cook
2017-07-12efi: avoid fortify checks in EFI stubKees Cook
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin
2017-07-12kernel/watchdog: remove unused declarationNicholas Piggin
2017-07-12net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko
2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul
2017-07-12ipc/sem: drop __sem_free()Kees Cook
2017-07-12ipc/msg: remove special msg_alloc/freeKees Cook
2017-07-12ipc/shm: remove special shm_alloc/freeKees Cook
2017-07-12ipc: move atomic_set() to where it is neededKees Cook
2017-07-12ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()Manfred Spraul
2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook
2017-07-12ipc/msg: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/shm: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/sem: avoid ipc_rcu_alloc()Kees Cook
2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook
2017-07-12ipc/msg: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc/shm: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc/sem: do not use ipc_rcu_free()Kees Cook
2017-07-12ipc: drop non-RCU allocationKees Cook
2017-07-12include/linux/sem.h: correctly document sem_ctimeManfred Spraul