]>
 
 
pilppa.org Git - linux-2.6-omap-h63xx.git/log 
 
 
 
 
 
 
Jesper Juhl  [Tue, 10 Jan 2006 04:53:58 +0000  (20:53 -0800)] 
 
[PATCH] Docs update: remove obsolete patch from locks.txt 
 
Remove obsolete patch from Documentation/locks.txt 
 
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jesper Juhl  [Tue, 10 Jan 2006 04:53:57 +0000  (20:53 -0800)] 
 
[PATCH] Docs update: small spelling, formating etc fixes for filesystems/ext3.txt 
 
Spelling fixes, formating changes and corrections for 
 Documentation/filesystems/ext3.txt 
 
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Randy Dunlap  [Tue, 10 Jan 2006 04:53:56 +0000  (20:53 -0800)] 
 
[PATCH] Docs update: typos, corrections and additions to applying-patches.txt 
 
Typos/corrections. 
 
A few extra additions on top of Randy's fixes. 
 
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>  
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Martin Waitz  [Tue, 10 Jan 2006 04:53:55 +0000  (20:53 -0800)] 
 
[PATCH] DocBook: warn for missing macro parameters 
 
Previously kernel-doc silently ignored missing parameter descriptions for 
preprocessor macros.  Now that all such omissions are fixed up we can warn 
about them in kernel-doc to be able to keep it that way. 
 
Signed-off-by: Martin Waitz <tali@admingilde.org>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Martin Waitz  [Tue, 10 Jan 2006 04:53:55 +0000  (20:53 -0800)] 
 
[PATCH] DocBook: fix kernel-doc comments 
 
Fix typos in comments to remove kernel-doc warnings. 
 
Signed-off-by: Martin Waitz <tali@admingilde.org>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Martin Waitz  [Tue, 10 Jan 2006 04:53:53 +0000  (20:53 -0800)] 
 
[PATCH] Add git tree for DocBook 
 
Signed-off-by: Martin Waitz <tali@admingilde.org>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Martin Waitz  [Tue, 10 Jan 2006 04:53:52 +0000  (20:53 -0800)] 
 
[PATCH] DocBook: add .gitignore file 
 
when ignoring all DocBook output files git-status output becomes meaningful 
again. 
 
Signed-off-by: Martin Waitz <tali@admingilde.org>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jesper Juhl  [Tue, 10 Jan 2006 04:53:51 +0000  (20:53 -0800)] 
 
[PATCH] CodingStyle correction 
 
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjala  [Tue, 10 Jan 2006 04:53:49 +0000  (20:53 -0800)] 
 
[PATCH] Fix console blanking 
 
Current console blanking code is broken.  It will first do a normal blank, 
then start the VESA blank timer if vesa_off_interval != 0, and then proceed 
to do the VESA blanking directly.  After the timer expires it will do the 
VESA blanking a second time.  Also the vesa_powerdown() function doesn't 
allow all VESA modes to be used. 
 
With this patch the behaviour is: 
1. Blank: vesa_off_interval != 0 -> Do normal blank 
          vesa_off_interval == 0 -> Do VESA blank 
2. Start the VESA blank timer if vesa_off_interval != 0 and 
   vesa_power_mode != 0. 
 
It also gets rid of the limiting vesa_powerdown() function. 
 
Signed-off-by: Ville Syrjala <syrjala@sci.fi>  
Cc: "Antonino A. Daplas" <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Koeller  [Tue, 10 Jan 2006 04:53:48 +0000  (20:53 -0800)] 
 
[PATCH] non-linear frame buffer read/write access 
 
While the code in fbmem.c allows for hooking read/write access to 
non-linear frame buffers by means of fb_read and fb_write in struct fb_ops, 
I could not find a way tho access the actual frame buffer memory from 
within these routines.  I therefore had to patch fbmem.c, to be able to 
retrieve a pointer to struct fb_info from the 'file' argument to these 
functions. 
 
The second hunk of the patch is not strictly required, I only did that for 
symmetry reasons (and the code is somewhat shorter). 
 
