summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-09-04Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-04Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar
2017-09-03Merge branch 'docs-next' of git://git.lwn.net/linuxLinus Torvalds
2017-09-03Merge tag 'hwmon-for-linus-v4.14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-03Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-09-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-09-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-09-01mlxsw: spectrum: Forbid linking to devices that have uppersIdo Schimmel
2017-08-31Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-31Merge tag 'for-4.13/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-08-31include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer
2017-08-31mm/mmu_notifier: kill invalidate_pageJérôme Glisse
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-31<linux/uaccess.h>: Fix copy_in_user() declarationBart Van Assche
2017-08-31annotate RWF_... flagsChristoph Hellwig
2017-08-31teach SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE to handle __bitwise argumentsAl Viro
2017-08-31genalloc: Fix an incorrect kerneldoc commentJonathan Corbet
2017-08-31IB/core: Assign root to all driversMatan Barak
2017-08-31IB/core: Add completion queue (cq) object actionsMatan Barak
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak
2017-08-31IB/core: Export ioctl enum types to user-spaceMatan Barak
2017-08-31IB/core: Explicitly destroy an object while keeping uobjectMatan Barak
2017-08-31IB/core: Add macros for declaring methods and attributesMatan Barak
2017-08-31IB/core: Add uverbs merge trees functionalityMatan Barak
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak
2017-08-31IB/core: Add new ioctl interfaceMatan Barak
2017-08-31RDMA/vmw_pvrdma: Report network header type in WCAditya Sarwade
2017-08-30Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-30net/mlx5: Remove the flag MLX5_INTERFACE_STATE_SHUTDOWNHuy Nguyen
2017-08-30net/mlx5: Skip mlx5_unload_one if mlx5_load_one failsHuy Nguyen
2017-08-30Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak
2017-08-30Merge remote-tracking branch 'lee/ib-mfd-hwmon-4.14' into hwmon-nextGuenter Roeck
2017-08-30nvme: fix the definition of the doorbell buffer config support bitChangpeng Liu
2017-08-29Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-08-29Revert "libata: quirk read log on no-name M.2 SSD"Tejun Heo
2017-08-29libata: check for trusted computing in IDENTIFY DEVICE dataChristoph Hellwig
2017-08-29sched/completion: Avoid unnecessary stack allocation for COMPLETION_INITIALIZ...Boqun Feng
2017-08-29smp: Avoid using two cache lines for struct call_single_dataYing Huang