summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-11x86/mm: Fix swap entry comment and macroDave Hansen1-2/+2
2016-08-11x86/mm/kaslr: Fix -Wformat-security warningNicolas Iooss1-1/+1
2016-08-10x86/mm/pkeys: Fix compact mode by removing protection keys' XSAVE buffer mani...Dave Hansen1-121/+17
2016-08-10x86/build: Reduce the W=1 warnings noise when compiling x86 syscall tablesValdis Kletnieks1-0/+2
2016-08-10x86/platform/UV: Fix kernel panic running RHEL kdump kernel on UV systemsMike Travis1-0/+5
2016-08-10x86/platform/UV: Fix problem with UV4 BIOS providing incorrect PXM valuesMike Travis2-20/+13
2016-08-10x86/platform/UV: Fix bug with iounmap() of the UV4 EFI System Table causing a...Mike Travis1-3/+5
2016-08-10x86/platform/UV: Fix problem with UV4 Socket IDs not being contiguousMike Travis1-4/+5
2016-08-10x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov1-5/+9
2016-08-10x86/mm: Disable preemption during CR3 read+writeSebastian Andrzej Siewior1-0/+7
2016-08-10x86/mm/KASLR: Increase BRK pages for KASLR memory randomizationThomas Garnier1-2/+12
2016-08-10x86/mm/KASLR: Fix physical memory calculation on KASLR memory randomizationThomas Garnier2-3/+7
2016-08-10x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko1-0/+11
2016-08-09Revert "printk: create pr_<level> functions"Linus Torvalds4-76/+26
2016-08-09Merge tag 'trace-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-3/+11
2016-08-09Merge tag 'gcc-plugin-infrastructure-v4.8-rc2' of git://git.kernel.org/pub/sc...Linus Torvalds5-26/+56
2016-08-09Merge tag 'platform-drivers-x86-v4.8-3' of git://git.infradead.org/users/dvha...Linus Torvalds1-2/+2
2016-08-09Merge tag 'drm-fixes-for-4.8-rc2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-64/+95
2016-08-09ipr: Fix sync scsi scanBrian King1-5/+6
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov3-14/+18
2016-08-09tracing: Fix tick_stop tracepoint symbols for user exportSteven Rostedt (Red Hat)1-3/+11
2016-08-09drm/cirrus: Fix NULL pointer dereference when registering the fbdevBoris Brezillon1-2/+11
2016-08-08gcc-plugins: Add support for plugin subdirectoriesEmese Revfy2-4/+8
2016-08-08gcc-plugins: Automate make rule generationEmese Revfy1-2/+1
2016-08-08gcc-plugins: Add support for passing plugin argumentsEmese Revfy1-1/+1
2016-08-08gcc-plugins: abort builds cleanly when not supportedKees Cook3-16/+39
2016-08-08kbuild: no gcc-plugins during cc-option testsEmese Revfy1-3/+7
2016-08-09drm/edid: Set 8 bpc color depth for displays with "DFP 1.x compliant TMDS".Mario Kleiner1-0/+14
2016-08-09drm/i915/dp: Revert "drm/i915/dp: fall back to 18 bpp when sink capability is...Mario Kleiner1-15/+5
2016-08-09drm/edid: Add 6 bpc quirk for display AEO model 0.Mario Kleiner1-0/+8
2016-08-08Merge tag 'lkdtm-v4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Linus Torvalds2-2/+3
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds28-22/+555
2016-08-08unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds4-18/+17
2016-08-08printk: Remove unnecessary #ifdef CONFIG_PRINTKAndreas Ziegler1-2/+0
2016-08-08dell-wmi: Ignore WMI event 0xe00ePali Rohár1-2/+2
2016-08-08x86/hweight: Don't clobber %rdiVille Syrjälä1-0/+2
2016-08-08Merge branch 'drm-next-4.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie11-18/+39
2016-08-08Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/...Dave Airlie3-24/+14
2016-08-08drm: Paper over locking inversion after registration reworkDaniel Vetter1-5/+3
2016-08-08drm: rcar-du: Link HDMI encoder with bridgeLaurent Pinchart1-0/+1
2016-08-07Linux 4.8-rc1v4.8-rc1Linus Torvalds1-2/+2
2016-08-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds62-213/+213
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-156/+334
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-07Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds16-34/+31
2016-08-07Merge tag 'binfmt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-2/+67
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5