Signed-off-by: Thomas Koeller <thomas@koeller.dyndns.org>  
Acked-by: "Antonino A. Daplas" <adaplas@gmail.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
YOSHIFUJI Hideaki  [Tue, 10 Jan 2006 04:53:46 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: Typos in Kconfig 
 
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>  
Cc: "Antonino A. Daplas" <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:45 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: Replace kmalloc with kzalloc 
 
Replace kmalloc with kzalloc 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:44 +0000  (20:53 -0800)] 
 
[PATCH] fbcon: Code cleanups 
 
- replace kmalloc with kzalloc 
- remove repeated define (FONTCHHCNT) 
- remove unneeded local variable (redraw) in ypan_{up|down}_redraw 
- add and delete cursor timer in fbcon_switch() if old_info != info 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:43 +0000  (20:53 -0800)] 
 
[PATCH] i810fb: Fix suspend and resume hooks 
 
The i810fb suspend and resume hooks have suffered bitrot over time.  Update to 
current framework, but functionality still not guaranteed to work. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Arnaud Patard  [Tue, 10 Jan 2006 04:53:41 +0000  (20:53 -0800)] 
 
[PATCH] s3c2410fb: cleanup and fix 
 
Here are some cleanups for the s3c2410fb drivers. It : 
* Removes a buggy call to s3c2410fb_init_registers. There was two calls 
  to this function but the first was done without all initialisations 
  done. No oops but it may confuse some LCDs. 
* Makes two functions static. 
 
Signed-Off-By: Arnaud Patard <arnaud.patard@rtp-net.org>  
Signed-Off-By: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:40 +0000  (20:53 -0800)] 
 
[PATCH] nvidiafb: Reduce stack usage 
 
Reduce stack usage of NVCommonSetup() 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:39 +0000  (20:53 -0800)] 
 
[PATCH] nvidiafb: Add boot option 'bpp' 
 
Add boot/module option 'bpp' so user can specify at what color depth to boot 
into. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:38 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: Reduce stack usage 
 
calc_mode_timings() and fb_get_mode() are using more than 500 bytes off the 
stack.  Fix. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:37 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: Fix return code of fb_read and fb_write 
 
Make fb_read() and fb_write() return 0 (EOF) instead of -ENOSPC if reading at 
or past the end of the framebuffer.  This fixes user space apps hanging if 
info->fix.smem_len == 0. 
 
Whitespace changes. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Knut Petersen  [Tue, 10 Jan 2006 04:53:36 +0000  (20:53 -0800)] 
 
[PATCH] fbcon: disable ywrap if not supported by fbcon scrolling code 
 
updatescrollmode() must not select ywrap scrolling if 
divides(vc->vc_font.height, yres) is not true as this is not supported by 
the actual ywrap scrolling code. 
 
The bug is triggered with e.g.  mode 800x600, vxres 1024, vyres 8192, bpp 
8, font dimensions 8x16, 8Mb video ram and FBINFO_HWACCEL_YWRAP set.  If 
those conditions are met, scrolling is broken and garbage is permanently 
displayed at the bottom of the screen. 
 
No regression, no possible side effects. 
 
Definitely needed by cyblafb and probably needed by amifb. 
 
Signed-off-by: Knut Petersen <Knut_Petersen@t-online.de>  
Acked-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Adrian Bunk  [Tue, 10 Jan 2006 04:53:35 +0000  (20:53 -0800)] 
 
[PATCH] include/video/newport.h: "extern inline" -> "static inline" 
 
"extern inline" doesn't make much sense. 
 
Signed-off-by: Adrian Bunk <bunk@stusta.de>  
Cc: "Antonino A. Daplas" <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:34 +0000  (20:53 -0800)] 
 
[PATCH] skeletonfb: Documentation update 
 
Update skeletonfb so it reflects recent (and somewhat old) changes of the 
framebuffer layer. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:33 +0000  (20:53 -0800)] 
 
[PATCH] nvidiafb: Add support for some pci-e chipsets 
 
Chipsets with PCI device ids & 0xf0 == 0x00f0 has their actual chipset type in 
offset 0x1800 of the mmio space.  Add support for this. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:32 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: LT/LG cleanup 
 
