summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-13writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov4-31/+18
2017-07-13ARM: samsung: usb-ohci: move inline before return typeJoe Perches1-1/+1
2017-07-13video: fbdev: omap: move inline before return typeJoe Perches1-3/+3
2017-07-13video: fbdev: intelfb: move inline before return typeJoe Perches1-1/+1
2017-07-13USB: serial: safe_serial: move __inline__ before return typeJoe Perches1-1/+1
2017-07-13drivers: tty: serial: move inline before return typeJoe Perches2-4/+4
2017-07-13drivers: s390: move static and inline before return typeJoe Perches2-2/+2
2017-07-13x86/efi: move asmlinkage before return typeJoe Perches1-2/+2
2017-07-13sh: move inline before return typeJoe Perches1-1/+1
2017-07-13MIPS: SMP: move asmlinkage before return typeJoe Perches1-1/+1
2017-07-13m68k: coldfire: move inline before return typeJoe Perches1-2/+2
2017-07-13ia64: sn: pci: move inline before typeJoe Perches2-3/+3
2017-07-13ia64: move inline before return typeJoe Perches1-1/+1
2017-07-13FRV: tlbflush: move asmlinkage before return typeJoe Perches1-4/+4
2017-07-13CRIS: gpio: move inline before return typeJoe Perches1-2/+2
2017-07-13ARM: HP Jornada 7XX: move inline before return typeJoe Perches1-1/+1
2017-07-13ARM: KVM: move asmlinkage before typeJoe Perches1-4/+4
2017-07-13checkpatch: improve the STORAGE_CLASS testJoe Perches1-2/+10
2017-07-13mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko2-2/+3
2017-07-13drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko1-1/+2
2017-07-13mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko1-10/+4
2017-07-13xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko1-0/+10
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko24-47/+86
2017-07-13MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko1-1/+1
2017-07-13powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel1-9/+19
2017-07-13arm64/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-13x86/mmap: properly account for stack randomization in mmap_baseRik van Riel1-1/+6
2017-07-13sh64: ascii armor the sh64 boot init stack canaryRik van Riel1-0/+1
2017-07-13arm64: ascii armor the arm64 boot init stack canaryRik van Riel1-0/+1
2017-07-13x86: ascii armor the x86_64 boot init stack canaryRik van Riel1-0/+1
2017-07-13fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel1-1/+1
2017-07-13random,stackprotect: introduce get_random_canary functionRik van Riel1-0/+21
2017-07-13sh: mark end of BUG() implementation as unreachableKees Cook1-0/+1
2017-07-13include/linux/string.h: add the option of fortified string.h functionsDaniel Micay12-1/+250
2017-07-13powerpc: make feature-fixup tests fortify-safeDaniel Axtens1-90/+90
2017-07-13powerpc: don't fortify prom_initDaniel Axtens1-0/+3
2017-07-13IB/rxe: do not copy extra stack memory to skbKees Cook1-1/+3
2017-07-13kexec_file: adjust declaration of kexec_purgatoryKees Cook2-7/+2
2017-07-13efi: avoid fortify checks in EFI stubKees Cook1-0/+1
2017-07-13powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin9-25/+458
2017-07-13kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin1-4/+44
2017-07-13kernel/watchdog: split up config optionsNicholas Piggin11-162/+251
2017-07-13kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin9-24/+31
2017-07-13kernel/watchdog: remove unused declarationNicholas Piggin1-3/+0
2017-07-13net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info()Michal Hocko1-8/+4
2017-07-13ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul1-0/+3
2017-07-13ipc/sem: drop __sem_free()Kees Cook1-7/+2
2017-07-13ipc/msg: remove special msg_alloc/freeKees Cook1-20/+4
2017-07-13ipc/shm: remove special shm_alloc/freeKees Cook1-20/+4
2017-07-13ipc: move atomic_set() to where it is neededKees Cook4-5/+1