summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* timer: Remove unused data arguments from macrosKees Cook2017-11-213-15/+8
* timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-211-2/+2
* timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-211-4/+0
* timer: Remove setup_*timer() interfaceKees Cook2017-11-211-17/+0
* timer: Remove init_timer() interfaceKees Cook2017-11-211-3/+0
* block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-211-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2017-11-211-4/+2
|\
| * printk: simplify no_printk()Masahiro Yamada2017-10-191-4/+2
* | Merge tag 'ntb-4.15' of git://github.com/jonmason/ntbLinus Torvalds2017-11-192-2/+382
|\ \
| * | NTB: switchtec_ntb: Add skeleton NTB driverLogan Gunthorpe2017-11-181-0/+3
| * | NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-181-0/+4
| * | NTB: Add check and comment for link up to mw_count() and mw_get_align()Logan Gunthorpe2017-11-181-2/+6
| * | NTB: switchtec: Add link event notifier callbackLogan Gunthorpe2017-11-181-0/+4
| * | NTB: switchtec: Add NTB hardware register definitionsLogan Gunthorpe2017-11-181-0/+84
| * | NTB: switchtec: Export class symbol for use in upper layer driverLogan Gunthorpe2017-11-181-0/+2
| * | NTB: switchtec: Move structure definitions into a common headerLogan Gunthorpe2017-11-181-0/+279
* | | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-182-2/+3
|\ \ \
| * | | SUNRPC: Improve ordering of transport processingTrond Myklebust2017-11-071-0/+1
| * | | nfs_common: convert int to boolCorentin Labbe2017-09-261-2/+2
* | | | Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-pla...Linus Torvalds2017-11-181-3/+10
|\ \ \ \
| * | | | platform/x86: wmi: create userspace interface for driversMario Limonciello2017-11-031-0/+5
| * | | | platform/x86: wmi: Don't allow drivers to get each other's GUIDsMario Limonciello2017-11-031-4/+0
| * | | | platform/x86: wmi: Add new method wmidev_evaluate_methodMario Limonciello2017-11-031-0/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-171-0/+1
|\ \ \ \ \
| * | | | | sbus: char: Move D7S_MINOR to include/linux/miscdevice.hCorentin Labbe2017-09-271-0/+1
* | | | | | Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds2017-11-171-0/+16
|\ \ \ \ \ \
| * | | | | | firmware: scm: Add new SCM call API for switching memory ownershipAvaneesh Kumar Dwivedi2017-10-301-0/+16
* | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-11-172-6/+23
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'clk-gpio' into clk-nextStephen Boyd2017-11-141-6/+6
| |\ \ \ \ \ \ \
| | * | | | | | | clk: clk-gpio: Make GPIO clock provider use descriptors onlyLinus Walleij2017-11-021-6/+6
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'clk-qcom' into clk-nextStephen Boyd2017-11-141-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | clk: qcom: clk-smd-rpm: add msm8996 rpmclksRajendra Nayak2017-11-021-0/+4
| | |/ / / / / /
| * / / / / / / clk: Add devm_of_clk_add_hw_provider()/del_provider() APIsStephen Boyd2017-11-011-0/+13
| |/ / / / / /
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-1717-36/+73
|\ \ \ \ \ \ \
| * | | | | | | sysvipc: make get_maxid O(1) againDavidlohr Bueso2017-11-171-0/+1
| * | | | | | | sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso2017-11-171-0/+2
| * | | | | | | kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2017-11-171-0/+4
| * | | | | | | kcov: support comparison operands collectionVictor Chibotaru2017-11-171-4/+8
| * | | | | | | kernel/panic.c: add TAINT_AUXBorislav Petkov2017-11-171-1/+2
| * | | | | | | pid: remove pidhashGargi Sharma2017-11-173-5/+2
| * | | | | | | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-11/+3
| * | | | | | | pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence2017-11-172-0/+4
| * | | | | | | lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-11-171-1/+2
| * | | | | | | include/linux/radix-tree.h: remove unneeded #include <linux/bug.h>Masahiro Yamada2017-11-171-1/+0
| * | | | | | | include/linux/bitfield.h: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada2017-11-171-1/+1
| * | | | | | | include/linux/compiler-clang.h: handle randomizable anonymous structsSandipan Das2017-11-171-0/+3
| * | | | | | | iopoll: avoid -Wint-in-bool-context warningArnd Bergmann2017-11-171-9/+15
| * | | | | | | kernel debug: support resetting WARN_ONCE for all architecturesAndi Kleen2017-11-171-0/+5
| * | | | | | | mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes2017-11-171-0/+11
| * | | | | | | mm: fix nodemask printingArnd Bergmann2017-11-171-3/+10