summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | sched/debug: Fix task state recording/printoutThomas Gleixner2017-11-241-3/+3
| * | | | | | | | | | | | sched/deadline: Don't use dubious signed bitfieldsDan Carpenter2017-11-211-4/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-261-8/+13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Merge branch 'linus' into core/objtool, to pick up dependent commitsIngo Molnar2017-11-14109-1186/+1649
| |\| | | | | | | | | | |
| * | | | | | | | | | | | objtool: Make unreachable annotation inline asms explicitly volatileJosh Poimboeuf2017-11-071-8/+8
| * | | | | | | | | | | | objtool: Add a comment for the unreachable annotation macrosJosh Poimboeuf2017-11-071-0/+5
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-256-111/+51
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-23535-7647/+13367
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-213-6/+3
| | * | | | | | | | | | | | timer: Remove redundant __setup_timer*() macrosKees Cook2017-11-213-45/+29
| | * | | | | | | | | | | | timer: Pass function down to initialization routinesKees Cook2017-11-211-15/+18
| | * | | | | | | | | | | | 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
| * | | | | | | | | | | | | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-141-7/+0
| * | | | | | | | | | | | | Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-14102-1184/+1601
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | timekeeping: Eliminate the stale declaration of ktime_get_raw_and_real_ts64()Dou Liyang2017-11-131-6/+0
* | | | | | | | | | | | | | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-241-3/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2017-11-171-3/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking sourceMarc Zyngier2017-11-101-0/+3
| | * | | | | | | | | | | | | KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypassMarc Zyngier2017-11-101-0/+8
| | * | | | | | | | | | | | | KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier2017-11-101-0/+19
| | * | | | | | | | | | | | | KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier2017-11-101-0/+3
| | * | | | | | | | | | | | | KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqEric Auger2017-11-061-3/+5
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/coreChristoffer Dall2017-11-069-11/+254
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-241-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger2017-11-071-0/+1
| * | | | | | | | | | | | | | target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2017-11-041-0/+1
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-238-21/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-243-19/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | bpf: fix branch pruning logicAlexei Starovoitov2017-11-231-1/+1
| | * | | | | | | | | | | | | | | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-0/+1
| | * | | | | | | | | | | | | | | bpf: make bpf_prog_offload_verifier_prep() static inlineJakub Kicinski2017-11-211-1/+1
| | * | | | | | | | | | | | | | | bpf: revert report offload info to user spaceJakub Kicinski2017-11-212-7/+0
| | * | | | | | | | | | | | | | | bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-7/+6
| | * | | | | | | | | | | | | | | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-2/+2
| | * | | | | | | | | | | | | | | bpf: offload: rename the ifindex fieldJakub Kicinski2017-11-211-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-245-2/+11
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-11-232-26/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | scsi: Use 'blist_flags_t' for scsi_devinfo flagsHannes Reinecke2017-11-162-26/+28
* | | | | | | | | | | | | | | | Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-231-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai2017-11-221-1/+3
* | | | | | | | | | | | | | | | | Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-233-887/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | dt-bindings: remove file that was added accidentallyRob Clark2017-11-231-887/+0
| * | | | | | | | | | | | | | | | drm: add connector info/property for non-desktop displays [v2]Dave Airlie2017-11-232-0/+12
* | | | | | | | | | | | | | | | | Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2017-11-242-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | security: keys: Replace time_t with time64_t for struct key_preparsed_payloadBaolin Wang2017-11-151-1/+1