Clean up LT and LG chip descriptions. 
 
"Mach64 LG" is called 3D Rage LT in the specs and ATI press releases. 
 
"Mach64 LT" is unclear.  XFree86 driver doesn't know this chip at all. 
Windows display.inf calls it just "mach64 LT" and it uses the same driver as 
VT-A/GT-A and older chips.  VT-B/GT-B and better use another driver and all of 
those chips have a more descriptive name in the display.inf file.  That makes 
me think this chip is not a 3D Rage chip. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:31 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: VT/GT cleanup 
 
Clean up VT and GT chip descriptions. 
 
All B revision VT chips are called 264VT3. Verified from pictures of the 
chips as the specs are a bit unlear in this. 
 
GT revision B1 is Rage II, B2 is Rage II+. Specs and chip pictures seem 
to agree. 
 
VT revision A4 is 264VT2. Revision A3 is probably a plain 264VT. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:30 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Rage XL/XC cleanup 
 
Clean up Rage XL/XC chip descriptions. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:28 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Improve blanking 
 
Force blanking signal and disable display requests when blanked.  Don't 
disable LCD backlight with FB_BLANK_NORMAL. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:27 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Set ECP divider 
 
Set ECP (scaler/overlay clock) divider. The limits were taken from the 
XFree86 ati driver. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:26 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Don't stretch with CRT 
 
The overlay on 3D Rage LT Pro doesn't work correctly if stretching is 
enabled when using only a CRT. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:25 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Fix interlaced modes 
 
Fix interlaced display modes. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:23 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Fix CRTC_FIFO_LWM mask 
 
CRTC_FIFO_LWM was incorrectly masked. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:22 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Reduce verbosity 
 
Don't complain about invalid modes when FB_ACTIVATE_TEST is used. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ville Syrjälä  [Tue, 10 Jan 2006 04:53:21 +0000  (20:53 -0800)] 
 
[PATCH] atyfb: Fix spelling 
 
Fix some spelling mistakes. 
 
Signed-off-by: Ville Syrjälä <syrjala@sci.fi>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:19 +0000  (20:53 -0800)] 
 
[PATCH] vga16fb: Trim vga16fb_pan_display 
 
Remove error checking and updating from vga16fb_pan_display.  This is 
guaranteed to be done by the core layer. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:18 +0000  (20:53 -0800)] 
 
[PATCH] Fix vesafb display panning regression 
 
Fix vesafb hang when scroll mode is REDRAW. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:17 +0000  (20:53 -0800)] 
 
[PATCH] vesafb: Trim vesafb_pan_display 
 
Remove error checking from vesafb_pan_display.  This is guaranteed to be done 
by the core layer. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:16 +0000  (20:53 -0800)] 
 
[PATCH] savagefb: Trim savagefb_pan_display 
 
Remove error checking and updating from savagefb_pan_display.  This is 
guaranteed to be done by the core layer. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:15 +0000  (20:53 -0800)] 
 
[PATCH] rivafb: Trim rivafb_pan_display 
 
Remove error checking and updating from rivafb_pan_display.  This is 
guaranteed to be done by the core layer. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:14 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: sstfb: Driver cleanups 
 
- remove unneeded casts 
- make setcolreg return success if regno > 15, but don't do anything 
- use framebuffer_alloc/framebuffer_release to allocate/free memory 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:13 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: atyfb: Remove BIOS-less booting 
 
CONFIG_ATYFB_XL_INIT option is broken for a long time.  It will always cause a 
kernel hang. 
 
Since no one has fixed this problem for some time now, remove it from atyfb. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:12 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: fbdev: Cleanup 
 
- remove unneeded casts 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:11 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: tdfxfb: Driver cleanups 
 
- remove unneeded casts 
- move memory for pseudo_palette inside struct tdfxfb_par 
- whitespace changes 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:10 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: pm2fb: Driver cleanups 
 
- remove unneeded casts 
- move memory for pseudo_palette inside struct pm2fb_par 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:09 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: neofb: Driver cleanups 
 
