linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-09 10:03:09 to 2018-09-13 13:33:46 UTC [more...]

[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-13 13:33 UTC  (26+ messages)
` [PATCH v2 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v2 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v2 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v2 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v2 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v2 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v2 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v2 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v2 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v2 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v2 14/24] powerpc/mm: drop unused page flags
` [PATCH v2 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v2 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v2 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [PATCH v2 18/24] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [PATCH v2 19/24] powerpc/nohash/64: do not include pte-common.h
` [PATCH v2 20/24] powerpc/mm: Allow platforms to redefine some helpers
` [PATCH v2 21/24] powerpc/mm: Define platform default caches related flags
` [PATCH v2 22/24] powerpc/mm: Get rid of pte-common.h
` [PATCH v2 23/24] powerpc/8xx: change name of a few page flags to avoid confusion
` [PATCH v2 24/24] powerpc/book3s64: Avoid multiple endian conversion in pte helpers

[PATCH] efifb: BGRT: Add nobgrt option
 2018-09-13  6:51 UTC  (2+ messages)

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-12 18:13 UTC  (5+ messages)

[PATCH] fbdev/omapfb: fix omapfb_memory_read infoleak
 2018-09-12 17:32 UTC  (2+ messages)

[REGRESSION] boot-screen override by "34db50e55656 efifb: Copy the ACPI BGRT"
 2018-09-12  9:13 UTC  (5+ messages)

Inquiry
 2018-09-11 21:07 UTC 

My Greeting
 2018-09-11 19:03 UTC 

[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
 2018-09-11 12:12 UTC  (8+ messages)
  ` [PATCH 3/4] fbdev: Add FBINFO_HIDE_SMEM_START flag
        ` [Intel-gfx] [PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag

[PATCH 00/21] DT cpu node iterator
 2018-09-11  3:34 UTC  (4+ messages)
` [PATCH 21/21] fbdev: fsl-diu: get cpu node with of_get_cpu_node

[PATCH v3] backlight: pwm_bl: switch to using "atomic" PWM API
 2018-09-10 14:49 UTC  (4+ messages)

[PATCH 3/7] drivers: video: backlight: Update MODULE AUTHOR email address
 2018-09-10 14:05 UTC  (3+ messages)

[PATCH] pxa168fb: prepare the clock
 2018-09-10 12:03 UTC 

[PATCH v2 0/3] ARM: OMAP1: ams-delta: Complete driver gpiod migration
 2018-09-10  7:15 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup table
  ` [PATCH v3 2/3] mtd: rawnand: ams-delta: "
  ` [PATCH v3 3/3] ARM: OMAP1: ams-delta: make board header file local to mach-omap1

[PATCH] fbdev: fix kerneldoc
 2018-09-07 20:07 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] staging/fbtft: Update TODO and mailing lists
 2018-09-05 15:40 UTC 

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-05 11:42 UTC 

[PATCH v2 00/12] remove_conflicting_framebuffers() cleanup
 2018-09-05 11:02 UTC  (38+ messages)
  ` [PATCH v2 02/12] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
  ` [PATCH v2 01/12] fbdev: show fbdev number for debugging
  ` [PATCH v2 03/12] fbdev: add remove_conflicting_pci_framebuffers()
  ` [PATCH v2 04/12] drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
  ` [PATCH v2 05/12] drm/bochs: "
  ` [PATCH v2 06/12] drm/cirrus: "
  ` [PATCH v2 07/12] drm/mgag200: "
  ` [PATCH v2 08/12] drm/radeon: "
  ` [PATCH v2 09/12] drm/virtio: "
  ` [PATCH v2 10/12] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)
  ` [PATCH v2 11/12] drm/sun4i: "
  ` [PATCH v2 12/12] drm/tegra: kick out simplefb
  ` [PATCH v3 00/13] remove_conflicting_framebuffers() cleanup
    ` [PATCH v3 02/13] fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
    ` [PATCH v3 01/13] fbdev: show fbdev number for debugging
    ` [PATCH v3 04/13] fbdev: add remove_conflicting_pci_framebuffers()
    ` [PATCH v3 03/13] fbdev: add kerneldoc do remove_conflicting_framebuffers()
    ` [PATCH v3 06/13] drm/bochs: use simpler remove_conflicting_pci_framebuffers()
    ` [PATCH v3 05/13] drm/amdgpu: "
    ` [PATCH v3 07/13] drm/cirrus: "
    ` [PATCH v3 08/13] drm/mgag200: "
    ` [PATCH v3 09/13] drm/radeon: "
    ` [PATCH v3 10/13] drm/virtio: "
    ` [PATCH v3 11/13] drm/vc4: use simpler remove_conflicting_framebuffers(NULL)
    ` [PATCH v3 12/13] drm/sun4i: "
    ` [PATCH v3 13/13] drm/tegra: kick out simplefb

[PATCH] video/fbdev/stifb: Fix spelling mistake in fall-through annotation
 2018-09-03 20:07 UTC 

[PATCH v2 1/2] backlight: Remove s6e63m0 driver
 2018-09-02 15:33 UTC  (2+ messages)
