aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Gravatar Michal Hocko 3-15/+46
2017-07-12random,stackprotect: introduce get_random_canary functionGravatar Rik van Riel 1-0/+21
2017-07-12include/linux/string.h: add the option of fortified string.h functionsGravatar Daniel Micay 1-0/+200
2017-07-12kernel/watchdog: split up config optionsGravatar Nicholas Piggin 1-9/+20
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Gravatar Nicholas Piggin 1-11/+16
2017-07-12kernel/watchdog: remove unused declarationGravatar Nicholas Piggin 1-3/+0
2017-07-12include/linux/sem.h: correctly document sem_ctimeGravatar Manfred Spraul 2-2/+2
2017-07-12ipc: merge ipc_rcu and kern_ipc_permGravatar Manfred Spraul 1-0/+3
2017-07-12ipc/sem.c: remove sem_base, embed struct semGravatar Manfred Spraul 1-1/+21
2017-07-12fault-inject: support systematic fault injectionGravatar Dmitry Vyukov 1-0/+1
2017-07-12kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTOREGravatar Cyrill Gorcunov 1-0/+2
2017-07-12kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesGravatar Cyrill Gorcunov 2-0/+13
2017-07-12sysctl: add unsigned int range supportGravatar Luis R. Rodriguez 1-0/+3
2017-07-12kdump: protect vmcoreinfo data under the crash memoryGravatar Xunlei Pang 2-1/+3
2017-07-12powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrGravatar Xunlei Pang 1-1/+0
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionGravatar Xunlei Pang 1-2/+2
2017-07-12kernel.h: handle pointers to arrays better in container_of()Gravatar Ian Abbott 1-3/+7
2017-07-12include/linux/dcache.h: use unsigned chars in struct name_snapshotGravatar Stephen Rothwell 1-2/+2
2017-07-12socket: add documentation for missing elementsGravatar stephen hemminger 1-0/+3
2017-07-12rtc: Remove wrong deprecation commentGravatar Alexandre Belloni 1-6/+0
2017-07-12KVM: s390: Fix KVM_S390_GET_CMMA_BITS ioctl definitionGravatar Gleb Fotengauer-Malinovskiy 1-1/+1
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIGravatar Chuck Lever 1-4/+0
2017-07-12svcrdma: Remove frmr cacheGravatar Chuck Lever 1-18/+0
2017-07-12svcrdma: Remove unused Read completion handlersGravatar Chuck Lever 1-3/+1
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathGravatar Chuck Lever 1-14/+0
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cGravatar Chuck Lever 1-0/+3
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstGravatar Chuck Lever 1-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-235/+253
2017-07-12Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+20
2017-07-12Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+4
2017-07-12device property: Introduce fwnode_call_bool_op() for ops that return boolGravatar Sakari Ailus 1-0/+4
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-29/+84
2017-07-11Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 10-118/+450
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsGravatar Nicholas Bellinger 1-0/+9
2017-07-11Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 4-4/+208
2017-07-11proc: Fix proc_sys_prune_dcache to hold a sb referenceGravatar Eric W. Biederman 1-1/+1
2017-07-11dt-bindings: Document img,boston-clock bindingGravatar Paul Burton 1-0/+14
2017-07-11VFS: Kill off s_options and helpersGravatar David Howells 1-9/+0
2017-07-119p: Implement show_optionsGravatar David Howells 2-0/+14
2017-07-10Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-137/+302
2017-07-10lib/extable.c: use bsearch() library function in search_extable()Gravatar Thomas Meyer 1-2/+3
2017-07-10bitmap: use memcmp optimisation in more situationsGravatar Matthew Wilcox 1-3/+1
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...Gravatar Matthew Wilcox 1-0/+6
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitGravatar Matthew Wilcox 1-3/+20
2017-07-10ARM: fix rd_size declarationGravatar Bart Van Assche 1-0/+3
2017-07-10bug: split BUILD_BUG stuff out into <linux/build_bug.h>Gravatar Ian Abbott 2-73/+85
2017-07-10linux/bug.h: correct "space required before that '-'"Gravatar Ian Abbott 1-2/+2
2017-07-10linux/bug.h: correct "(foo*)" should be "(foo *)"Gravatar Ian Abbott 1-1/+1
2017-07-10linux/bug.h: correct formatting of block commentGravatar Ian Abbott 1-4/+6
2017-07-10asm-generic/bug.h: declare struct pt_regs; before function prototypeGravatar Ian Abbott 1-0/+1