- remove unneeded casts 
- move memory for pseudo_palette inside struct neofb_par 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:08 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: kyrofb: Driver cleanups 
 
- remove unneeded casts 
 
- use framebuffer_alloc/framebuffer_release to allocate/free memory 
 
- the pseudo_palette is always u32 regardless of bpp if using generic 
  drawing functions 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Acked-by: Paul Mundt <lethal@linux-sh.org>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:07 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: imsttfb: Driver cleanups 
 
- remove unneeded casts 
 
- the pseudo_palette, if using the generic drawing functions, must always be 
  u32 regardless of the bpp 
 
- use framebuffer_alloc/framebuffer_release to allocate memory 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:06 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: hgafb: Convert to platform device 
 
- convert to platform device 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:05 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: asiliantfb: Driver cleanups 
 
- allocate just enough space for the pseudo_palette 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:04 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: rivafb: Driver cleanups 
 
- remove redundant casts 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:03 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: i810fb: Driver cleanups 
 
- remove redundant casts 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:02 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: savagefb: Driver cleanup 
 
- remove redundant casts 
- remove symbol_get/symbol_put 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:53:02 +0000  (20:53 -0800)] 
 
[PATCH] fbdev: nvidiafb: Driver cleanup 
 
- remove redundant casts 
- add mode_option to module parameter 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Matthew Garrett  [Tue, 10 Jan 2006 04:53:01 +0000  (20:53 -0800)] 
 
[PATCH] Add sysfs entry to disable framebuffer access 
 
What 
 
Jean Delvare  [Tue, 10 Jan 2006 04:52:59 +0000  (20:52 -0800)] 
 
[PATCH] savagefb: One more I2C-enabled device in savagefb 
 
The I2C bus of the S3 Savage2000 is supposed to work the same way the Savage4 
does.  At least, the legacy i2c-savage4 driver handled both devices the same 
way. 
 
I do not have the hardware to test this, so testers are welcome. 
 
Signed-off-by: Jean Delvare <khali@linux-fr.org>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:52:58 +0000  (20:52 -0800)] 
 
[PATCH] matroxfb: Remove fbcon.h from the main header file 
 
matroxfb has no need for struct display and fbcon.h.  Remove. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:52:58 +0000  (20:52 -0800)] 
 
[PATCH] fbcon: Store struct display when setting all vcs 
 
Store struct display when setting all vc's.  Otherwise, fbcon's behavior 
becomes undefined, such as malpositioning of the cursor. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Alessandro Zummo  [Tue, 10 Jan 2006 04:52:57 +0000  (20:52 -0800)] 
 
[PATCH] nvidiafb: i2c bus name beautification 
 
Assign nvidiafb's i2c busses a better name. 
 
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>  
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:52:56 +0000  (20:52 -0800)] 
 
[PATCH] fbcon: Sanitize fbcon 
 
Do not pass the structure display since fbcon is already keeping the pointer 
to the current display. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Richard Knutsson  [Tue, 10 Jan 2006 04:52:55 +0000  (20:52 -0800)] 
 
[PATCH] aty: remove unnecessary CONFIG_PCI 
 
Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se>  
Cc: "Antonino A. Daplas" <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Antonino A. Daplas  [Tue, 10 Jan 2006 04:52:54 +0000  (20:52 -0800)] 
 
[PATCH] vesafb: Drop blank hook 
 
From: Bugzilla Bug 5351 
 
"After resuming from S3 (suspended while in X), the LCD panel stays black . 
 However, the laptop is up again, and I can SSH into it from another 
machine. 
 
I can get the panel working again, when I first direct video output to the 
CRT output of the laptop, and then back to LCD (done by repeatedly hitting 
Fn+F5 buttons on the Toshiba, which directs output to either LCD, CRT or 
TV) None of this ever happened with older kernels." 
 
This bug is due to the recently added vesafb_blank() method in vesafb.  It 
works with CRT displays, but has a high incidence of problems in laptop 
users.  Since CRT users don't really get that much benefit from hardware 
blanking, drop support for this. 
 