` [PATCH v2 2/2] backlight: Remove ld9040 driver

[PATCH] Documentation/fb/vesafb.txt: "inverse" option corrections
 2018-08-31 22:32 UTC  (2+ messages)

[PATCH V6 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
 2018-08-31 10:09 UTC  (2+ messages)

[PATCH 2/2] fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()
 2018-08-31  8:09 UTC 

[PATCH 1/2] fbdev: sbuslib: use checked version of put_user()
 2018-08-31  8:09 UTC 

[PATCH V5 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
 2018-08-31  2:09 UTC  (3+ messages)

Answer me
 2018-08-30  5:26 UTC 

[PATCH V4 4/4] video: simplefb: switch to use clk_bulk API to simplify clock operations
 2018-08-29 13:15 UTC  (3+ messages)

[PATCH V5 1/8] backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.c
 2018-08-29  7:25 UTC  (13+ messages)
` [PATCH V5 4/8] backlight: qcom-wled: Rename PM8941* to WLED3
` [PATCH V5 5/8] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V5 6/8] backlight: qcom-wled: Add support for WLED4 peripheral
` [PATCH V5 7/8] backlight: qcom-wled: add support for short circuit handling
` [PATCH V5 8/8] backlight: qcom-wled: Add auto string detection logic

[PATCH 2/3] mach64: fix image corruption due to reading accelerator registers
 2018-08-28 15:34 UTC  (3+ messages)

[PATCH] backlight: pm8941: Convert to using %pOFn instead of device_node.name
 2018-08-28  1:52 UTC  (2+ messages)
` [PATCH] fbdev: "

[PATCH] ddk750_mode.c: Wraps line to 80 charecters
 2018-08-27 17:49 UTC  (3+ messages)

[PATCH v2 1/3] powerpc/32: Add ioremap_wt()
 2018-08-27 16:42 UTC  (4+ messages)
` [PATCH v2 2/3] drivers/video/fbdev: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 3/3] drivers/block/z2ram: "

[PATCH v2] drivers/video/fbdev: use ioremap_wc() instead of __ioremap(_PAGE_NO_CACHE)
 2018-08-27 16:05 UTC 

[PATCH 3/3] mach64: optimize wait_for_fifo
 2018-08-27 12:55 UTC  (2+ messages)

[PATCH 1/3] mach64: fix display corruption on big endian machines
 2018-08-27 12:54 UTC  (2+ messages)

[PATCH] mach64: fix console corruption in 24bpp mode
 2018-08-25 19:55 UTC  (4+ messages)

[PATCH v2 1/1] atmel_lcdfb: support native-mode display-timings
 2018-08-25 18:23 UTC 

[PATCH RESEND 3/3] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
 2018-08-25 14:34 UTC  (2+ messages)

[PATCH RESEND 2/3] drivers/video/fbdev: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
 2018-08-25 14:34 UTC  (2+ messages)

[PATCH RESEND 1/3] powerpc/32: Add ioremap_wt()
 2018-08-25 14:34 UTC 

TRADING ACCOUNT
 2018-08-25 14:30 UTC 

[PATCH] backlight: pwm_bl: Fix brightness levels for non-DT case
 2018-08-25  8:04 UTC  (2+ messages)

[PATCH] Video: vgastate: fixed a spacing coding style
 2018-08-24 12:49 UTC 

[PATCH] mach64: detect the dot clock divider correctly on sparc
 2018-08-24 11:58 UTC  (5+ messages)

[PATCH] drivers/video/fbdev: use ioremap_wc() instead of __ioremap(_PAGE_NO_CACHE)
 2018-08-24 11:10 UTC  (3+ messages)

[PATCH 1/3] powerpc/32: Add ioremap_wt()
 2018-08-24 10:04 UTC  (3+ messages)
` [PATCH 2/3] drivers/video/fbdev: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH 3/3] drivers/block/z2ram: "

[GIT PULL] fbdev changes for v4.19
 2018-08-23 11:58 UTC 

[PATCH] atyfb: fix debugging printks
 2018-08-17 19:26 UTC 

[PATCH V4 4/8] backlight: qcom-wled: Rename PM8941* to WLED3
 2018-08-16  5:45 UTC  (9+ messages)
` [PATCH V4 5/8] backlight: qcom-wled: Restructure the driver for WLED3
` [PATCH V4 8/8] backlight: qcom-wled: Add auto string detection logic

gegenseitiger Nutzen
 2018-08-14 13:11 UTC 

[PATCH v2] backlight: pwm_bl: switch to using "atomic" PWM API
 2018-08-14  8:48 UTC  (4+ messages)

Darlehensangebot,
 2018-08-13  7:55 UTC 

[PATCH v3] fbcon: Do not takeover the console from atomic context
 2018-08-11 10:28 UTC  (3+ messages)

[PATCH] Documentation/fb: corrections for fbcon.txt
 2018-08-10 15:21 UTC  (2+ messages)

[PATCH fix for 4.19 0/3] fbcon: Fix VT switching being broken in combination with vgacon
 2018-08-10 15:20 UTC  (2+ messages)

[PATCH v2] fbcon: Do not takeover the console from atomic context
 2018-08-10  9:32 UTC  (5+ messages)

[PATCH fix for 4.19] fbcon: Do not takeover the console from atomic context
 2018-08-09 11:28 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).