aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...Gravatar YASUAKI ISHIMATSU 1-2/+8
2017-10-03include/linux/bitfield.h: remove 32bit from FIELD_GET comment blockGravatar Masahiro Yamada 1-1/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-1/+1
2017-10-03android: binder: drop lru lock in isolate callbackGravatar Sherry Yang 1-0/+6
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersGravatar Michal Hocko 1-0/+5
2017-10-03include/linux/mm.h: fix typo in VM_MPX definitionGravatar Kirill A. Shutemov 1-1/+1
2017-10-03Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+22
2017-10-03Merge tag 'usb-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2017-10-03Merge tag 'staging-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2017-10-03Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
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-26percpu: make this_cpu_generic_read() atomic w.r.t. interruptsGravatar Mark Rutland 1-2/+22
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-25Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 1-0/+3
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-24iio: ad_sigma_delta: Implement a dedicated reset functionGravatar Dragos Bogdan 1-0/+3
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-21net: prevent dst uses after freeGravatar Eric Dumazet 3-20/+6