Signed-off-by: Antonino Daplas <adaplas@pol.net>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ingo Molnar  [Tue, 10 Jan 2006 04:52:53 +0000  (20:52 -0800)] 
 
[PATCH] nfs: sleep_on() removal 
 
Convert sleep_on() to wait_event_timeout().  Probably safe with the BKL but 
could be racy once BKL use in NFS-client is gone. 
 
Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Oleg Drokin  [Tue, 10 Jan 2006 04:52:51 +0000  (20:52 -0800)] 
 
[PATCH] d_instantiate_unique / NFS inode leakage 
 
If we have found aliased dentry that we return, inode reference is not 
dropped and inode is not attached anywhere, so it seems the reference to 
inode is leaked in that case. 
 
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>,  
Cc: <viro@parcelfarce.linux.theplanet.co.uk>  
Cc: Christoph Hellwig <hch@lst.de>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jiri Slaby  [Tue, 10 Jan 2006 04:52:51 +0000  (20:52 -0800)] 
 
[PATCH] media-radio: Maestro radio delete owner line from video device 
 
fops is used for module handling with ownership. 
 
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>  
Cc: Greg KH <greg@kroah.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jiri Slaby  [Tue, 10 Jan 2006 04:52:50 +0000  (20:52 -0800)] 
 
[PATCH] media-radio: Maestro avoid accessing private structures directly 
 
video_device.priv is not allowed to touch and it will be actually removed in 
near future.  Use video_get_drvdata() instead. 
 
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>  
Cc: Greg KH <greg@kroah.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jiri Slaby  [Tue, 10 Jan 2006 04:52:49 +0000  (20:52 -0800)] 
 
[PATCH] media-radio: Maestro types change 
 
__u16 --> u16 and so on 
 
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>  
Cc: Greg KH <greg@kroah.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jiri Slaby  [Tue, 10 Jan 2006 04:52:48 +0000  (20:52 -0800)] 
 
[PATCH] media-radio: Maestro radio Lindent 
 
Maestro radio Lindent + some handwork 
 
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>  
Cc: Greg KH <greg@kroah.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Jiri Slaby  [Tue, 10 Jan 2006 04:52:47 +0000  (20:52 -0800)] 
 
[PATCH] media-radio: Pci probing for maestro radio 
 
- Pci probing functions added, some functions were rewrited. 
 
- Use PCI_DEVICE macro. 
 
- dev_* used for printing when pci_dev available. 
 
- some static variables changed to dynamicto allow operation with multiple 
  cards. 
 
- Deleted macros for DEVICE_IDS, they are in pci_ids.h yet. 
 
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>  
Cc: Greg KH <greg@kroah.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Keshavamurthy Anil S  [Tue, 10 Jan 2006 04:52:46 +0000  (20:52 -0800)] 
 
[PATCH] Kprobes: conversion from kcalloc to kzalloc 
 
Signed-of-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ananth N Mavinakayanahalli  [Tue, 10 Jan 2006 04:52:46 +0000  (20:52 -0800)] 
 
[PATCH] kprobes: fix build breakage 
 
The following patch (against 2.6.15-rc5-mm3) fixes a kprobes build break 
due to changes introduced in the kprobe locking in 2.6.15-rc5-mm3.  In 
addition, the patch reverts back the open-coding of kprobe_mutex. 
 
Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>  
Acked-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Anil S Keshavamurthy  [Tue, 10 Jan 2006 04:52:45 +0000  (20:52 -0800)] 
 
[PATCH] kprobes: arch_remove_kprobe 
 
Currently arch_remove_kprobes() is only implemented/required for x86_64 and 
powerpc.  All other architecture like IA64, i386 and sparc64 implementes a 
dummy function which is being called from arch independent kprobes.c file. 
 
This patch removes the dummy functions and replaces it with 
#define arch_remove_kprobe(p, s)	do { } while(0) 
 
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Keshavamurthy Anil S  [Tue, 10 Jan 2006 04:52:44 +0000  (20:52 -0800)] 
 
[PATCH] kprobes-changed-from-using-spinlock-to-mutex fix 
 
