summaryrefslogtreecommitdiffstats
path: root/kernel/resource.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-14mfd: ab8500-debugfs: Clean-up non-conforming commenting and print formattingLee Jones1-10/+15
2016-01-14mfd: ab8500-core: Fix many warnings reported by CheckpatchLee Jones1-14/+10
2016-01-14mfd: ab2100-otp: Remove pointless 'out of memory' error messageLee Jones1-3/+2
2016-01-14mfd: ab3100-core.c: Fix multiple warnings reported by CheckpatchLee Jones1-13/+10
2016-01-14mfd: aat2870-core: Remove unnecessary 'out of memory' messageLee Jones1-4/+1
2016-01-14mfd: 88pm860x-core: Fix commenting and declaration spacingLee Jones1-3/+6
2016-01-14mfd: arizona: Add device tree binding documentation for new clock driverCharles Keepax1-0/+7
2016-01-14mfd: Use to_i2c_client() instead of open-coding itGeliang Tang10-24/+24
2016-01-14dt-bindings: regulator/mfd: Reorganize S2MPA01 bindingsKrzysztof Kozlowski3-91/+82
2016-01-14dt-bindings: regulator/mfd: Reorganize S5M8767 bindingsKrzysztof Kozlowski4-165/+149
2016-01-14dt-bindings: regulator/clock/mfd: Reorganize S2MPS-family bindingsKrzysztof Kozlowski5-154/+238
2016-01-14mfd: asic3: Be sure to clamp return valueLinus Walleij1-1/+2
2016-01-14mfd: dm355evm_mps: Be sure to clamp return valueLinus Walleij1-1/+1
2016-01-14mfd: htc-egpio: Be sure to clamp return valueLinus Walleij1-1/+1
2016-01-14mfd: tc6393xb: Be sure to clamp return valueLinus Walleij1-2/+2
2016-01-14mfd: tps65010: Be sure to clamp return valueLinus Walleij1-2/+2
2016-01-14power: bq27xxx_battery: Fix bq27541 AveragePower register addressLiu Xiang1-1/+1
2016-01-13drivers/of: Export OF changeset functionsGavin Shan4-27/+52
2016-01-13efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel1-1/+1
2016-01-13ia64: split off early_ioremap() declarations into asm/early_ioremap.hArd Biesheuvel2-4/+11
2016-01-13x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski1-6/+6
2016-01-13i2c: create builtin_i2c_driver to avoid registration boilerplatePaul Gortmaker1-1/+12
2016-01-13x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski1-7/+8
2016-01-13selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski2-1/+90
2016-01-12net: bnxt: always return values from _bnxt_get_max_ringsArnd Bergmann1-7/+9
2016-01-12net: bpf: reject invalid shiftsRabin Vincent2-0/+15
2016-01-12ipmi: Remove unnecessary pci_disable_device.Dave Jones1-1/+0
2016-01-12char: ipmi: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2016-01-12ipmi: constify some struct and char arraysLABBE Corentin2-14/+20
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-01-12dwc_eth_qos: Fix dma address for multi-fragment skbsLars Persson1-1/+1
2016-01-12phy: remove an unneeded conditionDan Carpenter1-1/+1
2016-01-12mdio: remove an unneed conditionDan Carpenter1-4/+2
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter1-5/+6
2016-01-12perf tools: Fallback to srcdir/Documentation/tips.txtNamhyung Kim2-6/+15
2016-01-12perf ui/tui: Print helpline message as isNamhyung Kim1-1/+1
2016-01-12perf tools: Set and pass DOCDIR to builtin-report.cNamhyung Kim2-0/+4
2016-01-12perf tools: Add file_only config option to strlistNamhyung Kim2-1/+16
2016-01-12perf tools: Add more usage tipsNamhyung Kim1-0/+15
2016-01-12perf record: Add --buildid-all optionNamhyung Kim2-6/+23
2016-01-12tools subcmd: Add missing NORETURN define for parse-options.hJosh Poimboeuf1-0/+4
2016-01-12tools: Fix formatting of the "make -C tools" help messageJosh Poimboeuf1-16/+16
2016-01-12tools: Make list.h self-sufficientJosh Poimboeuf1-6/+747
2016-01-12perf tools: Fix mmap2 event allocation in synthesize codeWang Nan1-2/+2
2016-01-12perf stat: Fix recort_usage typoJiri Olsa1-4/+4
2016-01-12x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner1-0/+8
2016-01-12lguest: Map switcher text R/ORusty Russell2-24/+54
2016-01-12x86/boot: Hide local labels in verify_cpu()Borislav Petkov1-25/+25
2016-01-12x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2-5/+12
2016-01-12x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu3-14/+46