summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2017-11-23kbuild: Set KBUILD_CFLAGS before incl. arch MakefileChris Fries
2017-11-23dt-bindings: remove file that was added accidentallyRob Clark
2017-11-23drm/edid: quirk HTC vive headset as non-desktop. [v2]Dave Airlie
2017-11-23drm/fb: add support for not enabling fbcon on non-desktop displays [v2]Dave Airlie
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie
2017-11-23Merge tag 'tilcdc-4.15-fixes' of https://github.com/jsarha/linux into drm-nextDave Airlie
2017-11-23Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-11-23Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2017-11-23Merge tag 'drm/tegra/for-4.15-rc1-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie
2017-11-22Merge branch 'bpf-fix-null-arg-semantics'Daniel Borkmann
2017-11-22bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello
2017-11-22bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZEROGianluca Borello
2017-11-22bpf: remove explicit handling of 0 for arg2 in bpf_probe_readGianluca Borello
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-22powerpc/64s: Fix Power9 DD2.1 logic in DT CPU featuresMichael Ellerman
2017-11-22powerpc/perf: Fix IMC_MAX_PMU macroMadhavan Srinivasan
2017-11-22powerpc/perf: Fix pmu_count to count only nest imc pmusMadhavan Srinivasan
2017-11-22powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWXChristophe Leroy
2017-11-22ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai
2017-11-21i40evf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21fm10k: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21igb: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21igbvf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-21ixgbe: Fix skb list corruption on Power systemsBrian King
2017-11-21i40e: restore promiscuous after resetAlan Brady
2017-11-21i40evf: fix client notify of l2 paramsAlan Brady
2017-11-21i40e: Fix FLR reset timeout issueFilip Sadowski
2017-11-21i40e: Remove limit of 64 max queues per channelAmritha Nambiar
2017-11-21i40e: fix the calculation of VFs mac addressesZijie Pan
2017-11-21i40e: Fix for NUP NVM image downgrade failureJacob Keller
2017-11-22x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin
2017-11-22x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski
2017-11-22powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()Michael Ellerman
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook
2017-11-21timer: Pass function down to initialization routinesKees Cook
2017-11-21timer: Remove unused data arguments from macrosKees Cook
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook
2017-11-21Coccinelle: Remove setup_timer.cocciKees Cook
2017-11-21timer: Remove setup_*timer() interfaceKees Cook
2017-11-21timer: Remove init_timer() interfaceKees Cook
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook