summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-07sparc64: Increase size of boot string to 1024 bytesDave Kleikamp1-1/+4
2014-10-06sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller3-26/+5
2014-10-06sparc64: sparse irqbob picco3-174/+341
2014-10-06sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller4-20/+28
2014-10-06sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller3-5/+16
2014-10-06sparc64: Use kernel page tables for vmemmap.David S. Miller3-56/+36
2014-10-06sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller7-374/+244
2014-10-06sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2-21/+37
2014-10-06sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2-11/+25
2014-10-06sparc64: Switch to 4-level page tables.David S. Miller6-10/+109
2014-10-05sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller1-2/+2
2014-09-30sparc64: Add vio_set_intr() to enable/disable Rx interruptsSowmini Varadhan2-1/+14
2014-09-30vio: fix reuse of vio_dring slotDwight Engen3-19/+26
2014-09-30sunvdc: limit each sg segment to a pageDwight Engen1-0/+4
2014-09-30sunvdc: compute vdisk geometry from capacityAllen Pais1-9/+14
2014-09-30sunvdc: add cdrom and v1.1 protocol supportAllen Pais2-20/+101
2014-09-30sparc: VIO protocol version 1.6David L Stevens2-4/+54
2014-09-27sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller1-2/+2
2014-09-17sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan4-26/+28
2014-09-17sparc64: T5 PMUbob picco5-5/+73
2014-09-17sparc64: mem boot option correctionbob picco2-16/+51
2014-09-17sparc64: find_node adjustmentbob picco1-1/+4
2014-09-17sparc64: sun4v TLB error power off eventsbob picco4-20/+34
2014-09-10sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom1-2/+3
2014-09-10sparc32, leon: Make leon_dma_ops avaiable when !CONFIG_PCIAndreas Larsson1-2/+4
2014-09-10sparc: leon: Fix race condition between leon_cycles_offset and timer_interruptAndreas Larsson1-3/+28
2014-09-10sparc: Let memset return the address argumentAndreas Larsson1-4/+14
2014-09-10sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais1-0/+8
2014-09-10sparc64: support M6 and M7 for building CPU distribution mapAllen Pais1-0/+2
2014-09-10sparc64: correctly recognise M6 and M7 cpu typeAllen Pais3-0/+26
2014-09-09microblaze: Fix number of syscallsMichal Simek1-1/+1
2014-09-09microblaze: Rename Advance setup to Kernel featuresMichal Simek1-1/+1
2014-09-09microblaze: Add mm/Kconfig to advance menuMichal Simek1-2/+2
2014-09-09arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang1-2/+2
2014-09-09arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compi...Chen Gang1-0/+1
2014-09-08lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-09-08nfsd4: fix rd_dircount enforcementJ. Bruce Fields1-1/+13
2014-09-08ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-08Linux 3.17-rc4v3.17-rc4Linus Torvalds1-1/+1
2014-09-08Documentation: new page link in SubmittingPatchesSudip Mukherjee1-0/+1
2014-09-08Documentation: NFS/RDMA: Document separate Kconfig symbolsPaul Bolle1-7/+9
2014-09-08Documentation: misc-devices: Rename freefall.c from hpfall.c in lis2lv02dMasanari Iida1-1/+1
2014-09-08Documentation: i2c: rename variable "register" to "reg"Jose Manuel Alarcon Roldan1-5/+5
2014-09-08Documentation: seq_file: Document seq_open_private(), seq_release_private()Rob Jones1-0/+33
2014-09-07ufs: fix deadlocks introduced by sb mutex mergeAlexey Khoroshilov2-13/+8
2014-09-06timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner1-2/+3
2014-09-06compat: nanosleep: Clarify error handlingThomas Gleixner1-3/+21
2014-09-06amd-xgbe: Enable interrupts for all management countersLendacky, Thomas1-2/+2
2014-09-06amd-xgbe: Treat certain counter registers as 64 bitLendacky, Thomas1-82/+108
2014-09-06greth: moved TX ring cleaning to NAPI rx poll funcDaniel Hellstrom2-39/+49