summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-11-28annotate poll-related wait keysAl Viro1-4/+6
2017-11-28->poll() methods should return __poll_tAl Viro4-4/+4
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid1-6/+1
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid1-0/+4
2017-11-27i2c: use macro IS_ENABLED in header i2c.hStefan Lengfeld1-3/+3
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-0/+3
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood1-6/+0
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney3-6/+1
2017-11-27reset: remove reset_control_get(_optional)Masahiro Yamada1-12/+0
2017-11-27reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada1-1/+3
2017-11-27reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada1-6/+0
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada1-15/+13
2017-11-27ACPI / PM: Make it possible to ignore the system sleep blacklistRafael J. Wysocki1-0/+1
2017-11-27PM / core: Add LEAVE_SUSPENDED driver flagRafael J. Wysocki1-4/+12
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+11
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-45/+0
2017-11-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2017-11-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+13
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-111/+51
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-14/+21
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2-4/+5
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2-45/+0
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+11
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn4-2/+10
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner274-1831/+5546
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-1/+1
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-27/+14
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-22scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig1-2/+0
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook3-6/+3
2017-11-22timer: Remove redundant __setup_timer*() macrosKees Cook3-45/+29
2017-11-22timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-22timer: Remove unused data arguments from macrosKees Cook3-15/+8
2017-11-22timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-2/+2
2017-11-22timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-4/+0
2017-11-22timer: Remove setup_*timer() interfaceKees Cook1-17/+0
2017-11-22timer: Remove init_timer() interfaceKees Cook1-3/+0
2017-11-22block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-11-21dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson1-0/+3
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds1-4/+2
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter43-170/+332
2017-11-21HID: core: remove the absolute need of hid_have_special_driver[]Benjamin Tissoires1-0/+10
2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires1-0/+1
2017-11-21HID: core: move the dynamic quirks handling in coreBenjamin Tissoires1-4/+6
2017-11-21sched/deadline: Don't use dubious signed bitfieldsDan Carpenter1-4/+4
2017-11-21bpf: make bpf_prog_offload_verifier_prep() static inlineJakub Kicinski1-1/+1
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski1-1/+0
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski1-7/+6
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-2/+2