| Commit message (Expand) | Author | Files | Lines |
2011-03-17 | sh: Wire up new fhandle and clock_adjtime syscalls. | Paul Mundt | 4 | -2/+14 |
2011-03-17 | sh: modify platform_device for sh_eth driver | Yoshihiro Shimoda | 3 | -0/+15 |
2011-03-17 | sh: add GETHER's platform_device in board-sh7757lcr | Yoshihiro Shimoda | 1 | -0/+93 |
2011-03-17 | drm/radeon: fixup refcounts in radeon dumb create ioctl. | Dave Airlie | 1 | -3/+5 |
2011-03-17 | drm: radeon: *_cs_packet_parse_vline() cleanup | Paul Bolle | 3 | -42/+23 |
2011-03-17 | radeon: merge list_del()/list_add_tail() to list_move_tail() | Nicolas Kaiser | 1 | -4/+2 |
2011-03-17 | sparc32: Fix might-be-used-uninitialized warning in do_sparc_fault(). | David S. Miller | 1 | -2/+1 |
2011-03-17 | sparc: Fix .size directive for do_int_load | Ben Hutchings | 1 | -1/+1 |
2011-03-17 | sparc64: Fix build errors with gcc-4.6.0 | David S. Miller | 11 | -35/+36 |
2011-03-17 | sparc32,sun4m: percpu and global register definitions moved to irq.h | Sam Ravnborg | 2 | -21/+30 |
2011-03-17 | sparc32: introduce build_device_irq | Sam Ravnborg | 4 | -54/+68 |
2011-03-17 | sparc32: introduce sparc_irq_config | Sam Ravnborg | 7 | -18/+25 |
2011-03-17 | sparc32: fix build with leon or floppy enabled | Sam Ravnborg | 4 | -15/+17 |
2011-03-17 | sparc: convert to clocksource_register_hz/khz | John Stultz | 1 | -3/+1 |
2011-03-17 | sparc64: Sharpen address space randomization calculations. | David S. Miller | 1 | -8/+13 |
2011-03-17 | sparc32: irq_32.c cleanup | Sam Ravnborg | 1 | -137/+92 |
2011-03-17 | sparc32, sun4d: add comment in empty statement in sun4d_request_irq() | Sam Ravnborg | 1 | -1/+2 |
2011-03-17 | sparc32,sun4d: drop unused code in sun4d_distribute_irqs() | Sam Ravnborg | 1 | -47/+0 |
2011-03-17 | sparc32,sun4d: irq, smp files cleanup | Sam Ravnborg | 2 | -197/+174 |
2011-03-17 | sparc32,sun4m: irq, smp files cleanup | Sam Ravnborg | 2 | -158/+115 |
2011-03-17 | sparc32,sun4c: irq file cleanup | Sam Ravnborg | 1 | -37/+44 |
2011-03-17 | sparc32: add irq + smp declarations to headers | Sam Ravnborg | 5 | -13/+68 |
2011-03-17 | sparc32: remove tick14.c | Sam Ravnborg | 3 | -44/+0 |
2011-03-17 | sparc32/leon: FPU-FSR only available when FPU present | Daniel Hellstrom | 1 | -1/+1 |
2011-03-17 | SPARC/LEON: power down instruction different of different LEONs | Daniel Hellstrom | 5 | -17/+97 |
2011-03-17 | sparc32: added U-Boot build target: uImage | Daniel Hellstrom | 3 | -1/+66 |
2011-03-17 | sparc64: rename virt_irq => irq - II | Sam Ravnborg | 7 | -53/+53 |
2011-03-17 | sparc64: rename virt_irq => irq - I | Sam Ravnborg | 2 | -80/+77 |
2011-03-17 | sparc64: use up-to-data genirq functions | Sam Ravnborg | 2 | -59/+61 |
2011-03-17 | sparc64: use {get,set}_irq_data for handler_data | Sam Ravnborg | 1 | -10/+10 |
2011-03-17 | sparc64: all pointers to irq_handler_data renamed to handler_data | Sam Ravnborg | 1 | -39/+39 |
2011-03-17 | sparc: in handler_irq() rename irq parameter to pil | Sam Ravnborg | 3 | -21/+21 |
2011-03-17 | sparc64: fix direct access to irq_desc | Sam Ravnborg | 1 | -7/+7 |
2011-03-17 | sparc: Fix sbus_alloc_coherent error handling. | Kristoffer Glembo | 1 | -2/+2 |
2011-03-17 | sparc: Make mmu_inval_dma_area take void * instead of unsigned long to minimi... | Kristoffer Glembo | 1 | -26/+27 |
2011-03-17 | sparc/leon: Make mmu_inval_dma_area flush dcache for LEONs without snooping e... | Kristoffer Glembo | 1 | -3/+7 |
2011-03-17 | sparc/leon: Add LEON dma_ops. | Kristoffer Glembo | 1 | -5/+13 |
2011-03-17 | sparc: Add pci32_unmap_page. | Kristoffer Glembo | 1 | -0/+8 |
2011-03-17 | sparc: Replace open coded page alignment with PAGE_ALIGN macro. | Kristoffer Glembo | 1 | -14/+11 |
2011-03-16 | vfs: bury ->get_sb() | Al Viro | 5 | -103/+47 |
2011-03-16 | nfs: switch NFS from ->get_sb() to ->mount() | Al Viro | 1 | -66/+66 |
2011-03-16 | nfs: stop mangling ->mnt_devname on NFS | Al Viro | 1 | -23/+0 |
2011-03-16 | vfs: new superblock methods to override /proc/*/mount{s,info} | Al Viro | 3 | -9/+60 |
2011-03-16 | nfs: nfs_do_{ref,sub}mount() superblock argument is redundant | Al Viro | 3 | -18/+13 |
2011-03-16 | nfs: make nfs_path() work without vfsmount | Al Viro | 4 | -62/+74 |
2011-03-16 | nfs: store devname at disconnected NFS roots | Al Viro | 3 | -4/+65 |
2011-03-16 | nfs: propagate devname to nfs{,4}_get_root() | Al Viro | 3 | -9/+13 |
2011-03-16 | fix cdev leak on O_PATH final fput() | Miklos Szeredi | 1 | -1/+3 |
2011-03-16 | bonding: enable netpoll without checking link status | Andy Gospodarek | 1 | -2/+0 |
2011-03-16 | xfrm: Refcount destination entry on xfrm_lookup | Steffen Klassert | 1 | -0/+2 |