index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.clang-format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-02-13
mfd: pm8xxx: convert to v2 irq interfaces to support hierarchical IRQ chips
Brian Masney
1
-37
/
+38
2019-02-13
genirq: introduce irq_chip_mask_ack_parent()
Linus Walleij
2
-0
/
+12
2019-02-13
genirq: introduce irq_domain_translate_twocell
Brian Masney
2
-11
/
+39
2019-02-13
pinctrl: qcom: ssbi-gpio: hardcode IRQ counts
Brian Masney
1
-14
/
+7
2019-01-24
spmi: pmic-arb: revert "disassociate old virq if hwirq mapping already exists"
Brian Masney
1
-5
/
+0
2019-01-24
spmi: pmic-arb: validate type when mapping IRQ
Brian Masney
1
-7
/
+14
2019-01-24
arm64: dts: qcom: pmi8998: add interrupt controller properties
Brian Masney
1
-14
/
+2
2019-01-24
arm64: dts: qcom: pmi8994: add interrupt controller properties
Brian Masney
1
-10
/
+2
2019-01-24
arm64: dts: qcom: pm8998: add interrupt controller properties
Brian Masney
1
-26
/
+2
2019-01-24
arm64: dts: qcom: pm8005: add interrupt controller properties
Brian Masney
1
-4
/
+2
2019-01-24
ARM: dts: qcom: pma8084: add interrupt controller properties
Brian Masney
1
-22
/
+2
2019-01-24
ARM: dts: qcom: pm8941: add interrupt controller properties
Brian Masney
1
-36
/
+2
2019-01-24
qcom: spmi-gpio: add support for hierarchical IRQ chip
Brian Masney
1
-10
/
+105
2019-01-24
spmi: pmic-arb: disassociate old virq if hwirq mapping already exists
Brian Masney
1
-0
/
+5
2019-01-24
gpio: add irq domain activate/deactivate functions
Brian Masney
2
-0
/
+42
2019-01-24
spmi: pmic-arb: convert to v2 irq interfaces to support hierarchical IRQ chips
Brian Masney
1
-20
/
+47
2019-01-21
pinctrl: qcom: spmi-gpio: hardcode IRQ counts
Brian Masney
1
-17
/
+11
2019-01-21
pinctrl: qcom: spmi-gpio: add support for three new variants
Brian Masney
1
-0
/
+3
2019-01-21
dt-bindings: pinctrl: qcom-pmic-gpio: add qcom,pmi8998-gpio binding
Brian Masney
1
-0
/
+1
2019-01-07
Linux 5.0-rc1
v5.0-rc1
Linus Torvalds
1
-3
/
+3
2019-01-06
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
1
-81
/
+13
2019-01-06
Fix 'acccess_ok()' on alpha and SH
Linus Torvalds
2
-5
/
+10
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
7
-188
/
+468
2019-01-06
kconfig: rename generated .*conf-cfg to *conf-cfg
Masahiro Yamada
2
-18
/
+19
2019-01-06
kbuild: remove unnecessary stubs for archheader and archscripts
Masahiro Yamada
1
-5
/
+1
2019-01-06
kbuild: use assignment instead of define ... endef for filechk_* rules
Masahiro Yamada
6
-26
/
+12
2019-01-06
arch: remove redundant UAPI generic-y defines
Masahiro Yamada
24
-408
/
+0
2019-01-06
kbuild: generate asm-generic wrappers if mandatory headers are missing
Masahiro Yamada
3
-10
/
+10
2019-01-06
arch: remove stale comments "UAPI Header export list"
Masahiro Yamada
24
-25
/
+0
2019-01-06
riscv: remove redundant kernel-space generic-y
Masahiro Yamada
1
-25
/
+0
2019-01-06
kbuild: change filechk to surround the given command with { }
Masahiro Yamada
7
-12
/
+14
2019-01-06
kbuild: remove redundant target cleaning on failure
Masahiro Yamada
9
-25
/
+16
2019-01-06
kbuild: clean up rule_dtc_dt_yaml
Masahiro Yamada
1
-2
/
+2
2019-01-06
kbuild: remove UIMAGE_IN and UIMAGE_OUT
Masahiro Yamada
1
-4
/
+2
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
42
-119
/
+65
2019-01-06
kallsyms: lower alignment on ARM
Mathias Krause
1
-2
/
+2
2019-01-06
scripts: coccinelle: boolinit: drop warnings on named constants
Julia Lawall
1
-0
/
+5
2019-01-06
scripts: coccinelle: check for redeclaration
Julia Lawall
1
-0
/
+3
2019-01-06
kconfig: remove unused "file" field of yylval union
Masahiro Yamada
1
-1
/
+0
2019-01-06
nds32: remove redundant kernel-space generic-y
Masahiro Yamada
1
-10
/
+0
2019-01-06
nios2: remove unneeded HAS_DMA define
Masahiro Yamada
1
-3
/
+0
2019-01-05
lib/genalloc.c: include vmalloc.h
Olof Johansson
1
-0
/
+1
2019-01-05
dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocations
Christoph Hellwig
1
-6
/
+7
2019-01-05
x86/amd_gart: fix unmapping of non-GART mappings
Christoph Hellwig
1
-1
/
+9
2019-01-05
ia64: fix compile without swiotlb
Christoph Hellwig
2
-1
/
+3
2019-01-05
x86: re-introduce non-generic memcpy_{to,from}io
Linus Torvalds
4
-18
/
+51
2019-01-05
Use __put_user_goto in __put_user_size() and unsafe_put_user()
Linus Torvalds
1
-31
/
+22
2019-01-05
x86 uaccess: Introduce __put_user_goto
Linus Torvalds
1
-11
/
+17
2019-01-05
parisc: Remap hugepage-aligned pages in set_kernel_text_rw()
Helge Deller
1
-2
/
+2
2019-01-04
ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC
Masahiro Yamada
1
-0
/
+1
[next]