aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 29-210/+248
2017-11-03crypto: gf128mul - The x8_ble multiplication functionsGravatar Harsh Jain 1-1/+1
2017-10-12crypto: dh - return unsigned value for crypto_dh_key_len()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-10-12crypto: ecdh - return unsigned value for crypto_ecdh_key_len()Gravatar Tudor-Dan Ambarus 1-1/+1
2017-10-07padata: ensure padata_do_serial() runs on the correct CPUGravatar Mathias Krause 1-0/+2
2017-10-07padata: ensure the reorder timer callback runs on the correct CPUGravatar Mathias Krause 1-0/+2
2017-10-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+14
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+20
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-31/+52
2017-09-29Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2017-09-29Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-09-29Merge branch 'fixes-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2017-09-29sched/debug: Add explicit TASK_PARKED printingGravatar Peter Zijlstra 2-10/+8
2017-09-29sched/debug: Add explicit TASK_IDLE printingGravatar Peter Zijlstra 2-5/+14
2017-09-29sched/tracing: Use common task-state helpersGravatar Peter Zijlstra 1-2/+0
2017-09-29sched/tracing: Fix trace_sched_switch task-state printingGravatar Peter Zijlstra 2-8/+12
2017-09-29sched/debug: Convert TASK_state to hexGravatar Peter Zijlstra 1-14/+14
2017-09-29sched/debug: Implement consistent task-state printingGravatar Peter Zijlstra 1-7/+19
2017-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 2-4/+4
2017-09-28timer: Prepare to change timer callback argument typeGravatar Kees Cook 1-0/+14
2017-09-28Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3Gravatar James Morris 1-0/+2
2017-09-27iommu: Fix comment for iommu_ops.map_sgGravatar Jean-Philippe Brucker 1-1/+1
2017-09-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-18/+15
2017-09-25smp/hotplug: Hotplug state fail injectionGravatar Peter Zijlstra 1-1/+2
2017-09-25smp/hotplug: Add state diagramGravatar Peter Zijlstra 1-0/+18
2017-09-25nvmet-fc: sync header templates with commentsGravatar James Smart 1-5/+8
2017-09-25PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n buildGravatar Geert Uytterhoeven 1-0/+2
2017-09-25IB: Correct MR length field to be 64-bitGravatar Parav Pandit 1-1/+1
2017-09-25IB/core: Fix typo in the name of the tag-matching cap structGravatar Leon Romanovsky 2-3/+3
2017-09-25nvme: add transport SGL definitionsGravatar James Smart 1-0/+6
2017-09-25nvme.h: remove FC transport-specific error valuesGravatar James Smart 1-13/+0
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsGravatar Waiman Long 1-0/+1
2017-09-25KEYS: prevent creating a different user's keyringsGravatar Eric Biggers 1-0/+2
2017-09-24Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+7
2017-09-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+1
2017-09-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+8
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-22/+12
2017-09-22Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-14/+4
2017-09-22Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2017-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+1
2017-09-22Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-14/+18
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+0
2017-09-22crypto: gcm - add GCM IV size constantGravatar Corentin LABBE 1-0/+8
2017-09-22crypto: sm3 - add OSCCA SM3 secure hashGravatar Gilad Ben-Yossef 2-0/+157
2017-09-22crypto: doc - clarify return values for async hash methodsGravatar Kamil Konieczny 1-12/+16
2017-09-21net: prevent dst uses after freeGravatar Eric Dumazet 3-20/+6
2017-09-21Input: uinput - avoid FF flush when destroying deviceGravatar Dmitry Torokhov 1-0/+1
2017-09-21net: ethtool: Add back transceiver typeGravatar Florian Fainelli 1-1/+5
2017-09-21Revert "genirq: Restrict effective affinity to interrupts actually using it"Gravatar Thomas Gleixner 1-4/+1
2017-09-20bpf: one perf event close won't free bpf program attached by another perf eventGravatar Yonghong Song 1-0/+1