| Commit message (Expand) | Author | Age | Files | Lines |
* | PCMCIA: Remove commented references to dead class_device_create_file() | Robert P. J. Day | 2015-05-30 | 3 | -21/+0 |
* | drivers/pcmcia/electra_cf.c: add missing iounmap and kfree | Julia Lawall | 2015-05-30 | 1 | -3/+6 |
* | pcmcia: replace open-coded ARRAY_SIZE with macro | Jim Cromie | 2015-05-30 | 1 | -1/+1 |
* | Merge tag 'acpi-pci-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-05-30 | 2 | -6/+20 |
|\ |
|
| * | PCI / ACPI: Do not set ACPI companions for host bridges with parents | Rafael J. Wysocki | 2015-05-28 | 2 | -6/+20 |
* | | Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-05-30 | 10 | -83/+127 |
|\ \ |
|
| * | | xfs: fix broken i_nlink accounting for whiteout tmpfile inode | Brian Foster | 2015-05-29 | 1 | -2/+8 |
| * | | xfs: xfs_iozero can return positive errno | Dave Chinner | 2015-05-28 | 1 | -1/+1 |
| * | | xfs: xfs_attr_inactive leaves inconsistent attr fork state behind | Dave Chinner | 2015-05-28 | 4 | -47/+58 |
| * | | xfs: extent size hints can round up extents past MAXEXTLEN | Dave Chinner | 2015-05-28 | 1 | -12/+19 |
| * | | xfs: inode and free block counters need to use __percpu_counter_compare | Dave Chinner | 2015-05-28 | 1 | -14/+20 |
| * | | percpu_counter: batch size aware __percpu_counter_compare() | Dave Chinner | 2015-05-28 | 2 | -4/+15 |
| * | | xfs: use percpu_counter_read_positive for mp->m_icount | George Wang | 2015-05-28 | 1 | -3/+6 |
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-05-29 | 9 | -13/+21 |
|\ \ \ |
|
| * | | | ARM: multi_v7_defconfig: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760 | Geert Uytterhoeven | 2015-05-29 | 1 | -1/+1 |
| * | | | Merge tag 'imx-fixes-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2015-05-29 | 1 | -3/+13 |
| |\ \ \ |
|
| | * | | | ARM: imx6: gpc: don't register power domain if DT data is missing | Lucas Stach | 2015-05-27 | 1 | -0/+4 |
| | * | | | ARM: imx6: allow booting with old DT | Lucas Stach | 2015-05-27 | 1 | -3/+9 |
| * | | | | Merge tag 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2015-05-29 | 1 | -1/+1 |
| |\ \ \ \ |
|
| | * | | | | ARM: dts: set display clock correctly for exynos4412-trats2 | Inki Dae | 2015-05-23 | 1 | -1/+1 |
| * | | | | | ARM: pxa: pxa_cplds: signedness bug in probe | Robert Jarzmik | 2015-05-22 | 1 | -1/+1 |
| * | | | | | Merge tag 'omap-for-v4.1/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2015-05-20 | 3 | -5/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | ARM: dts: Fix WLAN interrupt line for AM335x EVM-SK | Romain Izard | 2015-05-20 | 1 | -1/+1 |
| | * | | | | | ARM: dts: omap3-devkit8000: Fix NAND DT node | Anthoine Bourgeois | 2015-05-20 | 1 | -0/+2 |
| | * | | | | | ARM: dts: am335x-boneblack: disable RTC-only sleep | Robert Nelson | 2015-05-20 | 1 | -4/+0 |
| * | | | | | | Merge tag 'imx-fixes-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Arnd Bergmann | 2015-05-20 | 2 | -2/+2 |
| |\ \ \ \ \ \
| | | |_|/ / /
| | |/| | | | |
|
| | * | | | | | ARM: dts: fix imx27 dtb build rule | Shawn Guo | 2015-05-19 | 1 | -1/+1 |
| | * | | | | | ARM: dts: imx27: only map 4 Kbyte for fec registers | Philippe Reynes | 2015-05-14 | 1 | -1/+1 |
* | | | | | | | Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2015-05-29 | 3 | -24/+36 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | dm: fix casting bug in dm_merge_bvec() | Joe Thornber | 2015-05-29 | 1 | -5/+12 |
| * | | | | | | | dm: fix reload failure of 0 path multipath mapping on blk-mq devices | Junichi Nomura | 2015-05-29 | 1 | -7/+9 |
| * | | | | | | | dm: fix false warning in free_rq_clone() for unmapped requests | Mike Snitzer | 2015-05-29 | 1 | -5/+3 |
| * | | | | | | | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY | Mike Snitzer | 2015-05-27 | 1 | -4/+6 |
| * | | | | | | | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path | Mike Snitzer | 2015-05-27 | 1 | -1/+3 |
| * | | | | | | | dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED | Junichi Nomura | 2015-05-27 | 1 | -2/+2 |
| * | | | | | | | dm: run queue on re-queue | Junichi Nomura | 2015-05-26 | 1 | -0/+1 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-05-29 | 6 | -18/+60 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | scripts/gdb: fix lx-lsmod refcnt | Adrien Schildknecht | 2015-05-29 | 1 | -8/+1 |
| * | | | | | | | omfs: fix potential integer overflow in allocator | Bob Copeland | 2015-05-29 | 1 | -1/+1 |
| * | | | | | | | omfs: fix sign confusion for bitmap loop counter | Bob Copeland | 2015-05-29 | 1 | -1/+2 |
| * | | | | | | | omfs: set error return when d_make_root() fails | Bob Copeland | 2015-05-29 | 1 | -1/+3 |
| * | | | | | | | fs, omfs: add NULL terminator in the end up the token list | Sasha Levin | 2015-05-29 | 1 | -1/+2 |
| * | | | | | | | MAINTAINERS: update CAPABILITIES pattern | Joe Perches | 2015-05-29 | 1 | -1/+0 |
| * | | | | | | | fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings | Andrew Morton | 2015-05-29 | 1 | -1/+1 |
| * | | | | | | | tracing/mm: don't trace mm_page_pcpu_drain on offline cpus | Shreyas B. Prabhu | 2015-05-29 | 1 | -1/+24 |
| * | | | | | | | tracing/mm: don't trace mm_page_free on offline cpus | Shreyas B. Prabhu | 2015-05-29 | 1 | -1/+13 |
| * | | | | | | | tracing/mm: don't trace kmem_cache_free on offline cpus | Shreyas B. Prabhu | 2015-05-29 | 1 | -2/+13 |
* | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-05-29 | 6 | -65/+40 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | cpumask_set_cpu_local_first => cpumask_local_spread, lament | Rusty Russell | 2015-05-28 | 5 | -65/+37 |
| * | | | | | | | | module: Call module notifier on failure after complete_formation() | Steven Rostedt | 2015-05-08 | 1 | -0/+3 |