Based on some feedback from Oleg Nesterov, I have made few changes to 
previously posted patch. 
 
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Anil S Keshavamurthy  [Tue, 10 Jan 2006 04:52:43 +0000  (20:52 -0800)] 
 
[PATCH] kprobes: changed from using spinlock to mutex 
 
Since Kprobes runtime exception handlers is now lock free as this code path is 
now using RCU to walk through the list, there is no need for the 
register/unregister{_kprobe} to use spin_{lock/unlock}_isr{save/restore}.  The 
serialization during registration/unregistration is now possible using just a 
mutex. 
 
In the above process, this patch also fixes a minor memory leak for x86_64 and 
powerpc. 
 
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Anil S Keshavamurthy  [Tue, 10 Jan 2006 04:52:42 +0000  (20:52 -0800)] 
 
[PATCH] kprobes: cleanup include/asm/kprobes.h 
 
The arch specific kprobes.h files never gets included when CONFIG_KPROBES is 
turned off.  Hence check for CONFIG_KPROBES is not appropriate here in this 
arch specific kprobes.h files. 
 
Also the below defined function kprobes_exception_notify() is not needed when 
CONFIG_KPROBES is off. 
 
Compile tested for both CONFIG_KPROBES=y and N. 
 
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Anil S Keshavamurthy  [Tue, 10 Jan 2006 04:52:41 +0000  (20:52 -0800)] 
 
[PATCH] kprobes: enable funcions only for required arch 
 
Kernel/kprobes.c defines get_insn_slot() and free_insn_slot() which are 
currently required _only_ for x86_64 and powerpc (which has no-exec support). 
 
FYI, get{free}_insn_slot() functions manages the memory page which is mapped 
as executable, required for instruction emulation. 
 
This patch moves those two functions under __ARCH_WANT_KPROBES_INSN_SLOT and 
defines __ARCH_WANT_KPROBES_INSN_SLOT in arch specific kprobes.h file. 
 
Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Matt Helsley  [Tue, 10 Jan 2006 04:52:40 +0000  (20:52 -0800)] 
 
[PATCH] Remove getnstimestamp() 
 
Remove getnstimestamp() in favor of ktime.h's ktime_get_ts() 
 
Signed-off-by: Matt Helsley <matthltc@us.ibm.com>  
Cc: john stultz <johnstul@us.ibm.com>  
Cc: Thomas Gleixner <tglx@linutronix.de>  
Cc: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Matt Helsley  [Tue, 10 Jan 2006 04:52:40 +0000  (20:52 -0800)] 
 
[PATCH] Switch getnstimestamp() calls to ktime_get_ts() 
 
Use ktime_get_ts() to take the timestamp instead of getnstimestamp().  This 
patch prepares to remove getnstimestamp() by switching its only user to a 
different function with almost exactly the same code. 
 
Signed-off-by: Matt Helsley <matthltc@us.ibm.com>  
Cc: john stultz <johnstul@us.ibm.com>  
Cc: Thomas Gleixner <tglx@linutronix.de>  
Cc: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Matt Helsley  [Tue, 10 Jan 2006 04:52:39 +0000  (20:52 -0800)] 
 
[PATCH] Export ktime_get_ts() 
 
This series removes the getnstimestamp() function from kernel/time.c in favor 
of kernel/hrtimer.c's ktime_get_ts() function which currently does exactly the 
same thing: retrieves a high-resolution (ns) timespec structure and performs 
the wall_to_monotonic adjustment. 
 
This patch: 
 
Export ktime_get_ts() to be used as a timestamp function since it uses 
getnstimefoday() and does the wall_to_monotonic adjustment. 
 
Signed-off-by: Matt Helsley <matthltc@us.ibm.com>  
Cc: john stultz <johnstul@us.ibm.com>  
Cc: Thomas Gleixner <tglx@linutronix.de>  
Cc: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:38 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: convert posix timers completely 
 
- convert posix-timers.c to use hrtimers 
 
- remove the now obsolete abslist code 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:37 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API 
 
Switch clock_nanosleep to use the new nanosleep functions in hrtimer.c 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:36 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: switch sys_nanosleep to hrtimer 
 
