aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-27powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras5-83/+48
2012-05-27lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras1-1/+1
2012-05-26sparc: use the new generic strnlen_user() functionDavid Miller7-231/+9
2012-05-26x86: use the new generic strnlen_user() functionLinus Torvalds6-109/+4
2012-05-26lib: add generic strnlen_user() functionLinus Torvalds3-0/+142
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds6-53/+102
2012-05-26x86: use generic strncpy_from_user routineLinus Torvalds3-97/+2
2012-05-25intel-iommu: Move duplicate list-mangling code into unlink_domain_info() helperDavid Woodhouse1-16/+13
2012-05-25intel-iommu: Add device info into list before doing context mappingDavid Woodhouse1-6/+11
2012-05-25tile: default to tilegx_defconfig for ARCH=tileChris Metcalf1-1/+6
2012-05-25tile: fix bug where fls(0) was not returning 0Chris Metcalf1-6/+6
2012-05-25arch/tile: mark TILEGX as not EXPERIMENTALChris Metcalf1-6/+4
2012-05-25tile/mm/fault.c: Port OOM changes to handle_page_faultKautuk Consul1-5/+27
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf1-2/+28
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf2-1/+21
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf8-280/+636
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf15-158/+456
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf2-0/+9
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf5-9/+300
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf6-8/+55
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf20-197/+345
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf8-315/+241
2012-05-25arch/tile: support building big-endian kernelChris Metcalf10-29/+130
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf6-53/+111
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf7-99/+96
2012-05-25openrisc: use generic strncpy_from_userJonas Bonn3-59/+4
2012-05-25dma-buf: add initial vmap documentationDave Airlie1-0/+11
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal2-4/+8
2012-05-25dma-buf: add vmap interfaceDave Airlie2-0/+48
2012-05-25dma-buf: mmap supportDaniel Vetter3-8/+170
2012-05-25ALSA: hda/realtek - Add new codec support for ALC269VDKailang Yang1-5/+33
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias1-1/+5
2012-05-25microblaze: Add TLS support to sys_cloneEdgar E. Iglesias1-3/+4
2012-05-25microblaze: ftrace: Pass the first calling instruction for dynamic ftraceMichal Simek1-1/+1
2012-05-25microblaze: Port OOM changes to do_page_faultKautuk Consul1-5/+28
2012-05-25microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen1-1/+1
2012-05-24sparc: Fix user_addr_max() definition.David S. Miller2-2/+4
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller5-144/+152
2012-05-24kernel: Move REPEAT_BYTE definition into linux/kernel.hDavid S. Miller4-4/+6
2012-05-24sparc: Increase portability of strncpy_from_user() implementation.David S. Miller2-5/+30
2012-05-24alpha: add io{read,write}{16,32}be functionsMichael Cree1-0/+5
2012-05-24alpha: implement various OSF/1 stat syscallsMans Rullgard3-5/+174
2012-05-24alpha: implement setsysinfo(SSI_LMF) as a no-opMans Rullgard2-0/+4
2012-05-24x86, relocs: Add jiffies and jiffies_64 to the relative whitelistH. Peter Anvin1-0/+1
2012-05-24Input: matrix-keymap - fix building keymapsDmitry Torokhov1-1/+1
2012-05-24drm/nouveau/nvd9: Fix GPIO initialisation sequence.Marcin Koƛcielnicki1-1/+1
2012-05-24drm/nouveau: Unregister switcheroo client on exitAndreas Heider1-0/+2
2012-05-24drm/nouveau: Check dsm on switcheroo unregisterAndreas Heider1-1/+2
2012-05-24drm/nouveau: fix a minor annoyance in an output stringBen Skeggs1-1/+1
2012-05-24drm/nouveau: turn a BUG into a WARNBen Skeggs1-1/+1