An error occurred fetching the project authors.
  1. 03 Oct, 2012 4 commits
  2. 26 Jul, 2012 1 commit
  3. 20 Jul, 2012 1 commit
  4. 24 May, 2012 3 commits
  5. 23 May, 2012 1 commit
  6. 13 Mar, 2012 2 commits
  7. 01 Feb, 2012 1 commit
  8. 21 Dec, 2011 7 commits
  9. 30 Nov, 2011 1 commit
  10. 11 Nov, 2011 1 commit
    • Arjan van de Ven's avatar
      drm: Make the per-driver file_operations struct const · e08e96de
      Arjan van de Ven authored
      From fdf1fdebaa00f81de18c227f32f8074c8b352d50 Mon Sep 17 00:00:00 2001
      From: Arjan van de Ven <arjan@linux.intel.com>
      Date: Sun, 30 Oct 2011 19:06:07 -0700
      Subject: [PATCH] drm: Make the per-driver file_operations struct const
      
      The DRM layer keeps a copy of struct file_operations inside its
      big driver struct... which prevents it from being consistent and static.
      For consistency (and the general security objective of having such things
      static), it's desirable to get this fixed.
      
      This patch splits out the file_operations field to its own struct,
      which is then "static const", and just stick a pointer to this into
      the driver struct, making it more consistent with how the rest of the
      kernel does this.
      Signed-off-by: default avatarArjan van de Ven <arjan@linux.intel.com>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      e08e96de
  11. 31 Oct, 2011 1 commit
  12. 20 Sep, 2011 1 commit
  13. 24 Jul, 2011 1 commit
  14. 23 Jun, 2011 5 commits
  15. 16 May, 2011 4 commits
  16. 07 Feb, 2011 1 commit
  17. 26 Jan, 2011 1 commit
    • Torben Hohn's avatar
      console: rename acquire/release_console_sem() to console_lock/unlock() · ac751efa
      Torben Hohn authored
      The -rt patches change the console_semaphore to console_mutex.  As a
      result, a quite large chunk of the patches changes all
      acquire/release_console_sem() to acquire/release_console_mutex()
      
      This commit makes things use more neutral function names which dont make
      implications about the underlying lock.
      
      The only real change is the return value of console_trylock which is
      inverted from try_acquire_console_sem()
      
      This patch also paves the way to switching console_sem from a semaphore to
      a mutex.
      
      [akpm@linux-foundation.org: coding-style fixes]
      [akpm@linux-foundation.org: make console_trylock return 1 on success, per Geert]
      Signed-off-by: default avatarTorben Hohn <torbenh@gmx.de>
      Cc: Thomas Gleixner <tglx@tglx.de>
      Cc: Greg KH <gregkh@suse.de>
      Cc: Ingo Molnar <mingo@elte.hu>
      Cc: Geert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      ac751efa
  18. 05 Jan, 2011 1 commit
  19. 08 Dec, 2010 2 commits
  20. 03 Dec, 2010 1 commit