convert sys_nanosleep() to use hrtimer_nanosleep() 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:35 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: create hrtimer nanosleep API 
 
introduce the hrtimer_nanosleep() and hrtimer_nanosleep_real() APIs.  Not yet 
used by any code. 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:34 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: switch itimers to hrtimer 
 
switch itimers to a hrtimers-based implementation 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:33 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: hrtimer documentation 
 
add hrtimer docbook and design document 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:32 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: hrtimer core code 
 
hrtimer subsystem core.  It is initialized at bootup and expired by the timer 
interrupt, but is otherwise not utilized by any other subsystem yet. 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:31 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: introduce ktime_t time format 
 
- introduce ktime_t: nanosecond-resolution time format. 
 
- eliminate the plain s64 scalar type, and always use the union. 
  This simplifies the arithmetics. Idea from Roman Zippel. 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:30 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: introduce nsec_t type and conversion functions 
 
- introduce the nsec_t type 
 
- basic nsec conversion routines: timespec_to_ns(), timeval_to_ns(), 
  ns_to_timespec(), ns_to_timeval(). 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:29 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: validate timespec of do_sys_settimeofday 
 
Check if the timespec which is provided from user space is normalized. 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:29 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: create and use timespec_valid macro 
 
add timespec_valid(ts) [returns false if the timespec is denorm] 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:28 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: coding style and white space cleanup 2 
 
style/whitespace/macro cleanups of posix-timers.h 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:27 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: make clockid_t arguments const 
 
add const arguments to the posix-timers.h API functions 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ingo Molnar  [Tue, 10 Jan 2006 04:52:26 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: coding style and white space cleanup 
 
style and whitespace cleanup of the rest of time.h. 
 
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ingo Molnar  [Tue, 10 Jan 2006 04:52:25 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: coding style clean up of clock constants 
 
clean up the CLOCK_ portions of time.h 
 
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:25 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: remove unused clock constants 
 
remove unused CLOCK_ constants from time.h 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Andrew Morton  [Tue, 10 Jan 2006 04:52:24 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: export deinlined mktime 
 
This is now uninlined, but some modules use it. 
 
Make it a non-GPL export, since the inlined mktime() was also available that 
way. 
 
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Ingo Molnar  [Tue, 10 Jan 2006 04:52:23 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: clean up mktime and make arguments const 
 
add 'const' to mktime arguments, and clean it up a bit 
 
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:22 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: deinline mktime and set_normalized_timespec 
 
mktime() and set_normalized_timespec() are large inline functions used in many 
places: deinline them. 
 
From: George Anzinger, off-by-1 bugfix 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:21 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: remove duplicate div_long_long_rem implementation 
 
make posix-timers.c use the generic calc64.h facility 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Thomas Gleixner  [Tue, 10 Jan 2006 04:52:20 +0000  (20:52 -0800)] 
 
[PATCH] hrtimer: move div_long_long_rem out of jiffies.h 
 
move div_long_long_rem() from jiffies.h into a new calc64.h include file, as 
it is a general math function useful for other things than the jiffy code. 
Convert it to an inline function 
 
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>  
Signed-off-by: Ingo Molnar <mingo@elte.hu>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Brian Gerst  [Tue, 10 Jan 2006 04:52:18 +0000  (20:52 -0800)] 
 
[PATCH] Generic ioctl.h 
 
Most arches copied the i386 ioctl.h.  Combine them into a generic header. 
 
Signed-off-by: Brian Gerst <bgerst@didntduck.org>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>  
Christoph Hellwig  [Tue, 10 Jan 2006 04:52:17 +0000  (20:52 -0800)] 
 
[PATCH] don't include ioctl32.h in drivers 
 
These days ioctl32.h is only used for communication of fs/compat.c and 
fs/compat_ioctl.c and doesn't contain anything of interest to drivers. 
 
Remove inclusion in various drivers. 
 
Signed-off-by: Christoph Hellwig <hch@lst.de>  
Signed-off-by: Andrew Morton <akpm@osdl.org>  
Signed-off-by: Linus Torvalds <torvalds@osdl.org>