aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-10dm cache: set config valuedm-3.10-changes-2for-linus-2Joe Thornber1-28/+31
2013-05-10dm cache: move config fnsAlasdair G Kergon1-17/+17
2013-05-10dm thin: generate event when metadata threshold passedJoe Thornber3-0/+58
2013-05-10dm persistent metadata: add space map threshold callbackJoe Thornber1-1/+76
2013-05-10dm persistent data: add threshold callback to space mapJoe Thornber3-3/+29
2013-05-10dm thin: detect metadata device resizingJoe Thornber3-3/+64
2013-05-10dm persistent data: support space map resizingJoe Thornber1-6/+32
2013-05-10dm thin: open dev read only when possibleJoe Thornber1-11/+14
2013-05-10dm thin: refactor data dev resizeJoe Thornber2-33/+64
2013-05-10dm cache: replace memcpy with struct assignmentJoe Thornber2-3/+3
2013-05-10dm cache: fix typos in commentsJoe Thornber1-3/+4
2013-05-10dm cache policy: fix description of lookup fnAlasdair G Kergon1-2/+2
2013-05-10dm: document iterate_devicesAlasdair G Kergon1-0/+15
2013-05-10dm persistent data: fix error message typosJoe Thornber1-4/+4
2013-05-10dm cache: tune migration throttlingJoe Thornber1-1/+2
2013-05-10dm mpath: enable WRITE SAME supportMike Snitzer1-0/+1
2013-05-10dm table: fix write same supportMike Snitzer1-1/+1
2013-05-10dm bufio: avoid a possible __vmalloc deadlockMikulas Patocka1-1/+23
2013-05-10dm snapshot: fix error return code in snapshot_ctrWei Yongjun1-0/+1
2013-05-10dm cache: fix error return code in cache_createWei Yongjun1-0/+1
2013-05-10dm stripe: fix regression in stripe_width calculationMike Snitzer1-5/+6
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds62-372/+17681
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds50-956/+1000
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds89-1364/+900
2013-05-07aio: don't include aio.h in sched.hKent Overstreet58-7/+58
2013-05-07aio: kill ki_retryKent Overstreet2-165/+85
2013-05-07aio: kill ki_keyKent Overstreet2-7/+9
2013-05-07aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-07aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-07aio: kill batch allocationKent Overstreet2-102/+15
2013-05-07aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-07aio: use cancellation list lazilyKent Overstreet3-55/+81
2013-05-07aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-07wait: add wait_event_hrtimeout()Kent Overstreet1-0/+86
2013-05-07aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-07aio: make aio_put_req() locklessKent Overstreet2-54/+36
2013-05-07aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-07aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-07aio: move private stuff out of aio.hKent Overstreet3-61/+62
2013-05-07aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-07aio: kill return value of aio_complete()Kent Overstreet2-18/+11
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35
2013-05-07aio: remove retry-based AIOZach Brown5-379/+31
2013-05-07gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-07aio: remove dead code from aio.hZach Brown1-24/+0
2013-05-07mm: remove old aio use_mm() commentZach Brown1-3/+0
2013-05-07mm/vmalloc.c: add vfree commentAndrew Morton1-0/+2
2013-05-07remove unused random32() and srandom32()Akinobu Mita1-7/+0
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton4-6/+6
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita7-9/+9
2013-05-07hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi4-22/+34
2013-05-07parisc: remove the second argument of kmap_atomic()Zhao Hongjiang1-3/+3
2013-05-07drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driverLucas Stach1-0/+5
2013-05-07include/linux/mm.h: complete the mm_walk definitionAndrew Morton1-7/+13
2013-05-07mm, memcg: add rss_huge stat to memory.statDavid Rientjes2-11/+29
2013-05-07mm/SPARC: use common help functions to free reserved pagesJiang Liu3-68/+12
2013-05-07arm: fix mismerge of arch/arm/mach-omap2/timer.cLinus Torvalds1-0/+4
2013-05-07rwsem: check counter to avoid cmpxchg callsDavidlohr Bueso1-1/+3
2013-05-07kref: minor cleanupAnatol Pomozov2-4/+7
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds50-177/+93
2013-05-07Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-70/+348
2013-05-07Merge tag '3.9-rc3-smp-6-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-10/+86
2013-05-07parisc: tlb flush counting fix for SMP and UPHelge Deller4-19/+5
2013-05-07Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-138/+677
2013-05-07Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...Linus Torvalds3-14/+44
2013-05-07Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-05-07Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds1-2/+2
2013-05-07parisc: more irq statistics in /proc/interruptsHelge Deller5-4/+86
2013-05-07parisc: implement irq stacksHelge Deller4-2/+94
2013-05-07parisc: add kernel stack overflow checkHelge Deller4-4/+42
2013-05-07proc: Use PDE attribute setting accessor functionsGeert Uytterhoeven2-2/+2
2013-05-07parisc: only re-enable interrupts if we need to schedule or deliver signals w...John David Anglin1-5/+9
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-154/+1098
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds79-1041/+777
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds143-3048/+7751
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds95-1001/+2256
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds56-1828/+5588
2013-05-07libata: change maintainerTejun Heo1-2/+2
2013-05-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-51/+71
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds7-72/+362
2013-05-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds29-128/+236
2013-05-07Merge branch 'rwsem-optimizations'Linus Torvalds3-153/+153
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-915/+781
2013-05-07Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds7-42/+52
2013-05-07Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds10-12/+281
2013-05-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds6-67/+49
2013-05-07menuconfig: fix NULL pointer dereference when searching a symbolLi Zefan1-6/+10
2013-05-07e1000e: fix scheduling while atomic bugBruce Allan1-1/+1
2013-05-07rwsem: no need for explicit signed longsDavidlohr Bueso1-5/+3
2013-05-07x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse1-7/+21
2013-05-07rwsem: do not block readers at head of queue if other readers are activeMichel Lespinasse1-2/+8
2013-05-07rwsem: implement support for write lock stealing on the fastpathMichel Lespinasse1-32/+32
2013-05-07rwsem: simplify __rwsem_do_wakeMichel Lespinasse2-30/+19
2013-05-07rwsem: skip initial trylock in rwsem_down_write_failedMichel Lespinasse1-8/+9
2013-05-07rwsem: avoid taking wait_lock in rwsem_down_write_failedMichel Lespinasse1-2/+8
2013-05-07rwsem: use cmpxchg for trying to steal write lockMichel Lespinasse1-20/+6
2013-05-07rwsem: more agressive lock stealing in rwsem_down_write_failedMichel Lespinasse1-21/+8
2013-05-07rwsem: simplify rwsem_down_write_failedMichel Lespinasse1-24/+9
2013-05-07rwsem: simplify rwsem_down_read_failedMichel Lespinasse1-20/+2
2013-05-07rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failedMichel Lespinasse1-15/+57
2013-05-07rwsem: shorter spinlocked section in rwsem_down_failed_common()Michel Lespinasse1-5/+3
2013-05-07rwsem: make the waiter type an enumeration rather than a bitmaskMichel Lespinasse2-18/+24
2013-05-07Merge tag 'omap-for-v3.10/fixes-for-merge-window' of git://git.kernel.org/pub...Arnd Bergmann2-2/+2
2013-05-07vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDXAsias He1-7/+1
2013-05-07powerpc: Make hard_irq_disable() do the right thing vs. irq tracingBenjamin Herrenschmidt1-9/+7
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg9-915/+781
2013-05-07make blkdev_put() return voidAl Viro8-46/+22
2013-05-07block_device_operations->release() should return voidAl Viro37-121/+62
2013-05-06ARM: OMAP4: change the device names in usb_bind_phyKishon Vijay Abraham I2-2/+2
2013-05-06ARM: OMAP2+: Fix mismerge for timer.c between ff931c82 and da4a686aVaibhav Hiremath1-0/+4
2013-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-50/+1826
2013-05-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds36-220/+1149
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds36-293/+1293
2013-05-06Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds20-79/+91
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-131/+380
2013-05-06Merge branch 'exynos/pwm-clocksource' into late/multiplatformArnd Bergmann10-17/+946
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann353-4947/+15263
2013-05-06Fix cleaning in scripts/modAndreas Schwab1-0/+2
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann422-2523/+4475
2013-05-06parisc: implement atomic64_dec_if_positive()Helge Deller2-0/+24
2013-05-06parisc: use long branch in fork_like macroJohn David Anglin1-1/+2
2013-05-06parisc: fix NATIVE set up in buildMike Frysinger1-3/+1
2013-05-06parisc: document the parisc gateway pageHelge Deller1-1/+24
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller6-25/+52
2013-05-06parisc: Provide default implementation for dma_{alloc, free}_attrsDamian Hobson-Garcia1-0/+3
2013-05-06parisc: fix whitespace errors in arch/parisc/kernel/traps.cRolf Eike Beer1-12/+12
2013-05-06mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter1-9/+15
2013-05-06parisc: remove the second argument of kmap_atomicZhao Hongjiang1-3/+3
2013-05-06tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter1-2/+4
2013-05-06tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter1-1/+4
2013-05-06net/usb: new driver for RTL8152hayeswang4-0/+1789
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds32-2280/+4196
2013-05-06Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds36-1304/+1261
2013-05-06autofs - remove autofs dentry mount checkDavid Jeffery1-9/+0
2013-05-06autofs - fix sparse warning for autofs4_d_manage()Claudiu Ghioc1-1/+1
2013-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds18-269/+415
2013-05-063c59x: fix freeing nonexistent resource on driver unloadSergei Shtylyov1-1/+1
2013-05-06netpoll: inverted down_trylock() testDan Carpenter1-1/+1
2013-05-06rps_dev_flow_table_release(): no need to delay vfree()Al Viro2-12/+1
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov2-2/+4
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin1-1/+1
2013-05-06vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He1-28/+30
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He1-3/+0
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He1-3/+0
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He2-3/+6
2013-05-06vhost-net: Free ubuf when vhost_dev_set_owner failsAsias He1-6/+32
2013-05-06vhost: Export vhost_dev_set_ownerAsias He2-1/+2
2013-05-06slab: Return NULL for oversized allocationsChristoph Lameter2-0/+9
2013-05-06powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt10-104/+54
2013-05-06powerpc/cell/iommu: Improve error message for missing nodeBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/cell/spufs: Fix status attribute permissionBenjamin Herrenschmidt1-1/+1
2013-05-06irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2-6/+28
2013-05-05mtd_blktrans_ops->release() should return voidAl Viro4-10/+7
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds88-1317/+8956
2013-05-05hfs: SMP race on directory close()Al Viro1-0/+2
2013-05-06powerpc/pnv: Fix "compatible" property for P8 PHBBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/pci: Don't add bogus empty resources to PHBsBenjamin Herrenschmidt1-14/+16
2013-05-06powerpc/powerpnv: Properly handle failure starting CPUsBenjamin Herrenschmidt1-1/+3
2013-05-06powerpc/cputable: Advertise support for ISEL/HTM/DSCR/TAR on POWER8Nishanth Aravamudan1-0/+5
2013-05-06powerpc/cputable: Advertise ISEL support on appropriate embedded processorsNishanth Aravamudan1-0/+5
2013-05-06powerpc/cputable: Advertise DSCR support on P7/P7+Nishanth Aravamudan1-0/+4
2013-05-06powerpc/cputable: Reserve bits in HWCAP2 for new featuresNishanth Aravamudan2-0/+11
2013-05-06powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza5-0/+70
2013-05-06powerpc/pseries: Force 32 bit MSIs for devices that require itBrian King2-3/+20
2013-05-06powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling1-0/+1
2013-05-06powerpc/powernv: Defer OPAL exception handler registrationJeremy Kerr1-2/+13
2013-05-06powerpc: Emulate non privileged DSCR read and writeAnton Blanchard2-2/+12
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds110-2270/+8522
2013-05-05Give the OID registry file module info to avoid kernel taintingDavid Howells1-0/+5
2013-05-05tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-05net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10
2013-05-05virtio: don't expose u16 in userspace apistephen hemminger1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds31-119/+990
2013-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-26/+51
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-139/+201
2013-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds33-41/+41
2013-05-05Merge branch 'ipc-cleanups'Linus Torvalds1-44/+42
2013-05-05kvm: Add compat_ioctl for device control APIScott Wood1-0/+3
2013-05-05perf/x86/intel/lbr: Demand proper privileges for PERF_SAMPLE_BRANCH_KERNELPeter Zijlstra1-3/+10
2013-05-05rcutrace: single_open() leaksAl Viro1-4/+4
2013-05-05gadget: single_open() leaksAl Viro2-2/+2
2013-05-05staging: single_open() leaksAl Viro8-8/+8
2013-05-05megaraid: single_open() leakAl Viro1-1/+1
2013-05-05wireless: single_open() leaksAl Viro4-7/+7
2013-05-05input: single_open() leakAl Viro1-1/+1
2013-05-05rtc: single_open() leaksAl Viro2-2/+2
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-05-05sh: single_open() leaksAl Viro1-1/+1
2013-05-05parisc: single_open() leaksAl Viro1-1/+1
2013-05-05mips: single_open() leaksAl Viro3-4/+4
2013-05-05ia64: single_open() leaksAl Viro3-4/+4
2013-05-05h8300: single_open() leaksAl Viro1-1/+1
2013-05-05cris: single_open() leaksAl Viro2-2/+2
2013-05-05arm: single_open() leaksAl Viro2-2/+2
2013-05-04cifs: small variable name cleanupDan Carpenter1-1/+1
2013-05-04CIFS: fix error return code in cifs_atomic_open()Wei Yongjun1-1/+3
2013-05-04cifs: store the real expected sequence number in the midJeff Layton3-4/+4